@memberjunction/core-entities 1.7.1 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom/TypeTablesCache.d.ts +12 -0
- package/dist/custom/TypeTablesCache.d.ts.map +1 -0
- package/dist/custom/TypeTablesCache.js +31 -0
- package/dist/custom/TypeTablesCache.js.map +1 -0
- package/dist/generated/entity_subclasses.d.ts +1735 -1046
- package/dist/generated/entity_subclasses.d.ts.map +1 -1
- package/dist/generated/entity_subclasses.js +2227 -1282
- package/dist/generated/entity_subclasses.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -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:
|
|
171
|
-
* * Display Name:
|
|
172
|
-
* * SQL Data Type:
|
|
173
|
-
* * Default Value: getdate()
|
|
168
|
+
* * Field Name: __mj_CreatedAt
|
|
169
|
+
* * Display Name: __mj _Created At
|
|
170
|
+
* * SQL Data Type: datetimeoffset
|
|
174
171
|
*/
|
|
175
|
-
get
|
|
172
|
+
get __mj_CreatedAt(): Date;
|
|
176
173
|
/**
|
|
177
|
-
* * Field Name:
|
|
178
|
-
* * Display Name:
|
|
179
|
-
* * SQL Data Type:
|
|
180
|
-
* * Default Value: getdate()
|
|
174
|
+
* * Field Name: __mj_UpdatedAt
|
|
175
|
+
* * Display Name: __mj _Updated At
|
|
176
|
+
* * SQL Data Type: datetimeoffset
|
|
181
177
|
*/
|
|
182
|
-
get
|
|
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
|
/**
|
|
@@ -264,28 +262,28 @@ export declare class UserFavoriteEntity extends BaseEntity {
|
|
|
264
262
|
get RecordID(): string;
|
|
265
263
|
set RecordID(value: string);
|
|
266
264
|
/**
|
|
267
|
-
* * Field Name:
|
|
265
|
+
* * Field Name: __mj_CreatedAt
|
|
268
266
|
* * Display Name: Created At
|
|
269
|
-
* * SQL Data Type:
|
|
270
|
-
* * Default Value: getdate()
|
|
267
|
+
* * SQL Data Type: datetimeoffset
|
|
271
268
|
*/
|
|
272
|
-
get
|
|
269
|
+
get __mj_CreatedAt(): Date;
|
|
273
270
|
/**
|
|
274
|
-
* * Field Name:
|
|
271
|
+
* * Field Name: __mj_UpdatedAt
|
|
275
272
|
* * Display Name: Updated At
|
|
276
|
-
* * SQL Data Type:
|
|
277
|
-
* * Default Value: getdate()
|
|
273
|
+
* * SQL Data Type: datetimeoffset
|
|
278
274
|
*/
|
|
279
|
-
get
|
|
275
|
+
get __mj_UpdatedAt(): Date;
|
|
280
276
|
/**
|
|
281
277
|
* * Field Name: Entity
|
|
282
278
|
* * SQL Data Type: nvarchar(255)
|
|
279
|
+
* * Default Value: getutcdate()
|
|
283
280
|
*/
|
|
284
281
|
get Entity(): string;
|
|
285
282
|
/**
|
|
286
283
|
* * Field Name: EntityBaseTable
|
|
287
284
|
* * Display Name: Entity Base Table
|
|
288
285
|
* * SQL Data Type: nvarchar(255)
|
|
286
|
+
* * Default Value: getutcdate()
|
|
289
287
|
*/
|
|
290
288
|
get EntityBaseTable(): string;
|
|
291
289
|
/**
|
|
@@ -364,19 +362,17 @@ export declare class EmployeeCompanyIntegrationEntity extends BaseEntity {
|
|
|
364
362
|
get IsActive(): boolean;
|
|
365
363
|
set IsActive(value: boolean);
|
|
366
364
|
/**
|
|
367
|
-
* * Field Name:
|
|
365
|
+
* * Field Name: __mj_CreatedAt
|
|
368
366
|
* * Display Name: Created At
|
|
369
|
-
* * SQL Data Type:
|
|
370
|
-
* * Default Value: getdate()
|
|
367
|
+
* * SQL Data Type: datetimeoffset
|
|
371
368
|
*/
|
|
372
|
-
get
|
|
369
|
+
get __mj_CreatedAt(): Date;
|
|
373
370
|
/**
|
|
374
|
-
* * Field Name:
|
|
371
|
+
* * Field Name: __mj_UpdatedAt
|
|
375
372
|
* * Display Name: Updated At
|
|
376
|
-
* * SQL Data Type:
|
|
377
|
-
* * Default Value: getdate()
|
|
373
|
+
* * SQL Data Type: datetimeoffset
|
|
378
374
|
*/
|
|
379
|
-
get
|
|
375
|
+
get __mj_UpdatedAt(): Date;
|
|
380
376
|
}
|
|
381
377
|
/**
|
|
382
378
|
* Employee Roles - strongly typed entity sub-class
|
|
@@ -433,23 +429,22 @@ export declare class EmployeeRoleEntity extends BaseEntity {
|
|
|
433
429
|
get RoleID(): number;
|
|
434
430
|
set RoleID(value: number);
|
|
435
431
|
/**
|
|
436
|
-
* * Field Name:
|
|
437
|
-
* * Display Name:
|
|
438
|
-
* * SQL Data Type:
|
|
439
|
-
* * Default Value: getdate()
|
|
432
|
+
* * Field Name: __mj_CreatedAt
|
|
433
|
+
* * Display Name: __mj _Created At
|
|
434
|
+
* * SQL Data Type: datetimeoffset
|
|
440
435
|
*/
|
|
441
|
-
get
|
|
436
|
+
get __mj_CreatedAt(): Date;
|
|
442
437
|
/**
|
|
443
|
-
* * Field Name:
|
|
444
|
-
* * Display Name:
|
|
445
|
-
* * SQL Data Type:
|
|
446
|
-
* * Default Value: getdate()
|
|
438
|
+
* * Field Name: __mj_UpdatedAt
|
|
439
|
+
* * Display Name: __mj _Updated At
|
|
440
|
+
* * SQL Data Type: datetimeoffset
|
|
447
441
|
*/
|
|
448
|
-
get
|
|
442
|
+
get __mj_UpdatedAt(): Date;
|
|
449
443
|
/**
|
|
450
444
|
* * Field Name: Role
|
|
451
445
|
* * Display Name: Role
|
|
452
446
|
* * SQL Data Type: nvarchar(50)
|
|
447
|
+
* * Default Value: getutcdate()
|
|
453
448
|
*/
|
|
454
449
|
get Role(): string;
|
|
455
450
|
}
|
|
@@ -508,23 +503,22 @@ export declare class EmployeeSkillEntity extends BaseEntity {
|
|
|
508
503
|
get SkillID(): number;
|
|
509
504
|
set SkillID(value: number);
|
|
510
505
|
/**
|
|
511
|
-
* * Field Name:
|
|
512
|
-
* * Display Name:
|
|
513
|
-
* * SQL Data Type:
|
|
514
|
-
* * Default Value: getdate()
|
|
506
|
+
* * Field Name: __mj_CreatedAt
|
|
507
|
+
* * Display Name: __mj _Created At
|
|
508
|
+
* * SQL Data Type: datetimeoffset
|
|
515
509
|
*/
|
|
516
|
-
get
|
|
510
|
+
get __mj_CreatedAt(): Date;
|
|
517
511
|
/**
|
|
518
|
-
* * Field Name:
|
|
519
|
-
* * Display Name:
|
|
520
|
-
* * SQL Data Type:
|
|
521
|
-
* * Default Value: getdate()
|
|
512
|
+
* * Field Name: __mj_UpdatedAt
|
|
513
|
+
* * Display Name: __mj _Updated At
|
|
514
|
+
* * SQL Data Type: datetimeoffset
|
|
522
515
|
*/
|
|
523
|
-
get
|
|
516
|
+
get __mj_UpdatedAt(): Date;
|
|
524
517
|
/**
|
|
525
518
|
* * Field Name: Skill
|
|
526
519
|
* * Display Name: Skill
|
|
527
520
|
* * SQL Data Type: nvarchar(50)
|
|
521
|
+
* * Default Value: getutcdate()
|
|
528
522
|
*/
|
|
529
523
|
get Skill(): string;
|
|
530
524
|
}
|
|
@@ -586,19 +580,17 @@ export declare class RoleEntity extends BaseEntity {
|
|
|
586
580
|
get SQLName(): string | null;
|
|
587
581
|
set SQLName(value: string | null);
|
|
588
582
|
/**
|
|
589
|
-
* * Field Name:
|
|
590
|
-
* * Display Name:
|
|
591
|
-
* * SQL Data Type:
|
|
592
|
-
* * Default Value: getdate()
|
|
583
|
+
* * Field Name: __mj_CreatedAt
|
|
584
|
+
* * Display Name: __mj _Created At
|
|
585
|
+
* * SQL Data Type: datetimeoffset
|
|
593
586
|
*/
|
|
594
|
-
get
|
|
587
|
+
get __mj_CreatedAt(): Date;
|
|
595
588
|
/**
|
|
596
|
-
* * Field Name:
|
|
597
|
-
* * Display Name:
|
|
598
|
-
* * SQL Data Type:
|
|
599
|
-
* * Default Value: getdate()
|
|
589
|
+
* * Field Name: __mj_UpdatedAt
|
|
590
|
+
* * Display Name: __mj _Updated At
|
|
591
|
+
* * SQL Data Type: datetimeoffset
|
|
600
592
|
*/
|
|
601
|
-
get
|
|
593
|
+
get __mj_UpdatedAt(): Date;
|
|
602
594
|
}
|
|
603
595
|
/**
|
|
604
596
|
* Skills - strongly typed entity sub-class
|
|
@@ -662,23 +654,22 @@ export declare class SkillEntity extends BaseEntity {
|
|
|
662
654
|
get ParentID(): number | null;
|
|
663
655
|
set ParentID(value: number | null);
|
|
664
656
|
/**
|
|
665
|
-
* * Field Name:
|
|
657
|
+
* * Field Name: __mj_CreatedAt
|
|
666
658
|
* * Display Name: Created At
|
|
667
|
-
* * SQL Data Type:
|
|
668
|
-
* * Default Value: getdate()
|
|
659
|
+
* * SQL Data Type: datetimeoffset
|
|
669
660
|
*/
|
|
670
|
-
get
|
|
661
|
+
get __mj_CreatedAt(): Date;
|
|
671
662
|
/**
|
|
672
|
-
* * Field Name:
|
|
663
|
+
* * Field Name: __mj_UpdatedAt
|
|
673
664
|
* * Display Name: Updated At
|
|
674
|
-
* * SQL Data Type:
|
|
675
|
-
* * Default Value: getdate()
|
|
665
|
+
* * SQL Data Type: datetimeoffset
|
|
676
666
|
*/
|
|
677
|
-
get
|
|
667
|
+
get __mj_UpdatedAt(): Date;
|
|
678
668
|
/**
|
|
679
669
|
* * Field Name: Parent
|
|
680
670
|
* * Display Name: Parent
|
|
681
671
|
* * SQL Data Type: nvarchar(50)
|
|
672
|
+
* * Default Value: getutcdate()
|
|
682
673
|
*/
|
|
683
674
|
get Parent(): string | null;
|
|
684
675
|
}
|
|
@@ -743,6 +734,20 @@ export declare class IntegrationURLFormatEntity extends BaseEntity {
|
|
|
743
734
|
get URLFormat(): string;
|
|
744
735
|
set URLFormat(value: string);
|
|
745
736
|
/**
|
|
737
|
+
* * Field Name: __mj_CreatedAt
|
|
738
|
+
* * Display Name: Created At
|
|
739
|
+
* * SQL Data Type: datetimeoffset
|
|
740
|
+
* * Default Value: getutcdate()
|
|
741
|
+
*/
|
|
742
|
+
get __mj_CreatedAt(): Date;
|
|
743
|
+
/**
|
|
744
|
+
* * Field Name: __mj_UpdatedAt
|
|
745
|
+
* * Display Name: Updated At
|
|
746
|
+
* * SQL Data Type: datetimeoffset
|
|
747
|
+
* * Default Value: getutcdate()
|
|
748
|
+
*/
|
|
749
|
+
get __mj_UpdatedAt(): Date;
|
|
750
|
+
/**
|
|
746
751
|
* * Field Name: IntegrationID
|
|
747
752
|
* * Display Name: Integration ID
|
|
748
753
|
* * SQL Data Type: int
|
|
@@ -855,19 +860,17 @@ export declare class IntegrationEntity extends BaseEntity {
|
|
|
855
860
|
get BatchRequestWaitTime(): number;
|
|
856
861
|
set BatchRequestWaitTime(value: number);
|
|
857
862
|
/**
|
|
858
|
-
* * Field Name:
|
|
863
|
+
* * Field Name: __mj_CreatedAt
|
|
859
864
|
* * Display Name: Created At
|
|
860
|
-
* * SQL Data Type:
|
|
861
|
-
* * Default Value: getdate()
|
|
865
|
+
* * SQL Data Type: datetimeoffset
|
|
862
866
|
*/
|
|
863
|
-
get
|
|
867
|
+
get __mj_CreatedAt(): Date;
|
|
864
868
|
/**
|
|
865
|
-
* * Field Name:
|
|
869
|
+
* * Field Name: __mj_UpdatedAt
|
|
866
870
|
* * Display Name: Updated At
|
|
867
|
-
* * SQL Data Type:
|
|
868
|
-
* * Default Value: getdate()
|
|
871
|
+
* * SQL Data Type: datetimeoffset
|
|
869
872
|
*/
|
|
870
|
-
get
|
|
873
|
+
get __mj_UpdatedAt(): Date;
|
|
871
874
|
}
|
|
872
875
|
/**
|
|
873
876
|
* Company Integrations - strongly typed entity sub-class
|
|
@@ -958,20 +961,6 @@ export declare class CompanyIntegrationEntity extends BaseEntity {
|
|
|
958
961
|
get APIKey(): string | null;
|
|
959
962
|
set APIKey(value: string | null);
|
|
960
963
|
/**
|
|
961
|
-
* * Field Name: CreatedAt
|
|
962
|
-
* * Display Name: Created At
|
|
963
|
-
* * SQL Data Type: datetime
|
|
964
|
-
* * Default Value: getdate()
|
|
965
|
-
*/
|
|
966
|
-
get CreatedAt(): Date;
|
|
967
|
-
/**
|
|
968
|
-
* * Field Name: UpdatedAt
|
|
969
|
-
* * Display Name: Updated At
|
|
970
|
-
* * SQL Data Type: datetime
|
|
971
|
-
* * Default Value: getdate()
|
|
972
|
-
*/
|
|
973
|
-
get UpdatedAt(): Date;
|
|
974
|
-
/**
|
|
975
964
|
* * Field Name: ExternalSystemID
|
|
976
965
|
* * Display Name: ExternalSystem
|
|
977
966
|
* * SQL Data Type: nvarchar(100)
|
|
@@ -982,7 +971,6 @@ export declare class CompanyIntegrationEntity extends BaseEntity {
|
|
|
982
971
|
* * Field Name: IsExternalSystemReadOnly
|
|
983
972
|
* * Display Name: Is External System Read Only
|
|
984
973
|
* * SQL Data Type: bit
|
|
985
|
-
* * Default Value: 0
|
|
986
974
|
*/
|
|
987
975
|
get IsExternalSystemReadOnly(): boolean;
|
|
988
976
|
set IsExternalSystemReadOnly(value: boolean);
|
|
@@ -997,6 +985,7 @@ export declare class CompanyIntegrationEntity extends BaseEntity {
|
|
|
997
985
|
* * Field Name: ClientSecret
|
|
998
986
|
* * Display Name: Client Secret
|
|
999
987
|
* * SQL Data Type: nvarchar(255)
|
|
988
|
+
* * Default Value: 0
|
|
1000
989
|
*/
|
|
1001
990
|
get ClientSecret(): string | null;
|
|
1002
991
|
set ClientSecret(value: string | null);
|
|
@@ -1008,15 +997,29 @@ export declare class CompanyIntegrationEntity extends BaseEntity {
|
|
|
1008
997
|
get CustomAttribute1(): string | null;
|
|
1009
998
|
set CustomAttribute1(value: string | null);
|
|
1010
999
|
/**
|
|
1000
|
+
* * Field Name: __mj_CreatedAt
|
|
1001
|
+
* * Display Name: Created At
|
|
1002
|
+
* * SQL Data Type: datetimeoffset
|
|
1003
|
+
*/
|
|
1004
|
+
get __mj_CreatedAt(): Date;
|
|
1005
|
+
/**
|
|
1006
|
+
* * Field Name: __mj_UpdatedAt
|
|
1007
|
+
* * Display Name: Updated At
|
|
1008
|
+
* * SQL Data Type: datetimeoffset
|
|
1009
|
+
*/
|
|
1010
|
+
get __mj_UpdatedAt(): Date;
|
|
1011
|
+
/**
|
|
1011
1012
|
* * Field Name: CompanyID
|
|
1012
1013
|
* * Display Name: Company ID
|
|
1013
1014
|
* * SQL Data Type: int
|
|
1015
|
+
* * Default Value: getutcdate()
|
|
1014
1016
|
*/
|
|
1015
1017
|
get CompanyID(): number;
|
|
1016
1018
|
/**
|
|
1017
1019
|
* * Field Name: IntegrationID
|
|
1018
1020
|
* * Display Name: Integration ID
|
|
1019
1021
|
* * SQL Data Type: int
|
|
1022
|
+
* * Default Value: getutcdate()
|
|
1020
1023
|
*/
|
|
1021
1024
|
get IntegrationID(): number;
|
|
1022
1025
|
/**
|
|
@@ -1402,19 +1405,28 @@ export declare class EntityFieldEntity extends BaseEntity {
|
|
|
1402
1405
|
get RelatedEntityNameFieldMap(): string | null;
|
|
1403
1406
|
set RelatedEntityNameFieldMap(value: string | null);
|
|
1404
1407
|
/**
|
|
1405
|
-
* * Field Name:
|
|
1406
|
-
* * Display Name:
|
|
1407
|
-
* * SQL Data Type:
|
|
1408
|
-
* * Default Value:
|
|
1408
|
+
* * Field Name: RelatedEntityDisplayType
|
|
1409
|
+
* * Display Name: Related Entity Display Type
|
|
1410
|
+
* * SQL Data Type: nvarchar(20)
|
|
1411
|
+
* * Default Value: Search
|
|
1412
|
+
* * 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
1413
|
*/
|
|
1410
|
-
get
|
|
1414
|
+
get RelatedEntityDisplayType(): string;
|
|
1415
|
+
set RelatedEntityDisplayType(value: string);
|
|
1411
1416
|
/**
|
|
1412
|
-
* * Field Name:
|
|
1413
|
-
* * Display Name:
|
|
1414
|
-
* * SQL Data Type:
|
|
1415
|
-
* * Default Value:
|
|
1417
|
+
* * Field Name: __mj_CreatedAt
|
|
1418
|
+
* * Display Name: __mj _Created At
|
|
1419
|
+
* * SQL Data Type: datetimeoffset
|
|
1420
|
+
* * Default Value: getutcdate()
|
|
1416
1421
|
*/
|
|
1417
|
-
get
|
|
1422
|
+
get __mj_CreatedAt(): Date;
|
|
1423
|
+
/**
|
|
1424
|
+
* * Field Name: __mj_UpdatedAt
|
|
1425
|
+
* * Display Name: __mj _Updated At
|
|
1426
|
+
* * SQL Data Type: datetimeoffset
|
|
1427
|
+
* * Default Value: getutcdate()
|
|
1428
|
+
*/
|
|
1429
|
+
get __mj_UpdatedAt(): Date;
|
|
1418
1430
|
/**
|
|
1419
1431
|
* * Field Name: Entity
|
|
1420
1432
|
* * SQL Data Type: nvarchar(255)
|
|
@@ -1594,7 +1606,7 @@ export declare class EntityEntity extends BaseEntity {
|
|
|
1594
1606
|
* * Display Name: Track Record Changes
|
|
1595
1607
|
* * SQL Data Type: bit
|
|
1596
1608
|
* * 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
|
|
1609
|
+
* * 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
1610
|
*/
|
|
1599
1611
|
get TrackRecordChanges(): boolean;
|
|
1600
1612
|
set TrackRecordChanges(value: boolean);
|
|
@@ -1825,20 +1837,6 @@ export declare class EntityEntity extends BaseEntity {
|
|
|
1825
1837
|
get EntityObjectSubclassImport(): string | null;
|
|
1826
1838
|
set EntityObjectSubclassImport(value: string | null);
|
|
1827
1839
|
/**
|
|
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
1840
|
* * Field Name: PreferredCommunicationField
|
|
1843
1841
|
* * Display Name: Preferred Communication Field
|
|
1844
1842
|
* * SQL Data Type: nvarchar(255)
|
|
@@ -1855,15 +1853,42 @@ export declare class EntityEntity extends BaseEntity {
|
|
|
1855
1853
|
get Icon(): string | null;
|
|
1856
1854
|
set Icon(value: string | null);
|
|
1857
1855
|
/**
|
|
1856
|
+
* * Field Name: __mj_CreatedAt
|
|
1857
|
+
* * Display Name: __mj _Created At
|
|
1858
|
+
* * SQL Data Type: datetimeoffset
|
|
1859
|
+
*/
|
|
1860
|
+
get __mj_CreatedAt(): Date;
|
|
1861
|
+
/**
|
|
1862
|
+
* * Field Name: __mj_UpdatedAt
|
|
1863
|
+
* * Display Name: __mj _Updated At
|
|
1864
|
+
* * SQL Data Type: datetimeoffset
|
|
1865
|
+
*/
|
|
1866
|
+
get __mj_UpdatedAt(): Date;
|
|
1867
|
+
/**
|
|
1868
|
+
* * Field Name: RelationshipDefaultDisplayType
|
|
1869
|
+
* * Display Name: Relationship Default Display Type
|
|
1870
|
+
* * SQL Data Type: nvarchar(20)
|
|
1871
|
+
* * Default Value: getutcdate()
|
|
1872
|
+
* * Value List Type: List
|
|
1873
|
+
* * Possible Values
|
|
1874
|
+
* * Search
|
|
1875
|
+
* * Dropdown
|
|
1876
|
+
* * Description: When another entity links to this entity with a foreign key, this is the default component type that will be used in the UI. CodeGen will populate the RelatedEntityDisplayType column in the Entity Fields entity with whatever is provided here whenever a new foreign key is detected by CodeGen. The selection can be overridden on a per-foreign-key basis in each row of the Entity Fields entity.
|
|
1877
|
+
*/
|
|
1878
|
+
get RelationshipDefaultDisplayType(): 'Search' | 'Dropdown';
|
|
1879
|
+
set RelationshipDefaultDisplayType(value: 'Search' | 'Dropdown');
|
|
1880
|
+
/**
|
|
1858
1881
|
* * Field Name: CodeName
|
|
1859
1882
|
* * Display Name: Code Name
|
|
1860
1883
|
* * SQL Data Type: nvarchar(MAX)
|
|
1884
|
+
* * Default Value: getutcdate()
|
|
1861
1885
|
*/
|
|
1862
1886
|
get CodeName(): string | null;
|
|
1863
1887
|
/**
|
|
1864
1888
|
* * Field Name: ClassName
|
|
1865
1889
|
* * Display Name: Class Name
|
|
1866
1890
|
* * SQL Data Type: nvarchar(MAX)
|
|
1891
|
+
* * Default Value: Search
|
|
1867
1892
|
*/
|
|
1868
1893
|
get ClassName(): string | null;
|
|
1869
1894
|
/**
|
|
@@ -2003,29 +2028,29 @@ export declare class UserEntity extends BaseEntity {
|
|
|
2003
2028
|
get LinkedEntityRecordID(): number | null;
|
|
2004
2029
|
set LinkedEntityRecordID(value: number | null);
|
|
2005
2030
|
/**
|
|
2006
|
-
* * Field Name:
|
|
2007
|
-
* * Display Name:
|
|
2008
|
-
* * SQL Data Type:
|
|
2009
|
-
* * Default Value: getdate()
|
|
2031
|
+
* * Field Name: __mj_CreatedAt
|
|
2032
|
+
* * Display Name: __mj _Created At
|
|
2033
|
+
* * SQL Data Type: datetimeoffset
|
|
2010
2034
|
*/
|
|
2011
|
-
get
|
|
2035
|
+
get __mj_CreatedAt(): Date;
|
|
2012
2036
|
/**
|
|
2013
|
-
* * Field Name:
|
|
2014
|
-
* * Display Name:
|
|
2015
|
-
* * SQL Data Type:
|
|
2016
|
-
* * Default Value: getdate()
|
|
2037
|
+
* * Field Name: __mj_UpdatedAt
|
|
2038
|
+
* * Display Name: __mj _Updated At
|
|
2039
|
+
* * SQL Data Type: datetimeoffset
|
|
2017
2040
|
*/
|
|
2018
|
-
get
|
|
2041
|
+
get __mj_UpdatedAt(): Date;
|
|
2019
2042
|
/**
|
|
2020
2043
|
* * Field Name: FirstLast
|
|
2021
2044
|
* * Display Name: First Last
|
|
2022
2045
|
* * SQL Data Type: nvarchar(101)
|
|
2046
|
+
* * Default Value: getutcdate()
|
|
2023
2047
|
*/
|
|
2024
2048
|
get FirstLast(): string | null;
|
|
2025
2049
|
/**
|
|
2026
2050
|
* * Field Name: EmployeeFirstLast
|
|
2027
2051
|
* * Display Name: Employee First Last
|
|
2028
2052
|
* * SQL Data Type: nvarchar(81)
|
|
2053
|
+
* * Default Value: getutcdate()
|
|
2029
2054
|
*/
|
|
2030
2055
|
get EmployeeFirstLast(): string | null;
|
|
2031
2056
|
/**
|
|
@@ -2174,17 +2199,53 @@ export declare class EntityRelationshipEntity extends BaseEntity {
|
|
|
2174
2199
|
* * Display Name: Display In Form
|
|
2175
2200
|
* * SQL Data Type: bit
|
|
2176
2201
|
* * Default Value: 1
|
|
2202
|
+
* * Description: When unchecked the relationship will NOT be displayed on the generated form
|
|
2177
2203
|
*/
|
|
2178
2204
|
get DisplayInForm(): boolean;
|
|
2179
2205
|
set DisplayInForm(value: boolean);
|
|
2180
2206
|
/**
|
|
2207
|
+
* * Field Name: DisplayLocation
|
|
2208
|
+
* * Display Name: Display Location
|
|
2209
|
+
* * SQL Data Type: nvarchar(50)
|
|
2210
|
+
* * Default Value: After Field Tabs
|
|
2211
|
+
* * Value List Type: List
|
|
2212
|
+
* * Possible Values
|
|
2213
|
+
* * After Field Tabs
|
|
2214
|
+
* * Before Field Tabs
|
|
2215
|
+
*/
|
|
2216
|
+
get DisplayLocation(): 'After Field Tabs' | 'Before Field Tabs';
|
|
2217
|
+
set DisplayLocation(value: 'After Field Tabs' | 'Before Field Tabs');
|
|
2218
|
+
/**
|
|
2181
2219
|
* * Field Name: DisplayName
|
|
2182
2220
|
* * Display Name: Display Name
|
|
2183
2221
|
* * SQL Data Type: nvarchar(255)
|
|
2222
|
+
* * Description: Optional, when specified this value overrides the related entity name for the label on the tab
|
|
2184
2223
|
*/
|
|
2185
2224
|
get DisplayName(): string | null;
|
|
2186
2225
|
set DisplayName(value: string | null);
|
|
2187
2226
|
/**
|
|
2227
|
+
* * Field Name: DisplayIconType
|
|
2228
|
+
* * Display Name: Display Icon Type
|
|
2229
|
+
* * SQL Data Type: nvarchar(50)
|
|
2230
|
+
* * Default Value: Related Entity Icon
|
|
2231
|
+
* * Value List Type: List
|
|
2232
|
+
* * Possible Values
|
|
2233
|
+
* * Related Entity Icon
|
|
2234
|
+
* * Custom
|
|
2235
|
+
* * None
|
|
2236
|
+
* * 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
|
|
2237
|
+
*/
|
|
2238
|
+
get DisplayIconType(): 'Related Entity Icon' | 'Custom' | 'None';
|
|
2239
|
+
set DisplayIconType(value: 'Related Entity Icon' | 'Custom' | 'None');
|
|
2240
|
+
/**
|
|
2241
|
+
* * Field Name: DisplayIcon
|
|
2242
|
+
* * Display Name: Display Icon
|
|
2243
|
+
* * SQL Data Type: nvarchar(255)
|
|
2244
|
+
* * Description: If specified, the icon
|
|
2245
|
+
*/
|
|
2246
|
+
get DisplayIcon(): string | null;
|
|
2247
|
+
set DisplayIcon(value: string | null);
|
|
2248
|
+
/**
|
|
2188
2249
|
* * Field Name: DisplayUserViewGUID
|
|
2189
2250
|
* * Display Name: Display User View GUID
|
|
2190
2251
|
* * SQL Data Type: uniqueidentifier
|
|
@@ -2192,19 +2253,36 @@ export declare class EntityRelationshipEntity extends BaseEntity {
|
|
|
2192
2253
|
*/
|
|
2193
2254
|
get DisplayUserViewGUID(): string | null;
|
|
2194
2255
|
/**
|
|
2195
|
-
* * Field Name:
|
|
2196
|
-
* * Display Name:
|
|
2197
|
-
* * SQL Data Type:
|
|
2198
|
-
* *
|
|
2256
|
+
* * Field Name: DisplayComponentID
|
|
2257
|
+
* * Display Name: Display Component ID
|
|
2258
|
+
* * SQL Data Type: int
|
|
2259
|
+
* * Related Entity/Foreign Key: Entity Relationship Display Components (vwEntityRelationshipDisplayComponents.ID)
|
|
2260
|
+
* * Description: If specified, this component will be used for displaying the relationship within the parent entity's form
|
|
2199
2261
|
*/
|
|
2200
|
-
get
|
|
2262
|
+
get DisplayComponentID(): number | null;
|
|
2263
|
+
set DisplayComponentID(value: number | null);
|
|
2201
2264
|
/**
|
|
2202
|
-
* * Field Name:
|
|
2203
|
-
* * Display Name:
|
|
2204
|
-
* * SQL Data Type:
|
|
2205
|
-
* *
|
|
2265
|
+
* * Field Name: DisplayComponentConfiguration
|
|
2266
|
+
* * Display Name: Display Component Configuration
|
|
2267
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
2268
|
+
* * 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
2269
|
*/
|
|
2207
|
-
get
|
|
2270
|
+
get DisplayComponentConfiguration(): string | null;
|
|
2271
|
+
set DisplayComponentConfiguration(value: string | null);
|
|
2272
|
+
/**
|
|
2273
|
+
* * Field Name: __mj_CreatedAt
|
|
2274
|
+
* * Display Name: __mj _Created At
|
|
2275
|
+
* * SQL Data Type: datetimeoffset
|
|
2276
|
+
* * Default Value: getutcdate()
|
|
2277
|
+
*/
|
|
2278
|
+
get __mj_CreatedAt(): Date;
|
|
2279
|
+
/**
|
|
2280
|
+
* * Field Name: __mj_UpdatedAt
|
|
2281
|
+
* * Display Name: __mj _Updated At
|
|
2282
|
+
* * SQL Data Type: datetimeoffset
|
|
2283
|
+
* * Default Value: getutcdate()
|
|
2284
|
+
*/
|
|
2285
|
+
get __mj_UpdatedAt(): Date;
|
|
2208
2286
|
/**
|
|
2209
2287
|
* * Field Name: Entity
|
|
2210
2288
|
* * SQL Data Type: nvarchar(255)
|
|
@@ -2356,6 +2434,20 @@ export declare class UserRecordLogEntity extends BaseEntity {
|
|
|
2356
2434
|
get TotalCount(): number;
|
|
2357
2435
|
set TotalCount(value: number);
|
|
2358
2436
|
/**
|
|
2437
|
+
* * Field Name: __mj_CreatedAt
|
|
2438
|
+
* * Display Name: Created At
|
|
2439
|
+
* * SQL Data Type: datetimeoffset
|
|
2440
|
+
* * Default Value: getutcdate()
|
|
2441
|
+
*/
|
|
2442
|
+
get __mj_CreatedAt(): Date;
|
|
2443
|
+
/**
|
|
2444
|
+
* * Field Name: __mj_UpdatedAt
|
|
2445
|
+
* * Display Name: Updated At
|
|
2446
|
+
* * SQL Data Type: datetimeoffset
|
|
2447
|
+
* * Default Value: getutcdate()
|
|
2448
|
+
*/
|
|
2449
|
+
get __mj_UpdatedAt(): Date;
|
|
2450
|
+
/**
|
|
2359
2451
|
* * Field Name: Entity
|
|
2360
2452
|
* * Display Name: Entity
|
|
2361
2453
|
* * SQL Data Type: nvarchar(255)
|
|
@@ -2554,29 +2646,29 @@ export declare class UserViewEntity extends BaseEntity {
|
|
|
2554
2646
|
get SortState(): string | null;
|
|
2555
2647
|
set SortState(value: string | null);
|
|
2556
2648
|
/**
|
|
2557
|
-
* * Field Name:
|
|
2558
|
-
* * Display Name:
|
|
2559
|
-
* * SQL Data Type:
|
|
2560
|
-
* * Default Value: getdate()
|
|
2649
|
+
* * Field Name: __mj_CreatedAt
|
|
2650
|
+
* * Display Name: __mj _Created At
|
|
2651
|
+
* * SQL Data Type: datetimeoffset
|
|
2561
2652
|
*/
|
|
2562
|
-
get
|
|
2653
|
+
get __mj_CreatedAt(): Date;
|
|
2563
2654
|
/**
|
|
2564
|
-
* * Field Name:
|
|
2565
|
-
* * Display Name:
|
|
2566
|
-
* * SQL Data Type:
|
|
2567
|
-
* * Default Value: getdate()
|
|
2655
|
+
* * Field Name: __mj_UpdatedAt
|
|
2656
|
+
* * Display Name: __mj _Updated At
|
|
2657
|
+
* * SQL Data Type: datetimeoffset
|
|
2568
2658
|
*/
|
|
2569
|
-
get
|
|
2659
|
+
get __mj_UpdatedAt(): Date;
|
|
2570
2660
|
/**
|
|
2571
2661
|
* * Field Name: UserName
|
|
2572
2662
|
* * Display Name: User Name
|
|
2573
2663
|
* * SQL Data Type: nvarchar(100)
|
|
2664
|
+
* * Default Value: getutcdate()
|
|
2574
2665
|
*/
|
|
2575
2666
|
get UserName(): string;
|
|
2576
2667
|
/**
|
|
2577
2668
|
* * Field Name: UserFirstLast
|
|
2578
2669
|
* * Display Name: User First Last
|
|
2579
2670
|
* * SQL Data Type: nvarchar(101)
|
|
2671
|
+
* * Default Value: getutcdate()
|
|
2580
2672
|
*/
|
|
2581
2673
|
get UserFirstLast(): string | null;
|
|
2582
2674
|
/**
|
|
@@ -2685,6 +2777,20 @@ export declare class CompanyIntegrationRunEntity extends BaseEntity {
|
|
|
2685
2777
|
get Comments(): string | null;
|
|
2686
2778
|
set Comments(value: string | null);
|
|
2687
2779
|
/**
|
|
2780
|
+
* * Field Name: __mj_CreatedAt
|
|
2781
|
+
* * Display Name: Created At
|
|
2782
|
+
* * SQL Data Type: datetimeoffset
|
|
2783
|
+
* * Default Value: getutcdate()
|
|
2784
|
+
*/
|
|
2785
|
+
get __mj_CreatedAt(): Date;
|
|
2786
|
+
/**
|
|
2787
|
+
* * Field Name: __mj_UpdatedAt
|
|
2788
|
+
* * Display Name: Updated At
|
|
2789
|
+
* * SQL Data Type: datetimeoffset
|
|
2790
|
+
* * Default Value: getutcdate()
|
|
2791
|
+
*/
|
|
2792
|
+
get __mj_UpdatedAt(): Date;
|
|
2793
|
+
/**
|
|
2688
2794
|
* * Field Name: RunByUser
|
|
2689
2795
|
* * Display Name: Run By User
|
|
2690
2796
|
* * SQL Data Type: nvarchar(100)
|
|
@@ -2774,6 +2880,20 @@ export declare class CompanyIntegrationRunDetailEntity extends BaseEntity {
|
|
|
2774
2880
|
get IsSuccess(): boolean;
|
|
2775
2881
|
set IsSuccess(value: boolean);
|
|
2776
2882
|
/**
|
|
2883
|
+
* * Field Name: __mj_CreatedAt
|
|
2884
|
+
* * Display Name: Created At
|
|
2885
|
+
* * SQL Data Type: datetimeoffset
|
|
2886
|
+
* * Default Value: getutcdate()
|
|
2887
|
+
*/
|
|
2888
|
+
get __mj_CreatedAt(): Date;
|
|
2889
|
+
/**
|
|
2890
|
+
* * Field Name: __mj_UpdatedAt
|
|
2891
|
+
* * Display Name: Updated At
|
|
2892
|
+
* * SQL Data Type: datetimeoffset
|
|
2893
|
+
* * Default Value: getutcdate()
|
|
2894
|
+
*/
|
|
2895
|
+
get __mj_UpdatedAt(): Date;
|
|
2896
|
+
/**
|
|
2777
2897
|
* * Field Name: Entity
|
|
2778
2898
|
* * SQL Data Type: nvarchar(255)
|
|
2779
2899
|
*/
|
|
@@ -2857,23 +2977,16 @@ export declare class ErrorLogEntity extends BaseEntity {
|
|
|
2857
2977
|
get Message(): string | null;
|
|
2858
2978
|
set Message(value: string | null);
|
|
2859
2979
|
/**
|
|
2860
|
-
* * Field Name: CreatedAt
|
|
2861
|
-
* * Display Name: Created At
|
|
2862
|
-
* * SQL Data Type: datetime
|
|
2863
|
-
* * Default Value: getdate()
|
|
2864
|
-
*/
|
|
2865
|
-
get CreatedAt(): Date;
|
|
2866
|
-
/**
|
|
2867
2980
|
* * Field Name: CreatedBy
|
|
2868
2981
|
* * Display Name: Created By
|
|
2869
2982
|
* * SQL Data Type: nvarchar(50)
|
|
2870
|
-
* * Default Value: suser_name()
|
|
2871
2983
|
*/
|
|
2872
2984
|
get CreatedBy(): string | null;
|
|
2873
2985
|
set CreatedBy(value: string | null);
|
|
2874
2986
|
/**
|
|
2875
2987
|
* * Field Name: Status
|
|
2876
2988
|
* * SQL Data Type: nvarchar(10)
|
|
2989
|
+
* * Default Value: suser_name()
|
|
2877
2990
|
*/
|
|
2878
2991
|
get Status(): string | null;
|
|
2879
2992
|
set Status(value: string | null);
|
|
@@ -2889,6 +3002,19 @@ export declare class ErrorLogEntity extends BaseEntity {
|
|
|
2889
3002
|
*/
|
|
2890
3003
|
get Details(): string | null;
|
|
2891
3004
|
set Details(value: string | null);
|
|
3005
|
+
/**
|
|
3006
|
+
* * Field Name: __mj_CreatedAt
|
|
3007
|
+
* * Display Name: Created At
|
|
3008
|
+
* * SQL Data Type: datetimeoffset
|
|
3009
|
+
*/
|
|
3010
|
+
get __mj_CreatedAt(): Date;
|
|
3011
|
+
/**
|
|
3012
|
+
* * Field Name: __mj_UpdatedAt
|
|
3013
|
+
* * Display Name: Updated At
|
|
3014
|
+
* * SQL Data Type: datetimeoffset
|
|
3015
|
+
* * Default Value: getutcdate()
|
|
3016
|
+
*/
|
|
3017
|
+
get __mj_UpdatedAt(): Date;
|
|
2892
3018
|
}
|
|
2893
3019
|
/**
|
|
2894
3020
|
* Applications - strongly typed entity sub-class
|
|
@@ -2949,19 +3075,17 @@ export declare class ApplicationEntity extends BaseEntity {
|
|
|
2949
3075
|
get DefaultForNewUser(): boolean;
|
|
2950
3076
|
set DefaultForNewUser(value: boolean);
|
|
2951
3077
|
/**
|
|
2952
|
-
* * Field Name:
|
|
2953
|
-
* * Display Name:
|
|
2954
|
-
* * SQL Data Type:
|
|
2955
|
-
* * Default Value: getdate()
|
|
3078
|
+
* * Field Name: __mj_CreatedAt
|
|
3079
|
+
* * Display Name: __mj _Created At
|
|
3080
|
+
* * SQL Data Type: datetimeoffset
|
|
2956
3081
|
*/
|
|
2957
|
-
get
|
|
3082
|
+
get __mj_CreatedAt(): Date;
|
|
2958
3083
|
/**
|
|
2959
|
-
* * Field Name:
|
|
2960
|
-
* * Display Name:
|
|
2961
|
-
* * SQL Data Type:
|
|
2962
|
-
* * Default Value: getdate()
|
|
3084
|
+
* * Field Name: __mj_UpdatedAt
|
|
3085
|
+
* * Display Name: __mj _Updated At
|
|
3086
|
+
* * SQL Data Type: datetimeoffset
|
|
2963
3087
|
*/
|
|
2964
|
-
get
|
|
3088
|
+
get __mj_UpdatedAt(): Date;
|
|
2965
3089
|
}
|
|
2966
3090
|
/**
|
|
2967
3091
|
* Application Entities - strongly typed entity sub-class
|
|
@@ -3024,27 +3148,27 @@ export declare class ApplicationEntityEntity extends BaseEntity {
|
|
|
3024
3148
|
get DefaultForNewUser(): boolean;
|
|
3025
3149
|
set DefaultForNewUser(value: boolean);
|
|
3026
3150
|
/**
|
|
3027
|
-
* * Field Name:
|
|
3028
|
-
* * Display Name:
|
|
3029
|
-
* * SQL Data Type:
|
|
3030
|
-
* * Default Value: getdate()
|
|
3151
|
+
* * Field Name: __mj_CreatedAt
|
|
3152
|
+
* * Display Name: __mj _Created At
|
|
3153
|
+
* * SQL Data Type: datetimeoffset
|
|
3031
3154
|
*/
|
|
3032
|
-
get
|
|
3155
|
+
get __mj_CreatedAt(): Date;
|
|
3033
3156
|
/**
|
|
3034
|
-
* * Field Name:
|
|
3035
|
-
* * Display Name:
|
|
3036
|
-
* * SQL Data Type:
|
|
3037
|
-
* * Default Value: getdate()
|
|
3157
|
+
* * Field Name: __mj_UpdatedAt
|
|
3158
|
+
* * Display Name: __mj _Updated At
|
|
3159
|
+
* * SQL Data Type: datetimeoffset
|
|
3038
3160
|
*/
|
|
3039
|
-
get
|
|
3161
|
+
get __mj_UpdatedAt(): Date;
|
|
3040
3162
|
/**
|
|
3041
3163
|
* * Field Name: Application
|
|
3042
3164
|
* * SQL Data Type: nvarchar(50)
|
|
3165
|
+
* * Default Value: getutcdate()
|
|
3043
3166
|
*/
|
|
3044
3167
|
get Application(): string;
|
|
3045
3168
|
/**
|
|
3046
3169
|
* * Field Name: Entity
|
|
3047
3170
|
* * SQL Data Type: nvarchar(255)
|
|
3171
|
+
* * Default Value: getutcdate()
|
|
3048
3172
|
*/
|
|
3049
3173
|
get Entity(): string;
|
|
3050
3174
|
/**
|
|
@@ -3182,28 +3306,29 @@ export declare class EntityPermissionEntity extends BaseEntity {
|
|
|
3182
3306
|
get DeleteRLSFilterID(): number | null;
|
|
3183
3307
|
set DeleteRLSFilterID(value: number | null);
|
|
3184
3308
|
/**
|
|
3185
|
-
* * Field Name:
|
|
3186
|
-
* * Display Name:
|
|
3187
|
-
* * SQL Data Type:
|
|
3188
|
-
* * Default Value: getdate()
|
|
3309
|
+
* * Field Name: __mj_CreatedAt
|
|
3310
|
+
* * Display Name: __mj _Created At
|
|
3311
|
+
* * SQL Data Type: datetimeoffset
|
|
3189
3312
|
*/
|
|
3190
|
-
get
|
|
3313
|
+
get __mj_CreatedAt(): Date;
|
|
3191
3314
|
/**
|
|
3192
|
-
* * Field Name:
|
|
3193
|
-
* * Display Name:
|
|
3194
|
-
* * SQL Data Type:
|
|
3195
|
-
* * Default Value: getdate()
|
|
3315
|
+
* * Field Name: __mj_UpdatedAt
|
|
3316
|
+
* * Display Name: __mj _Updated At
|
|
3317
|
+
* * SQL Data Type: datetimeoffset
|
|
3196
3318
|
*/
|
|
3197
|
-
get
|
|
3319
|
+
get __mj_UpdatedAt(): Date;
|
|
3198
3320
|
/**
|
|
3199
3321
|
* * Field Name: Entity
|
|
3322
|
+
* * Display Name: Entity
|
|
3200
3323
|
* * SQL Data Type: nvarchar(255)
|
|
3324
|
+
* * Default Value: getutcdate()
|
|
3201
3325
|
*/
|
|
3202
3326
|
get Entity(): string;
|
|
3203
3327
|
/**
|
|
3204
3328
|
* * Field Name: RoleSQLName
|
|
3205
3329
|
* * Display Name: Role SQLName
|
|
3206
3330
|
* * SQL Data Type: nvarchar(250)
|
|
3331
|
+
* * Default Value: getutcdate()
|
|
3207
3332
|
*/
|
|
3208
3333
|
get RoleSQLName(): string | null;
|
|
3209
3334
|
/**
|
|
@@ -3283,6 +3408,20 @@ export declare class UserApplicationEntityEntity extends BaseEntity {
|
|
|
3283
3408
|
get Sequence(): number;
|
|
3284
3409
|
set Sequence(value: number);
|
|
3285
3410
|
/**
|
|
3411
|
+
* * Field Name: __mj_CreatedAt
|
|
3412
|
+
* * Display Name: Created At
|
|
3413
|
+
* * SQL Data Type: datetimeoffset
|
|
3414
|
+
* * Default Value: getutcdate()
|
|
3415
|
+
*/
|
|
3416
|
+
get __mj_CreatedAt(): Date;
|
|
3417
|
+
/**
|
|
3418
|
+
* * Field Name: __mj_UpdatedAt
|
|
3419
|
+
* * Display Name: Updated At
|
|
3420
|
+
* * SQL Data Type: datetimeoffset
|
|
3421
|
+
* * Default Value: getutcdate()
|
|
3422
|
+
*/
|
|
3423
|
+
get __mj_UpdatedAt(): Date;
|
|
3424
|
+
/**
|
|
3286
3425
|
* * Field Name: Application
|
|
3287
3426
|
* * Display Name: Application
|
|
3288
3427
|
* * SQL Data Type: nvarchar(50)
|
|
@@ -3361,6 +3500,20 @@ export declare class UserApplicationEntity extends BaseEntity {
|
|
|
3361
3500
|
get IsActive(): boolean;
|
|
3362
3501
|
set IsActive(value: boolean);
|
|
3363
3502
|
/**
|
|
3503
|
+
* * Field Name: __mj_CreatedAt
|
|
3504
|
+
* * Display Name: Created At
|
|
3505
|
+
* * SQL Data Type: datetimeoffset
|
|
3506
|
+
* * Default Value: getutcdate()
|
|
3507
|
+
*/
|
|
3508
|
+
get __mj_CreatedAt(): Date;
|
|
3509
|
+
/**
|
|
3510
|
+
* * Field Name: __mj_UpdatedAt
|
|
3511
|
+
* * Display Name: Updated At
|
|
3512
|
+
* * SQL Data Type: datetimeoffset
|
|
3513
|
+
* * Default Value: getutcdate()
|
|
3514
|
+
*/
|
|
3515
|
+
get __mj_UpdatedAt(): Date;
|
|
3516
|
+
/**
|
|
3364
3517
|
* * Field Name: User
|
|
3365
3518
|
* * Display Name: User
|
|
3366
3519
|
* * SQL Data Type: nvarchar(100)
|
|
@@ -3462,6 +3615,20 @@ export declare class CompanyIntegrationRunAPILogEntity extends BaseEntity {
|
|
|
3462
3615
|
*/
|
|
3463
3616
|
get Parameters(): string | null;
|
|
3464
3617
|
set Parameters(value: string | null);
|
|
3618
|
+
/**
|
|
3619
|
+
* * Field Name: __mj_CreatedAt
|
|
3620
|
+
* * Display Name: Created At
|
|
3621
|
+
* * SQL Data Type: datetimeoffset
|
|
3622
|
+
* * Default Value: getutcdate()
|
|
3623
|
+
*/
|
|
3624
|
+
get __mj_CreatedAt(): Date;
|
|
3625
|
+
/**
|
|
3626
|
+
* * Field Name: __mj_UpdatedAt
|
|
3627
|
+
* * Display Name: Updated At
|
|
3628
|
+
* * SQL Data Type: datetimeoffset
|
|
3629
|
+
* * Default Value: getutcdate()
|
|
3630
|
+
*/
|
|
3631
|
+
get __mj_UpdatedAt(): Date;
|
|
3465
3632
|
}
|
|
3466
3633
|
/**
|
|
3467
3634
|
* Lists - strongly typed entity sub-class
|
|
@@ -3536,20 +3703,6 @@ export declare class ListEntity extends BaseEntity {
|
|
|
3536
3703
|
get CompanyIntegrationID(): number | null;
|
|
3537
3704
|
set CompanyIntegrationID(value: number | null);
|
|
3538
3705
|
/**
|
|
3539
|
-
* * Field Name: CreatedAt
|
|
3540
|
-
* * Display Name: Created At
|
|
3541
|
-
* * SQL Data Type: datetime
|
|
3542
|
-
* * Default Value: getdate()
|
|
3543
|
-
*/
|
|
3544
|
-
get CreatedAt(): Date;
|
|
3545
|
-
/**
|
|
3546
|
-
* * Field Name: UpdatedAt
|
|
3547
|
-
* * Display Name: Updated At
|
|
3548
|
-
* * SQL Data Type: datetime
|
|
3549
|
-
* * Default Value: getdate()
|
|
3550
|
-
*/
|
|
3551
|
-
get UpdatedAt(): Date;
|
|
3552
|
-
/**
|
|
3553
3706
|
* * Field Name: CategoryID
|
|
3554
3707
|
* * Display Name: Category ID
|
|
3555
3708
|
* * SQL Data Type: int
|
|
@@ -3557,15 +3710,29 @@ export declare class ListEntity extends BaseEntity {
|
|
|
3557
3710
|
get CategoryID(): number | null;
|
|
3558
3711
|
set CategoryID(value: number | null);
|
|
3559
3712
|
/**
|
|
3713
|
+
* * Field Name: __mj_CreatedAt
|
|
3714
|
+
* * Display Name: Created At
|
|
3715
|
+
* * SQL Data Type: datetimeoffset
|
|
3716
|
+
*/
|
|
3717
|
+
get __mj_CreatedAt(): Date;
|
|
3718
|
+
/**
|
|
3719
|
+
* * Field Name: __mj_UpdatedAt
|
|
3720
|
+
* * Display Name: Updated At
|
|
3721
|
+
* * SQL Data Type: datetimeoffset
|
|
3722
|
+
*/
|
|
3723
|
+
get __mj_UpdatedAt(): Date;
|
|
3724
|
+
/**
|
|
3560
3725
|
* * Field Name: Entity
|
|
3561
3726
|
* * Display Name: Entity
|
|
3562
3727
|
* * SQL Data Type: nvarchar(255)
|
|
3728
|
+
* * Default Value: getutcdate()
|
|
3563
3729
|
*/
|
|
3564
3730
|
get Entity(): string;
|
|
3565
3731
|
/**
|
|
3566
3732
|
* * Field Name: User
|
|
3567
3733
|
* * Display Name: User
|
|
3568
3734
|
* * SQL Data Type: nvarchar(100)
|
|
3735
|
+
* * Default Value: getutcdate()
|
|
3569
3736
|
*/
|
|
3570
3737
|
get User(): string;
|
|
3571
3738
|
}
|
|
@@ -3621,6 +3788,20 @@ export declare class ListDetailEntity extends BaseEntity {
|
|
|
3621
3788
|
get Sequence(): number;
|
|
3622
3789
|
set Sequence(value: number);
|
|
3623
3790
|
/**
|
|
3791
|
+
* * Field Name: __mj_CreatedAt
|
|
3792
|
+
* * Display Name: Created At
|
|
3793
|
+
* * SQL Data Type: datetimeoffset
|
|
3794
|
+
* * Default Value: getutcdate()
|
|
3795
|
+
*/
|
|
3796
|
+
get __mj_CreatedAt(): Date;
|
|
3797
|
+
/**
|
|
3798
|
+
* * Field Name: __mj_UpdatedAt
|
|
3799
|
+
* * Display Name: Updated At
|
|
3800
|
+
* * SQL Data Type: datetimeoffset
|
|
3801
|
+
* * Default Value: getutcdate()
|
|
3802
|
+
*/
|
|
3803
|
+
get __mj_UpdatedAt(): Date;
|
|
3804
|
+
/**
|
|
3624
3805
|
* * Field Name: List
|
|
3625
3806
|
* * Display Name: List
|
|
3626
3807
|
* * SQL Data Type: nvarchar(100)
|
|
@@ -3689,6 +3870,20 @@ export declare class UserViewRunEntity extends BaseEntity {
|
|
|
3689
3870
|
get RunByUserID(): number;
|
|
3690
3871
|
set RunByUserID(value: number);
|
|
3691
3872
|
/**
|
|
3873
|
+
* * Field Name: __mj_CreatedAt
|
|
3874
|
+
* * Display Name: Created At
|
|
3875
|
+
* * SQL Data Type: datetimeoffset
|
|
3876
|
+
* * Default Value: getutcdate()
|
|
3877
|
+
*/
|
|
3878
|
+
get __mj_CreatedAt(): Date;
|
|
3879
|
+
/**
|
|
3880
|
+
* * Field Name: __mj_UpdatedAt
|
|
3881
|
+
* * Display Name: Updated At
|
|
3882
|
+
* * SQL Data Type: datetimeoffset
|
|
3883
|
+
* * Default Value: getutcdate()
|
|
3884
|
+
*/
|
|
3885
|
+
get __mj_UpdatedAt(): Date;
|
|
3886
|
+
/**
|
|
3692
3887
|
* * Field Name: UserView
|
|
3693
3888
|
* * Display Name: User View
|
|
3694
3889
|
* * SQL Data Type: nvarchar(100)
|
|
@@ -3755,6 +3950,20 @@ export declare class UserViewRunDetailEntity extends BaseEntity {
|
|
|
3755
3950
|
get RecordID(): string;
|
|
3756
3951
|
set RecordID(value: string);
|
|
3757
3952
|
/**
|
|
3953
|
+
* * Field Name: __mj_CreatedAt
|
|
3954
|
+
* * Display Name: Created At
|
|
3955
|
+
* * SQL Data Type: datetimeoffset
|
|
3956
|
+
* * Default Value: getutcdate()
|
|
3957
|
+
*/
|
|
3958
|
+
get __mj_CreatedAt(): Date;
|
|
3959
|
+
/**
|
|
3960
|
+
* * Field Name: __mj_UpdatedAt
|
|
3961
|
+
* * Display Name: Updated At
|
|
3962
|
+
* * SQL Data Type: datetimeoffset
|
|
3963
|
+
* * Default Value: getutcdate()
|
|
3964
|
+
*/
|
|
3965
|
+
get __mj_UpdatedAt(): Date;
|
|
3966
|
+
/**
|
|
3758
3967
|
* * Field Name: UserViewID
|
|
3759
3968
|
* * Display Name: User View
|
|
3760
3969
|
* * SQL Data Type: int
|
|
@@ -3853,6 +4062,20 @@ export declare class WorkflowRunEntity extends BaseEntity {
|
|
|
3853
4062
|
get Results(): string | null;
|
|
3854
4063
|
set Results(value: string | null);
|
|
3855
4064
|
/**
|
|
4065
|
+
* * Field Name: __mj_CreatedAt
|
|
4066
|
+
* * Display Name: Created At
|
|
4067
|
+
* * SQL Data Type: datetimeoffset
|
|
4068
|
+
* * Default Value: getutcdate()
|
|
4069
|
+
*/
|
|
4070
|
+
get __mj_CreatedAt(): Date;
|
|
4071
|
+
/**
|
|
4072
|
+
* * Field Name: __mj_UpdatedAt
|
|
4073
|
+
* * Display Name: Updated At
|
|
4074
|
+
* * SQL Data Type: datetimeoffset
|
|
4075
|
+
* * Default Value: getutcdate()
|
|
4076
|
+
*/
|
|
4077
|
+
get __mj_UpdatedAt(): Date;
|
|
4078
|
+
/**
|
|
3856
4079
|
* * Field Name: Workflow
|
|
3857
4080
|
* * Display Name: Workflow
|
|
3858
4081
|
* * SQL Data Type: nvarchar(100)
|
|
@@ -3938,24 +4161,9 @@ export declare class WorkflowEntity extends BaseEntity {
|
|
|
3938
4161
|
get ExternalSystemRecordID(): string;
|
|
3939
4162
|
set ExternalSystemRecordID(value: string);
|
|
3940
4163
|
/**
|
|
3941
|
-
* * Field Name: CreatedAt
|
|
3942
|
-
* * Display Name: Created At
|
|
3943
|
-
* * SQL Data Type: datetime
|
|
3944
|
-
* * Default Value: getdate()
|
|
3945
|
-
*/
|
|
3946
|
-
get CreatedAt(): Date;
|
|
3947
|
-
/**
|
|
3948
|
-
* * Field Name: UpdatedAt
|
|
3949
|
-
* * Display Name: Updated At
|
|
3950
|
-
* * SQL Data Type: datetime
|
|
3951
|
-
* * Default Value: getdate()
|
|
3952
|
-
*/
|
|
3953
|
-
get UpdatedAt(): Date;
|
|
3954
|
-
/**
|
|
3955
4164
|
* * Field Name: AutoRunEnabled
|
|
3956
4165
|
* * Display Name: Auto Run Enabled
|
|
3957
4166
|
* * SQL Data Type: bit
|
|
3958
|
-
* * Default Value: 0
|
|
3959
4167
|
* * Description: If set to 1, the workflow will be run automatically on the interval specified by the AutoRunIntervalType and AutoRunInterval fields
|
|
3960
4168
|
*/
|
|
3961
4169
|
get AutoRunEnabled(): boolean;
|
|
@@ -3980,6 +4188,7 @@ export declare class WorkflowEntity extends BaseEntity {
|
|
|
3980
4188
|
* * Field Name: AutoRunInterval
|
|
3981
4189
|
* * Display Name: Auto Run Interval
|
|
3982
4190
|
* * SQL Data Type: int
|
|
4191
|
+
* * Default Value: 0
|
|
3983
4192
|
* * Description: The interval, denominated in the units specified in the AutoRunIntervalUnits column, between auto runs of this workflow.
|
|
3984
4193
|
*/
|
|
3985
4194
|
get AutoRunInterval(): number | null;
|
|
@@ -3993,9 +4202,22 @@ export declare class WorkflowEntity extends BaseEntity {
|
|
|
3993
4202
|
get SubclassName(): string | null;
|
|
3994
4203
|
set SubclassName(value: string | null);
|
|
3995
4204
|
/**
|
|
4205
|
+
* * Field Name: __mj_CreatedAt
|
|
4206
|
+
* * Display Name: Created At
|
|
4207
|
+
* * SQL Data Type: datetimeoffset
|
|
4208
|
+
*/
|
|
4209
|
+
get __mj_CreatedAt(): Date;
|
|
4210
|
+
/**
|
|
4211
|
+
* * Field Name: __mj_UpdatedAt
|
|
4212
|
+
* * Display Name: Updated At
|
|
4213
|
+
* * SQL Data Type: datetimeoffset
|
|
4214
|
+
*/
|
|
4215
|
+
get __mj_UpdatedAt(): Date;
|
|
4216
|
+
/**
|
|
3996
4217
|
* * Field Name: AutoRunIntervalMinutes
|
|
3997
4218
|
* * Display Name: Auto Run Interval Minutes
|
|
3998
4219
|
* * SQL Data Type: int
|
|
4220
|
+
* * Default Value: getutcdate()
|
|
3999
4221
|
*/
|
|
4000
4222
|
get AutoRunIntervalMinutes(): number | null;
|
|
4001
4223
|
}
|
|
@@ -4063,19 +4285,17 @@ export declare class WorkflowEngineEntity extends BaseEntity {
|
|
|
4063
4285
|
get DriverClass(): string;
|
|
4064
4286
|
set DriverClass(value: string);
|
|
4065
4287
|
/**
|
|
4066
|
-
* * Field Name:
|
|
4288
|
+
* * Field Name: __mj_CreatedAt
|
|
4067
4289
|
* * Display Name: Created At
|
|
4068
|
-
* * SQL Data Type:
|
|
4069
|
-
* * Default Value: getdate()
|
|
4290
|
+
* * SQL Data Type: datetimeoffset
|
|
4070
4291
|
*/
|
|
4071
|
-
get
|
|
4292
|
+
get __mj_CreatedAt(): Date;
|
|
4072
4293
|
/**
|
|
4073
|
-
* * Field Name:
|
|
4294
|
+
* * Field Name: __mj_UpdatedAt
|
|
4074
4295
|
* * Display Name: Updated At
|
|
4075
|
-
* * SQL Data Type:
|
|
4076
|
-
* * Default Value: getdate()
|
|
4296
|
+
* * SQL Data Type: datetimeoffset
|
|
4077
4297
|
*/
|
|
4078
|
-
get
|
|
4298
|
+
get __mj_UpdatedAt(): Date;
|
|
4079
4299
|
}
|
|
4080
4300
|
/**
|
|
4081
4301
|
* Record Changes - strongly typed entity sub-class
|
|
@@ -4144,18 +4364,28 @@ export declare class RecordChangeEntity extends BaseEntity {
|
|
|
4144
4364
|
* * Display Name: Type
|
|
4145
4365
|
* * SQL Data Type: nvarchar(20)
|
|
4146
4366
|
* * Default Value: Create
|
|
4367
|
+
* * Value List Type: List
|
|
4368
|
+
* * Possible Values
|
|
4369
|
+
* * Create
|
|
4370
|
+
* * Update
|
|
4371
|
+
* * Delete
|
|
4147
4372
|
* * Description: Create, Update, or Delete
|
|
4148
4373
|
*/
|
|
4149
|
-
get Type():
|
|
4150
|
-
set Type(value:
|
|
4374
|
+
get Type(): 'Create' | 'Update' | 'Delete';
|
|
4375
|
+
set Type(value: 'Create' | 'Update' | 'Delete');
|
|
4151
4376
|
/**
|
|
4152
4377
|
* * Field Name: Source
|
|
4153
4378
|
* * Display Name: Source
|
|
4154
4379
|
* * SQL Data Type: nvarchar(20)
|
|
4380
|
+
* * Default Value: Internal
|
|
4381
|
+
* * Value List Type: List
|
|
4382
|
+
* * Possible Values
|
|
4383
|
+
* * Internal
|
|
4384
|
+
* * External
|
|
4155
4385
|
* * Description: Internal or External
|
|
4156
4386
|
*/
|
|
4157
|
-
get Source():
|
|
4158
|
-
set Source(value:
|
|
4387
|
+
get Source(): 'Internal' | 'External';
|
|
4388
|
+
set Source(value: 'Internal' | 'External');
|
|
4159
4389
|
/**
|
|
4160
4390
|
* * Field Name: IntegrationID
|
|
4161
4391
|
* * Display Name: Integration ID
|
|
@@ -4168,8 +4398,8 @@ export declare class RecordChangeEntity extends BaseEntity {
|
|
|
4168
4398
|
/**
|
|
4169
4399
|
* * Field Name: ChangedAt
|
|
4170
4400
|
* * Display Name: Changed At
|
|
4171
|
-
* * SQL Data Type:
|
|
4172
|
-
* * Default Value:
|
|
4401
|
+
* * SQL Data Type: datetimeoffset
|
|
4402
|
+
* * Default Value: getutcdate()
|
|
4173
4403
|
* * Description: The date/time that the change occured.
|
|
4174
4404
|
*/
|
|
4175
4405
|
get ChangedAt(): Date;
|
|
@@ -4206,10 +4436,20 @@ export declare class RecordChangeEntity extends BaseEntity {
|
|
|
4206
4436
|
* * Possible Values
|
|
4207
4437
|
* * Pending
|
|
4208
4438
|
* * Complete
|
|
4439
|
+
* * Error
|
|
4209
4440
|
* * 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
4441
|
*/
|
|
4211
|
-
get Status(): 'Pending' | 'Complete';
|
|
4212
|
-
set Status(value: 'Pending' | 'Complete');
|
|
4442
|
+
get Status(): 'Pending' | 'Complete' | 'Error';
|
|
4443
|
+
set Status(value: 'Pending' | 'Complete' | 'Error');
|
|
4444
|
+
/**
|
|
4445
|
+
* * Field Name: ReplayRunID
|
|
4446
|
+
* * Display Name: Replay Run ID
|
|
4447
|
+
* * SQL Data Type: int
|
|
4448
|
+
* * Related Entity/Foreign Key: Record Change Replay Runs (vwRecordChangeReplayRuns.ID)
|
|
4449
|
+
* * Description: For external changes only, this run ID is the link to the replay run that the change record was part of
|
|
4450
|
+
*/
|
|
4451
|
+
get ReplayRunID(): number | null;
|
|
4452
|
+
set ReplayRunID(value: number | null);
|
|
4213
4453
|
/**
|
|
4214
4454
|
* * Field Name: ErrorLog
|
|
4215
4455
|
* * Display Name: Error Log
|
|
@@ -4226,15 +4466,15 @@ export declare class RecordChangeEntity extends BaseEntity {
|
|
|
4226
4466
|
/**
|
|
4227
4467
|
* * Field Name: CreatedAt
|
|
4228
4468
|
* * Display Name: Created At
|
|
4229
|
-
* * SQL Data Type:
|
|
4230
|
-
* * Default Value:
|
|
4469
|
+
* * SQL Data Type: datetimeoffset
|
|
4470
|
+
* * Default Value: getutcdate()
|
|
4231
4471
|
*/
|
|
4232
4472
|
get CreatedAt(): Date;
|
|
4233
4473
|
/**
|
|
4234
4474
|
* * Field Name: UpdatedAt
|
|
4235
4475
|
* * Display Name: Updated At
|
|
4236
|
-
* * SQL Data Type:
|
|
4237
|
-
* * Default Value:
|
|
4476
|
+
* * SQL Data Type: datetimeoffset
|
|
4477
|
+
* * Default Value: getutcdate()
|
|
4238
4478
|
*/
|
|
4239
4479
|
get UpdatedAt(): Date;
|
|
4240
4480
|
/**
|
|
@@ -4302,23 +4542,22 @@ export declare class UserRoleEntity extends BaseEntity {
|
|
|
4302
4542
|
get RoleName(): string;
|
|
4303
4543
|
set RoleName(value: string);
|
|
4304
4544
|
/**
|
|
4305
|
-
* * Field Name:
|
|
4306
|
-
* * Display Name:
|
|
4307
|
-
* * SQL Data Type:
|
|
4308
|
-
* * Default Value: getdate()
|
|
4545
|
+
* * Field Name: __mj_CreatedAt
|
|
4546
|
+
* * Display Name: __mj _Created At
|
|
4547
|
+
* * SQL Data Type: datetimeoffset
|
|
4309
4548
|
*/
|
|
4310
|
-
get
|
|
4549
|
+
get __mj_CreatedAt(): Date;
|
|
4311
4550
|
/**
|
|
4312
|
-
* * Field Name:
|
|
4313
|
-
* * Display Name:
|
|
4314
|
-
* * SQL Data Type:
|
|
4315
|
-
* * Default Value: getdate()
|
|
4551
|
+
* * Field Name: __mj_UpdatedAt
|
|
4552
|
+
* * Display Name: __mj _Updated At
|
|
4553
|
+
* * SQL Data Type: datetimeoffset
|
|
4316
4554
|
*/
|
|
4317
|
-
get
|
|
4555
|
+
get __mj_UpdatedAt(): Date;
|
|
4318
4556
|
/**
|
|
4319
4557
|
* * Field Name: User
|
|
4320
4558
|
* * Display Name: User
|
|
4321
4559
|
* * SQL Data Type: nvarchar(100)
|
|
4560
|
+
* * Default Value: getutcdate()
|
|
4322
4561
|
*/
|
|
4323
4562
|
get User(): string;
|
|
4324
4563
|
}
|
|
@@ -4391,19 +4630,17 @@ export declare class RowLevelSecurityFilterEntity extends BaseEntity {
|
|
|
4391
4630
|
get FilterText(): string | null;
|
|
4392
4631
|
set FilterText(value: string | null);
|
|
4393
4632
|
/**
|
|
4394
|
-
* * Field Name:
|
|
4395
|
-
* * Display Name:
|
|
4396
|
-
* * SQL Data Type:
|
|
4397
|
-
* * Default Value: getdate()
|
|
4633
|
+
* * Field Name: __mj_CreatedAt
|
|
4634
|
+
* * Display Name: __mj _Created At
|
|
4635
|
+
* * SQL Data Type: datetimeoffset
|
|
4398
4636
|
*/
|
|
4399
|
-
get
|
|
4637
|
+
get __mj_CreatedAt(): Date;
|
|
4400
4638
|
/**
|
|
4401
|
-
* * Field Name:
|
|
4402
|
-
* * Display Name:
|
|
4403
|
-
* * SQL Data Type:
|
|
4404
|
-
* * Default Value: getdate()
|
|
4639
|
+
* * Field Name: __mj_UpdatedAt
|
|
4640
|
+
* * Display Name: __mj _Updated At
|
|
4641
|
+
* * SQL Data Type: datetimeoffset
|
|
4405
4642
|
*/
|
|
4406
|
-
get
|
|
4643
|
+
get __mj_UpdatedAt(): Date;
|
|
4407
4644
|
}
|
|
4408
4645
|
/**
|
|
4409
4646
|
* Audit Logs - strongly typed entity sub-class
|
|
@@ -4509,29 +4746,29 @@ export declare class AuditLogEntity extends BaseEntity {
|
|
|
4509
4746
|
get RecordID(): string | null;
|
|
4510
4747
|
set RecordID(value: string | null);
|
|
4511
4748
|
/**
|
|
4512
|
-
* * Field Name:
|
|
4749
|
+
* * Field Name: __mj_CreatedAt
|
|
4513
4750
|
* * Display Name: Created At
|
|
4514
|
-
* * SQL Data Type:
|
|
4515
|
-
* * Default Value: getdate()
|
|
4751
|
+
* * SQL Data Type: datetimeoffset
|
|
4516
4752
|
*/
|
|
4517
|
-
get
|
|
4753
|
+
get __mj_CreatedAt(): Date;
|
|
4518
4754
|
/**
|
|
4519
|
-
* * Field Name:
|
|
4755
|
+
* * Field Name: __mj_UpdatedAt
|
|
4520
4756
|
* * Display Name: Updated At
|
|
4521
|
-
* * SQL Data Type:
|
|
4522
|
-
* * Default Value: getdate()
|
|
4757
|
+
* * SQL Data Type: datetimeoffset
|
|
4523
4758
|
*/
|
|
4524
|
-
get
|
|
4759
|
+
get __mj_UpdatedAt(): Date;
|
|
4525
4760
|
/**
|
|
4526
4761
|
* * Field Name: User
|
|
4527
4762
|
* * Display Name: User
|
|
4528
4763
|
* * SQL Data Type: nvarchar(100)
|
|
4764
|
+
* * Default Value: getutcdate()
|
|
4529
4765
|
*/
|
|
4530
4766
|
get User(): string;
|
|
4531
4767
|
/**
|
|
4532
4768
|
* * Field Name: Entity
|
|
4533
4769
|
* * Display Name: Entity
|
|
4534
4770
|
* * SQL Data Type: nvarchar(255)
|
|
4771
|
+
* * Default Value: getutcdate()
|
|
4535
4772
|
*/
|
|
4536
4773
|
get Entity(): string | null;
|
|
4537
4774
|
}
|
|
@@ -4621,23 +4858,22 @@ export declare class AuthorizationEntity extends BaseEntity {
|
|
|
4621
4858
|
get Description(): string | null;
|
|
4622
4859
|
set Description(value: string | null);
|
|
4623
4860
|
/**
|
|
4624
|
-
* * Field Name:
|
|
4625
|
-
* * Display Name:
|
|
4626
|
-
* * SQL Data Type:
|
|
4627
|
-
* * Default Value: getdate()
|
|
4861
|
+
* * Field Name: __mj_CreatedAt
|
|
4862
|
+
* * Display Name: __mj _Created At
|
|
4863
|
+
* * SQL Data Type: datetimeoffset
|
|
4628
4864
|
*/
|
|
4629
|
-
get
|
|
4865
|
+
get __mj_CreatedAt(): Date;
|
|
4630
4866
|
/**
|
|
4631
|
-
* * Field Name:
|
|
4632
|
-
* * Display Name:
|
|
4633
|
-
* * SQL Data Type:
|
|
4634
|
-
* * Default Value: getdate()
|
|
4867
|
+
* * Field Name: __mj_UpdatedAt
|
|
4868
|
+
* * Display Name: __mj _Updated At
|
|
4869
|
+
* * SQL Data Type: datetimeoffset
|
|
4635
4870
|
*/
|
|
4636
|
-
get
|
|
4871
|
+
get __mj_UpdatedAt(): Date;
|
|
4637
4872
|
/**
|
|
4638
4873
|
* * Field Name: Parent
|
|
4639
4874
|
* * Display Name: Parent
|
|
4640
4875
|
* * SQL Data Type: nvarchar(100)
|
|
4876
|
+
* * Default Value: getutcdate()
|
|
4641
4877
|
*/
|
|
4642
4878
|
get Parent(): string | null;
|
|
4643
4879
|
}
|
|
@@ -4717,19 +4953,17 @@ export declare class AuthorizationRoleEntity extends BaseEntity {
|
|
|
4717
4953
|
get Type(): 'Allow' | 'Deny';
|
|
4718
4954
|
set Type(value: 'Allow' | 'Deny');
|
|
4719
4955
|
/**
|
|
4720
|
-
* * Field Name:
|
|
4956
|
+
* * Field Name: __mj_CreatedAt
|
|
4721
4957
|
* * Display Name: Created At
|
|
4722
|
-
* * SQL Data Type:
|
|
4723
|
-
* * Default Value: getdate()
|
|
4958
|
+
* * SQL Data Type: datetimeoffset
|
|
4724
4959
|
*/
|
|
4725
|
-
get
|
|
4960
|
+
get __mj_CreatedAt(): Date;
|
|
4726
4961
|
/**
|
|
4727
|
-
* * Field Name:
|
|
4962
|
+
* * Field Name: __mj_UpdatedAt
|
|
4728
4963
|
* * Display Name: Updated At
|
|
4729
|
-
* * SQL Data Type:
|
|
4730
|
-
* * Default Value: getdate()
|
|
4964
|
+
* * SQL Data Type: datetimeoffset
|
|
4731
4965
|
*/
|
|
4732
|
-
get
|
|
4966
|
+
get __mj_UpdatedAt(): Date;
|
|
4733
4967
|
}
|
|
4734
4968
|
/**
|
|
4735
4969
|
* Audit Log Types - strongly typed entity sub-class
|
|
@@ -4809,23 +5043,22 @@ export declare class AuditLogTypeEntity extends BaseEntity {
|
|
|
4809
5043
|
get AuthorizationName(): string | null;
|
|
4810
5044
|
set AuthorizationName(value: string | null);
|
|
4811
5045
|
/**
|
|
4812
|
-
* * Field Name:
|
|
4813
|
-
* * Display Name:
|
|
4814
|
-
* * SQL Data Type:
|
|
4815
|
-
* * Default Value: getdate()
|
|
5046
|
+
* * Field Name: __mj_CreatedAt
|
|
5047
|
+
* * Display Name: __mj _Created At
|
|
5048
|
+
* * SQL Data Type: datetimeoffset
|
|
4816
5049
|
*/
|
|
4817
|
-
get
|
|
5050
|
+
get __mj_CreatedAt(): Date;
|
|
4818
5051
|
/**
|
|
4819
|
-
* * Field Name:
|
|
4820
|
-
* * Display Name:
|
|
4821
|
-
* * SQL Data Type:
|
|
4822
|
-
* * Default Value: getdate()
|
|
5052
|
+
* * Field Name: __mj_UpdatedAt
|
|
5053
|
+
* * Display Name: __mj _Updated At
|
|
5054
|
+
* * SQL Data Type: datetimeoffset
|
|
4823
5055
|
*/
|
|
4824
|
-
get
|
|
5056
|
+
get __mj_UpdatedAt(): Date;
|
|
4825
5057
|
/**
|
|
4826
5058
|
* * Field Name: Parent
|
|
4827
5059
|
* * Display Name: Parent
|
|
4828
5060
|
* * SQL Data Type: nvarchar(50)
|
|
5061
|
+
* * Default Value: getutcdate()
|
|
4829
5062
|
*/
|
|
4830
5063
|
get Parent(): string | null;
|
|
4831
5064
|
}
|
|
@@ -4853,15 +5086,6 @@ export declare class EntityFieldValueEntity extends BaseEntity {
|
|
|
4853
5086
|
*/
|
|
4854
5087
|
Load(ID: number, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
|
|
4855
5088
|
/**
|
|
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
5089
|
* 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
5090
|
* @public
|
|
4867
5091
|
* @method
|
|
@@ -4921,29 +5145,29 @@ export declare class EntityFieldValueEntity extends BaseEntity {
|
|
|
4921
5145
|
get Description(): string | null;
|
|
4922
5146
|
set Description(value: string | null);
|
|
4923
5147
|
/**
|
|
4924
|
-
* * Field Name:
|
|
4925
|
-
* * Display Name:
|
|
4926
|
-
* * SQL Data Type:
|
|
4927
|
-
* * Default Value: getdate()
|
|
5148
|
+
* * Field Name: __mj_CreatedAt
|
|
5149
|
+
* * Display Name: __mj _Created At
|
|
5150
|
+
* * SQL Data Type: datetimeoffset
|
|
4928
5151
|
*/
|
|
4929
|
-
get
|
|
5152
|
+
get __mj_CreatedAt(): Date;
|
|
4930
5153
|
/**
|
|
4931
|
-
* * Field Name:
|
|
4932
|
-
* * Display Name:
|
|
4933
|
-
* * SQL Data Type:
|
|
4934
|
-
* * Default Value: getdate()
|
|
5154
|
+
* * Field Name: __mj_UpdatedAt
|
|
5155
|
+
* * Display Name: __mj _Updated At
|
|
5156
|
+
* * SQL Data Type: datetimeoffset
|
|
4935
5157
|
*/
|
|
4936
|
-
get
|
|
5158
|
+
get __mj_UpdatedAt(): Date;
|
|
4937
5159
|
/**
|
|
4938
5160
|
* * Field Name: EntityField
|
|
4939
5161
|
* * Display Name: Entity Field
|
|
4940
5162
|
* * SQL Data Type: nvarchar(255)
|
|
5163
|
+
* * Default Value: getutcdate()
|
|
4941
5164
|
*/
|
|
4942
5165
|
get EntityField(): string;
|
|
4943
5166
|
/**
|
|
4944
5167
|
* * Field Name: Entity
|
|
4945
5168
|
* * Display Name: Entity
|
|
4946
5169
|
* * SQL Data Type: nvarchar(255)
|
|
5170
|
+
* * Default Value: getutcdate()
|
|
4947
5171
|
*/
|
|
4948
5172
|
get Entity(): string;
|
|
4949
5173
|
}
|
|
@@ -5045,23 +5269,22 @@ export declare class AIModelEntity extends BaseEntity {
|
|
|
5045
5269
|
get PowerRank(): number | null;
|
|
5046
5270
|
set PowerRank(value: number | null);
|
|
5047
5271
|
/**
|
|
5048
|
-
* * Field Name:
|
|
5272
|
+
* * Field Name: __mj_CreatedAt
|
|
5049
5273
|
* * Display Name: Created At
|
|
5050
|
-
* * SQL Data Type:
|
|
5051
|
-
* * Default Value: getdate()
|
|
5274
|
+
* * SQL Data Type: datetimeoffset
|
|
5052
5275
|
*/
|
|
5053
|
-
get
|
|
5276
|
+
get __mj_CreatedAt(): Date;
|
|
5054
5277
|
/**
|
|
5055
|
-
* * Field Name:
|
|
5278
|
+
* * Field Name: __mj_UpdatedAt
|
|
5056
5279
|
* * Display Name: Updated At
|
|
5057
|
-
* * SQL Data Type:
|
|
5058
|
-
* * Default Value: getdate()
|
|
5280
|
+
* * SQL Data Type: datetimeoffset
|
|
5059
5281
|
*/
|
|
5060
|
-
get
|
|
5282
|
+
get __mj_UpdatedAt(): Date;
|
|
5061
5283
|
/**
|
|
5062
5284
|
* * Field Name: AIModelType
|
|
5063
5285
|
* * Display Name: AIModel Type
|
|
5064
5286
|
* * SQL Data Type: nvarchar(50)
|
|
5287
|
+
* * Default Value: getutcdate()
|
|
5065
5288
|
*/
|
|
5066
5289
|
get AIModelType(): string;
|
|
5067
5290
|
}
|
|
@@ -5133,23 +5356,22 @@ export declare class AIActionEntity extends BaseEntity {
|
|
|
5133
5356
|
get IsActive(): boolean;
|
|
5134
5357
|
set IsActive(value: boolean);
|
|
5135
5358
|
/**
|
|
5136
|
-
* * Field Name:
|
|
5359
|
+
* * Field Name: __mj_CreatedAt
|
|
5137
5360
|
* * Display Name: Created At
|
|
5138
|
-
* * SQL Data Type:
|
|
5139
|
-
* * Default Value: getdate()
|
|
5361
|
+
* * SQL Data Type: datetimeoffset
|
|
5140
5362
|
*/
|
|
5141
|
-
get
|
|
5363
|
+
get __mj_CreatedAt(): Date;
|
|
5142
5364
|
/**
|
|
5143
|
-
* * Field Name:
|
|
5365
|
+
* * Field Name: __mj_UpdatedAt
|
|
5144
5366
|
* * Display Name: Updated At
|
|
5145
|
-
* * SQL Data Type:
|
|
5146
|
-
* * Default Value: getdate()
|
|
5367
|
+
* * SQL Data Type: datetimeoffset
|
|
5147
5368
|
*/
|
|
5148
|
-
get
|
|
5369
|
+
get __mj_UpdatedAt(): Date;
|
|
5149
5370
|
/**
|
|
5150
5371
|
* * Field Name: DefaultModel
|
|
5151
5372
|
* * Display Name: Default Model
|
|
5152
5373
|
* * SQL Data Type: nvarchar(50)
|
|
5374
|
+
* * Default Value: getutcdate()
|
|
5153
5375
|
*/
|
|
5154
5376
|
get DefaultModel(): string | null;
|
|
5155
5377
|
}
|
|
@@ -5208,29 +5430,29 @@ export declare class AIModelActionEntity extends BaseEntity {
|
|
|
5208
5430
|
get IsActive(): boolean;
|
|
5209
5431
|
set IsActive(value: boolean);
|
|
5210
5432
|
/**
|
|
5211
|
-
* * Field Name:
|
|
5433
|
+
* * Field Name: __mj_CreatedAt
|
|
5212
5434
|
* * Display Name: Created At
|
|
5213
|
-
* * SQL Data Type:
|
|
5214
|
-
* * Default Value: getdate()
|
|
5435
|
+
* * SQL Data Type: datetimeoffset
|
|
5215
5436
|
*/
|
|
5216
|
-
get
|
|
5437
|
+
get __mj_CreatedAt(): Date;
|
|
5217
5438
|
/**
|
|
5218
|
-
* * Field Name:
|
|
5439
|
+
* * Field Name: __mj_UpdatedAt
|
|
5219
5440
|
* * Display Name: Updated At
|
|
5220
|
-
* * SQL Data Type:
|
|
5221
|
-
* * Default Value: getdate()
|
|
5441
|
+
* * SQL Data Type: datetimeoffset
|
|
5222
5442
|
*/
|
|
5223
|
-
get
|
|
5443
|
+
get __mj_UpdatedAt(): Date;
|
|
5224
5444
|
/**
|
|
5225
5445
|
* * Field Name: AIModel
|
|
5226
5446
|
* * Display Name: AIModel
|
|
5227
5447
|
* * SQL Data Type: nvarchar(50)
|
|
5448
|
+
* * Default Value: getutcdate()
|
|
5228
5449
|
*/
|
|
5229
5450
|
get AIModel(): string;
|
|
5230
5451
|
/**
|
|
5231
5452
|
* * Field Name: AIAction
|
|
5232
5453
|
* * Display Name: AIAction
|
|
5233
5454
|
* * SQL Data Type: nvarchar(50)
|
|
5455
|
+
* * Default Value: getutcdate()
|
|
5234
5456
|
*/
|
|
5235
5457
|
get AIAction(): string;
|
|
5236
5458
|
}
|
|
@@ -5364,6 +5586,20 @@ export declare class EntityAIActionEntity extends BaseEntity {
|
|
|
5364
5586
|
get Comments(): string | null;
|
|
5365
5587
|
set Comments(value: string | null);
|
|
5366
5588
|
/**
|
|
5589
|
+
* * Field Name: __mj_CreatedAt
|
|
5590
|
+
* * Display Name: __mj _Created At
|
|
5591
|
+
* * SQL Data Type: datetimeoffset
|
|
5592
|
+
* * Default Value: getutcdate()
|
|
5593
|
+
*/
|
|
5594
|
+
get __mj_CreatedAt(): Date;
|
|
5595
|
+
/**
|
|
5596
|
+
* * Field Name: __mj_UpdatedAt
|
|
5597
|
+
* * Display Name: __mj _Updated At
|
|
5598
|
+
* * SQL Data Type: datetimeoffset
|
|
5599
|
+
* * Default Value: getutcdate()
|
|
5600
|
+
*/
|
|
5601
|
+
get __mj_UpdatedAt(): Date;
|
|
5602
|
+
/**
|
|
5367
5603
|
* * Field Name: Entity
|
|
5368
5604
|
* * Display Name: Entity
|
|
5369
5605
|
* * SQL Data Type: nvarchar(255)
|
|
@@ -5432,6 +5668,20 @@ export declare class AIModelTypeEntity extends BaseEntity {
|
|
|
5432
5668
|
*/
|
|
5433
5669
|
get Description(): string | null;
|
|
5434
5670
|
set Description(value: string | null);
|
|
5671
|
+
/**
|
|
5672
|
+
* * Field Name: __mj_CreatedAt
|
|
5673
|
+
* * Display Name: Created At
|
|
5674
|
+
* * SQL Data Type: datetimeoffset
|
|
5675
|
+
* * Default Value: getutcdate()
|
|
5676
|
+
*/
|
|
5677
|
+
get __mj_CreatedAt(): Date;
|
|
5678
|
+
/**
|
|
5679
|
+
* * Field Name: __mj_UpdatedAt
|
|
5680
|
+
* * Display Name: Updated At
|
|
5681
|
+
* * SQL Data Type: datetimeoffset
|
|
5682
|
+
* * Default Value: getutcdate()
|
|
5683
|
+
*/
|
|
5684
|
+
get __mj_UpdatedAt(): Date;
|
|
5435
5685
|
}
|
|
5436
5686
|
/**
|
|
5437
5687
|
* Queue Types - strongly typed entity sub-class
|
|
@@ -5516,6 +5766,20 @@ export declare class QueueTypeEntity extends BaseEntity {
|
|
|
5516
5766
|
*/
|
|
5517
5767
|
get IsActive(): boolean;
|
|
5518
5768
|
set IsActive(value: boolean);
|
|
5769
|
+
/**
|
|
5770
|
+
* * Field Name: __mj_CreatedAt
|
|
5771
|
+
* * Display Name: Created At
|
|
5772
|
+
* * SQL Data Type: datetimeoffset
|
|
5773
|
+
* * Default Value: getutcdate()
|
|
5774
|
+
*/
|
|
5775
|
+
get __mj_CreatedAt(): Date;
|
|
5776
|
+
/**
|
|
5777
|
+
* * Field Name: __mj_UpdatedAt
|
|
5778
|
+
* * Display Name: Updated At
|
|
5779
|
+
* * SQL Data Type: datetimeoffset
|
|
5780
|
+
* * Default Value: getutcdate()
|
|
5781
|
+
*/
|
|
5782
|
+
get __mj_UpdatedAt(): Date;
|
|
5519
5783
|
}
|
|
5520
5784
|
/**
|
|
5521
5785
|
* Queues - strongly typed entity sub-class
|
|
@@ -5672,23 +5936,22 @@ export declare class QueueEntity extends BaseEntity {
|
|
|
5672
5936
|
get LastHeartbeat(): Date;
|
|
5673
5937
|
set LastHeartbeat(value: Date);
|
|
5674
5938
|
/**
|
|
5675
|
-
* * Field Name:
|
|
5939
|
+
* * Field Name: __mj_CreatedAt
|
|
5676
5940
|
* * Display Name: Created At
|
|
5677
|
-
* * SQL Data Type:
|
|
5678
|
-
* * Default Value: getdate()
|
|
5941
|
+
* * SQL Data Type: datetimeoffset
|
|
5679
5942
|
*/
|
|
5680
|
-
get
|
|
5943
|
+
get __mj_CreatedAt(): Date;
|
|
5681
5944
|
/**
|
|
5682
|
-
* * Field Name:
|
|
5945
|
+
* * Field Name: __mj_UpdatedAt
|
|
5683
5946
|
* * Display Name: Updated At
|
|
5684
|
-
* * SQL Data Type:
|
|
5685
|
-
* * Default Value: getdate()
|
|
5947
|
+
* * SQL Data Type: datetimeoffset
|
|
5686
5948
|
*/
|
|
5687
|
-
get
|
|
5949
|
+
get __mj_UpdatedAt(): Date;
|
|
5688
5950
|
/**
|
|
5689
5951
|
* * Field Name: QueueType
|
|
5690
5952
|
* * Display Name: Queue Type
|
|
5691
5953
|
* * SQL Data Type: nvarchar(50)
|
|
5954
|
+
* * Default Value: getutcdate()
|
|
5692
5955
|
*/
|
|
5693
5956
|
get QueueType(): string;
|
|
5694
5957
|
}
|
|
@@ -5801,6 +6064,20 @@ export declare class QueueTaskEntity extends BaseEntity {
|
|
|
5801
6064
|
get Comments(): string | null;
|
|
5802
6065
|
set Comments(value: string | null);
|
|
5803
6066
|
/**
|
|
6067
|
+
* * Field Name: __mj_CreatedAt
|
|
6068
|
+
* * Display Name: Created At
|
|
6069
|
+
* * SQL Data Type: datetimeoffset
|
|
6070
|
+
* * Default Value: getutcdate()
|
|
6071
|
+
*/
|
|
6072
|
+
get __mj_CreatedAt(): Date;
|
|
6073
|
+
/**
|
|
6074
|
+
* * Field Name: __mj_UpdatedAt
|
|
6075
|
+
* * Display Name: Updated At
|
|
6076
|
+
* * SQL Data Type: datetimeoffset
|
|
6077
|
+
* * Default Value: getutcdate()
|
|
6078
|
+
*/
|
|
6079
|
+
get __mj_UpdatedAt(): Date;
|
|
6080
|
+
/**
|
|
5804
6081
|
* * Field Name: Queue
|
|
5805
6082
|
* * Display Name: Queue
|
|
5806
6083
|
* * SQL Data Type: nvarchar(50)
|
|
@@ -5875,6 +6152,20 @@ export declare class DashboardEntity extends BaseEntity {
|
|
|
5875
6152
|
get UserID(): number | null;
|
|
5876
6153
|
set UserID(value: number | null);
|
|
5877
6154
|
/**
|
|
6155
|
+
* * Field Name: __mj_CreatedAt
|
|
6156
|
+
* * Display Name: Created At
|
|
6157
|
+
* * SQL Data Type: datetimeoffset
|
|
6158
|
+
* * Default Value: getutcdate()
|
|
6159
|
+
*/
|
|
6160
|
+
get __mj_CreatedAt(): Date;
|
|
6161
|
+
/**
|
|
6162
|
+
* * Field Name: __mj_UpdatedAt
|
|
6163
|
+
* * Display Name: Updated At
|
|
6164
|
+
* * SQL Data Type: datetimeoffset
|
|
6165
|
+
* * Default Value: getutcdate()
|
|
6166
|
+
*/
|
|
6167
|
+
get __mj_UpdatedAt(): Date;
|
|
6168
|
+
/**
|
|
5878
6169
|
* * Field Name: Category
|
|
5879
6170
|
* * Display Name: Category
|
|
5880
6171
|
* * SQL Data Type: nvarchar(100)
|
|
@@ -5948,9 +6239,23 @@ export declare class OutputTriggerTypeEntity extends BaseEntity {
|
|
|
5948
6239
|
*/
|
|
5949
6240
|
get Description(): string | null;
|
|
5950
6241
|
set Description(value: string | null);
|
|
5951
|
-
|
|
5952
|
-
|
|
5953
|
-
*
|
|
6242
|
+
/**
|
|
6243
|
+
* * Field Name: __mj_CreatedAt
|
|
6244
|
+
* * Display Name: Created At
|
|
6245
|
+
* * SQL Data Type: datetimeoffset
|
|
6246
|
+
* * Default Value: getutcdate()
|
|
6247
|
+
*/
|
|
6248
|
+
get __mj_CreatedAt(): Date;
|
|
6249
|
+
/**
|
|
6250
|
+
* * Field Name: __mj_UpdatedAt
|
|
6251
|
+
* * Display Name: Updated At
|
|
6252
|
+
* * SQL Data Type: datetimeoffset
|
|
6253
|
+
* * Default Value: getutcdate()
|
|
6254
|
+
*/
|
|
6255
|
+
get __mj_UpdatedAt(): Date;
|
|
6256
|
+
}
|
|
6257
|
+
/**
|
|
6258
|
+
* Output Format Types - strongly typed entity sub-class
|
|
5954
6259
|
* * Schema: __mj
|
|
5955
6260
|
* * Base Table: OutputFormatType
|
|
5956
6261
|
* * Base View: vwOutputFormatTypes
|
|
@@ -6017,6 +6322,20 @@ export declare class OutputFormatTypeEntity extends BaseEntity {
|
|
|
6017
6322
|
*/
|
|
6018
6323
|
get DisplayFormat(): string | null;
|
|
6019
6324
|
set DisplayFormat(value: string | null);
|
|
6325
|
+
/**
|
|
6326
|
+
* * Field Name: __mj_CreatedAt
|
|
6327
|
+
* * Display Name: Created At
|
|
6328
|
+
* * SQL Data Type: datetimeoffset
|
|
6329
|
+
* * Default Value: getutcdate()
|
|
6330
|
+
*/
|
|
6331
|
+
get __mj_CreatedAt(): Date;
|
|
6332
|
+
/**
|
|
6333
|
+
* * Field Name: __mj_UpdatedAt
|
|
6334
|
+
* * Display Name: Updated At
|
|
6335
|
+
* * SQL Data Type: datetimeoffset
|
|
6336
|
+
* * Default Value: getutcdate()
|
|
6337
|
+
*/
|
|
6338
|
+
get __mj_UpdatedAt(): Date;
|
|
6020
6339
|
}
|
|
6021
6340
|
/**
|
|
6022
6341
|
* Output Delivery Types - strongly typed entity sub-class
|
|
@@ -6079,6 +6398,20 @@ export declare class OutputDeliveryTypeEntity extends BaseEntity {
|
|
|
6079
6398
|
*/
|
|
6080
6399
|
get Description(): string | null;
|
|
6081
6400
|
set Description(value: string | null);
|
|
6401
|
+
/**
|
|
6402
|
+
* * Field Name: __mj_CreatedAt
|
|
6403
|
+
* * Display Name: Created At
|
|
6404
|
+
* * SQL Data Type: datetimeoffset
|
|
6405
|
+
* * Default Value: getutcdate()
|
|
6406
|
+
*/
|
|
6407
|
+
get __mj_CreatedAt(): Date;
|
|
6408
|
+
/**
|
|
6409
|
+
* * Field Name: __mj_UpdatedAt
|
|
6410
|
+
* * Display Name: Updated At
|
|
6411
|
+
* * SQL Data Type: datetimeoffset
|
|
6412
|
+
* * Default Value: getutcdate()
|
|
6413
|
+
*/
|
|
6414
|
+
get __mj_UpdatedAt(): Date;
|
|
6082
6415
|
}
|
|
6083
6416
|
/**
|
|
6084
6417
|
* Reports - strongly typed entity sub-class
|
|
@@ -6238,29 +6571,29 @@ export declare class ReportEntity extends BaseEntity {
|
|
|
6238
6571
|
get OutputWorkflowID(): number | null;
|
|
6239
6572
|
set OutputWorkflowID(value: number | null);
|
|
6240
6573
|
/**
|
|
6241
|
-
* * Field Name:
|
|
6574
|
+
* * Field Name: __mj_CreatedAt
|
|
6242
6575
|
* * Display Name: Created At
|
|
6243
|
-
* * SQL Data Type:
|
|
6244
|
-
* * Default Value: getdate()
|
|
6576
|
+
* * SQL Data Type: datetimeoffset
|
|
6245
6577
|
*/
|
|
6246
|
-
get
|
|
6578
|
+
get __mj_CreatedAt(): Date;
|
|
6247
6579
|
/**
|
|
6248
|
-
* * Field Name:
|
|
6580
|
+
* * Field Name: __mj_UpdatedAt
|
|
6249
6581
|
* * Display Name: Updated At
|
|
6250
|
-
* * SQL Data Type:
|
|
6251
|
-
* * Default Value: getdate()
|
|
6582
|
+
* * SQL Data Type: datetimeoffset
|
|
6252
6583
|
*/
|
|
6253
|
-
get
|
|
6584
|
+
get __mj_UpdatedAt(): Date;
|
|
6254
6585
|
/**
|
|
6255
6586
|
* * Field Name: Category
|
|
6256
6587
|
* * Display Name: Category
|
|
6257
6588
|
* * SQL Data Type: nvarchar(100)
|
|
6589
|
+
* * Default Value: getutcdate()
|
|
6258
6590
|
*/
|
|
6259
6591
|
get Category(): string | null;
|
|
6260
6592
|
/**
|
|
6261
6593
|
* * Field Name: User
|
|
6262
6594
|
* * Display Name: User
|
|
6263
6595
|
* * SQL Data Type: nvarchar(100)
|
|
6596
|
+
* * Default Value: getutcdate()
|
|
6264
6597
|
*/
|
|
6265
6598
|
get User(): string;
|
|
6266
6599
|
/**
|
|
@@ -6351,13 +6684,6 @@ export declare class ReportSnapshotEntity extends BaseEntity {
|
|
|
6351
6684
|
get ResultSet(): string;
|
|
6352
6685
|
set ResultSet(value: string);
|
|
6353
6686
|
/**
|
|
6354
|
-
* * Field Name: CreatedAt
|
|
6355
|
-
* * Display Name: Created At
|
|
6356
|
-
* * SQL Data Type: datetime
|
|
6357
|
-
* * Default Value: getdate()
|
|
6358
|
-
*/
|
|
6359
|
-
get CreatedAt(): Date;
|
|
6360
|
-
/**
|
|
6361
6687
|
* * Field Name: UserID
|
|
6362
6688
|
* * Display Name: User ID
|
|
6363
6689
|
* * SQL Data Type: int
|
|
@@ -6366,9 +6692,23 @@ export declare class ReportSnapshotEntity extends BaseEntity {
|
|
|
6366
6692
|
get UserID(): number | null;
|
|
6367
6693
|
set UserID(value: number | null);
|
|
6368
6694
|
/**
|
|
6695
|
+
* * Field Name: __mj_CreatedAt
|
|
6696
|
+
* * Display Name: Created At
|
|
6697
|
+
* * SQL Data Type: datetimeoffset
|
|
6698
|
+
*/
|
|
6699
|
+
get __mj_CreatedAt(): Date;
|
|
6700
|
+
/**
|
|
6701
|
+
* * Field Name: __mj_UpdatedAt
|
|
6702
|
+
* * Display Name: Updated At
|
|
6703
|
+
* * SQL Data Type: datetimeoffset
|
|
6704
|
+
* * Default Value: getutcdate()
|
|
6705
|
+
*/
|
|
6706
|
+
get __mj_UpdatedAt(): Date;
|
|
6707
|
+
/**
|
|
6369
6708
|
* * Field Name: Report
|
|
6370
6709
|
* * Display Name: Report
|
|
6371
6710
|
* * SQL Data Type: nvarchar(255)
|
|
6711
|
+
* * Default Value: getutcdate()
|
|
6372
6712
|
*/
|
|
6373
6713
|
get Report(): string;
|
|
6374
6714
|
/**
|
|
@@ -6462,23 +6802,22 @@ export declare class ResourceTypeEntity extends BaseEntity {
|
|
|
6462
6802
|
get EntityID(): number | null;
|
|
6463
6803
|
set EntityID(value: number | null);
|
|
6464
6804
|
/**
|
|
6465
|
-
* * Field Name:
|
|
6466
|
-
* * Display Name:
|
|
6467
|
-
* * SQL Data Type:
|
|
6468
|
-
* * Default Value: getdate()
|
|
6805
|
+
* * Field Name: __mj_CreatedAt
|
|
6806
|
+
* * Display Name: __mj _Created At
|
|
6807
|
+
* * SQL Data Type: datetimeoffset
|
|
6469
6808
|
*/
|
|
6470
|
-
get
|
|
6809
|
+
get __mj_CreatedAt(): Date;
|
|
6471
6810
|
/**
|
|
6472
|
-
* * Field Name:
|
|
6473
|
-
* * Display Name:
|
|
6474
|
-
* * SQL Data Type:
|
|
6475
|
-
* * Default Value: getdate()
|
|
6811
|
+
* * Field Name: __mj_UpdatedAt
|
|
6812
|
+
* * Display Name: __mj _Updated At
|
|
6813
|
+
* * SQL Data Type: datetimeoffset
|
|
6476
6814
|
*/
|
|
6477
|
-
get
|
|
6815
|
+
get __mj_UpdatedAt(): Date;
|
|
6478
6816
|
/**
|
|
6479
6817
|
* * Field Name: Entity
|
|
6480
6818
|
* * Display Name: Entity
|
|
6481
6819
|
* * SQL Data Type: nvarchar(255)
|
|
6820
|
+
* * Default Value: getutcdate()
|
|
6482
6821
|
*/
|
|
6483
6822
|
get Entity(): string | null;
|
|
6484
6823
|
}
|
|
@@ -6560,6 +6899,20 @@ export declare class TagEntity extends BaseEntity {
|
|
|
6560
6899
|
get ParentID(): number | null;
|
|
6561
6900
|
set ParentID(value: number | null);
|
|
6562
6901
|
/**
|
|
6902
|
+
* * Field Name: __mj_CreatedAt
|
|
6903
|
+
* * Display Name: Created At
|
|
6904
|
+
* * SQL Data Type: datetimeoffset
|
|
6905
|
+
* * Default Value: getutcdate()
|
|
6906
|
+
*/
|
|
6907
|
+
get __mj_CreatedAt(): Date;
|
|
6908
|
+
/**
|
|
6909
|
+
* * Field Name: __mj_UpdatedAt
|
|
6910
|
+
* * Display Name: Updated At
|
|
6911
|
+
* * SQL Data Type: datetimeoffset
|
|
6912
|
+
* * Default Value: getutcdate()
|
|
6913
|
+
*/
|
|
6914
|
+
get __mj_UpdatedAt(): Date;
|
|
6915
|
+
/**
|
|
6563
6916
|
* * Field Name: Parent
|
|
6564
6917
|
* * Display Name: Parent
|
|
6565
6918
|
* * SQL Data Type: nvarchar(255)
|
|
@@ -6629,6 +6982,20 @@ export declare class TaggedItemEntity extends BaseEntity {
|
|
|
6629
6982
|
get RecordID(): string;
|
|
6630
6983
|
set RecordID(value: string);
|
|
6631
6984
|
/**
|
|
6985
|
+
* * Field Name: __mj_CreatedAt
|
|
6986
|
+
* * Display Name: Created At
|
|
6987
|
+
* * SQL Data Type: datetimeoffset
|
|
6988
|
+
* * Default Value: getutcdate()
|
|
6989
|
+
*/
|
|
6990
|
+
get __mj_CreatedAt(): Date;
|
|
6991
|
+
/**
|
|
6992
|
+
* * Field Name: __mj_UpdatedAt
|
|
6993
|
+
* * Display Name: Updated At
|
|
6994
|
+
* * SQL Data Type: datetimeoffset
|
|
6995
|
+
* * Default Value: getutcdate()
|
|
6996
|
+
*/
|
|
6997
|
+
get __mj_UpdatedAt(): Date;
|
|
6998
|
+
/**
|
|
6632
6999
|
* * Field Name: Tag
|
|
6633
7000
|
* * Display Name: Tag
|
|
6634
7001
|
* * SQL Data Type: nvarchar(255)
|
|
@@ -6694,23 +7061,22 @@ export declare class WorkspaceEntity extends BaseEntity {
|
|
|
6694
7061
|
get UserID(): number;
|
|
6695
7062
|
set UserID(value: number);
|
|
6696
7063
|
/**
|
|
6697
|
-
* * Field Name:
|
|
7064
|
+
* * Field Name: __mj_CreatedAt
|
|
6698
7065
|
* * Display Name: Created At
|
|
6699
|
-
* * SQL Data Type:
|
|
6700
|
-
* * Default Value: getdate()
|
|
7066
|
+
* * SQL Data Type: datetimeoffset
|
|
6701
7067
|
*/
|
|
6702
|
-
get
|
|
7068
|
+
get __mj_CreatedAt(): Date;
|
|
6703
7069
|
/**
|
|
6704
|
-
* * Field Name:
|
|
7070
|
+
* * Field Name: __mj_UpdatedAt
|
|
6705
7071
|
* * Display Name: Updated At
|
|
6706
|
-
* * SQL Data Type:
|
|
6707
|
-
* * Default Value: getdate()
|
|
7072
|
+
* * SQL Data Type: datetimeoffset
|
|
6708
7073
|
*/
|
|
6709
|
-
get
|
|
7074
|
+
get __mj_UpdatedAt(): Date;
|
|
6710
7075
|
/**
|
|
6711
7076
|
* * Field Name: User
|
|
6712
7077
|
* * Display Name: User
|
|
6713
7078
|
* * SQL Data Type: nvarchar(100)
|
|
7079
|
+
* * Default Value: getutcdate()
|
|
6714
7080
|
*/
|
|
6715
7081
|
get User(): string;
|
|
6716
7082
|
}
|
|
@@ -6796,29 +7162,29 @@ export declare class WorkspaceItemEntity extends BaseEntity {
|
|
|
6796
7162
|
get Configuration(): string | null;
|
|
6797
7163
|
set Configuration(value: string | null);
|
|
6798
7164
|
/**
|
|
6799
|
-
* * Field Name:
|
|
7165
|
+
* * Field Name: __mj_CreatedAt
|
|
6800
7166
|
* * Display Name: Created At
|
|
6801
|
-
* * SQL Data Type:
|
|
6802
|
-
* * Default Value: getdate()
|
|
7167
|
+
* * SQL Data Type: datetimeoffset
|
|
6803
7168
|
*/
|
|
6804
|
-
get
|
|
7169
|
+
get __mj_CreatedAt(): Date;
|
|
6805
7170
|
/**
|
|
6806
|
-
* * Field Name:
|
|
7171
|
+
* * Field Name: __mj_UpdatedAt
|
|
6807
7172
|
* * Display Name: Updated At
|
|
6808
|
-
* * SQL Data Type:
|
|
6809
|
-
* * Default Value: getdate()
|
|
7173
|
+
* * SQL Data Type: datetimeoffset
|
|
6810
7174
|
*/
|
|
6811
|
-
get
|
|
7175
|
+
get __mj_UpdatedAt(): Date;
|
|
6812
7176
|
/**
|
|
6813
7177
|
* * Field Name: WorkSpace
|
|
6814
7178
|
* * Display Name: Work Space
|
|
6815
7179
|
* * SQL Data Type: nvarchar(255)
|
|
7180
|
+
* * Default Value: getutcdate()
|
|
6816
7181
|
*/
|
|
6817
7182
|
get WorkSpace(): string;
|
|
6818
7183
|
/**
|
|
6819
7184
|
* * Field Name: ResourceType
|
|
6820
7185
|
* * Display Name: Resource Type
|
|
6821
7186
|
* * SQL Data Type: nvarchar(255)
|
|
7187
|
+
* * Default Value: getutcdate()
|
|
6822
7188
|
*/
|
|
6823
7189
|
get ResourceType(): string;
|
|
6824
7190
|
}
|
|
@@ -6885,19 +7251,17 @@ export declare class DatasetEntity extends BaseEntity {
|
|
|
6885
7251
|
get Description(): string | null;
|
|
6886
7252
|
set Description(value: string | null);
|
|
6887
7253
|
/**
|
|
6888
|
-
* * Field Name:
|
|
7254
|
+
* * Field Name: __mj_CreatedAt
|
|
6889
7255
|
* * Display Name: Created At
|
|
6890
|
-
* * SQL Data Type:
|
|
6891
|
-
* * Default Value: getdate()
|
|
7256
|
+
* * SQL Data Type: datetimeoffset
|
|
6892
7257
|
*/
|
|
6893
|
-
get
|
|
7258
|
+
get __mj_CreatedAt(): Date;
|
|
6894
7259
|
/**
|
|
6895
|
-
* * Field Name:
|
|
7260
|
+
* * Field Name: __mj_UpdatedAt
|
|
6896
7261
|
* * Display Name: Updated At
|
|
6897
|
-
* * SQL Data Type:
|
|
6898
|
-
* * Default Value: getdate()
|
|
7262
|
+
* * SQL Data Type: datetimeoffset
|
|
6899
7263
|
*/
|
|
6900
|
-
get
|
|
7264
|
+
get __mj_UpdatedAt(): Date;
|
|
6901
7265
|
}
|
|
6902
7266
|
/**
|
|
6903
7267
|
* Dataset Items - strongly typed entity sub-class
|
|
@@ -7000,23 +7364,22 @@ export declare class DatasetItemEntity extends BaseEntity {
|
|
|
7000
7364
|
get Description(): string | null;
|
|
7001
7365
|
set Description(value: string | null);
|
|
7002
7366
|
/**
|
|
7003
|
-
* * Field Name:
|
|
7367
|
+
* * Field Name: __mj_CreatedAt
|
|
7004
7368
|
* * Display Name: Created At
|
|
7005
|
-
* * SQL Data Type:
|
|
7006
|
-
* * Default Value: getdate()
|
|
7369
|
+
* * SQL Data Type: datetimeoffset
|
|
7007
7370
|
*/
|
|
7008
|
-
get
|
|
7371
|
+
get __mj_CreatedAt(): Date;
|
|
7009
7372
|
/**
|
|
7010
|
-
* * Field Name:
|
|
7373
|
+
* * Field Name: __mj_UpdatedAt
|
|
7011
7374
|
* * Display Name: Updated At
|
|
7012
|
-
* * SQL Data Type:
|
|
7013
|
-
* * Default Value: getdate()
|
|
7375
|
+
* * SQL Data Type: datetimeoffset
|
|
7014
7376
|
*/
|
|
7015
|
-
get
|
|
7377
|
+
get __mj_UpdatedAt(): Date;
|
|
7016
7378
|
/**
|
|
7017
7379
|
* * Field Name: Entity
|
|
7018
7380
|
* * Display Name: Entity
|
|
7019
7381
|
* * SQL Data Type: nvarchar(255)
|
|
7382
|
+
* * Default Value: getutcdate()
|
|
7020
7383
|
*/
|
|
7021
7384
|
get Entity(): string;
|
|
7022
7385
|
}
|
|
@@ -7100,23 +7463,22 @@ export declare class ConversationDetailEntity extends BaseEntity {
|
|
|
7100
7463
|
get HiddenToUser(): boolean;
|
|
7101
7464
|
set HiddenToUser(value: boolean);
|
|
7102
7465
|
/**
|
|
7103
|
-
* * Field Name:
|
|
7466
|
+
* * Field Name: __mj_CreatedAt
|
|
7104
7467
|
* * Display Name: Created At
|
|
7105
|
-
* * SQL Data Type:
|
|
7106
|
-
* * Default Value: getdate()
|
|
7468
|
+
* * SQL Data Type: datetimeoffset
|
|
7107
7469
|
*/
|
|
7108
|
-
get
|
|
7470
|
+
get __mj_CreatedAt(): Date;
|
|
7109
7471
|
/**
|
|
7110
|
-
* * Field Name:
|
|
7472
|
+
* * Field Name: __mj_UpdatedAt
|
|
7111
7473
|
* * Display Name: Updated At
|
|
7112
|
-
* * SQL Data Type:
|
|
7113
|
-
* * Default Value: getdate()
|
|
7474
|
+
* * SQL Data Type: datetimeoffset
|
|
7114
7475
|
*/
|
|
7115
|
-
get
|
|
7476
|
+
get __mj_UpdatedAt(): Date;
|
|
7116
7477
|
/**
|
|
7117
7478
|
* * Field Name: Conversation
|
|
7118
7479
|
* * Display Name: Conversation
|
|
7119
7480
|
* * SQL Data Type: nvarchar(100)
|
|
7481
|
+
* * Default Value: getutcdate()
|
|
7120
7482
|
*/
|
|
7121
7483
|
get Conversation(): string | null;
|
|
7122
7484
|
}
|
|
@@ -7217,29 +7579,29 @@ export declare class ConversationEntity extends BaseEntity {
|
|
|
7217
7579
|
get DataContextID(): number | null;
|
|
7218
7580
|
set DataContextID(value: number | null);
|
|
7219
7581
|
/**
|
|
7220
|
-
* * Field Name:
|
|
7582
|
+
* * Field Name: __mj_CreatedAt
|
|
7221
7583
|
* * Display Name: Created At
|
|
7222
|
-
* * SQL Data Type:
|
|
7223
|
-
* * Default Value: getdate()
|
|
7584
|
+
* * SQL Data Type: datetimeoffset
|
|
7224
7585
|
*/
|
|
7225
|
-
get
|
|
7586
|
+
get __mj_CreatedAt(): Date;
|
|
7226
7587
|
/**
|
|
7227
|
-
* * Field Name:
|
|
7588
|
+
* * Field Name: __mj_UpdatedAt
|
|
7228
7589
|
* * Display Name: Updated At
|
|
7229
|
-
* * SQL Data Type:
|
|
7230
|
-
* * Default Value: getdate()
|
|
7590
|
+
* * SQL Data Type: datetimeoffset
|
|
7231
7591
|
*/
|
|
7232
|
-
get
|
|
7592
|
+
get __mj_UpdatedAt(): Date;
|
|
7233
7593
|
/**
|
|
7234
7594
|
* * Field Name: User
|
|
7235
7595
|
* * Display Name: User
|
|
7236
7596
|
* * SQL Data Type: nvarchar(100)
|
|
7597
|
+
* * Default Value: getutcdate()
|
|
7237
7598
|
*/
|
|
7238
7599
|
get User(): string;
|
|
7239
7600
|
/**
|
|
7240
7601
|
* * Field Name: LinkedEntity
|
|
7241
7602
|
* * Display Name: Linked Entity
|
|
7242
7603
|
* * SQL Data Type: nvarchar(255)
|
|
7604
|
+
* * Default Value: getutcdate()
|
|
7243
7605
|
*/
|
|
7244
7606
|
get LinkedEntity(): string | null;
|
|
7245
7607
|
}
|
|
@@ -7331,23 +7693,22 @@ export declare class UserNotificationEntity extends BaseEntity {
|
|
|
7331
7693
|
get ReadAt(): Date | null;
|
|
7332
7694
|
set ReadAt(value: Date | null);
|
|
7333
7695
|
/**
|
|
7334
|
-
* * Field Name:
|
|
7696
|
+
* * Field Name: __mj_CreatedAt
|
|
7335
7697
|
* * Display Name: Created At
|
|
7336
|
-
* * SQL Data Type:
|
|
7337
|
-
* * Default Value: getdate()
|
|
7698
|
+
* * SQL Data Type: datetimeoffset
|
|
7338
7699
|
*/
|
|
7339
|
-
get
|
|
7700
|
+
get __mj_CreatedAt(): Date;
|
|
7340
7701
|
/**
|
|
7341
|
-
* * Field Name:
|
|
7702
|
+
* * Field Name: __mj_UpdatedAt
|
|
7342
7703
|
* * Display Name: Updated At
|
|
7343
|
-
* * SQL Data Type:
|
|
7344
|
-
* * Default Value: getdate()
|
|
7704
|
+
* * SQL Data Type: datetimeoffset
|
|
7345
7705
|
*/
|
|
7346
|
-
get
|
|
7706
|
+
get __mj_UpdatedAt(): Date;
|
|
7347
7707
|
/**
|
|
7348
7708
|
* * Field Name: User
|
|
7349
7709
|
* * Display Name: User
|
|
7350
7710
|
* * SQL Data Type: nvarchar(100)
|
|
7711
|
+
* * Default Value: getutcdate()
|
|
7351
7712
|
*/
|
|
7352
7713
|
get User(): string;
|
|
7353
7714
|
}
|
|
@@ -7419,19 +7780,17 @@ export declare class SchemaInfoEntity extends BaseEntity {
|
|
|
7419
7780
|
get Comments(): string | null;
|
|
7420
7781
|
set Comments(value: string | null);
|
|
7421
7782
|
/**
|
|
7422
|
-
* * Field Name:
|
|
7783
|
+
* * Field Name: __mj_CreatedAt
|
|
7423
7784
|
* * Display Name: Created At
|
|
7424
|
-
* * SQL Data Type:
|
|
7425
|
-
* * Default Value: getdate()
|
|
7785
|
+
* * SQL Data Type: datetimeoffset
|
|
7426
7786
|
*/
|
|
7427
|
-
get
|
|
7787
|
+
get __mj_CreatedAt(): Date;
|
|
7428
7788
|
/**
|
|
7429
|
-
* * Field Name:
|
|
7789
|
+
* * Field Name: __mj_UpdatedAt
|
|
7430
7790
|
* * Display Name: Updated At
|
|
7431
|
-
* * SQL Data Type:
|
|
7432
|
-
* * Default Value: getdate()
|
|
7791
|
+
* * SQL Data Type: datetimeoffset
|
|
7433
7792
|
*/
|
|
7434
|
-
get
|
|
7793
|
+
get __mj_UpdatedAt(): Date;
|
|
7435
7794
|
}
|
|
7436
7795
|
/**
|
|
7437
7796
|
* Company Integration Record Maps - strongly typed entity sub-class
|
|
@@ -7502,23 +7861,22 @@ export declare class CompanyIntegrationRecordMapEntity extends BaseEntity {
|
|
|
7502
7861
|
get EntityRecordID(): string;
|
|
7503
7862
|
set EntityRecordID(value: string);
|
|
7504
7863
|
/**
|
|
7505
|
-
* * Field Name:
|
|
7864
|
+
* * Field Name: __mj_CreatedAt
|
|
7506
7865
|
* * Display Name: Created At
|
|
7507
|
-
* * SQL Data Type:
|
|
7508
|
-
* * Default Value: getdate()
|
|
7866
|
+
* * SQL Data Type: datetimeoffset
|
|
7509
7867
|
*/
|
|
7510
|
-
get
|
|
7868
|
+
get __mj_CreatedAt(): Date;
|
|
7511
7869
|
/**
|
|
7512
|
-
* * Field Name:
|
|
7870
|
+
* * Field Name: __mj_UpdatedAt
|
|
7513
7871
|
* * Display Name: Updated At
|
|
7514
|
-
* * SQL Data Type:
|
|
7515
|
-
* * Default Value: getdate()
|
|
7872
|
+
* * SQL Data Type: datetimeoffset
|
|
7516
7873
|
*/
|
|
7517
|
-
get
|
|
7874
|
+
get __mj_UpdatedAt(): Date;
|
|
7518
7875
|
/**
|
|
7519
7876
|
* * Field Name: Entity
|
|
7520
7877
|
* * Display Name: Entity
|
|
7521
7878
|
* * SQL Data Type: nvarchar(255)
|
|
7879
|
+
* * Default Value: getutcdate()
|
|
7522
7880
|
*/
|
|
7523
7881
|
get Entity(): string;
|
|
7524
7882
|
}
|
|
@@ -7646,29 +8004,29 @@ export declare class RecordMergeLogEntity extends BaseEntity {
|
|
|
7646
8004
|
get Comments(): string | null;
|
|
7647
8005
|
set Comments(value: string | null);
|
|
7648
8006
|
/**
|
|
7649
|
-
* * Field Name:
|
|
8007
|
+
* * Field Name: __mj_CreatedAt
|
|
7650
8008
|
* * Display Name: Created At
|
|
7651
|
-
* * SQL Data Type:
|
|
7652
|
-
* * Default Value: getdate()
|
|
8009
|
+
* * SQL Data Type: datetimeoffset
|
|
7653
8010
|
*/
|
|
7654
|
-
get
|
|
8011
|
+
get __mj_CreatedAt(): Date;
|
|
7655
8012
|
/**
|
|
7656
|
-
* * Field Name:
|
|
8013
|
+
* * Field Name: __mj_UpdatedAt
|
|
7657
8014
|
* * Display Name: Updated At
|
|
7658
|
-
* * SQL Data Type:
|
|
7659
|
-
* * Default Value: getdate()
|
|
8015
|
+
* * SQL Data Type: datetimeoffset
|
|
7660
8016
|
*/
|
|
7661
|
-
get
|
|
8017
|
+
get __mj_UpdatedAt(): Date;
|
|
7662
8018
|
/**
|
|
7663
8019
|
* * Field Name: Entity
|
|
7664
8020
|
* * Display Name: Entity
|
|
7665
8021
|
* * SQL Data Type: nvarchar(255)
|
|
8022
|
+
* * Default Value: getutcdate()
|
|
7666
8023
|
*/
|
|
7667
8024
|
get Entity(): string;
|
|
7668
8025
|
/**
|
|
7669
8026
|
* * Field Name: InitiatedByUser
|
|
7670
8027
|
* * Display Name: Initiated By User
|
|
7671
8028
|
* * SQL Data Type: nvarchar(100)
|
|
8029
|
+
* * Default Value: getutcdate()
|
|
7672
8030
|
*/
|
|
7673
8031
|
get InitiatedByUser(): string;
|
|
7674
8032
|
}
|
|
@@ -7746,19 +8104,17 @@ export declare class RecordMergeDeletionLogEntity extends BaseEntity {
|
|
|
7746
8104
|
get ProcessingLog(): string | null;
|
|
7747
8105
|
set ProcessingLog(value: string | null);
|
|
7748
8106
|
/**
|
|
7749
|
-
* * Field Name:
|
|
8107
|
+
* * Field Name: __mj_CreatedAt
|
|
7750
8108
|
* * Display Name: Created At
|
|
7751
|
-
* * SQL Data Type:
|
|
7752
|
-
* * Default Value: getdate()
|
|
8109
|
+
* * SQL Data Type: datetimeoffset
|
|
7753
8110
|
*/
|
|
7754
|
-
get
|
|
8111
|
+
get __mj_CreatedAt(): Date;
|
|
7755
8112
|
/**
|
|
7756
|
-
* * Field Name:
|
|
8113
|
+
* * Field Name: __mj_UpdatedAt
|
|
7757
8114
|
* * Display Name: Updated At
|
|
7758
|
-
* * SQL Data Type:
|
|
7759
|
-
* * Default Value: getdate()
|
|
8115
|
+
* * SQL Data Type: datetimeoffset
|
|
7760
8116
|
*/
|
|
7761
|
-
get
|
|
8117
|
+
get __mj_UpdatedAt(): Date;
|
|
7762
8118
|
}
|
|
7763
8119
|
/**
|
|
7764
8120
|
* Query Fields - strongly typed entity sub-class
|
|
@@ -7889,29 +8245,29 @@ export declare class QueryFieldEntity extends BaseEntity {
|
|
|
7889
8245
|
get SummaryDescription(): string | null;
|
|
7890
8246
|
set SummaryDescription(value: string | null);
|
|
7891
8247
|
/**
|
|
7892
|
-
* * Field Name:
|
|
7893
|
-
* * Display Name:
|
|
7894
|
-
* * SQL Data Type:
|
|
7895
|
-
* * Default Value: getdate()
|
|
8248
|
+
* * Field Name: __mj_CreatedAt
|
|
8249
|
+
* * Display Name: __mj _Created At
|
|
8250
|
+
* * SQL Data Type: datetimeoffset
|
|
7896
8251
|
*/
|
|
7897
|
-
get
|
|
8252
|
+
get __mj_CreatedAt(): Date;
|
|
7898
8253
|
/**
|
|
7899
|
-
* * Field Name:
|
|
7900
|
-
* * Display Name:
|
|
7901
|
-
* * SQL Data Type:
|
|
7902
|
-
* * Default Value: getdate()
|
|
8254
|
+
* * Field Name: __mj_UpdatedAt
|
|
8255
|
+
* * Display Name: __mj _Updated At
|
|
8256
|
+
* * SQL Data Type: datetimeoffset
|
|
7903
8257
|
*/
|
|
7904
|
-
get
|
|
8258
|
+
get __mj_UpdatedAt(): Date;
|
|
7905
8259
|
/**
|
|
7906
8260
|
* * Field Name: Query
|
|
7907
8261
|
* * Display Name: Query
|
|
7908
8262
|
* * SQL Data Type: nvarchar(255)
|
|
8263
|
+
* * Default Value: getutcdate()
|
|
7909
8264
|
*/
|
|
7910
8265
|
get Query(): string;
|
|
7911
8266
|
/**
|
|
7912
8267
|
* * Field Name: SourceEntity
|
|
7913
8268
|
* * Display Name: Source Entity
|
|
7914
8269
|
* * SQL Data Type: nvarchar(255)
|
|
8270
|
+
* * Default Value: getutcdate()
|
|
7915
8271
|
*/
|
|
7916
8272
|
get SourceEntity(): string | null;
|
|
7917
8273
|
}
|
|
@@ -7967,20 +8323,6 @@ export declare class QueryCategoryEntity extends BaseEntity {
|
|
|
7967
8323
|
get Description(): string | null;
|
|
7968
8324
|
set Description(value: string | null);
|
|
7969
8325
|
/**
|
|
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
8326
|
* * Field Name: UserID
|
|
7985
8327
|
* * Display Name: User ID
|
|
7986
8328
|
* * SQL Data Type: int
|
|
@@ -7989,15 +8331,29 @@ export declare class QueryCategoryEntity extends BaseEntity {
|
|
|
7989
8331
|
get UserID(): number;
|
|
7990
8332
|
set UserID(value: number);
|
|
7991
8333
|
/**
|
|
8334
|
+
* * Field Name: __mj_CreatedAt
|
|
8335
|
+
* * Display Name: __mj _Created At
|
|
8336
|
+
* * SQL Data Type: datetimeoffset
|
|
8337
|
+
*/
|
|
8338
|
+
get __mj_CreatedAt(): Date;
|
|
8339
|
+
/**
|
|
8340
|
+
* * Field Name: __mj_UpdatedAt
|
|
8341
|
+
* * Display Name: __mj _Updated At
|
|
8342
|
+
* * SQL Data Type: datetimeoffset
|
|
8343
|
+
*/
|
|
8344
|
+
get __mj_UpdatedAt(): Date;
|
|
8345
|
+
/**
|
|
7992
8346
|
* * Field Name: Parent
|
|
7993
8347
|
* * Display Name: Parent
|
|
7994
8348
|
* * SQL Data Type: nvarchar(50)
|
|
8349
|
+
* * Default Value: getutcdate()
|
|
7995
8350
|
*/
|
|
7996
8351
|
get Parent(): string | null;
|
|
7997
8352
|
/**
|
|
7998
8353
|
* * Field Name: User
|
|
7999
8354
|
* * Display Name: User
|
|
8000
8355
|
* * SQL Data Type: nvarchar(100)
|
|
8356
|
+
* * Default Value: getutcdate()
|
|
8001
8357
|
*/
|
|
8002
8358
|
get User(): string;
|
|
8003
8359
|
}
|
|
@@ -8129,23 +8485,22 @@ export declare class QueryEntity extends BaseEntity {
|
|
|
8129
8485
|
get ExecutionCostRank(): number | null;
|
|
8130
8486
|
set ExecutionCostRank(value: number | null);
|
|
8131
8487
|
/**
|
|
8132
|
-
* * Field Name:
|
|
8133
|
-
* * Display Name:
|
|
8134
|
-
* * SQL Data Type:
|
|
8135
|
-
* * Default Value: getdate()
|
|
8488
|
+
* * Field Name: __mj_CreatedAt
|
|
8489
|
+
* * Display Name: __mj _Created At
|
|
8490
|
+
* * SQL Data Type: datetimeoffset
|
|
8136
8491
|
*/
|
|
8137
|
-
get
|
|
8492
|
+
get __mj_CreatedAt(): Date;
|
|
8138
8493
|
/**
|
|
8139
|
-
* * Field Name:
|
|
8140
|
-
* * Display Name:
|
|
8141
|
-
* * SQL Data Type:
|
|
8142
|
-
* * Default Value: getdate()
|
|
8494
|
+
* * Field Name: __mj_UpdatedAt
|
|
8495
|
+
* * Display Name: __mj _Updated At
|
|
8496
|
+
* * SQL Data Type: datetimeoffset
|
|
8143
8497
|
*/
|
|
8144
|
-
get
|
|
8498
|
+
get __mj_UpdatedAt(): Date;
|
|
8145
8499
|
/**
|
|
8146
8500
|
* * Field Name: Category
|
|
8147
8501
|
* * Display Name: Category
|
|
8148
8502
|
* * SQL Data Type: nvarchar(50)
|
|
8503
|
+
* * Default Value: getutcdate()
|
|
8149
8504
|
*/
|
|
8150
8505
|
get Category(): string | null;
|
|
8151
8506
|
}
|
|
@@ -8204,19 +8559,17 @@ export declare class QueryPermissionEntity extends BaseEntity {
|
|
|
8204
8559
|
get RoleName(): string;
|
|
8205
8560
|
set RoleName(value: string);
|
|
8206
8561
|
/**
|
|
8207
|
-
* * Field Name:
|
|
8208
|
-
* * Display Name:
|
|
8209
|
-
* * SQL Data Type:
|
|
8210
|
-
* * Default Value: getdate()
|
|
8562
|
+
* * Field Name: __mj_CreatedAt
|
|
8563
|
+
* * Display Name: __mj _Created At
|
|
8564
|
+
* * SQL Data Type: datetimeoffset
|
|
8211
8565
|
*/
|
|
8212
|
-
get
|
|
8566
|
+
get __mj_CreatedAt(): Date;
|
|
8213
8567
|
/**
|
|
8214
|
-
* * Field Name:
|
|
8215
|
-
* * Display Name:
|
|
8216
|
-
* * SQL Data Type:
|
|
8217
|
-
* * Default Value: getdate()
|
|
8568
|
+
* * Field Name: __mj_UpdatedAt
|
|
8569
|
+
* * Display Name: __mj _Updated At
|
|
8570
|
+
* * SQL Data Type: datetimeoffset
|
|
8218
8571
|
*/
|
|
8219
|
-
get
|
|
8572
|
+
get __mj_UpdatedAt(): Date;
|
|
8220
8573
|
}
|
|
8221
8574
|
/**
|
|
8222
8575
|
* Vector Indexes - strongly typed entity sub-class
|
|
@@ -8287,29 +8640,29 @@ export declare class VectorIndexEntity extends BaseEntity {
|
|
|
8287
8640
|
get EmbeddingModelID(): number;
|
|
8288
8641
|
set EmbeddingModelID(value: number);
|
|
8289
8642
|
/**
|
|
8290
|
-
* * Field Name:
|
|
8643
|
+
* * Field Name: __mj_CreatedAt
|
|
8291
8644
|
* * Display Name: Created At
|
|
8292
|
-
* * SQL Data Type:
|
|
8293
|
-
* * Default Value: getdate()
|
|
8645
|
+
* * SQL Data Type: datetimeoffset
|
|
8294
8646
|
*/
|
|
8295
|
-
get
|
|
8647
|
+
get __mj_CreatedAt(): Date;
|
|
8296
8648
|
/**
|
|
8297
|
-
* * Field Name:
|
|
8649
|
+
* * Field Name: __mj_UpdatedAt
|
|
8298
8650
|
* * Display Name: Updated At
|
|
8299
|
-
* * SQL Data Type:
|
|
8300
|
-
* * Default Value: getdate()
|
|
8651
|
+
* * SQL Data Type: datetimeoffset
|
|
8301
8652
|
*/
|
|
8302
|
-
get
|
|
8653
|
+
get __mj_UpdatedAt(): Date;
|
|
8303
8654
|
/**
|
|
8304
8655
|
* * Field Name: VectorDatabase
|
|
8305
8656
|
* * Display Name: Vector Database
|
|
8306
8657
|
* * SQL Data Type: nvarchar(100)
|
|
8658
|
+
* * Default Value: getutcdate()
|
|
8307
8659
|
*/
|
|
8308
8660
|
get VectorDatabase(): string;
|
|
8309
8661
|
/**
|
|
8310
8662
|
* * Field Name: EmbeddingModel
|
|
8311
8663
|
* * Display Name: Embedding Model
|
|
8312
8664
|
* * SQL Data Type: nvarchar(50)
|
|
8665
|
+
* * Default Value: getutcdate()
|
|
8313
8666
|
*/
|
|
8314
8667
|
get EmbeddingModel(): string;
|
|
8315
8668
|
}
|
|
@@ -8366,19 +8719,17 @@ export declare class EntityDocumentTypeEntity extends BaseEntity {
|
|
|
8366
8719
|
get Description(): string | null;
|
|
8367
8720
|
set Description(value: string | null);
|
|
8368
8721
|
/**
|
|
8369
|
-
* * Field Name:
|
|
8370
|
-
* * Display Name:
|
|
8371
|
-
* * SQL Data Type:
|
|
8372
|
-
* * Default Value: getdate()
|
|
8722
|
+
* * Field Name: __mj_CreatedAt
|
|
8723
|
+
* * Display Name: __mj _Created At
|
|
8724
|
+
* * SQL Data Type: datetimeoffset
|
|
8373
8725
|
*/
|
|
8374
|
-
get
|
|
8726
|
+
get __mj_CreatedAt(): Date;
|
|
8375
8727
|
/**
|
|
8376
|
-
* * Field Name:
|
|
8377
|
-
* * Display Name:
|
|
8378
|
-
* * SQL Data Type:
|
|
8379
|
-
* * Default Value: getdate()
|
|
8728
|
+
* * Field Name: __mj_UpdatedAt
|
|
8729
|
+
* * Display Name: __mj _Updated At
|
|
8730
|
+
* * SQL Data Type: datetimeoffset
|
|
8380
8731
|
*/
|
|
8381
|
-
get
|
|
8732
|
+
get __mj_UpdatedAt(): Date;
|
|
8382
8733
|
}
|
|
8383
8734
|
/**
|
|
8384
8735
|
* Entity Document Runs - strongly typed entity sub-class
|
|
@@ -8455,23 +8806,22 @@ export declare class EntityDocumentRunEntity extends BaseEntity {
|
|
|
8455
8806
|
get Status(): 'Pending' | 'Complete' | 'Failed';
|
|
8456
8807
|
set Status(value: 'Pending' | 'Complete' | 'Failed');
|
|
8457
8808
|
/**
|
|
8458
|
-
* * Field Name:
|
|
8459
|
-
* * Display Name:
|
|
8460
|
-
* * SQL Data Type:
|
|
8461
|
-
* * Default Value: getdate()
|
|
8809
|
+
* * Field Name: __mj_CreatedAt
|
|
8810
|
+
* * Display Name: __mj _Created At
|
|
8811
|
+
* * SQL Data Type: datetimeoffset
|
|
8462
8812
|
*/
|
|
8463
|
-
get
|
|
8813
|
+
get __mj_CreatedAt(): Date;
|
|
8464
8814
|
/**
|
|
8465
|
-
* * Field Name:
|
|
8466
|
-
* * Display Name:
|
|
8467
|
-
* * SQL Data Type:
|
|
8468
|
-
* * Default Value: getdate()
|
|
8815
|
+
* * Field Name: __mj_UpdatedAt
|
|
8816
|
+
* * Display Name: __mj _Updated At
|
|
8817
|
+
* * SQL Data Type: datetimeoffset
|
|
8469
8818
|
*/
|
|
8470
|
-
get
|
|
8819
|
+
get __mj_UpdatedAt(): Date;
|
|
8471
8820
|
/**
|
|
8472
8821
|
* * Field Name: EntityDocument
|
|
8473
8822
|
* * Display Name: Entity Document
|
|
8474
8823
|
* * SQL Data Type: nvarchar(250)
|
|
8824
|
+
* * Default Value: getutcdate()
|
|
8475
8825
|
*/
|
|
8476
8826
|
get EntityDocument(): string;
|
|
8477
8827
|
}
|
|
@@ -8542,19 +8892,17 @@ export declare class VectorDatabaseEntity extends BaseEntity {
|
|
|
8542
8892
|
get ClassKey(): string | null;
|
|
8543
8893
|
set ClassKey(value: string | null);
|
|
8544
8894
|
/**
|
|
8545
|
-
* * Field Name:
|
|
8895
|
+
* * Field Name: __mj_CreatedAt
|
|
8546
8896
|
* * Display Name: Created At
|
|
8547
|
-
* * SQL Data Type:
|
|
8548
|
-
* * Default Value: getdate()
|
|
8897
|
+
* * SQL Data Type: datetimeoffset
|
|
8549
8898
|
*/
|
|
8550
|
-
get
|
|
8899
|
+
get __mj_CreatedAt(): Date;
|
|
8551
8900
|
/**
|
|
8552
|
-
* * Field Name:
|
|
8901
|
+
* * Field Name: __mj_UpdatedAt
|
|
8553
8902
|
* * Display Name: Updated At
|
|
8554
|
-
* * SQL Data Type:
|
|
8555
|
-
* * Default Value: getdate()
|
|
8903
|
+
* * SQL Data Type: datetimeoffset
|
|
8556
8904
|
*/
|
|
8557
|
-
get
|
|
8905
|
+
get __mj_UpdatedAt(): Date;
|
|
8558
8906
|
}
|
|
8559
8907
|
/**
|
|
8560
8908
|
* Entity Record Documents - strongly typed entity sub-class
|
|
@@ -8645,26 +8993,24 @@ export declare class EntityRecordDocumentEntity extends BaseEntity {
|
|
|
8645
8993
|
get EntityRecordUpdatedAt(): Date;
|
|
8646
8994
|
set EntityRecordUpdatedAt(value: Date);
|
|
8647
8995
|
/**
|
|
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
8996
|
* * Field Name: EntityDocumentID
|
|
8663
8997
|
* * Display Name: Entity Document ID
|
|
8664
8998
|
* * SQL Data Type: int
|
|
8665
8999
|
*/
|
|
8666
9000
|
get EntityDocumentID(): number;
|
|
8667
9001
|
set EntityDocumentID(value: number);
|
|
9002
|
+
/**
|
|
9003
|
+
* * Field Name: __mj_CreatedAt
|
|
9004
|
+
* * Display Name: __mj _Created At
|
|
9005
|
+
* * SQL Data Type: datetimeoffset
|
|
9006
|
+
*/
|
|
9007
|
+
get __mj_CreatedAt(): Date;
|
|
9008
|
+
/**
|
|
9009
|
+
* * Field Name: __mj_UpdatedAt
|
|
9010
|
+
* * Display Name: __mj _Updated At
|
|
9011
|
+
* * SQL Data Type: datetimeoffset
|
|
9012
|
+
*/
|
|
9013
|
+
get __mj_UpdatedAt(): Date;
|
|
8668
9014
|
}
|
|
8669
9015
|
/**
|
|
8670
9016
|
* Entity Documents - strongly typed entity sub-class
|
|
@@ -8781,29 +9127,29 @@ export declare class EntityDocumentEntity extends BaseEntity {
|
|
|
8781
9127
|
get AbsoluteMatchThreshold(): number;
|
|
8782
9128
|
set AbsoluteMatchThreshold(value: number);
|
|
8783
9129
|
/**
|
|
8784
|
-
* * Field Name:
|
|
8785
|
-
* * Display Name:
|
|
8786
|
-
* * SQL Data Type:
|
|
8787
|
-
* * Default Value: getdate()
|
|
9130
|
+
* * Field Name: __mj_CreatedAt
|
|
9131
|
+
* * Display Name: __mj _Created At
|
|
9132
|
+
* * SQL Data Type: datetimeoffset
|
|
8788
9133
|
*/
|
|
8789
|
-
get
|
|
9134
|
+
get __mj_CreatedAt(): Date;
|
|
8790
9135
|
/**
|
|
8791
|
-
* * Field Name:
|
|
8792
|
-
* * Display Name:
|
|
8793
|
-
* * SQL Data Type:
|
|
8794
|
-
* * Default Value: getdate()
|
|
9136
|
+
* * Field Name: __mj_UpdatedAt
|
|
9137
|
+
* * Display Name: __mj _Updated At
|
|
9138
|
+
* * SQL Data Type: datetimeoffset
|
|
8795
9139
|
*/
|
|
8796
|
-
get
|
|
9140
|
+
get __mj_UpdatedAt(): Date;
|
|
8797
9141
|
/**
|
|
8798
9142
|
* * Field Name: Entity
|
|
8799
9143
|
* * Display Name: Entity
|
|
8800
9144
|
* * SQL Data Type: nvarchar(255)
|
|
9145
|
+
* * Default Value: getutcdate()
|
|
8801
9146
|
*/
|
|
8802
9147
|
get Entity(): string;
|
|
8803
9148
|
/**
|
|
8804
9149
|
* * Field Name: Type
|
|
8805
9150
|
* * Display Name: Type
|
|
8806
9151
|
* * SQL Data Type: nvarchar(100)
|
|
9152
|
+
* * Default Value: getutcdate()
|
|
8807
9153
|
*/
|
|
8808
9154
|
get Type(): string;
|
|
8809
9155
|
}
|
|
@@ -8921,29 +9267,29 @@ export declare class DataContextItemEntity extends BaseEntity {
|
|
|
8921
9267
|
get LastRefreshedAt(): Date | null;
|
|
8922
9268
|
set LastRefreshedAt(value: Date | null);
|
|
8923
9269
|
/**
|
|
8924
|
-
* * Field Name:
|
|
9270
|
+
* * Field Name: __mj_CreatedAt
|
|
8925
9271
|
* * Display Name: Created At
|
|
8926
|
-
* * SQL Data Type:
|
|
8927
|
-
* * Default Value: getdate()
|
|
9272
|
+
* * SQL Data Type: datetimeoffset
|
|
8928
9273
|
*/
|
|
8929
|
-
get
|
|
9274
|
+
get __mj_CreatedAt(): Date;
|
|
8930
9275
|
/**
|
|
8931
|
-
* * Field Name:
|
|
9276
|
+
* * Field Name: __mj_UpdatedAt
|
|
8932
9277
|
* * Display Name: Updated At
|
|
8933
|
-
* * SQL Data Type:
|
|
8934
|
-
* * Default Value: getdate()
|
|
9278
|
+
* * SQL Data Type: datetimeoffset
|
|
8935
9279
|
*/
|
|
8936
|
-
get
|
|
9280
|
+
get __mj_UpdatedAt(): Date;
|
|
8937
9281
|
/**
|
|
8938
9282
|
* * Field Name: DataContext
|
|
8939
9283
|
* * Display Name: Data Context
|
|
8940
9284
|
* * SQL Data Type: nvarchar(255)
|
|
9285
|
+
* * Default Value: getutcdate()
|
|
8941
9286
|
*/
|
|
8942
9287
|
get DataContext(): string;
|
|
8943
9288
|
/**
|
|
8944
9289
|
* * Field Name: View
|
|
8945
9290
|
* * Display Name: View
|
|
8946
9291
|
* * SQL Data Type: nvarchar(100)
|
|
9292
|
+
* * Default Value: getutcdate()
|
|
8947
9293
|
*/
|
|
8948
9294
|
get View(): string | null;
|
|
8949
9295
|
/**
|
|
@@ -9019,23 +9365,22 @@ export declare class DataContextEntity extends BaseEntity {
|
|
|
9019
9365
|
get LastRefreshedAt(): Date | null;
|
|
9020
9366
|
set LastRefreshedAt(value: Date | null);
|
|
9021
9367
|
/**
|
|
9022
|
-
* * Field Name:
|
|
9368
|
+
* * Field Name: __mj_CreatedAt
|
|
9023
9369
|
* * Display Name: Created At
|
|
9024
|
-
* * SQL Data Type:
|
|
9025
|
-
* * Default Value: getdate()
|
|
9370
|
+
* * SQL Data Type: datetimeoffset
|
|
9026
9371
|
*/
|
|
9027
|
-
get
|
|
9372
|
+
get __mj_CreatedAt(): Date;
|
|
9028
9373
|
/**
|
|
9029
|
-
* * Field Name:
|
|
9374
|
+
* * Field Name: __mj_UpdatedAt
|
|
9030
9375
|
* * Display Name: Updated At
|
|
9031
|
-
* * SQL Data Type:
|
|
9032
|
-
* * Default Value: getdate()
|
|
9376
|
+
* * SQL Data Type: datetimeoffset
|
|
9033
9377
|
*/
|
|
9034
|
-
get
|
|
9378
|
+
get __mj_UpdatedAt(): Date;
|
|
9035
9379
|
/**
|
|
9036
9380
|
* * Field Name: User
|
|
9037
9381
|
* * Display Name: User
|
|
9038
9382
|
* * SQL Data Type: nvarchar(100)
|
|
9383
|
+
* * Default Value: getutcdate()
|
|
9039
9384
|
*/
|
|
9040
9385
|
get User(): string;
|
|
9041
9386
|
}
|
|
@@ -9091,20 +9436,6 @@ export declare class UserViewCategoryEntity extends BaseEntity {
|
|
|
9091
9436
|
get ParentID(): number | null;
|
|
9092
9437
|
set ParentID(value: number | null);
|
|
9093
9438
|
/**
|
|
9094
|
-
* * Field Name: CreatedAt
|
|
9095
|
-
* * Display Name: Created At
|
|
9096
|
-
* * SQL Data Type: datetime
|
|
9097
|
-
* * Default Value: getdate()
|
|
9098
|
-
*/
|
|
9099
|
-
get CreatedAt(): Date;
|
|
9100
|
-
/**
|
|
9101
|
-
* * Field Name: UpdatedAt
|
|
9102
|
-
* * Display Name: Updated At
|
|
9103
|
-
* * SQL Data Type: datetime
|
|
9104
|
-
* * Default Value: getdate()
|
|
9105
|
-
*/
|
|
9106
|
-
get UpdatedAt(): Date;
|
|
9107
|
-
/**
|
|
9108
9439
|
* * Field Name: EntityID
|
|
9109
9440
|
* * Display Name: Entity ID
|
|
9110
9441
|
* * SQL Data Type: int
|
|
@@ -9121,15 +9452,29 @@ export declare class UserViewCategoryEntity extends BaseEntity {
|
|
|
9121
9452
|
get UserID(): number;
|
|
9122
9453
|
set UserID(value: number);
|
|
9123
9454
|
/**
|
|
9455
|
+
* * Field Name: __mj_CreatedAt
|
|
9456
|
+
* * Display Name: Created At
|
|
9457
|
+
* * SQL Data Type: datetimeoffset
|
|
9458
|
+
*/
|
|
9459
|
+
get __mj_CreatedAt(): Date;
|
|
9460
|
+
/**
|
|
9461
|
+
* * Field Name: __mj_UpdatedAt
|
|
9462
|
+
* * Display Name: Updated At
|
|
9463
|
+
* * SQL Data Type: datetimeoffset
|
|
9464
|
+
*/
|
|
9465
|
+
get __mj_UpdatedAt(): Date;
|
|
9466
|
+
/**
|
|
9124
9467
|
* * Field Name: Parent
|
|
9125
9468
|
* * Display Name: Parent
|
|
9126
9469
|
* * SQL Data Type: nvarchar(100)
|
|
9470
|
+
* * Default Value: getutcdate()
|
|
9127
9471
|
*/
|
|
9128
9472
|
get Parent(): string | null;
|
|
9129
9473
|
/**
|
|
9130
9474
|
* * Field Name: User
|
|
9131
9475
|
* * Display Name: User
|
|
9132
9476
|
* * SQL Data Type: nvarchar(100)
|
|
9477
|
+
* * Default Value: getutcdate()
|
|
9133
9478
|
*/
|
|
9134
9479
|
get User(): string;
|
|
9135
9480
|
}
|
|
@@ -9185,20 +9530,6 @@ export declare class DashboardCategoryEntity extends BaseEntity {
|
|
|
9185
9530
|
get ParentID(): number | null;
|
|
9186
9531
|
set ParentID(value: number | null);
|
|
9187
9532
|
/**
|
|
9188
|
-
* * Field Name: CreatedAt
|
|
9189
|
-
* * Display Name: Created At
|
|
9190
|
-
* * SQL Data Type: datetime
|
|
9191
|
-
* * Default Value: getdate()
|
|
9192
|
-
*/
|
|
9193
|
-
get CreatedAt(): Date;
|
|
9194
|
-
/**
|
|
9195
|
-
* * Field Name: UpdatedAt
|
|
9196
|
-
* * Display Name: Updated At
|
|
9197
|
-
* * SQL Data Type: datetime
|
|
9198
|
-
* * Default Value: getdate()
|
|
9199
|
-
*/
|
|
9200
|
-
get UpdatedAt(): Date;
|
|
9201
|
-
/**
|
|
9202
9533
|
* * Field Name: UserID
|
|
9203
9534
|
* * Display Name: User ID
|
|
9204
9535
|
* * SQL Data Type: int
|
|
@@ -9207,15 +9538,29 @@ export declare class DashboardCategoryEntity extends BaseEntity {
|
|
|
9207
9538
|
get UserID(): number;
|
|
9208
9539
|
set UserID(value: number);
|
|
9209
9540
|
/**
|
|
9541
|
+
* * Field Name: __mj_CreatedAt
|
|
9542
|
+
* * Display Name: Created At
|
|
9543
|
+
* * SQL Data Type: datetimeoffset
|
|
9544
|
+
*/
|
|
9545
|
+
get __mj_CreatedAt(): Date;
|
|
9546
|
+
/**
|
|
9547
|
+
* * Field Name: __mj_UpdatedAt
|
|
9548
|
+
* * Display Name: Updated At
|
|
9549
|
+
* * SQL Data Type: datetimeoffset
|
|
9550
|
+
*/
|
|
9551
|
+
get __mj_UpdatedAt(): Date;
|
|
9552
|
+
/**
|
|
9210
9553
|
* * Field Name: Parent
|
|
9211
9554
|
* * Display Name: Parent
|
|
9212
9555
|
* * SQL Data Type: nvarchar(100)
|
|
9556
|
+
* * Default Value: getutcdate()
|
|
9213
9557
|
*/
|
|
9214
9558
|
get Parent(): string | null;
|
|
9215
9559
|
/**
|
|
9216
9560
|
* * Field Name: User
|
|
9217
9561
|
* * Display Name: User
|
|
9218
9562
|
* * SQL Data Type: nvarchar(100)
|
|
9563
|
+
* * Default Value: getutcdate()
|
|
9219
9564
|
*/
|
|
9220
9565
|
get User(): string;
|
|
9221
9566
|
}
|
|
@@ -9271,20 +9616,6 @@ export declare class ReportCategoryEntity extends BaseEntity {
|
|
|
9271
9616
|
get ParentID(): number | null;
|
|
9272
9617
|
set ParentID(value: number | null);
|
|
9273
9618
|
/**
|
|
9274
|
-
* * Field Name: CreatedAt
|
|
9275
|
-
* * Display Name: Created At
|
|
9276
|
-
* * SQL Data Type: datetime
|
|
9277
|
-
* * Default Value: getdate()
|
|
9278
|
-
*/
|
|
9279
|
-
get CreatedAt(): Date;
|
|
9280
|
-
/**
|
|
9281
|
-
* * Field Name: UpdatedAt
|
|
9282
|
-
* * Display Name: Updated At
|
|
9283
|
-
* * SQL Data Type: datetime
|
|
9284
|
-
* * Default Value: getdate()
|
|
9285
|
-
*/
|
|
9286
|
-
get UpdatedAt(): Date;
|
|
9287
|
-
/**
|
|
9288
9619
|
* * Field Name: UserID
|
|
9289
9620
|
* * Display Name: User ID
|
|
9290
9621
|
* * SQL Data Type: int
|
|
@@ -9293,15 +9624,29 @@ export declare class ReportCategoryEntity extends BaseEntity {
|
|
|
9293
9624
|
get UserID(): number;
|
|
9294
9625
|
set UserID(value: number);
|
|
9295
9626
|
/**
|
|
9627
|
+
* * Field Name: __mj_CreatedAt
|
|
9628
|
+
* * Display Name: Created At
|
|
9629
|
+
* * SQL Data Type: datetimeoffset
|
|
9630
|
+
*/
|
|
9631
|
+
get __mj_CreatedAt(): Date;
|
|
9632
|
+
/**
|
|
9633
|
+
* * Field Name: __mj_UpdatedAt
|
|
9634
|
+
* * Display Name: Updated At
|
|
9635
|
+
* * SQL Data Type: datetimeoffset
|
|
9636
|
+
*/
|
|
9637
|
+
get __mj_UpdatedAt(): Date;
|
|
9638
|
+
/**
|
|
9296
9639
|
* * Field Name: Parent
|
|
9297
9640
|
* * Display Name: Parent
|
|
9298
9641
|
* * SQL Data Type: nvarchar(100)
|
|
9642
|
+
* * Default Value: getutcdate()
|
|
9299
9643
|
*/
|
|
9300
9644
|
get Parent(): string | null;
|
|
9301
9645
|
/**
|
|
9302
9646
|
* * Field Name: User
|
|
9303
9647
|
* * Display Name: User
|
|
9304
9648
|
* * SQL Data Type: nvarchar(100)
|
|
9649
|
+
* * Default Value: getutcdate()
|
|
9305
9650
|
*/
|
|
9306
9651
|
get User(): string;
|
|
9307
9652
|
}
|
|
@@ -9388,19 +9733,17 @@ export declare class FileStorageProviderEntity extends BaseEntity {
|
|
|
9388
9733
|
get IsActive(): boolean;
|
|
9389
9734
|
set IsActive(value: boolean);
|
|
9390
9735
|
/**
|
|
9391
|
-
* * Field Name:
|
|
9736
|
+
* * Field Name: __mj_CreatedAt
|
|
9392
9737
|
* * Display Name: Created At
|
|
9393
|
-
* * SQL Data Type:
|
|
9394
|
-
* * Default Value: getdate()
|
|
9738
|
+
* * SQL Data Type: datetimeoffset
|
|
9395
9739
|
*/
|
|
9396
|
-
get
|
|
9740
|
+
get __mj_CreatedAt(): Date;
|
|
9397
9741
|
/**
|
|
9398
|
-
* * Field Name:
|
|
9742
|
+
* * Field Name: __mj_UpdatedAt
|
|
9399
9743
|
* * Display Name: Updated At
|
|
9400
|
-
* * SQL Data Type:
|
|
9401
|
-
* * Default Value: getdate()
|
|
9744
|
+
* * SQL Data Type: datetimeoffset
|
|
9402
9745
|
*/
|
|
9403
|
-
get
|
|
9746
|
+
get __mj_UpdatedAt(): Date;
|
|
9404
9747
|
}
|
|
9405
9748
|
/**
|
|
9406
9749
|
* Files - strongly typed entity sub-class
|
|
@@ -9485,29 +9828,29 @@ export declare class FileEntity extends BaseEntity {
|
|
|
9485
9828
|
get Status(): string;
|
|
9486
9829
|
set Status(value: string);
|
|
9487
9830
|
/**
|
|
9488
|
-
* * Field Name:
|
|
9831
|
+
* * Field Name: __mj_CreatedAt
|
|
9489
9832
|
* * Display Name: Created At
|
|
9490
|
-
* * SQL Data Type:
|
|
9491
|
-
* * Default Value: getdate()
|
|
9833
|
+
* * SQL Data Type: datetimeoffset
|
|
9492
9834
|
*/
|
|
9493
|
-
get
|
|
9835
|
+
get __mj_CreatedAt(): Date;
|
|
9494
9836
|
/**
|
|
9495
|
-
* * Field Name:
|
|
9837
|
+
* * Field Name: __mj_UpdatedAt
|
|
9496
9838
|
* * Display Name: Updated At
|
|
9497
|
-
* * SQL Data Type:
|
|
9498
|
-
* * Default Value: getdate()
|
|
9839
|
+
* * SQL Data Type: datetimeoffset
|
|
9499
9840
|
*/
|
|
9500
|
-
get
|
|
9841
|
+
get __mj_UpdatedAt(): Date;
|
|
9501
9842
|
/**
|
|
9502
9843
|
* * Field Name: Provider
|
|
9503
9844
|
* * Display Name: Provider
|
|
9504
9845
|
* * SQL Data Type: nvarchar(50)
|
|
9846
|
+
* * Default Value: getutcdate()
|
|
9505
9847
|
*/
|
|
9506
9848
|
get Provider(): string;
|
|
9507
9849
|
/**
|
|
9508
9850
|
* * Field Name: Category
|
|
9509
9851
|
* * Display Name: Category
|
|
9510
9852
|
* * SQL Data Type: nvarchar(255)
|
|
9853
|
+
* * Default Value: getutcdate()
|
|
9511
9854
|
*/
|
|
9512
9855
|
get Category(): string | null;
|
|
9513
9856
|
}
|
|
@@ -9563,23 +9906,22 @@ export declare class FileCategoryEntity extends BaseEntity {
|
|
|
9563
9906
|
get ParentID(): number | null;
|
|
9564
9907
|
set ParentID(value: number | null);
|
|
9565
9908
|
/**
|
|
9566
|
-
* * Field Name:
|
|
9909
|
+
* * Field Name: __mj_CreatedAt
|
|
9567
9910
|
* * Display Name: Created At
|
|
9568
|
-
* * SQL Data Type:
|
|
9569
|
-
* * Default Value: getdate()
|
|
9911
|
+
* * SQL Data Type: datetimeoffset
|
|
9570
9912
|
*/
|
|
9571
|
-
get
|
|
9913
|
+
get __mj_CreatedAt(): Date;
|
|
9572
9914
|
/**
|
|
9573
|
-
* * Field Name:
|
|
9915
|
+
* * Field Name: __mj_UpdatedAt
|
|
9574
9916
|
* * Display Name: Updated At
|
|
9575
|
-
* * SQL Data Type:
|
|
9576
|
-
* * Default Value: getdate()
|
|
9917
|
+
* * SQL Data Type: datetimeoffset
|
|
9577
9918
|
*/
|
|
9578
|
-
get
|
|
9919
|
+
get __mj_UpdatedAt(): Date;
|
|
9579
9920
|
/**
|
|
9580
9921
|
* * Field Name: Parent
|
|
9581
9922
|
* * Display Name: Parent
|
|
9582
9923
|
* * SQL Data Type: nvarchar(255)
|
|
9924
|
+
* * Default Value: getutcdate()
|
|
9583
9925
|
*/
|
|
9584
9926
|
get Parent(): string | null;
|
|
9585
9927
|
}
|
|
@@ -9645,29 +9987,29 @@ export declare class FileEntityRecordLinkEntity extends BaseEntity {
|
|
|
9645
9987
|
get RecordID(): string;
|
|
9646
9988
|
set RecordID(value: string);
|
|
9647
9989
|
/**
|
|
9648
|
-
* * Field Name:
|
|
9990
|
+
* * Field Name: __mj_CreatedAt
|
|
9649
9991
|
* * Display Name: Created At
|
|
9650
|
-
* * SQL Data Type:
|
|
9651
|
-
* * Default Value: getdate()
|
|
9992
|
+
* * SQL Data Type: datetimeoffset
|
|
9652
9993
|
*/
|
|
9653
|
-
get
|
|
9994
|
+
get __mj_CreatedAt(): Date;
|
|
9654
9995
|
/**
|
|
9655
|
-
* * Field Name:
|
|
9996
|
+
* * Field Name: __mj_UpdatedAt
|
|
9656
9997
|
* * Display Name: Updated At
|
|
9657
|
-
* * SQL Data Type:
|
|
9658
|
-
* * Default Value: getdate()
|
|
9998
|
+
* * SQL Data Type: datetimeoffset
|
|
9659
9999
|
*/
|
|
9660
|
-
get
|
|
10000
|
+
get __mj_UpdatedAt(): Date;
|
|
9661
10001
|
/**
|
|
9662
10002
|
* * Field Name: File
|
|
9663
10003
|
* * Display Name: File
|
|
9664
10004
|
* * SQL Data Type: nvarchar(500)
|
|
10005
|
+
* * Default Value: getutcdate()
|
|
9665
10006
|
*/
|
|
9666
10007
|
get File(): string;
|
|
9667
10008
|
/**
|
|
9668
10009
|
* * Field Name: Entity
|
|
9669
10010
|
* * Display Name: Entity
|
|
9670
10011
|
* * SQL Data Type: nvarchar(255)
|
|
10012
|
+
* * Default Value: getutcdate()
|
|
9671
10013
|
*/
|
|
9672
10014
|
get Entity(): string;
|
|
9673
10015
|
}
|
|
@@ -9782,23 +10124,22 @@ export declare class VersionInstallationEntity extends BaseEntity {
|
|
|
9782
10124
|
get Comments(): string | null;
|
|
9783
10125
|
set Comments(value: string | null);
|
|
9784
10126
|
/**
|
|
9785
|
-
* * Field Name:
|
|
10127
|
+
* * Field Name: __mj_CreatedAt
|
|
9786
10128
|
* * Display Name: Created At
|
|
9787
|
-
* * SQL Data Type:
|
|
9788
|
-
* * Default Value: getdate()
|
|
10129
|
+
* * SQL Data Type: datetimeoffset
|
|
9789
10130
|
*/
|
|
9790
|
-
get
|
|
10131
|
+
get __mj_CreatedAt(): Date;
|
|
9791
10132
|
/**
|
|
9792
|
-
* * Field Name:
|
|
10133
|
+
* * Field Name: __mj_UpdatedAt
|
|
9793
10134
|
* * Display Name: Updated At
|
|
9794
|
-
* * SQL Data Type:
|
|
9795
|
-
* * Default Value: getdate()
|
|
10135
|
+
* * SQL Data Type: datetimeoffset
|
|
9796
10136
|
*/
|
|
9797
|
-
get
|
|
10137
|
+
get __mj_UpdatedAt(): Date;
|
|
9798
10138
|
/**
|
|
9799
10139
|
* * Field Name: CompleteVersion
|
|
9800
10140
|
* * Display Name: Complete Version
|
|
9801
10141
|
* * SQL Data Type: nvarchar(302)
|
|
10142
|
+
* * Default Value: getutcdate()
|
|
9802
10143
|
*/
|
|
9803
10144
|
get CompleteVersion(): string | null;
|
|
9804
10145
|
}
|
|
@@ -9936,19 +10277,17 @@ export declare class DuplicateRunDetailMatchEntity extends BaseEntity {
|
|
|
9936
10277
|
get RecordMergeLogID(): number | null;
|
|
9937
10278
|
set RecordMergeLogID(value: number | null);
|
|
9938
10279
|
/**
|
|
9939
|
-
* * Field Name:
|
|
10280
|
+
* * Field Name: __mj_CreatedAt
|
|
9940
10281
|
* * Display Name: Created At
|
|
9941
|
-
* * SQL Data Type:
|
|
9942
|
-
* * Default Value: getdate()
|
|
10282
|
+
* * SQL Data Type: datetimeoffset
|
|
9943
10283
|
*/
|
|
9944
|
-
get
|
|
10284
|
+
get __mj_CreatedAt(): Date;
|
|
9945
10285
|
/**
|
|
9946
|
-
* * Field Name:
|
|
10286
|
+
* * Field Name: __mj_UpdatedAt
|
|
9947
10287
|
* * Display Name: Updated At
|
|
9948
|
-
* * SQL Data Type:
|
|
9949
|
-
* * Default Value: getdate()
|
|
10288
|
+
* * SQL Data Type: datetimeoffset
|
|
9950
10289
|
*/
|
|
9951
|
-
get
|
|
10290
|
+
get __mj_UpdatedAt(): Date;
|
|
9952
10291
|
}
|
|
9953
10292
|
/**
|
|
9954
10293
|
* Entity Document Settings - strongly typed entity sub-class
|
|
@@ -10018,23 +10357,22 @@ export declare class EntityDocumentSettingEntity extends BaseEntity {
|
|
|
10018
10357
|
get Comments(): string | null;
|
|
10019
10358
|
set Comments(value: string | null);
|
|
10020
10359
|
/**
|
|
10021
|
-
* * Field Name:
|
|
10022
|
-
* * Display Name:
|
|
10023
|
-
* * SQL Data Type:
|
|
10024
|
-
* * Default Value: getdate()
|
|
10360
|
+
* * Field Name: __mj_CreatedAt
|
|
10361
|
+
* * Display Name: __mj _Created At
|
|
10362
|
+
* * SQL Data Type: datetimeoffset
|
|
10025
10363
|
*/
|
|
10026
|
-
get
|
|
10364
|
+
get __mj_CreatedAt(): Date;
|
|
10027
10365
|
/**
|
|
10028
|
-
* * Field Name:
|
|
10029
|
-
* * Display Name:
|
|
10030
|
-
* * SQL Data Type:
|
|
10031
|
-
* * Default Value: getdate()
|
|
10366
|
+
* * Field Name: __mj_UpdatedAt
|
|
10367
|
+
* * Display Name: __mj _Updated At
|
|
10368
|
+
* * SQL Data Type: datetimeoffset
|
|
10032
10369
|
*/
|
|
10033
|
-
get
|
|
10370
|
+
get __mj_UpdatedAt(): Date;
|
|
10034
10371
|
/**
|
|
10035
10372
|
* * Field Name: EntityDocument
|
|
10036
10373
|
* * Display Name: Entity Document
|
|
10037
10374
|
* * SQL Data Type: nvarchar(250)
|
|
10375
|
+
* * Default Value: getutcdate()
|
|
10038
10376
|
*/
|
|
10039
10377
|
get EntityDocument(): string;
|
|
10040
10378
|
}
|
|
@@ -10106,23 +10444,22 @@ export declare class EntitySettingEntity extends BaseEntity {
|
|
|
10106
10444
|
get Comments(): string | null;
|
|
10107
10445
|
set Comments(value: string | null);
|
|
10108
10446
|
/**
|
|
10109
|
-
* * Field Name:
|
|
10110
|
-
* * Display Name:
|
|
10111
|
-
* * SQL Data Type:
|
|
10112
|
-
* * Default Value: getdate()
|
|
10447
|
+
* * Field Name: __mj_CreatedAt
|
|
10448
|
+
* * Display Name: __mj _Created At
|
|
10449
|
+
* * SQL Data Type: datetimeoffset
|
|
10113
10450
|
*/
|
|
10114
|
-
get
|
|
10451
|
+
get __mj_CreatedAt(): Date;
|
|
10115
10452
|
/**
|
|
10116
|
-
* * Field Name:
|
|
10117
|
-
* * Display Name:
|
|
10118
|
-
* * SQL Data Type:
|
|
10119
|
-
* * Default Value: getdate()
|
|
10453
|
+
* * Field Name: __mj_UpdatedAt
|
|
10454
|
+
* * Display Name: __mj _Updated At
|
|
10455
|
+
* * SQL Data Type: datetimeoffset
|
|
10120
10456
|
*/
|
|
10121
|
-
get
|
|
10457
|
+
get __mj_UpdatedAt(): Date;
|
|
10122
10458
|
/**
|
|
10123
10459
|
* * Field Name: Entity
|
|
10124
10460
|
* * Display Name: Entity
|
|
10125
10461
|
* * SQL Data Type: nvarchar(255)
|
|
10462
|
+
* * Default Value: getutcdate()
|
|
10126
10463
|
*/
|
|
10127
10464
|
get Entity(): string;
|
|
10128
10465
|
}
|
|
@@ -10253,29 +10590,29 @@ export declare class DuplicateRunEntity extends BaseEntity {
|
|
|
10253
10590
|
get SourceListID(): number;
|
|
10254
10591
|
set SourceListID(value: number);
|
|
10255
10592
|
/**
|
|
10256
|
-
* * Field Name:
|
|
10593
|
+
* * Field Name: __mj_CreatedAt
|
|
10257
10594
|
* * Display Name: Created At
|
|
10258
|
-
* * SQL Data Type:
|
|
10259
|
-
* * Default Value: getdate()
|
|
10595
|
+
* * SQL Data Type: datetimeoffset
|
|
10260
10596
|
*/
|
|
10261
|
-
get
|
|
10597
|
+
get __mj_CreatedAt(): Date;
|
|
10262
10598
|
/**
|
|
10263
|
-
* * Field Name:
|
|
10599
|
+
* * Field Name: __mj_UpdatedAt
|
|
10264
10600
|
* * Display Name: Updated At
|
|
10265
|
-
* * SQL Data Type:
|
|
10266
|
-
* * Default Value: getdate()
|
|
10601
|
+
* * SQL Data Type: datetimeoffset
|
|
10267
10602
|
*/
|
|
10268
|
-
get
|
|
10603
|
+
get __mj_UpdatedAt(): Date;
|
|
10269
10604
|
/**
|
|
10270
10605
|
* * Field Name: Entity
|
|
10271
10606
|
* * Display Name: Entity
|
|
10272
10607
|
* * SQL Data Type: nvarchar(255)
|
|
10608
|
+
* * Default Value: getutcdate()
|
|
10273
10609
|
*/
|
|
10274
10610
|
get Entity(): string;
|
|
10275
10611
|
/**
|
|
10276
10612
|
* * Field Name: StartedByUser
|
|
10277
10613
|
* * Display Name: Started By User
|
|
10278
10614
|
* * SQL Data Type: nvarchar(100)
|
|
10615
|
+
* * Default Value: getutcdate()
|
|
10279
10616
|
*/
|
|
10280
10617
|
get StartedByUser(): string;
|
|
10281
10618
|
/**
|
|
@@ -10396,19 +10733,17 @@ export declare class DuplicateRunDetailEntity extends BaseEntity {
|
|
|
10396
10733
|
get MergeErrorMessage(): string | null;
|
|
10397
10734
|
set MergeErrorMessage(value: string | null);
|
|
10398
10735
|
/**
|
|
10399
|
-
* * Field Name:
|
|
10736
|
+
* * Field Name: __mj_CreatedAt
|
|
10400
10737
|
* * Display Name: Created At
|
|
10401
|
-
* * SQL Data Type:
|
|
10402
|
-
* * Default Value: getdate()
|
|
10738
|
+
* * SQL Data Type: datetimeoffset
|
|
10403
10739
|
*/
|
|
10404
|
-
get
|
|
10740
|
+
get __mj_CreatedAt(): Date;
|
|
10405
10741
|
/**
|
|
10406
|
-
* * Field Name:
|
|
10742
|
+
* * Field Name: __mj_UpdatedAt
|
|
10407
10743
|
* * Display Name: Updated At
|
|
10408
|
-
* * SQL Data Type:
|
|
10409
|
-
* * Default Value: getdate()
|
|
10744
|
+
* * SQL Data Type: datetimeoffset
|
|
10410
10745
|
*/
|
|
10411
|
-
get
|
|
10746
|
+
get __mj_UpdatedAt(): Date;
|
|
10412
10747
|
}
|
|
10413
10748
|
/**
|
|
10414
10749
|
* Entity Behaviors - strongly typed entity sub-class
|
|
@@ -10498,23 +10833,22 @@ export declare class EntityBehaviorEntity extends BaseEntity {
|
|
|
10498
10833
|
get CodeGenerated(): boolean;
|
|
10499
10834
|
set CodeGenerated(value: boolean);
|
|
10500
10835
|
/**
|
|
10501
|
-
* * Field Name:
|
|
10502
|
-
* * Display Name:
|
|
10503
|
-
* * SQL Data Type:
|
|
10504
|
-
* * Default Value: getdate()
|
|
10836
|
+
* * Field Name: __mj_CreatedAt
|
|
10837
|
+
* * Display Name: __mj _Created At
|
|
10838
|
+
* * SQL Data Type: datetimeoffset
|
|
10505
10839
|
*/
|
|
10506
|
-
get
|
|
10840
|
+
get __mj_CreatedAt(): Date;
|
|
10507
10841
|
/**
|
|
10508
|
-
* * Field Name:
|
|
10509
|
-
* * Display Name:
|
|
10510
|
-
* * SQL Data Type:
|
|
10511
|
-
* * Default Value: getdate()
|
|
10842
|
+
* * Field Name: __mj_UpdatedAt
|
|
10843
|
+
* * Display Name: __mj _Updated At
|
|
10844
|
+
* * SQL Data Type: datetimeoffset
|
|
10512
10845
|
*/
|
|
10513
|
-
get
|
|
10846
|
+
get __mj_UpdatedAt(): Date;
|
|
10514
10847
|
/**
|
|
10515
10848
|
* * Field Name: Entity
|
|
10516
10849
|
* * Display Name: Entity
|
|
10517
10850
|
* * SQL Data Type: nvarchar(255)
|
|
10851
|
+
* * Default Value: getutcdate()
|
|
10518
10852
|
*/
|
|
10519
10853
|
get Entity(): string;
|
|
10520
10854
|
}
|
|
@@ -10564,18 +10898,17 @@ export declare class EntityBehaviorTypeEntity extends BaseEntity {
|
|
|
10564
10898
|
get Description(): string | null;
|
|
10565
10899
|
set Description(value: string | null);
|
|
10566
10900
|
/**
|
|
10567
|
-
* * Field Name:
|
|
10568
|
-
* * Display Name:
|
|
10569
|
-
* * SQL Data Type:
|
|
10901
|
+
* * Field Name: __mj_CreatedAt
|
|
10902
|
+
* * Display Name: __mj _Created At
|
|
10903
|
+
* * SQL Data Type: datetimeoffset
|
|
10570
10904
|
*/
|
|
10571
|
-
get
|
|
10905
|
+
get __mj_CreatedAt(): Date;
|
|
10572
10906
|
/**
|
|
10573
|
-
* * Field Name:
|
|
10574
|
-
* * Display Name:
|
|
10575
|
-
* * SQL Data Type:
|
|
10576
|
-
* * Default Value: getdate()
|
|
10907
|
+
* * Field Name: __mj_UpdatedAt
|
|
10908
|
+
* * Display Name: __mj _Updated At
|
|
10909
|
+
* * SQL Data Type: datetimeoffset
|
|
10577
10910
|
*/
|
|
10578
|
-
get
|
|
10911
|
+
get __mj_UpdatedAt(): Date;
|
|
10579
10912
|
}
|
|
10580
10913
|
/**
|
|
10581
10914
|
* Application Settings - strongly typed entity sub-class
|
|
@@ -10636,19 +10969,17 @@ export declare class ApplicationSettingEntity extends BaseEntity {
|
|
|
10636
10969
|
get Comments(): string | null;
|
|
10637
10970
|
set Comments(value: string | null);
|
|
10638
10971
|
/**
|
|
10639
|
-
* * Field Name:
|
|
10640
|
-
* * Display Name:
|
|
10641
|
-
* * SQL Data Type:
|
|
10642
|
-
* * Default Value: getdate()
|
|
10972
|
+
* * Field Name: __mj_CreatedAt
|
|
10973
|
+
* * Display Name: __mj _Created At
|
|
10974
|
+
* * SQL Data Type: datetimeoffset
|
|
10643
10975
|
*/
|
|
10644
|
-
get
|
|
10976
|
+
get __mj_CreatedAt(): Date;
|
|
10645
10977
|
/**
|
|
10646
|
-
* * Field Name:
|
|
10647
|
-
* * Display Name:
|
|
10648
|
-
* * SQL Data Type:
|
|
10649
|
-
* * Default Value: getdate()
|
|
10978
|
+
* * Field Name: __mj_UpdatedAt
|
|
10979
|
+
* * Display Name: __mj _Updated At
|
|
10980
|
+
* * SQL Data Type: datetimeoffset
|
|
10650
10981
|
*/
|
|
10651
|
-
get
|
|
10982
|
+
get __mj_UpdatedAt(): Date;
|
|
10652
10983
|
}
|
|
10653
10984
|
/**
|
|
10654
10985
|
* Action Categories - strongly typed entity sub-class
|
|
@@ -10720,23 +11051,22 @@ export declare class ActionCategoryEntity extends BaseEntity {
|
|
|
10720
11051
|
get Status(): 'Disabled' | 'Active' | 'Pending';
|
|
10721
11052
|
set Status(value: 'Disabled' | 'Active' | 'Pending');
|
|
10722
11053
|
/**
|
|
10723
|
-
* * Field Name:
|
|
10724
|
-
* * Display Name:
|
|
10725
|
-
* * SQL Data Type:
|
|
10726
|
-
* * Default Value: getdate()
|
|
11054
|
+
* * Field Name: __mj_CreatedAt
|
|
11055
|
+
* * Display Name: __mj _Created At
|
|
11056
|
+
* * SQL Data Type: datetimeoffset
|
|
10727
11057
|
*/
|
|
10728
|
-
get
|
|
11058
|
+
get __mj_CreatedAt(): Date;
|
|
10729
11059
|
/**
|
|
10730
|
-
* * Field Name:
|
|
10731
|
-
* * Display Name:
|
|
10732
|
-
* * SQL Data Type:
|
|
10733
|
-
* * Default Value: getdate()
|
|
11060
|
+
* * Field Name: __mj_UpdatedAt
|
|
11061
|
+
* * Display Name: __mj _Updated At
|
|
11062
|
+
* * SQL Data Type: datetimeoffset
|
|
10734
11063
|
*/
|
|
10735
|
-
get
|
|
11064
|
+
get __mj_UpdatedAt(): Date;
|
|
10736
11065
|
/**
|
|
10737
11066
|
* * Field Name: Parent
|
|
10738
11067
|
* * Display Name: Parent
|
|
10739
11068
|
* * SQL Data Type: nvarchar(255)
|
|
11069
|
+
* * Default Value: getutcdate()
|
|
10740
11070
|
*/
|
|
10741
11071
|
get Parent(): string | null;
|
|
10742
11072
|
}
|
|
@@ -10801,29 +11131,29 @@ export declare class EntityActionEntity extends BaseEntity {
|
|
|
10801
11131
|
get Status(): 'Disabled' | 'Active' | 'Pending';
|
|
10802
11132
|
set Status(value: 'Disabled' | 'Active' | 'Pending');
|
|
10803
11133
|
/**
|
|
10804
|
-
* * Field Name:
|
|
10805
|
-
* * Display Name:
|
|
10806
|
-
* * SQL Data Type:
|
|
10807
|
-
* * Default Value: getdate()
|
|
11134
|
+
* * Field Name: __mj_CreatedAt
|
|
11135
|
+
* * Display Name: __mj _Created At
|
|
11136
|
+
* * SQL Data Type: datetimeoffset
|
|
10808
11137
|
*/
|
|
10809
|
-
get
|
|
11138
|
+
get __mj_CreatedAt(): Date;
|
|
10810
11139
|
/**
|
|
10811
|
-
* * Field Name:
|
|
10812
|
-
* * Display Name:
|
|
10813
|
-
* * SQL Data Type:
|
|
10814
|
-
* * Default Value: getdate()
|
|
11140
|
+
* * Field Name: __mj_UpdatedAt
|
|
11141
|
+
* * Display Name: __mj _Updated At
|
|
11142
|
+
* * SQL Data Type: datetimeoffset
|
|
10815
11143
|
*/
|
|
10816
|
-
get
|
|
11144
|
+
get __mj_UpdatedAt(): Date;
|
|
10817
11145
|
/**
|
|
10818
11146
|
* * Field Name: Entity
|
|
10819
11147
|
* * Display Name: Entity
|
|
10820
11148
|
* * SQL Data Type: nvarchar(255)
|
|
11149
|
+
* * Default Value: getutcdate()
|
|
10821
11150
|
*/
|
|
10822
11151
|
get Entity(): string;
|
|
10823
11152
|
/**
|
|
10824
11153
|
* * Field Name: Action
|
|
10825
11154
|
* * Display Name: Action
|
|
10826
11155
|
* * SQL Data Type: nvarchar(425)
|
|
11156
|
+
* * Default Value: getutcdate()
|
|
10827
11157
|
*/
|
|
10828
11158
|
get Action(): string;
|
|
10829
11159
|
}
|
|
@@ -10888,23 +11218,22 @@ export declare class EntityActionInvocationEntity extends BaseEntity {
|
|
|
10888
11218
|
get Status(): 'Disabled' | 'Active' | 'Pending';
|
|
10889
11219
|
set Status(value: 'Disabled' | 'Active' | 'Pending');
|
|
10890
11220
|
/**
|
|
10891
|
-
* * Field Name:
|
|
10892
|
-
* * Display Name:
|
|
10893
|
-
* * SQL Data Type:
|
|
10894
|
-
* * Default Value: getdate()
|
|
11221
|
+
* * Field Name: __mj_CreatedAt
|
|
11222
|
+
* * Display Name: __mj _Created At
|
|
11223
|
+
* * SQL Data Type: datetimeoffset
|
|
10895
11224
|
*/
|
|
10896
|
-
get
|
|
11225
|
+
get __mj_CreatedAt(): Date;
|
|
10897
11226
|
/**
|
|
10898
|
-
* * Field Name:
|
|
10899
|
-
* * Display Name:
|
|
10900
|
-
* * SQL Data Type:
|
|
10901
|
-
* * Default Value: getdate()
|
|
11227
|
+
* * Field Name: __mj_UpdatedAt
|
|
11228
|
+
* * Display Name: __mj _Updated At
|
|
11229
|
+
* * SQL Data Type: datetimeoffset
|
|
10902
11230
|
*/
|
|
10903
|
-
get
|
|
11231
|
+
get __mj_UpdatedAt(): Date;
|
|
10904
11232
|
/**
|
|
10905
11233
|
* * Field Name: InvocationType
|
|
10906
11234
|
* * Display Name: Invocation Type
|
|
10907
11235
|
* * SQL Data Type: nvarchar(255)
|
|
11236
|
+
* * Default Value: getutcdate()
|
|
10908
11237
|
*/
|
|
10909
11238
|
get InvocationType(): string;
|
|
10910
11239
|
}
|
|
@@ -10962,23 +11291,22 @@ export declare class ActionAuthorizationEntity extends BaseEntity {
|
|
|
10962
11291
|
get Comments(): string | null;
|
|
10963
11292
|
set Comments(value: string | null);
|
|
10964
11293
|
/**
|
|
10965
|
-
* * Field Name:
|
|
11294
|
+
* * Field Name: __mj_CreatedAt
|
|
10966
11295
|
* * Display Name: Created At
|
|
10967
|
-
* * SQL Data Type:
|
|
10968
|
-
* * Default Value: getdate()
|
|
11296
|
+
* * SQL Data Type: datetimeoffset
|
|
10969
11297
|
*/
|
|
10970
|
-
get
|
|
11298
|
+
get __mj_CreatedAt(): Date;
|
|
10971
11299
|
/**
|
|
10972
|
-
* * Field Name:
|
|
11300
|
+
* * Field Name: __mj_UpdatedAt
|
|
10973
11301
|
* * Display Name: Updated At
|
|
10974
|
-
* * SQL Data Type:
|
|
10975
|
-
* * Default Value: getdate()
|
|
11302
|
+
* * SQL Data Type: datetimeoffset
|
|
10976
11303
|
*/
|
|
10977
|
-
get
|
|
11304
|
+
get __mj_UpdatedAt(): Date;
|
|
10978
11305
|
/**
|
|
10979
11306
|
* * Field Name: Action
|
|
10980
11307
|
* * Display Name: Action
|
|
10981
11308
|
* * SQL Data Type: nvarchar(425)
|
|
11309
|
+
* * Default Value: getutcdate()
|
|
10982
11310
|
*/
|
|
10983
11311
|
get Action(): string;
|
|
10984
11312
|
}
|
|
@@ -11037,19 +11365,17 @@ export declare class EntityActionInvocationTypeEntity extends BaseEntity {
|
|
|
11037
11365
|
get DisplaySequence(): number;
|
|
11038
11366
|
set DisplaySequence(value: number);
|
|
11039
11367
|
/**
|
|
11040
|
-
* * Field Name:
|
|
11041
|
-
* * Display Name:
|
|
11042
|
-
* * SQL Data Type:
|
|
11043
|
-
* * Default Value: getdate()
|
|
11368
|
+
* * Field Name: __mj_CreatedAt
|
|
11369
|
+
* * Display Name: __mj _Created At
|
|
11370
|
+
* * SQL Data Type: datetimeoffset
|
|
11044
11371
|
*/
|
|
11045
|
-
get
|
|
11372
|
+
get __mj_CreatedAt(): Date;
|
|
11046
11373
|
/**
|
|
11047
|
-
* * Field Name:
|
|
11048
|
-
* * Display Name:
|
|
11049
|
-
* * SQL Data Type:
|
|
11050
|
-
* * Default Value: getdate()
|
|
11374
|
+
* * Field Name: __mj_UpdatedAt
|
|
11375
|
+
* * Display Name: __mj _Updated At
|
|
11376
|
+
* * SQL Data Type: datetimeoffset
|
|
11051
11377
|
*/
|
|
11052
|
-
get
|
|
11378
|
+
get __mj_UpdatedAt(): Date;
|
|
11053
11379
|
}
|
|
11054
11380
|
/**
|
|
11055
11381
|
* Actions - strongly typed entity sub-class
|
|
@@ -11097,19 +11423,39 @@ export declare class ActionEntity extends BaseEntity {
|
|
|
11097
11423
|
get Name(): string;
|
|
11098
11424
|
set Name(value: string);
|
|
11099
11425
|
/**
|
|
11100
|
-
* * Field Name:
|
|
11101
|
-
* * Display Name:
|
|
11426
|
+
* * Field Name: Description
|
|
11427
|
+
* * Display Name: Description
|
|
11102
11428
|
* * SQL Data Type: nvarchar(MAX)
|
|
11103
11429
|
*/
|
|
11104
|
-
get
|
|
11105
|
-
set
|
|
11430
|
+
get Description(): string | null;
|
|
11431
|
+
set Description(value: string | null);
|
|
11106
11432
|
/**
|
|
11107
|
-
* * Field Name:
|
|
11108
|
-
* * Display Name:
|
|
11109
|
-
* * SQL Data Type: nvarchar(
|
|
11110
|
-
* *
|
|
11111
|
-
|
|
11112
|
-
|
|
11433
|
+
* * Field Name: Type
|
|
11434
|
+
* * Display Name: Type
|
|
11435
|
+
* * SQL Data Type: nvarchar(20)
|
|
11436
|
+
* * Default Value: Generated
|
|
11437
|
+
* * Value List Type: List
|
|
11438
|
+
* * Possible Values
|
|
11439
|
+
* * Generated
|
|
11440
|
+
* * Custom
|
|
11441
|
+
* * Description: Generated or Custom. Generated means the UserPrompt is used to prompt an AI model to automatically create the code for the Action. Custom means that a custom class has been implemented that subclasses the BaseAction class. The custom class needs to use the @RegisterClass decorator and be included in the MJAPI (or other runtime environment) to be available for execution.
|
|
11442
|
+
*/
|
|
11443
|
+
get Type(): 'Generated' | 'Custom';
|
|
11444
|
+
set Type(value: 'Generated' | 'Custom');
|
|
11445
|
+
/**
|
|
11446
|
+
* * Field Name: UserPrompt
|
|
11447
|
+
* * Display Name: User Prompt
|
|
11448
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
11449
|
+
*/
|
|
11450
|
+
get UserPrompt(): string | null;
|
|
11451
|
+
set UserPrompt(value: string | null);
|
|
11452
|
+
/**
|
|
11453
|
+
* * Field Name: UserComments
|
|
11454
|
+
* * Display Name: User Comments
|
|
11455
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
11456
|
+
* * Description: User's comments not shared with the LLM.
|
|
11457
|
+
*/
|
|
11458
|
+
get UserComments(): string | null;
|
|
11113
11459
|
set UserComments(value: string | null);
|
|
11114
11460
|
/**
|
|
11115
11461
|
* * Field Name: Code
|
|
@@ -11166,6 +11512,15 @@ export declare class ActionEntity extends BaseEntity {
|
|
|
11166
11512
|
get CodeApprovedAt(): Date | null;
|
|
11167
11513
|
set CodeApprovedAt(value: Date | null);
|
|
11168
11514
|
/**
|
|
11515
|
+
* * Field Name: CodeLocked
|
|
11516
|
+
* * Display Name: Code Locked
|
|
11517
|
+
* * SQL Data Type: bit
|
|
11518
|
+
* * Default Value: 0
|
|
11519
|
+
* * Description: If set to 1, Code will never be generated by the AI system. This overrides all other settings including the ForceCodeGeneration bit
|
|
11520
|
+
*/
|
|
11521
|
+
get CodeLocked(): boolean;
|
|
11522
|
+
set CodeLocked(value: boolean);
|
|
11523
|
+
/**
|
|
11169
11524
|
* * Field Name: ForceCodeGeneration
|
|
11170
11525
|
* * Display Name: Force Code Generation
|
|
11171
11526
|
* * SQL Data Type: bit
|
|
@@ -11197,19 +11552,19 @@ export declare class ActionEntity extends BaseEntity {
|
|
|
11197
11552
|
get Status(): 'Disabled' | 'Active' | 'Pending';
|
|
11198
11553
|
set Status(value: 'Disabled' | 'Active' | 'Pending');
|
|
11199
11554
|
/**
|
|
11200
|
-
* * Field Name:
|
|
11201
|
-
* * Display Name:
|
|
11202
|
-
* * SQL Data Type:
|
|
11203
|
-
* * Default Value:
|
|
11555
|
+
* * Field Name: __mj_CreatedAt
|
|
11556
|
+
* * Display Name: __mj _Created At
|
|
11557
|
+
* * SQL Data Type: datetimeoffset
|
|
11558
|
+
* * Default Value: getutcdate()
|
|
11204
11559
|
*/
|
|
11205
|
-
get
|
|
11560
|
+
get __mj_CreatedAt(): Date;
|
|
11206
11561
|
/**
|
|
11207
|
-
* * Field Name:
|
|
11208
|
-
* * Display Name:
|
|
11209
|
-
* * SQL Data Type:
|
|
11210
|
-
* * Default Value:
|
|
11562
|
+
* * Field Name: __mj_UpdatedAt
|
|
11563
|
+
* * Display Name: __mj _Updated At
|
|
11564
|
+
* * SQL Data Type: datetimeoffset
|
|
11565
|
+
* * Default Value: getutcdate()
|
|
11211
11566
|
*/
|
|
11212
|
-
get
|
|
11567
|
+
get __mj_UpdatedAt(): Date;
|
|
11213
11568
|
/**
|
|
11214
11569
|
* * Field Name: Category
|
|
11215
11570
|
* * Display Name: Category
|
|
@@ -11292,19 +11647,17 @@ export declare class EntityActionFilterEntity extends BaseEntity {
|
|
|
11292
11647
|
get Status(): 'Disabled' | 'Active' | 'Pending';
|
|
11293
11648
|
set Status(value: 'Disabled' | 'Active' | 'Pending');
|
|
11294
11649
|
/**
|
|
11295
|
-
* * Field Name:
|
|
11296
|
-
* * Display Name:
|
|
11297
|
-
* * SQL Data Type:
|
|
11298
|
-
* * Default Value: getdate()
|
|
11650
|
+
* * Field Name: __mj_CreatedAt
|
|
11651
|
+
* * Display Name: __mj _Created At
|
|
11652
|
+
* * SQL Data Type: datetimeoffset
|
|
11299
11653
|
*/
|
|
11300
|
-
get
|
|
11654
|
+
get __mj_CreatedAt(): Date;
|
|
11301
11655
|
/**
|
|
11302
|
-
* * Field Name:
|
|
11303
|
-
* * Display Name:
|
|
11304
|
-
* * SQL Data Type:
|
|
11305
|
-
* * Default Value: getdate()
|
|
11656
|
+
* * Field Name: __mj_UpdatedAt
|
|
11657
|
+
* * Display Name: __mj _Updated At
|
|
11658
|
+
* * SQL Data Type: datetimeoffset
|
|
11306
11659
|
*/
|
|
11307
|
-
get
|
|
11660
|
+
get __mj_UpdatedAt(): Date;
|
|
11308
11661
|
}
|
|
11309
11662
|
/**
|
|
11310
11663
|
* Action Filters - strongly typed entity sub-class
|
|
@@ -11365,19 +11718,17 @@ export declare class ActionFilterEntity extends BaseEntity {
|
|
|
11365
11718
|
get CodeExplanation(): string | null;
|
|
11366
11719
|
set CodeExplanation(value: string | null);
|
|
11367
11720
|
/**
|
|
11368
|
-
* * Field Name:
|
|
11369
|
-
* * Display Name:
|
|
11370
|
-
* * SQL Data Type:
|
|
11371
|
-
* * Default Value: getdate()
|
|
11721
|
+
* * Field Name: __mj_CreatedAt
|
|
11722
|
+
* * Display Name: __mj _Created At
|
|
11723
|
+
* * SQL Data Type: datetimeoffset
|
|
11372
11724
|
*/
|
|
11373
|
-
get
|
|
11725
|
+
get __mj_CreatedAt(): Date;
|
|
11374
11726
|
/**
|
|
11375
|
-
* * Field Name:
|
|
11376
|
-
* * Display Name:
|
|
11377
|
-
* * SQL Data Type:
|
|
11378
|
-
* * Default Value: getdate()
|
|
11727
|
+
* * Field Name: __mj_UpdatedAt
|
|
11728
|
+
* * Display Name: __mj _Updated At
|
|
11729
|
+
* * SQL Data Type: datetimeoffset
|
|
11379
11730
|
*/
|
|
11380
|
-
get
|
|
11731
|
+
get __mj_UpdatedAt(): Date;
|
|
11381
11732
|
}
|
|
11382
11733
|
/**
|
|
11383
11734
|
* Action Context Types - strongly typed entity sub-class
|
|
@@ -11426,19 +11777,17 @@ export declare class ActionContextTypeEntity extends BaseEntity {
|
|
|
11426
11777
|
get Description(): string | null;
|
|
11427
11778
|
set Description(value: string | null);
|
|
11428
11779
|
/**
|
|
11429
|
-
* * Field Name:
|
|
11780
|
+
* * Field Name: __mj_CreatedAt
|
|
11430
11781
|
* * Display Name: Created At
|
|
11431
|
-
* * SQL Data Type:
|
|
11432
|
-
* * Default Value: getdate()
|
|
11782
|
+
* * SQL Data Type: datetimeoffset
|
|
11433
11783
|
*/
|
|
11434
|
-
get
|
|
11784
|
+
get __mj_CreatedAt(): Date;
|
|
11435
11785
|
/**
|
|
11436
|
-
* * Field Name:
|
|
11786
|
+
* * Field Name: __mj_UpdatedAt
|
|
11437
11787
|
* * Display Name: Updated At
|
|
11438
|
-
* * SQL Data Type:
|
|
11439
|
-
* * Default Value: getdate()
|
|
11788
|
+
* * SQL Data Type: datetimeoffset
|
|
11440
11789
|
*/
|
|
11441
|
-
get
|
|
11790
|
+
get __mj_UpdatedAt(): Date;
|
|
11442
11791
|
}
|
|
11443
11792
|
/**
|
|
11444
11793
|
* Action Result Codes - strongly typed entity sub-class
|
|
@@ -11486,6 +11835,15 @@ export declare class ActionResultCodeEntity extends BaseEntity {
|
|
|
11486
11835
|
get ResultCode(): string;
|
|
11487
11836
|
set ResultCode(value: string);
|
|
11488
11837
|
/**
|
|
11838
|
+
* * Field Name: IsSuccess
|
|
11839
|
+
* * Display Name: Is Success
|
|
11840
|
+
* * SQL Data Type: bit
|
|
11841
|
+
* * Default Value: 0
|
|
11842
|
+
* * Description: Indicates if the result code is a success or not. It is possible an action might have more than one failure condition/result code and same for success conditions.
|
|
11843
|
+
*/
|
|
11844
|
+
get IsSuccess(): boolean;
|
|
11845
|
+
set IsSuccess(value: boolean);
|
|
11846
|
+
/**
|
|
11489
11847
|
* * Field Name: Description
|
|
11490
11848
|
* * Display Name: Description
|
|
11491
11849
|
* * SQL Data Type: nvarchar(MAX)
|
|
@@ -11494,19 +11852,19 @@ export declare class ActionResultCodeEntity extends BaseEntity {
|
|
|
11494
11852
|
get Description(): string | null;
|
|
11495
11853
|
set Description(value: string | null);
|
|
11496
11854
|
/**
|
|
11497
|
-
* * Field Name:
|
|
11855
|
+
* * Field Name: __mj_CreatedAt
|
|
11498
11856
|
* * Display Name: Created At
|
|
11499
|
-
* * SQL Data Type:
|
|
11500
|
-
* * Default Value:
|
|
11857
|
+
* * SQL Data Type: datetimeoffset
|
|
11858
|
+
* * Default Value: getutcdate()
|
|
11501
11859
|
*/
|
|
11502
|
-
get
|
|
11860
|
+
get __mj_CreatedAt(): Date;
|
|
11503
11861
|
/**
|
|
11504
|
-
* * Field Name:
|
|
11862
|
+
* * Field Name: __mj_UpdatedAt
|
|
11505
11863
|
* * Display Name: Updated At
|
|
11506
|
-
* * SQL Data Type:
|
|
11507
|
-
* * Default Value:
|
|
11864
|
+
* * SQL Data Type: datetimeoffset
|
|
11865
|
+
* * Default Value: getutcdate()
|
|
11508
11866
|
*/
|
|
11509
|
-
get
|
|
11867
|
+
get __mj_UpdatedAt(): Date;
|
|
11510
11868
|
/**
|
|
11511
11869
|
* * Field Name: Action
|
|
11512
11870
|
* * Display Name: Action
|
|
@@ -11575,29 +11933,29 @@ export declare class ActionContextEntity extends BaseEntity {
|
|
|
11575
11933
|
get Status(): 'Disabled' | 'Active' | 'Pending';
|
|
11576
11934
|
set Status(value: 'Disabled' | 'Active' | 'Pending');
|
|
11577
11935
|
/**
|
|
11578
|
-
* * Field Name:
|
|
11936
|
+
* * Field Name: __mj_CreatedAt
|
|
11579
11937
|
* * Display Name: Created At
|
|
11580
|
-
* * SQL Data Type:
|
|
11581
|
-
* * Default Value: getdate()
|
|
11938
|
+
* * SQL Data Type: datetimeoffset
|
|
11582
11939
|
*/
|
|
11583
|
-
get
|
|
11940
|
+
get __mj_CreatedAt(): Date;
|
|
11584
11941
|
/**
|
|
11585
|
-
* * Field Name:
|
|
11942
|
+
* * Field Name: __mj_UpdatedAt
|
|
11586
11943
|
* * Display Name: Updated At
|
|
11587
|
-
* * SQL Data Type:
|
|
11588
|
-
* * Default Value: getdate()
|
|
11944
|
+
* * SQL Data Type: datetimeoffset
|
|
11589
11945
|
*/
|
|
11590
|
-
get
|
|
11946
|
+
get __mj_UpdatedAt(): Date;
|
|
11591
11947
|
/**
|
|
11592
11948
|
* * Field Name: Action
|
|
11593
11949
|
* * Display Name: Action
|
|
11594
11950
|
* * SQL Data Type: nvarchar(425)
|
|
11951
|
+
* * Default Value: getutcdate()
|
|
11595
11952
|
*/
|
|
11596
11953
|
get Action(): string;
|
|
11597
11954
|
/**
|
|
11598
11955
|
* * Field Name: ContextType
|
|
11599
11956
|
* * Display Name: Context Type
|
|
11600
11957
|
* * SQL Data Type: nvarchar(255)
|
|
11958
|
+
* * Default Value: getutcdate()
|
|
11601
11959
|
*/
|
|
11602
11960
|
get ContextType(): string;
|
|
11603
11961
|
}
|
|
@@ -11687,29 +12045,29 @@ export declare class ActionExecutionLogEntity extends BaseEntity {
|
|
|
11687
12045
|
get RetentionPeriod(): number | null;
|
|
11688
12046
|
set RetentionPeriod(value: number | null);
|
|
11689
12047
|
/**
|
|
11690
|
-
* * Field Name:
|
|
12048
|
+
* * Field Name: __mj_CreatedAt
|
|
11691
12049
|
* * Display Name: Created At
|
|
11692
|
-
* * SQL Data Type:
|
|
11693
|
-
* * Default Value: getdate()
|
|
12050
|
+
* * SQL Data Type: datetimeoffset
|
|
11694
12051
|
*/
|
|
11695
|
-
get
|
|
12052
|
+
get __mj_CreatedAt(): Date;
|
|
11696
12053
|
/**
|
|
11697
|
-
* * Field Name:
|
|
12054
|
+
* * Field Name: __mj_UpdatedAt
|
|
11698
12055
|
* * Display Name: Updated At
|
|
11699
|
-
* * SQL Data Type:
|
|
11700
|
-
* * Default Value: getdate()
|
|
12056
|
+
* * SQL Data Type: datetimeoffset
|
|
11701
12057
|
*/
|
|
11702
|
-
get
|
|
12058
|
+
get __mj_UpdatedAt(): Date;
|
|
11703
12059
|
/**
|
|
11704
12060
|
* * Field Name: Action
|
|
11705
12061
|
* * Display Name: Action
|
|
11706
12062
|
* * SQL Data Type: nvarchar(425)
|
|
12063
|
+
* * Default Value: getutcdate()
|
|
11707
12064
|
*/
|
|
11708
12065
|
get Action(): string;
|
|
11709
12066
|
/**
|
|
11710
12067
|
* * Field Name: User
|
|
11711
12068
|
* * Display Name: User
|
|
11712
12069
|
* * SQL Data Type: nvarchar(100)
|
|
12070
|
+
* * Default Value: getutcdate()
|
|
11713
12071
|
*/
|
|
11714
12072
|
get User(): string;
|
|
11715
12073
|
}
|
|
@@ -11815,23 +12173,22 @@ export declare class ActionParamEntity extends BaseEntity {
|
|
|
11815
12173
|
get IsRequired(): boolean;
|
|
11816
12174
|
set IsRequired(value: boolean);
|
|
11817
12175
|
/**
|
|
11818
|
-
* * Field Name:
|
|
12176
|
+
* * Field Name: __mj_CreatedAt
|
|
11819
12177
|
* * Display Name: Created At
|
|
11820
|
-
* * SQL Data Type:
|
|
11821
|
-
* * Default Value: getdate()
|
|
12178
|
+
* * SQL Data Type: datetimeoffset
|
|
11822
12179
|
*/
|
|
11823
|
-
get
|
|
12180
|
+
get __mj_CreatedAt(): Date;
|
|
11824
12181
|
/**
|
|
11825
|
-
* * Field Name:
|
|
12182
|
+
* * Field Name: __mj_UpdatedAt
|
|
11826
12183
|
* * Display Name: Updated At
|
|
11827
|
-
* * SQL Data Type:
|
|
11828
|
-
* * Default Value: getdate()
|
|
12184
|
+
* * SQL Data Type: datetimeoffset
|
|
11829
12185
|
*/
|
|
11830
|
-
get
|
|
12186
|
+
get __mj_UpdatedAt(): Date;
|
|
11831
12187
|
/**
|
|
11832
12188
|
* * Field Name: Action
|
|
11833
12189
|
* * Display Name: Action
|
|
11834
12190
|
* * SQL Data Type: nvarchar(425)
|
|
12191
|
+
* * Default Value: getutcdate()
|
|
11835
12192
|
*/
|
|
11836
12193
|
get Action(): string;
|
|
11837
12194
|
}
|
|
@@ -11890,29 +12247,29 @@ export declare class ActionLibraryEntity extends BaseEntity {
|
|
|
11890
12247
|
get ItemsUsed(): string | null;
|
|
11891
12248
|
set ItemsUsed(value: string | null);
|
|
11892
12249
|
/**
|
|
11893
|
-
* * Field Name:
|
|
12250
|
+
* * Field Name: __mj_CreatedAt
|
|
11894
12251
|
* * Display Name: Created At
|
|
11895
|
-
* * SQL Data Type:
|
|
11896
|
-
* * Default Value: getdate()
|
|
12252
|
+
* * SQL Data Type: datetimeoffset
|
|
11897
12253
|
*/
|
|
11898
|
-
get
|
|
12254
|
+
get __mj_CreatedAt(): Date;
|
|
11899
12255
|
/**
|
|
11900
|
-
* * Field Name:
|
|
12256
|
+
* * Field Name: __mj_UpdatedAt
|
|
11901
12257
|
* * Display Name: Updated At
|
|
11902
|
-
* * SQL Data Type:
|
|
11903
|
-
* * Default Value: getdate()
|
|
12258
|
+
* * SQL Data Type: datetimeoffset
|
|
11904
12259
|
*/
|
|
11905
|
-
get
|
|
12260
|
+
get __mj_UpdatedAt(): Date;
|
|
11906
12261
|
/**
|
|
11907
12262
|
* * Field Name: Action
|
|
11908
12263
|
* * Display Name: Action
|
|
11909
12264
|
* * SQL Data Type: nvarchar(425)
|
|
12265
|
+
* * Default Value: getutcdate()
|
|
11910
12266
|
*/
|
|
11911
12267
|
get Action(): string;
|
|
11912
12268
|
/**
|
|
11913
12269
|
* * Field Name: Library
|
|
11914
12270
|
* * Display Name: Library
|
|
11915
12271
|
* * SQL Data Type: nvarchar(255)
|
|
12272
|
+
* * Default Value: getutcdate()
|
|
11916
12273
|
*/
|
|
11917
12274
|
get Library(): string;
|
|
11918
12275
|
}
|
|
@@ -11984,14 +12341,6 @@ export declare class LibraryEntity extends BaseEntity {
|
|
|
11984
12341
|
get Status(): 'Pending' | 'Active' | 'Disabled';
|
|
11985
12342
|
set Status(value: 'Pending' | 'Active' | 'Disabled');
|
|
11986
12343
|
/**
|
|
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
12344
|
* * Field Name: TypeDefinitions
|
|
11996
12345
|
* * Display Name: Type Definitions
|
|
11997
12346
|
* * SQL Data Type: nvarchar(MAX)
|
|
@@ -12008,19 +12357,17 @@ export declare class LibraryEntity extends BaseEntity {
|
|
|
12008
12357
|
get SampleCode(): string | null;
|
|
12009
12358
|
set SampleCode(value: string | null);
|
|
12010
12359
|
/**
|
|
12011
|
-
* * Field Name:
|
|
12012
|
-
* * Display Name:
|
|
12013
|
-
* * SQL Data Type:
|
|
12014
|
-
* * Default Value: getdate()
|
|
12360
|
+
* * Field Name: __mj_CreatedAt
|
|
12361
|
+
* * Display Name: __mj _Created At
|
|
12362
|
+
* * SQL Data Type: datetimeoffset
|
|
12015
12363
|
*/
|
|
12016
|
-
get
|
|
12364
|
+
get __mj_CreatedAt(): Date;
|
|
12017
12365
|
/**
|
|
12018
|
-
* * Field Name:
|
|
12019
|
-
* * Display Name:
|
|
12020
|
-
* * SQL Data Type:
|
|
12021
|
-
* * Default Value: getdate()
|
|
12366
|
+
* * Field Name: __mj_UpdatedAt
|
|
12367
|
+
* * Display Name: __mj _Updated At
|
|
12368
|
+
* * SQL Data Type: datetimeoffset
|
|
12022
12369
|
*/
|
|
12023
|
-
get
|
|
12370
|
+
get __mj_UpdatedAt(): Date;
|
|
12024
12371
|
}
|
|
12025
12372
|
/**
|
|
12026
12373
|
* List Categories - strongly typed entity sub-class
|
|
@@ -12082,24 +12429,24 @@ export declare class ListCategoryEntity extends BaseEntity {
|
|
|
12082
12429
|
get ParentID(): number | null;
|
|
12083
12430
|
set ParentID(value: number | null);
|
|
12084
12431
|
/**
|
|
12085
|
-
* * Field Name: CreatedAt
|
|
12086
|
-
* * Display Name: Created At
|
|
12087
|
-
* * SQL Data Type: datetime
|
|
12088
|
-
*/
|
|
12089
|
-
get CreatedAt(): Date;
|
|
12090
|
-
/**
|
|
12091
|
-
* * Field Name: UpdatedAt
|
|
12092
|
-
* * Display Name: Updated At
|
|
12093
|
-
* * SQL Data Type: datetime
|
|
12094
|
-
*/
|
|
12095
|
-
get UpdatedAt(): Date;
|
|
12096
|
-
/**
|
|
12097
12432
|
* * Field Name: UserID
|
|
12098
12433
|
* * Display Name: User ID
|
|
12099
12434
|
* * SQL Data Type: int
|
|
12100
12435
|
*/
|
|
12101
12436
|
get UserID(): number;
|
|
12102
12437
|
set UserID(value: number);
|
|
12438
|
+
/**
|
|
12439
|
+
* * Field Name: __mj_CreatedAt
|
|
12440
|
+
* * Display Name: Created At
|
|
12441
|
+
* * SQL Data Type: datetimeoffset
|
|
12442
|
+
*/
|
|
12443
|
+
get __mj_CreatedAt(): Date;
|
|
12444
|
+
/**
|
|
12445
|
+
* * Field Name: __mj_UpdatedAt
|
|
12446
|
+
* * Display Name: Updated At
|
|
12447
|
+
* * SQL Data Type: datetimeoffset
|
|
12448
|
+
*/
|
|
12449
|
+
get __mj_UpdatedAt(): Date;
|
|
12103
12450
|
}
|
|
12104
12451
|
/**
|
|
12105
12452
|
* Communication Providers - strongly typed entity sub-class
|
|
@@ -12186,19 +12533,17 @@ export declare class CommunicationProviderEntity extends BaseEntity {
|
|
|
12186
12533
|
get SupportsReceiving(): boolean;
|
|
12187
12534
|
set SupportsReceiving(value: boolean);
|
|
12188
12535
|
/**
|
|
12189
|
-
* * Field Name:
|
|
12536
|
+
* * Field Name: __mj_CreatedAt
|
|
12190
12537
|
* * Display Name: Created At
|
|
12191
|
-
* * SQL Data Type:
|
|
12192
|
-
* * Default Value: getdate()
|
|
12538
|
+
* * SQL Data Type: datetimeoffset
|
|
12193
12539
|
*/
|
|
12194
|
-
get
|
|
12540
|
+
get __mj_CreatedAt(): Date;
|
|
12195
12541
|
/**
|
|
12196
|
-
* * Field Name:
|
|
12542
|
+
* * Field Name: __mj_UpdatedAt
|
|
12197
12543
|
* * Display Name: Updated At
|
|
12198
|
-
* * SQL Data Type:
|
|
12199
|
-
* * Default Value: getdate()
|
|
12544
|
+
* * SQL Data Type: datetimeoffset
|
|
12200
12545
|
*/
|
|
12201
|
-
get
|
|
12546
|
+
get __mj_UpdatedAt(): Date;
|
|
12202
12547
|
}
|
|
12203
12548
|
/**
|
|
12204
12549
|
* Communication Runs - strongly typed entity sub-class
|
|
@@ -12303,23 +12648,22 @@ export declare class CommunicationRunEntity extends BaseEntity {
|
|
|
12303
12648
|
get ErrorMessage(): string | null;
|
|
12304
12649
|
set ErrorMessage(value: string | null);
|
|
12305
12650
|
/**
|
|
12306
|
-
* * Field Name:
|
|
12651
|
+
* * Field Name: __mj_CreatedAt
|
|
12307
12652
|
* * Display Name: Created At
|
|
12308
|
-
* * SQL Data Type:
|
|
12309
|
-
* * Default Value: getdate()
|
|
12653
|
+
* * SQL Data Type: datetimeoffset
|
|
12310
12654
|
*/
|
|
12311
|
-
get
|
|
12655
|
+
get __mj_CreatedAt(): Date;
|
|
12312
12656
|
/**
|
|
12313
|
-
* * Field Name:
|
|
12657
|
+
* * Field Name: __mj_UpdatedAt
|
|
12314
12658
|
* * Display Name: Updated At
|
|
12315
|
-
* * SQL Data Type:
|
|
12316
|
-
* * Default Value: getdate()
|
|
12659
|
+
* * SQL Data Type: datetimeoffset
|
|
12317
12660
|
*/
|
|
12318
|
-
get
|
|
12661
|
+
get __mj_UpdatedAt(): Date;
|
|
12319
12662
|
/**
|
|
12320
12663
|
* * Field Name: User
|
|
12321
12664
|
* * Display Name: User
|
|
12322
12665
|
* * SQL Data Type: nvarchar(100)
|
|
12666
|
+
* * Default Value: getutcdate()
|
|
12323
12667
|
*/
|
|
12324
12668
|
get User(): string;
|
|
12325
12669
|
}
|
|
@@ -12348,15 +12692,6 @@ export declare class CommunicationProviderMessageTypeEntity extends BaseEntity {
|
|
|
12348
12692
|
*/
|
|
12349
12693
|
Load(ID: number, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
|
|
12350
12694
|
/**
|
|
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
12695
|
* * Field Name: ID
|
|
12361
12696
|
* * Display Name: ID
|
|
12362
12697
|
* * SQL Data Type: int
|
|
@@ -12407,29 +12742,29 @@ export declare class CommunicationProviderMessageTypeEntity extends BaseEntity {
|
|
|
12407
12742
|
get AdditionalAttributes(): string | null;
|
|
12408
12743
|
set AdditionalAttributes(value: string | null);
|
|
12409
12744
|
/**
|
|
12410
|
-
* * Field Name:
|
|
12745
|
+
* * Field Name: __mj_CreatedAt
|
|
12411
12746
|
* * Display Name: Created At
|
|
12412
|
-
* * SQL Data Type:
|
|
12413
|
-
* * Default Value: getdate()
|
|
12747
|
+
* * SQL Data Type: datetimeoffset
|
|
12414
12748
|
*/
|
|
12415
|
-
get
|
|
12749
|
+
get __mj_CreatedAt(): Date;
|
|
12416
12750
|
/**
|
|
12417
|
-
* * Field Name:
|
|
12751
|
+
* * Field Name: __mj_UpdatedAt
|
|
12418
12752
|
* * Display Name: Updated At
|
|
12419
|
-
* * SQL Data Type:
|
|
12420
|
-
* * Default Value: getdate()
|
|
12753
|
+
* * SQL Data Type: datetimeoffset
|
|
12421
12754
|
*/
|
|
12422
|
-
get
|
|
12755
|
+
get __mj_UpdatedAt(): Date;
|
|
12423
12756
|
/**
|
|
12424
12757
|
* * Field Name: CommunicationProvider
|
|
12425
12758
|
* * Display Name: Communication Provider
|
|
12426
12759
|
* * SQL Data Type: nvarchar(255)
|
|
12760
|
+
* * Default Value: getutcdate()
|
|
12427
12761
|
*/
|
|
12428
12762
|
get CommunicationProvider(): string;
|
|
12429
12763
|
/**
|
|
12430
12764
|
* * Field Name: CommunicationBaseMessageType
|
|
12431
12765
|
* * Display Name: Communication Base Message Type
|
|
12432
12766
|
* * SQL Data Type: nvarchar(100)
|
|
12767
|
+
* * Default Value: getutcdate()
|
|
12433
12768
|
*/
|
|
12434
12769
|
get CommunicationBaseMessageType(): string;
|
|
12435
12770
|
}
|
|
@@ -12547,29 +12882,29 @@ export declare class CommunicationLogEntity extends BaseEntity {
|
|
|
12547
12882
|
get ErrorMessage(): string | null;
|
|
12548
12883
|
set ErrorMessage(value: string | null);
|
|
12549
12884
|
/**
|
|
12550
|
-
* * Field Name:
|
|
12885
|
+
* * Field Name: __mj_CreatedAt
|
|
12551
12886
|
* * Display Name: Created At
|
|
12552
|
-
* * SQL Data Type:
|
|
12553
|
-
* * Default Value: getdate()
|
|
12887
|
+
* * SQL Data Type: datetimeoffset
|
|
12554
12888
|
*/
|
|
12555
|
-
get
|
|
12889
|
+
get __mj_CreatedAt(): Date;
|
|
12556
12890
|
/**
|
|
12557
|
-
* * Field Name:
|
|
12891
|
+
* * Field Name: __mj_UpdatedAt
|
|
12558
12892
|
* * Display Name: Updated At
|
|
12559
|
-
* * SQL Data Type:
|
|
12560
|
-
* * Default Value: getdate()
|
|
12893
|
+
* * SQL Data Type: datetimeoffset
|
|
12561
12894
|
*/
|
|
12562
|
-
get
|
|
12895
|
+
get __mj_UpdatedAt(): Date;
|
|
12563
12896
|
/**
|
|
12564
12897
|
* * Field Name: CommunicationProvider
|
|
12565
12898
|
* * Display Name: Communication Provider
|
|
12566
12899
|
* * SQL Data Type: nvarchar(255)
|
|
12900
|
+
* * Default Value: getutcdate()
|
|
12567
12901
|
*/
|
|
12568
12902
|
get CommunicationProvider(): string;
|
|
12569
12903
|
/**
|
|
12570
12904
|
* * Field Name: CommunicationProviderMessageType
|
|
12571
12905
|
* * Display Name: Communication Provider Message Type
|
|
12572
12906
|
* * SQL Data Type: nvarchar(255)
|
|
12907
|
+
* * Default Value: getutcdate()
|
|
12573
12908
|
*/
|
|
12574
12909
|
get CommunicationProviderMessageType(): string;
|
|
12575
12910
|
}
|
|
@@ -12655,19 +12990,17 @@ export declare class CommunicationBaseMessageTypeEntity extends BaseEntity {
|
|
|
12655
12990
|
get MaxBytes(): number | null;
|
|
12656
12991
|
set MaxBytes(value: number | null);
|
|
12657
12992
|
/**
|
|
12658
|
-
* * Field Name:
|
|
12993
|
+
* * Field Name: __mj_CreatedAt
|
|
12659
12994
|
* * Display Name: Created At
|
|
12660
|
-
* * SQL Data Type:
|
|
12661
|
-
* * Default Value: getdate()
|
|
12995
|
+
* * SQL Data Type: datetimeoffset
|
|
12662
12996
|
*/
|
|
12663
|
-
get
|
|
12997
|
+
get __mj_CreatedAt(): Date;
|
|
12664
12998
|
/**
|
|
12665
|
-
* * Field Name:
|
|
12999
|
+
* * Field Name: __mj_UpdatedAt
|
|
12666
13000
|
* * Display Name: Updated At
|
|
12667
|
-
* * SQL Data Type:
|
|
12668
|
-
* * Default Value: getdate()
|
|
13001
|
+
* * SQL Data Type: datetimeoffset
|
|
12669
13002
|
*/
|
|
12670
|
-
get
|
|
13003
|
+
get __mj_UpdatedAt(): Date;
|
|
12671
13004
|
}
|
|
12672
13005
|
/**
|
|
12673
13006
|
* Templates - strongly typed entity sub-class
|
|
@@ -12775,29 +13108,29 @@ export declare class TemplateEntity extends BaseEntity {
|
|
|
12775
13108
|
get IsActive(): boolean;
|
|
12776
13109
|
set IsActive(value: boolean);
|
|
12777
13110
|
/**
|
|
12778
|
-
* * Field Name:
|
|
13111
|
+
* * Field Name: __mj_CreatedAt
|
|
12779
13112
|
* * Display Name: Created At
|
|
12780
|
-
* * SQL Data Type:
|
|
12781
|
-
* * Default Value: getdate()
|
|
13113
|
+
* * SQL Data Type: datetimeoffset
|
|
12782
13114
|
*/
|
|
12783
|
-
get
|
|
13115
|
+
get __mj_CreatedAt(): Date;
|
|
12784
13116
|
/**
|
|
12785
|
-
* * Field Name:
|
|
13117
|
+
* * Field Name: __mj_UpdatedAt
|
|
12786
13118
|
* * Display Name: Updated At
|
|
12787
|
-
* * SQL Data Type:
|
|
12788
|
-
* * Default Value: getdate()
|
|
13119
|
+
* * SQL Data Type: datetimeoffset
|
|
12789
13120
|
*/
|
|
12790
|
-
get
|
|
13121
|
+
get __mj_UpdatedAt(): Date;
|
|
12791
13122
|
/**
|
|
12792
13123
|
* * Field Name: Category
|
|
12793
13124
|
* * Display Name: Category
|
|
12794
13125
|
* * SQL Data Type: nvarchar(255)
|
|
13126
|
+
* * Default Value: getutcdate()
|
|
12795
13127
|
*/
|
|
12796
13128
|
get Category(): string | null;
|
|
12797
13129
|
/**
|
|
12798
13130
|
* * Field Name: User
|
|
12799
13131
|
* * Display Name: User
|
|
12800
13132
|
* * SQL Data Type: nvarchar(100)
|
|
13133
|
+
* * Default Value: getutcdate()
|
|
12801
13134
|
*/
|
|
12802
13135
|
get User(): string;
|
|
12803
13136
|
}
|
|
@@ -12873,29 +13206,29 @@ export declare class TemplateCategoryEntity extends BaseEntity {
|
|
|
12873
13206
|
get UserID(): number;
|
|
12874
13207
|
set UserID(value: number);
|
|
12875
13208
|
/**
|
|
12876
|
-
* * Field Name:
|
|
13209
|
+
* * Field Name: __mj_CreatedAt
|
|
12877
13210
|
* * Display Name: Created At
|
|
12878
|
-
* * SQL Data Type:
|
|
12879
|
-
* * Default Value: getdate()
|
|
13211
|
+
* * SQL Data Type: datetimeoffset
|
|
12880
13212
|
*/
|
|
12881
|
-
get
|
|
13213
|
+
get __mj_CreatedAt(): Date;
|
|
12882
13214
|
/**
|
|
12883
|
-
* * Field Name:
|
|
13215
|
+
* * Field Name: __mj_UpdatedAt
|
|
12884
13216
|
* * Display Name: Updated At
|
|
12885
|
-
* * SQL Data Type:
|
|
12886
|
-
* * Default Value: getdate()
|
|
13217
|
+
* * SQL Data Type: datetimeoffset
|
|
12887
13218
|
*/
|
|
12888
|
-
get
|
|
13219
|
+
get __mj_UpdatedAt(): Date;
|
|
12889
13220
|
/**
|
|
12890
13221
|
* * Field Name: Parent
|
|
12891
13222
|
* * Display Name: Parent
|
|
12892
13223
|
* * SQL Data Type: nvarchar(255)
|
|
13224
|
+
* * Default Value: getutcdate()
|
|
12893
13225
|
*/
|
|
12894
13226
|
get Parent(): string | null;
|
|
12895
13227
|
/**
|
|
12896
13228
|
* * Field Name: User
|
|
12897
13229
|
* * Display Name: User
|
|
12898
13230
|
* * SQL Data Type: nvarchar(100)
|
|
13231
|
+
* * Default Value: getutcdate()
|
|
12899
13232
|
*/
|
|
12900
13233
|
get User(): string;
|
|
12901
13234
|
}
|
|
@@ -12980,29 +13313,29 @@ export declare class TemplateContentEntity extends BaseEntity {
|
|
|
12980
13313
|
get IsActive(): boolean;
|
|
12981
13314
|
set IsActive(value: boolean);
|
|
12982
13315
|
/**
|
|
12983
|
-
* * Field Name:
|
|
13316
|
+
* * Field Name: __mj_CreatedAt
|
|
12984
13317
|
* * Display Name: Created At
|
|
12985
|
-
* * SQL Data Type:
|
|
12986
|
-
* * Default Value: getdate()
|
|
13318
|
+
* * SQL Data Type: datetimeoffset
|
|
12987
13319
|
*/
|
|
12988
|
-
get
|
|
13320
|
+
get __mj_CreatedAt(): Date;
|
|
12989
13321
|
/**
|
|
12990
|
-
* * Field Name:
|
|
13322
|
+
* * Field Name: __mj_UpdatedAt
|
|
12991
13323
|
* * Display Name: Updated At
|
|
12992
|
-
* * SQL Data Type:
|
|
12993
|
-
* * Default Value: getdate()
|
|
13324
|
+
* * SQL Data Type: datetimeoffset
|
|
12994
13325
|
*/
|
|
12995
|
-
get
|
|
13326
|
+
get __mj_UpdatedAt(): Date;
|
|
12996
13327
|
/**
|
|
12997
13328
|
* * Field Name: Template
|
|
12998
13329
|
* * Display Name: Template
|
|
12999
13330
|
* * SQL Data Type: nvarchar(255)
|
|
13331
|
+
* * Default Value: getutcdate()
|
|
13000
13332
|
*/
|
|
13001
13333
|
get Template(): string;
|
|
13002
13334
|
/**
|
|
13003
13335
|
* * Field Name: Type
|
|
13004
13336
|
* * Display Name: Type
|
|
13005
13337
|
* * SQL Data Type: nvarchar(255)
|
|
13338
|
+
* * Default Value: getutcdate()
|
|
13006
13339
|
*/
|
|
13007
13340
|
get Type(): string;
|
|
13008
13341
|
}
|
|
@@ -13119,29 +13452,29 @@ export declare class TemplateParamEntity extends BaseEntity {
|
|
|
13119
13452
|
get RecordID(): string | null;
|
|
13120
13453
|
set RecordID(value: string | null);
|
|
13121
13454
|
/**
|
|
13122
|
-
* * Field Name:
|
|
13455
|
+
* * Field Name: __mj_CreatedAt
|
|
13123
13456
|
* * Display Name: Created At
|
|
13124
|
-
* * SQL Data Type:
|
|
13125
|
-
* * Default Value: getdate()
|
|
13457
|
+
* * SQL Data Type: datetimeoffset
|
|
13126
13458
|
*/
|
|
13127
|
-
get
|
|
13459
|
+
get __mj_CreatedAt(): Date;
|
|
13128
13460
|
/**
|
|
13129
|
-
* * Field Name:
|
|
13461
|
+
* * Field Name: __mj_UpdatedAt
|
|
13130
13462
|
* * Display Name: Updated At
|
|
13131
|
-
* * SQL Data Type:
|
|
13132
|
-
* * Default Value: getdate()
|
|
13463
|
+
* * SQL Data Type: datetimeoffset
|
|
13133
13464
|
*/
|
|
13134
|
-
get
|
|
13465
|
+
get __mj_UpdatedAt(): Date;
|
|
13135
13466
|
/**
|
|
13136
13467
|
* * Field Name: Template
|
|
13137
13468
|
* * Display Name: Template
|
|
13138
13469
|
* * SQL Data Type: nvarchar(255)
|
|
13470
|
+
* * Default Value: getutcdate()
|
|
13139
13471
|
*/
|
|
13140
13472
|
get Template(): string;
|
|
13141
13473
|
/**
|
|
13142
13474
|
* * Field Name: Entity
|
|
13143
13475
|
* * Display Name: Entity
|
|
13144
13476
|
* * SQL Data Type: nvarchar(255)
|
|
13477
|
+
* * Default Value: getutcdate()
|
|
13145
13478
|
*/
|
|
13146
13479
|
get Entity(): string | null;
|
|
13147
13480
|
}
|
|
@@ -13201,19 +13534,17 @@ export declare class TemplateContentTypeEntity extends BaseEntity {
|
|
|
13201
13534
|
get Description(): string | null;
|
|
13202
13535
|
set Description(value: string | null);
|
|
13203
13536
|
/**
|
|
13204
|
-
* * Field Name:
|
|
13537
|
+
* * Field Name: __mj_CreatedAt
|
|
13205
13538
|
* * Display Name: Created At
|
|
13206
|
-
* * SQL Data Type:
|
|
13207
|
-
* * Default Value: getdate()
|
|
13539
|
+
* * SQL Data Type: datetimeoffset
|
|
13208
13540
|
*/
|
|
13209
|
-
get
|
|
13541
|
+
get __mj_CreatedAt(): Date;
|
|
13210
13542
|
/**
|
|
13211
|
-
* * Field Name:
|
|
13543
|
+
* * Field Name: __mj_UpdatedAt
|
|
13212
13544
|
* * Display Name: Updated At
|
|
13213
|
-
* * SQL Data Type:
|
|
13214
|
-
* * Default Value: getdate()
|
|
13545
|
+
* * SQL Data Type: datetimeoffset
|
|
13215
13546
|
*/
|
|
13216
|
-
get
|
|
13547
|
+
get __mj_UpdatedAt(): Date;
|
|
13217
13548
|
}
|
|
13218
13549
|
/**
|
|
13219
13550
|
* Recommendations - strongly typed entity sub-class
|
|
@@ -13279,23 +13610,22 @@ export declare class RecommendationEntity extends BaseEntity {
|
|
|
13279
13610
|
get SourceEntityRecordID(): string;
|
|
13280
13611
|
set SourceEntityRecordID(value: string);
|
|
13281
13612
|
/**
|
|
13282
|
-
* * Field Name:
|
|
13613
|
+
* * Field Name: __mj_CreatedAt
|
|
13283
13614
|
* * Display Name: Created At
|
|
13284
|
-
* * SQL Data Type:
|
|
13285
|
-
* * Default Value: getdate()
|
|
13615
|
+
* * SQL Data Type: datetimeoffset
|
|
13286
13616
|
*/
|
|
13287
|
-
get
|
|
13617
|
+
get __mj_CreatedAt(): Date;
|
|
13288
13618
|
/**
|
|
13289
|
-
* * Field Name:
|
|
13619
|
+
* * Field Name: __mj_UpdatedAt
|
|
13290
13620
|
* * Display Name: Updated At
|
|
13291
|
-
* * SQL Data Type:
|
|
13292
|
-
* * Default Value: getdate()
|
|
13621
|
+
* * SQL Data Type: datetimeoffset
|
|
13293
13622
|
*/
|
|
13294
|
-
get
|
|
13623
|
+
get __mj_UpdatedAt(): Date;
|
|
13295
13624
|
/**
|
|
13296
13625
|
* * Field Name: SourceEntity
|
|
13297
13626
|
* * Display Name: Source Entity
|
|
13298
13627
|
* * SQL Data Type: nvarchar(255)
|
|
13628
|
+
* * Default Value: getutcdate()
|
|
13299
13629
|
*/
|
|
13300
13630
|
get SourceEntity(): string;
|
|
13301
13631
|
}
|
|
@@ -13353,19 +13683,17 @@ export declare class RecommendationProviderEntity extends BaseEntity {
|
|
|
13353
13683
|
get Description(): string | null;
|
|
13354
13684
|
set Description(value: string | null);
|
|
13355
13685
|
/**
|
|
13356
|
-
* * Field Name:
|
|
13686
|
+
* * Field Name: __mj_CreatedAt
|
|
13357
13687
|
* * Display Name: Created At
|
|
13358
|
-
* * SQL Data Type:
|
|
13359
|
-
* * Default Value: getdate()
|
|
13688
|
+
* * SQL Data Type: datetimeoffset
|
|
13360
13689
|
*/
|
|
13361
|
-
get
|
|
13690
|
+
get __mj_CreatedAt(): Date;
|
|
13362
13691
|
/**
|
|
13363
|
-
* * Field Name:
|
|
13692
|
+
* * Field Name: __mj_UpdatedAt
|
|
13364
13693
|
* * Display Name: Updated At
|
|
13365
|
-
* * SQL Data Type:
|
|
13366
|
-
* * Default Value: getdate()
|
|
13694
|
+
* * SQL Data Type: datetimeoffset
|
|
13367
13695
|
*/
|
|
13368
|
-
get
|
|
13696
|
+
get __mj_UpdatedAt(): Date;
|
|
13369
13697
|
}
|
|
13370
13698
|
/**
|
|
13371
13699
|
* Recommendation Runs - strongly typed entity sub-class
|
|
@@ -13461,29 +13789,29 @@ export declare class RecommendationRunEntity extends BaseEntity {
|
|
|
13461
13789
|
get RunByUserID(): number;
|
|
13462
13790
|
set RunByUserID(value: number);
|
|
13463
13791
|
/**
|
|
13464
|
-
* * Field Name:
|
|
13792
|
+
* * Field Name: __mj_CreatedAt
|
|
13465
13793
|
* * Display Name: Created At
|
|
13466
|
-
* * SQL Data Type:
|
|
13467
|
-
* * Default Value: getdate()
|
|
13794
|
+
* * SQL Data Type: datetimeoffset
|
|
13468
13795
|
*/
|
|
13469
|
-
get
|
|
13796
|
+
get __mj_CreatedAt(): Date;
|
|
13470
13797
|
/**
|
|
13471
|
-
* * Field Name:
|
|
13798
|
+
* * Field Name: __mj_UpdatedAt
|
|
13472
13799
|
* * Display Name: Updated At
|
|
13473
|
-
* * SQL Data Type:
|
|
13474
|
-
* * Default Value: getdate()
|
|
13800
|
+
* * SQL Data Type: datetimeoffset
|
|
13475
13801
|
*/
|
|
13476
|
-
get
|
|
13802
|
+
get __mj_UpdatedAt(): Date;
|
|
13477
13803
|
/**
|
|
13478
13804
|
* * Field Name: RecommendationProvider
|
|
13479
13805
|
* * Display Name: Recommendation Provider
|
|
13480
13806
|
* * SQL Data Type: nvarchar(255)
|
|
13807
|
+
* * Default Value: getutcdate()
|
|
13481
13808
|
*/
|
|
13482
13809
|
get RecommendationProvider(): string;
|
|
13483
13810
|
/**
|
|
13484
13811
|
* * Field Name: RunByUser
|
|
13485
13812
|
* * Display Name: Run By User
|
|
13486
13813
|
* * SQL Data Type: nvarchar(100)
|
|
13814
|
+
* * Default Value: getutcdate()
|
|
13487
13815
|
*/
|
|
13488
13816
|
get RunByUser(): string;
|
|
13489
13817
|
}
|
|
@@ -13560,23 +13888,22 @@ export declare class RecommendationItemEntity extends BaseEntity {
|
|
|
13560
13888
|
get MatchProbability(): number | null;
|
|
13561
13889
|
set MatchProbability(value: number | null);
|
|
13562
13890
|
/**
|
|
13563
|
-
* * Field Name:
|
|
13891
|
+
* * Field Name: __mj_CreatedAt
|
|
13564
13892
|
* * Display Name: Created At
|
|
13565
|
-
* * SQL Data Type:
|
|
13566
|
-
* * Default Value: getdate()
|
|
13893
|
+
* * SQL Data Type: datetimeoffset
|
|
13567
13894
|
*/
|
|
13568
|
-
get
|
|
13895
|
+
get __mj_CreatedAt(): Date;
|
|
13569
13896
|
/**
|
|
13570
|
-
* * Field Name:
|
|
13897
|
+
* * Field Name: __mj_UpdatedAt
|
|
13571
13898
|
* * Display Name: Updated At
|
|
13572
|
-
* * SQL Data Type:
|
|
13573
|
-
* * Default Value: getdate()
|
|
13899
|
+
* * SQL Data Type: datetimeoffset
|
|
13574
13900
|
*/
|
|
13575
|
-
get
|
|
13901
|
+
get __mj_UpdatedAt(): Date;
|
|
13576
13902
|
/**
|
|
13577
13903
|
* * Field Name: DestinationEntity
|
|
13578
13904
|
* * Display Name: Destination Entity
|
|
13579
13905
|
* * SQL Data Type: nvarchar(255)
|
|
13906
|
+
* * Default Value: getutcdate()
|
|
13580
13907
|
*/
|
|
13581
13908
|
get DestinationEntity(): string;
|
|
13582
13909
|
}
|
|
@@ -13647,29 +13974,28 @@ export declare class EntityCommunicationMessageTypeEntity extends BaseEntity {
|
|
|
13647
13974
|
get IsActive(): boolean;
|
|
13648
13975
|
set IsActive(value: boolean);
|
|
13649
13976
|
/**
|
|
13650
|
-
* * Field Name:
|
|
13651
|
-
* * Display Name:
|
|
13652
|
-
* * SQL Data Type:
|
|
13977
|
+
* * Field Name: __mj_CreatedAt
|
|
13978
|
+
* * Display Name: __mj _Created At
|
|
13979
|
+
* * SQL Data Type: datetimeoffset
|
|
13653
13980
|
*/
|
|
13654
|
-
get
|
|
13981
|
+
get __mj_CreatedAt(): Date;
|
|
13655
13982
|
/**
|
|
13656
|
-
* * Field Name:
|
|
13657
|
-
* * Display Name:
|
|
13658
|
-
* * SQL Data Type:
|
|
13659
|
-
* * Default Value: getdate()
|
|
13983
|
+
* * Field Name: __mj_UpdatedAt
|
|
13984
|
+
* * Display Name: __mj _Updated At
|
|
13985
|
+
* * SQL Data Type: datetimeoffset
|
|
13660
13986
|
*/
|
|
13661
|
-
get
|
|
13987
|
+
get __mj_UpdatedAt(): Date;
|
|
13662
13988
|
/**
|
|
13663
13989
|
* * Field Name: Entity
|
|
13664
13990
|
* * Display Name: Entity
|
|
13665
13991
|
* * SQL Data Type: nvarchar(255)
|
|
13666
|
-
* * Default Value: getdate()
|
|
13667
13992
|
*/
|
|
13668
13993
|
get Entity(): string;
|
|
13669
13994
|
/**
|
|
13670
13995
|
* * Field Name: BaseMessageType
|
|
13671
13996
|
* * Display Name: Base Message Type
|
|
13672
13997
|
* * SQL Data Type: nvarchar(100)
|
|
13998
|
+
* * Default Value: getutcdate()
|
|
13673
13999
|
*/
|
|
13674
14000
|
get BaseMessageType(): string;
|
|
13675
14001
|
}
|
|
@@ -13738,18 +14064,381 @@ export declare class EntityCommunicationFieldEntity extends BaseEntity {
|
|
|
13738
14064
|
get Priority(): number;
|
|
13739
14065
|
set Priority(value: number);
|
|
13740
14066
|
/**
|
|
13741
|
-
* * Field Name:
|
|
13742
|
-
* * Display Name:
|
|
14067
|
+
* * Field Name: __mj_CreatedAt
|
|
14068
|
+
* * Display Name: __mj _Created At
|
|
14069
|
+
* * SQL Data Type: datetimeoffset
|
|
14070
|
+
*/
|
|
14071
|
+
get __mj_CreatedAt(): Date;
|
|
14072
|
+
/**
|
|
14073
|
+
* * Field Name: __mj_UpdatedAt
|
|
14074
|
+
* * Display Name: __mj _Updated At
|
|
14075
|
+
* * SQL Data Type: datetimeoffset
|
|
14076
|
+
*/
|
|
14077
|
+
get __mj_UpdatedAt(): Date;
|
|
14078
|
+
}
|
|
14079
|
+
/**
|
|
14080
|
+
* Record Change Replay Runs - strongly typed entity sub-class
|
|
14081
|
+
* * Schema: __mj
|
|
14082
|
+
* * Base Table: RecordChangeReplayRun
|
|
14083
|
+
* * Base View: vwRecordChangeReplayRuns
|
|
14084
|
+
* * @description Table to track the runs of replaying external record changes
|
|
14085
|
+
* * Primary Key: ID
|
|
14086
|
+
* @extends {BaseEntity}
|
|
14087
|
+
* @class
|
|
14088
|
+
* @public
|
|
14089
|
+
*/
|
|
14090
|
+
export declare class RecordChangeReplayRunEntity extends BaseEntity {
|
|
14091
|
+
/**
|
|
14092
|
+
* Loads the Record Change Replay Runs record from the database
|
|
14093
|
+
* @param ID: number - primary key value to load the Record Change Replay Runs record.
|
|
14094
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
14095
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
14096
|
+
* @public
|
|
14097
|
+
* @async
|
|
14098
|
+
* @memberof RecordChangeReplayRunEntity
|
|
14099
|
+
* @method
|
|
14100
|
+
* @override
|
|
14101
|
+
*/
|
|
14102
|
+
Load(ID: number, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
|
|
14103
|
+
/**
|
|
14104
|
+
* 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.
|
|
14105
|
+
* @public
|
|
14106
|
+
* @method
|
|
14107
|
+
* @override
|
|
14108
|
+
* @memberof RecordChangeReplayRunEntity
|
|
14109
|
+
* @throws {Error} - Delete is not allowed for Record Change Replay Runs, to enable it set AllowDeleteAPI to 1 in the database.
|
|
14110
|
+
*/
|
|
14111
|
+
Delete(): Promise<boolean>;
|
|
14112
|
+
/**
|
|
14113
|
+
* * Field Name: ID
|
|
14114
|
+
* * Display Name: ID
|
|
14115
|
+
* * SQL Data Type: int
|
|
14116
|
+
*/
|
|
14117
|
+
get ID(): number;
|
|
14118
|
+
/**
|
|
14119
|
+
* * Field Name: StartedAt
|
|
14120
|
+
* * Display Name: Started At
|
|
13743
14121
|
* * SQL Data Type: datetime
|
|
13744
|
-
* *
|
|
14122
|
+
* * Description: Timestamp when the replay run started
|
|
13745
14123
|
*/
|
|
13746
|
-
get
|
|
14124
|
+
get StartedAt(): Date;
|
|
14125
|
+
set StartedAt(value: Date);
|
|
13747
14126
|
/**
|
|
13748
|
-
* * Field Name:
|
|
13749
|
-
* * Display Name:
|
|
14127
|
+
* * Field Name: EndedAt
|
|
14128
|
+
* * Display Name: Ended At
|
|
13750
14129
|
* * SQL Data Type: datetime
|
|
13751
|
-
* *
|
|
14130
|
+
* * Description: Timestamp when the replay run ended
|
|
13752
14131
|
*/
|
|
13753
|
-
get
|
|
14132
|
+
get EndedAt(): Date | null;
|
|
14133
|
+
set EndedAt(value: Date | null);
|
|
14134
|
+
/**
|
|
14135
|
+
* * Field Name: Status
|
|
14136
|
+
* * Display Name: Status
|
|
14137
|
+
* * SQL Data Type: nvarchar(50)
|
|
14138
|
+
* * Value List Type: List
|
|
14139
|
+
* * Possible Values
|
|
14140
|
+
* * Pending
|
|
14141
|
+
* * In Progress
|
|
14142
|
+
* * Complete
|
|
14143
|
+
* * Error
|
|
14144
|
+
* * Description: Status of the replay run (Pending, In Progress, Complete, Error)
|
|
14145
|
+
*/
|
|
14146
|
+
get Status(): 'Pending' | 'In Progress' | 'Complete' | 'Error';
|
|
14147
|
+
set Status(value: 'Pending' | 'In Progress' | 'Complete' | 'Error');
|
|
14148
|
+
/**
|
|
14149
|
+
* * Field Name: UserID
|
|
14150
|
+
* * Display Name: User ID
|
|
14151
|
+
* * SQL Data Type: int
|
|
14152
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)
|
|
14153
|
+
*/
|
|
14154
|
+
get UserID(): number;
|
|
14155
|
+
set UserID(value: number);
|
|
14156
|
+
/**
|
|
14157
|
+
* * Field Name: __mj_CreatedAt
|
|
14158
|
+
* * Display Name: Created At
|
|
14159
|
+
* * SQL Data Type: datetimeoffset
|
|
14160
|
+
*/
|
|
14161
|
+
get __mj_CreatedAt(): Date;
|
|
14162
|
+
/**
|
|
14163
|
+
* * Field Name: __mj_UpdatedAt
|
|
14164
|
+
* * Display Name: Updated At
|
|
14165
|
+
* * SQL Data Type: datetimeoffset
|
|
14166
|
+
*/
|
|
14167
|
+
get __mj_UpdatedAt(): Date;
|
|
14168
|
+
/**
|
|
14169
|
+
* * Field Name: User
|
|
14170
|
+
* * Display Name: User
|
|
14171
|
+
* * SQL Data Type: nvarchar(100)
|
|
14172
|
+
* * Default Value: getutcdate()
|
|
14173
|
+
*/
|
|
14174
|
+
get User(): string;
|
|
14175
|
+
}
|
|
14176
|
+
/**
|
|
14177
|
+
* Library Items - strongly typed entity sub-class
|
|
14178
|
+
* * Schema: __mj
|
|
14179
|
+
* * Base Table: LibraryItem
|
|
14180
|
+
* * Base View: vwLibraryItems
|
|
14181
|
+
* * @description Table to store individual library items
|
|
14182
|
+
* * Primary Key: ID
|
|
14183
|
+
* @extends {BaseEntity}
|
|
14184
|
+
* @class
|
|
14185
|
+
* @public
|
|
14186
|
+
*/
|
|
14187
|
+
export declare class LibraryItemEntity extends BaseEntity {
|
|
14188
|
+
/**
|
|
14189
|
+
* Loads the Library Items record from the database
|
|
14190
|
+
* @param ID: number - primary key value to load the Library Items record.
|
|
14191
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
14192
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
14193
|
+
* @public
|
|
14194
|
+
* @async
|
|
14195
|
+
* @memberof LibraryItemEntity
|
|
14196
|
+
* @method
|
|
14197
|
+
* @override
|
|
14198
|
+
*/
|
|
14199
|
+
Load(ID: number, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
|
|
14200
|
+
/**
|
|
14201
|
+
* 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.
|
|
14202
|
+
* @public
|
|
14203
|
+
* @method
|
|
14204
|
+
* @override
|
|
14205
|
+
* @memberof LibraryItemEntity
|
|
14206
|
+
* @throws {Error} - Delete is not allowed for Library Items, to enable it set AllowDeleteAPI to 1 in the database.
|
|
14207
|
+
*/
|
|
14208
|
+
Delete(): Promise<boolean>;
|
|
14209
|
+
/**
|
|
14210
|
+
* * Field Name: ID
|
|
14211
|
+
* * Display Name: ID
|
|
14212
|
+
* * SQL Data Type: int
|
|
14213
|
+
* * Description: Primary key of the LibraryItem table.
|
|
14214
|
+
*/
|
|
14215
|
+
get ID(): number;
|
|
14216
|
+
/**
|
|
14217
|
+
* * Field Name: Name
|
|
14218
|
+
* * Display Name: Name
|
|
14219
|
+
* * SQL Data Type: nvarchar(255)
|
|
14220
|
+
*/
|
|
14221
|
+
get Name(): string;
|
|
14222
|
+
set Name(value: string);
|
|
14223
|
+
/**
|
|
14224
|
+
* * Field Name: LibraryID
|
|
14225
|
+
* * Display Name: Library ID
|
|
14226
|
+
* * SQL Data Type: int
|
|
14227
|
+
* * Related Entity/Foreign Key: Libraries (vwLibraries.ID)
|
|
14228
|
+
*/
|
|
14229
|
+
get LibraryID(): number;
|
|
14230
|
+
set LibraryID(value: number);
|
|
14231
|
+
/**
|
|
14232
|
+
* * Field Name: Type
|
|
14233
|
+
* * Display Name: Type
|
|
14234
|
+
* * SQL Data Type: nvarchar(50)
|
|
14235
|
+
* * Value List Type: List
|
|
14236
|
+
* * Possible Values
|
|
14237
|
+
* * Class
|
|
14238
|
+
* * Interface
|
|
14239
|
+
* * Variable
|
|
14240
|
+
* * Type
|
|
14241
|
+
* * Module
|
|
14242
|
+
* * Function
|
|
14243
|
+
* * Description: Type of the library item for example Class, Interface, etc.
|
|
14244
|
+
*/
|
|
14245
|
+
get Type(): 'Class' | 'Interface' | 'Variable' | 'Type' | 'Module' | 'Function';
|
|
14246
|
+
set Type(value: 'Class' | 'Interface' | 'Variable' | 'Type' | 'Module' | 'Function');
|
|
14247
|
+
/**
|
|
14248
|
+
* * Field Name: __mj_CreatedAt
|
|
14249
|
+
* * Display Name: Created At
|
|
14250
|
+
* * SQL Data Type: datetimeoffset
|
|
14251
|
+
*/
|
|
14252
|
+
get __mj_CreatedAt(): Date;
|
|
14253
|
+
/**
|
|
14254
|
+
* * Field Name: __mj_UpdatedAt
|
|
14255
|
+
* * Display Name: Updated At
|
|
14256
|
+
* * SQL Data Type: datetimeoffset
|
|
14257
|
+
*/
|
|
14258
|
+
get __mj_UpdatedAt(): Date;
|
|
14259
|
+
/**
|
|
14260
|
+
* * Field Name: Library
|
|
14261
|
+
* * Display Name: Library
|
|
14262
|
+
* * SQL Data Type: nvarchar(255)
|
|
14263
|
+
* * Default Value: getutcdate()
|
|
14264
|
+
*/
|
|
14265
|
+
get Library(): string;
|
|
14266
|
+
}
|
|
14267
|
+
/**
|
|
14268
|
+
* Entity Relationship Display Components - strongly typed entity sub-class
|
|
14269
|
+
* * Schema: __mj
|
|
14270
|
+
* * Base Table: EntityRelationshipDisplayComponent
|
|
14271
|
+
* * Base View: vwEntityRelationshipDisplayComponents
|
|
14272
|
+
* * @description This table stores a list of components that are available for displaying relationships in the MJ Explorer UI
|
|
14273
|
+
* * Primary Key: ID
|
|
14274
|
+
* @extends {BaseEntity}
|
|
14275
|
+
* @class
|
|
14276
|
+
* @public
|
|
14277
|
+
*/
|
|
14278
|
+
export declare class EntityRelationshipDisplayComponentEntity extends BaseEntity {
|
|
14279
|
+
/**
|
|
14280
|
+
* Loads the Entity Relationship Display Components record from the database
|
|
14281
|
+
* @param ID: number - primary key value to load the Entity Relationship Display Components record.
|
|
14282
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
14283
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
14284
|
+
* @public
|
|
14285
|
+
* @async
|
|
14286
|
+
* @memberof EntityRelationshipDisplayComponentEntity
|
|
14287
|
+
* @method
|
|
14288
|
+
* @override
|
|
14289
|
+
*/
|
|
14290
|
+
Load(ID: number, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
|
|
14291
|
+
/**
|
|
14292
|
+
* 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.
|
|
14293
|
+
* @public
|
|
14294
|
+
* @method
|
|
14295
|
+
* @override
|
|
14296
|
+
* @memberof EntityRelationshipDisplayComponentEntity
|
|
14297
|
+
* @throws {Error} - Delete is not allowed for Entity Relationship Display Components, to enable it set AllowDeleteAPI to 1 in the database.
|
|
14298
|
+
*/
|
|
14299
|
+
Delete(): Promise<boolean>;
|
|
14300
|
+
/**
|
|
14301
|
+
* * Field Name: ID
|
|
14302
|
+
* * Display Name: ID
|
|
14303
|
+
* * SQL Data Type: int
|
|
14304
|
+
*/
|
|
14305
|
+
get ID(): number;
|
|
14306
|
+
/**
|
|
14307
|
+
* * Field Name: Name
|
|
14308
|
+
* * Display Name: Name
|
|
14309
|
+
* * SQL Data Type: nvarchar(255)
|
|
14310
|
+
*/
|
|
14311
|
+
get Name(): string;
|
|
14312
|
+
set Name(value: string);
|
|
14313
|
+
/**
|
|
14314
|
+
* * Field Name: Description
|
|
14315
|
+
* * Display Name: Description
|
|
14316
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
14317
|
+
*/
|
|
14318
|
+
get Description(): string | null;
|
|
14319
|
+
set Description(value: string | null);
|
|
14320
|
+
/**
|
|
14321
|
+
* * Field Name: RelationshipType
|
|
14322
|
+
* * Display Name: Relationship Type
|
|
14323
|
+
* * SQL Data Type: nvarchar(20)
|
|
14324
|
+
* * Value List Type: List
|
|
14325
|
+
* * Possible Values
|
|
14326
|
+
* * One to Many
|
|
14327
|
+
* * Many to Many
|
|
14328
|
+
* * Both
|
|
14329
|
+
* * Description: The type of relationship the component displays. Valid values are "One to Many", "Many to Many", or "Both".
|
|
14330
|
+
*/
|
|
14331
|
+
get RelationshipType(): 'One to Many' | 'Many to Many' | 'Both';
|
|
14332
|
+
set RelationshipType(value: 'One to Many' | 'Many to Many' | 'Both');
|
|
14333
|
+
/**
|
|
14334
|
+
* * Field Name: __mj_CreatedAt
|
|
14335
|
+
* * Display Name: Created At
|
|
14336
|
+
* * SQL Data Type: datetimeoffset
|
|
14337
|
+
* * Default Value: getutcdate()
|
|
14338
|
+
*/
|
|
14339
|
+
get __mj_CreatedAt(): Date;
|
|
14340
|
+
/**
|
|
14341
|
+
* * Field Name: __mj_UpdatedAt
|
|
14342
|
+
* * Display Name: Updated At
|
|
14343
|
+
* * SQL Data Type: datetimeoffset
|
|
14344
|
+
* * Default Value: getutcdate()
|
|
14345
|
+
*/
|
|
14346
|
+
get __mj_UpdatedAt(): Date;
|
|
14347
|
+
}
|
|
14348
|
+
/**
|
|
14349
|
+
* Entity Action Params - strongly typed entity sub-class
|
|
14350
|
+
* * Schema: __mj
|
|
14351
|
+
* * Base Table: EntityActionParam
|
|
14352
|
+
* * Base View: vwEntityActionParams
|
|
14353
|
+
* * @description Stores paramater mappings to enable Entity Actions to automatically invoke Actions
|
|
14354
|
+
* * Primary Key: ID
|
|
14355
|
+
* @extends {BaseEntity}
|
|
14356
|
+
* @class
|
|
14357
|
+
* @public
|
|
14358
|
+
*/
|
|
14359
|
+
export declare class EntityActionParamEntity extends BaseEntity {
|
|
14360
|
+
/**
|
|
14361
|
+
* Loads the Entity Action Params record from the database
|
|
14362
|
+
* @param ID: number - primary key value to load the Entity Action Params record.
|
|
14363
|
+
* @param EntityRelationshipsToLoad - (optional) the relationships to load
|
|
14364
|
+
* @returns {Promise<boolean>} - true if successful, false otherwise
|
|
14365
|
+
* @public
|
|
14366
|
+
* @async
|
|
14367
|
+
* @memberof EntityActionParamEntity
|
|
14368
|
+
* @method
|
|
14369
|
+
* @override
|
|
14370
|
+
*/
|
|
14371
|
+
Load(ID: number, EntityRelationshipsToLoad?: string[]): Promise<boolean>;
|
|
14372
|
+
/**
|
|
14373
|
+
* * Field Name: ID
|
|
14374
|
+
* * Display Name: ID
|
|
14375
|
+
* * SQL Data Type: int
|
|
14376
|
+
*/
|
|
14377
|
+
get ID(): number;
|
|
14378
|
+
/**
|
|
14379
|
+
* * Field Name: EntityActionID
|
|
14380
|
+
* * Display Name: Entity Action ID
|
|
14381
|
+
* * SQL Data Type: int
|
|
14382
|
+
* * Related Entity/Foreign Key: Entity Actions (vwEntityActions.ID)
|
|
14383
|
+
*/
|
|
14384
|
+
get EntityActionID(): number;
|
|
14385
|
+
set EntityActionID(value: number);
|
|
14386
|
+
/**
|
|
14387
|
+
* * Field Name: ActionParamID
|
|
14388
|
+
* * Display Name: Action Param ID
|
|
14389
|
+
* * SQL Data Type: int
|
|
14390
|
+
* * Related Entity/Foreign Key: Action Params (vwActionParams.ID)
|
|
14391
|
+
*/
|
|
14392
|
+
get ActionParamID(): number;
|
|
14393
|
+
set ActionParamID(value: number);
|
|
14394
|
+
/**
|
|
14395
|
+
* * Field Name: ValueType
|
|
14396
|
+
* * Display Name: Value Type
|
|
14397
|
+
* * SQL Data Type: nvarchar(20)
|
|
14398
|
+
* * Value List Type: List
|
|
14399
|
+
* * Possible Values
|
|
14400
|
+
* * Static
|
|
14401
|
+
* * Entity Object
|
|
14402
|
+
* * Script
|
|
14403
|
+
* * Description: Type of the value, which can be Static, Entity Object, or Script.
|
|
14404
|
+
*/
|
|
14405
|
+
get ValueType(): 'Static' | 'Entity Object' | 'Script';
|
|
14406
|
+
set ValueType(value: 'Static' | 'Entity Object' | 'Script');
|
|
14407
|
+
/**
|
|
14408
|
+
* * Field Name: Value
|
|
14409
|
+
* * Display Name: Value
|
|
14410
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
14411
|
+
* * 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.
|
|
14412
|
+
*/
|
|
14413
|
+
get Value(): string | null;
|
|
14414
|
+
set Value(value: string | null);
|
|
14415
|
+
/**
|
|
14416
|
+
* * Field Name: Comments
|
|
14417
|
+
* * Display Name: Comments
|
|
14418
|
+
* * SQL Data Type: nvarchar(MAX)
|
|
14419
|
+
* * Description: Additional comments regarding the parameter.
|
|
14420
|
+
*/
|
|
14421
|
+
get Comments(): string | null;
|
|
14422
|
+
set Comments(value: string | null);
|
|
14423
|
+
/**
|
|
14424
|
+
* * Field Name: __mj_CreatedAt
|
|
14425
|
+
* * Display Name: Created At
|
|
14426
|
+
* * SQL Data Type: datetimeoffset
|
|
14427
|
+
* * Default Value: getutcdate()
|
|
14428
|
+
*/
|
|
14429
|
+
get __mj_CreatedAt(): Date;
|
|
14430
|
+
/**
|
|
14431
|
+
* * Field Name: __mj_UpdatedAt
|
|
14432
|
+
* * Display Name: Updated At
|
|
14433
|
+
* * SQL Data Type: datetimeoffset
|
|
14434
|
+
* * Default Value: getutcdate()
|
|
14435
|
+
*/
|
|
14436
|
+
get __mj_UpdatedAt(): Date;
|
|
14437
|
+
/**
|
|
14438
|
+
* * Field Name: ActionParam
|
|
14439
|
+
* * Display Name: Action Param
|
|
14440
|
+
* * SQL Data Type: nvarchar(255)
|
|
14441
|
+
*/
|
|
14442
|
+
get ActionParam(): string;
|
|
13754
14443
|
}
|
|
13755
14444
|
//# sourceMappingURL=entity_subclasses.d.ts.map
|