@memberjunction/core-entities 2.1.5 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom/AIModelExtended.js +1 -1
- package/dist/custom/AIModelExtended.js.map +1 -1
- package/dist/custom/DashboardEntityExtended.js +1 -1
- package/dist/custom/DashboardEntityExtended.js.map +1 -1
- package/dist/custom/ListDetailEntityExtended.js +1 -1
- package/dist/custom/ListDetailEntityExtended.js.map +1 -1
- package/dist/custom/ScheduledActionExtended.d.ts.map +1 -1
- package/dist/custom/ScheduledActionExtended.js +13 -2
- package/dist/custom/ScheduledActionExtended.js.map +1 -1
- package/dist/generated/entity_subclasses.d.ts +18 -252
- package/dist/generated/entity_subclasses.d.ts.map +1 -1
- package/dist/generated/entity_subclasses.js +15 -327
- package/dist/generated/entity_subclasses.js.map +1 -1
- package/dist/generated/entity_type_definitions.d.ts +11549 -0
- package/dist/generated/entity_type_definitions.d.ts.map +1 -0
- package/dist/generated/entity_type_definitions.js +7 -0
- package/dist/generated/entity_type_definitions.js.map +1 -0
- package/package.json +3 -3
|
@@ -11,7 +11,6 @@ export declare const ActionAuthorizationSchema: z.ZodObject<{
|
|
|
11
11
|
__mj_CreatedAt: z.ZodDate;
|
|
12
12
|
__mj_UpdatedAt: z.ZodDate;
|
|
13
13
|
Action: z.ZodString;
|
|
14
|
-
Authorization: z.ZodString;
|
|
15
14
|
}, "strip", z.ZodTypeAny, {
|
|
16
15
|
ID?: string;
|
|
17
16
|
ActionID?: string;
|
|
@@ -20,7 +19,6 @@ export declare const ActionAuthorizationSchema: z.ZodObject<{
|
|
|
20
19
|
__mj_CreatedAt?: Date;
|
|
21
20
|
__mj_UpdatedAt?: Date;
|
|
22
21
|
Action?: string;
|
|
23
|
-
Authorization?: string;
|
|
24
22
|
}, {
|
|
25
23
|
ID?: string;
|
|
26
24
|
ActionID?: string;
|
|
@@ -29,7 +27,6 @@ export declare const ActionAuthorizationSchema: z.ZodObject<{
|
|
|
29
27
|
__mj_CreatedAt?: Date;
|
|
30
28
|
__mj_UpdatedAt?: Date;
|
|
31
29
|
Action?: string;
|
|
32
|
-
Authorization?: string;
|
|
33
30
|
}>;
|
|
34
31
|
export type ActionAuthorizationEntityType = z.infer<typeof ActionAuthorizationSchema>;
|
|
35
32
|
/**
|
|
@@ -566,7 +563,6 @@ export declare const ApplicationSettingSchema: z.ZodObject<{
|
|
|
566
563
|
Comments: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
567
564
|
__mj_CreatedAt: z.ZodDate;
|
|
568
565
|
__mj_UpdatedAt: z.ZodDate;
|
|
569
|
-
Application: z.ZodString;
|
|
570
566
|
}, "strip", z.ZodTypeAny, {
|
|
571
567
|
ID?: string;
|
|
572
568
|
Comments?: string;
|
|
@@ -574,7 +570,6 @@ export declare const ApplicationSettingSchema: z.ZodObject<{
|
|
|
574
570
|
__mj_UpdatedAt?: Date;
|
|
575
571
|
Name?: string;
|
|
576
572
|
ApplicationID?: string;
|
|
577
|
-
Application?: string;
|
|
578
573
|
Value?: string;
|
|
579
574
|
}, {
|
|
580
575
|
ID?: string;
|
|
@@ -583,7 +578,6 @@ export declare const ApplicationSettingSchema: z.ZodObject<{
|
|
|
583
578
|
__mj_UpdatedAt?: Date;
|
|
584
579
|
Name?: string;
|
|
585
580
|
ApplicationID?: string;
|
|
586
|
-
Application?: string;
|
|
587
581
|
Value?: string;
|
|
588
582
|
}>;
|
|
589
583
|
export type ApplicationSettingEntityType = z.infer<typeof ApplicationSettingSchema>;
|
|
@@ -628,13 +622,11 @@ export declare const AuditLogTypeSchema: z.ZodObject<{
|
|
|
628
622
|
__mj_CreatedAt: z.ZodDate;
|
|
629
623
|
__mj_UpdatedAt: z.ZodDate;
|
|
630
624
|
Parent: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
631
|
-
Authorization: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
632
625
|
}, "strip", z.ZodTypeAny, {
|
|
633
626
|
ID?: string;
|
|
634
627
|
AuthorizationID?: string;
|
|
635
628
|
__mj_CreatedAt?: Date;
|
|
636
629
|
__mj_UpdatedAt?: Date;
|
|
637
|
-
Authorization?: string;
|
|
638
630
|
Name?: string;
|
|
639
631
|
Description?: string;
|
|
640
632
|
ParentID?: string;
|
|
@@ -644,7 +636,6 @@ export declare const AuditLogTypeSchema: z.ZodObject<{
|
|
|
644
636
|
AuthorizationID?: string;
|
|
645
637
|
__mj_CreatedAt?: Date;
|
|
646
638
|
__mj_UpdatedAt?: Date;
|
|
647
|
-
Authorization?: string;
|
|
648
639
|
Name?: string;
|
|
649
640
|
Description?: string;
|
|
650
641
|
ParentID?: string;
|
|
@@ -667,8 +658,6 @@ export declare const AuditLogSchema: z.ZodObject<{
|
|
|
667
658
|
__mj_CreatedAt: z.ZodDate;
|
|
668
659
|
__mj_UpdatedAt: z.ZodDate;
|
|
669
660
|
User: z.ZodString;
|
|
670
|
-
AuditLogType: z.ZodString;
|
|
671
|
-
Authorization: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
672
661
|
Entity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
673
662
|
}, "strip", z.ZodTypeAny, {
|
|
674
663
|
Details?: string;
|
|
@@ -676,7 +665,6 @@ export declare const AuditLogSchema: z.ZodObject<{
|
|
|
676
665
|
AuthorizationID?: string;
|
|
677
666
|
__mj_CreatedAt?: Date;
|
|
678
667
|
__mj_UpdatedAt?: Date;
|
|
679
|
-
Authorization?: string;
|
|
680
668
|
Description?: string;
|
|
681
669
|
Status?: "Success" | "Failed";
|
|
682
670
|
UserID?: string;
|
|
@@ -685,14 +673,12 @@ export declare const AuditLogSchema: z.ZodObject<{
|
|
|
685
673
|
Entity?: string;
|
|
686
674
|
AuditLogTypeID?: string;
|
|
687
675
|
RecordID?: string;
|
|
688
|
-
AuditLogType?: string;
|
|
689
676
|
}, {
|
|
690
677
|
Details?: string;
|
|
691
678
|
ID?: string;
|
|
692
679
|
AuthorizationID?: string;
|
|
693
680
|
__mj_CreatedAt?: Date;
|
|
694
681
|
__mj_UpdatedAt?: Date;
|
|
695
|
-
Authorization?: string;
|
|
696
682
|
Description?: string;
|
|
697
683
|
Status?: "Success" | "Failed";
|
|
698
684
|
UserID?: string;
|
|
@@ -701,7 +687,6 @@ export declare const AuditLogSchema: z.ZodObject<{
|
|
|
701
687
|
Entity?: string;
|
|
702
688
|
AuditLogTypeID?: string;
|
|
703
689
|
RecordID?: string;
|
|
704
|
-
AuditLogType?: string;
|
|
705
690
|
}>;
|
|
706
691
|
export type AuditLogEntityType = z.infer<typeof AuditLogSchema>;
|
|
707
692
|
/**
|
|
@@ -714,26 +699,20 @@ export declare const AuthorizationRoleSchema: z.ZodObject<{
|
|
|
714
699
|
Type: z.ZodUnion<[z.ZodLiteral<"Allow">, z.ZodLiteral<"Deny">]>;
|
|
715
700
|
__mj_CreatedAt: z.ZodDate;
|
|
716
701
|
__mj_UpdatedAt: z.ZodDate;
|
|
717
|
-
Authorization: z.ZodString;
|
|
718
|
-
Role: z.ZodString;
|
|
719
702
|
}, "strip", z.ZodTypeAny, {
|
|
720
703
|
ID?: string;
|
|
721
704
|
AuthorizationID?: string;
|
|
722
705
|
__mj_CreatedAt?: Date;
|
|
723
706
|
__mj_UpdatedAt?: Date;
|
|
724
|
-
Authorization?: string;
|
|
725
707
|
Type?: "Allow" | "Deny";
|
|
726
708
|
RoleID?: string;
|
|
727
|
-
Role?: string;
|
|
728
709
|
}, {
|
|
729
710
|
ID?: string;
|
|
730
711
|
AuthorizationID?: string;
|
|
731
712
|
__mj_CreatedAt?: Date;
|
|
732
713
|
__mj_UpdatedAt?: Date;
|
|
733
|
-
Authorization?: string;
|
|
734
714
|
Type?: "Allow" | "Deny";
|
|
735
715
|
RoleID?: string;
|
|
736
|
-
Role?: string;
|
|
737
716
|
}>;
|
|
738
717
|
export type AuthorizationRoleEntityType = z.infer<typeof AuthorizationRoleSchema>;
|
|
739
718
|
/**
|
|
@@ -1235,9 +1214,9 @@ export declare const ConversationDetailSchema: z.ZodObject<{
|
|
|
1235
1214
|
ID?: string;
|
|
1236
1215
|
__mj_CreatedAt?: Date;
|
|
1237
1216
|
__mj_UpdatedAt?: Date;
|
|
1238
|
-
Role?: "Error" | "User" | "AI";
|
|
1239
1217
|
ConversationID?: string;
|
|
1240
1218
|
ExternalID?: string;
|
|
1219
|
+
Role?: "Error" | "User" | "AI";
|
|
1241
1220
|
Message?: string;
|
|
1242
1221
|
HiddenToUser?: boolean;
|
|
1243
1222
|
Conversation?: string;
|
|
@@ -1246,9 +1225,9 @@ export declare const ConversationDetailSchema: z.ZodObject<{
|
|
|
1246
1225
|
ID?: string;
|
|
1247
1226
|
__mj_CreatedAt?: Date;
|
|
1248
1227
|
__mj_UpdatedAt?: Date;
|
|
1249
|
-
Role?: "Error" | "User" | "AI";
|
|
1250
1228
|
ConversationID?: string;
|
|
1251
1229
|
ExternalID?: string;
|
|
1230
|
+
Role?: "Error" | "User" | "AI";
|
|
1252
1231
|
Message?: string;
|
|
1253
1232
|
HiddenToUser?: boolean;
|
|
1254
1233
|
Conversation?: string;
|
|
@@ -1272,7 +1251,6 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
1272
1251
|
__mj_UpdatedAt: z.ZodDate;
|
|
1273
1252
|
User: z.ZodString;
|
|
1274
1253
|
LinkedEntity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1275
|
-
DataContext: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1276
1254
|
}, "strip", z.ZodTypeAny, {
|
|
1277
1255
|
ID?: string;
|
|
1278
1256
|
__mj_CreatedAt?: Date;
|
|
@@ -1288,7 +1266,6 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
1288
1266
|
LinkedRecordID?: string;
|
|
1289
1267
|
DataContextID?: string;
|
|
1290
1268
|
LinkedEntity?: string;
|
|
1291
|
-
DataContext?: string;
|
|
1292
1269
|
}, {
|
|
1293
1270
|
ID?: string;
|
|
1294
1271
|
__mj_CreatedAt?: Date;
|
|
@@ -1304,7 +1281,6 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
1304
1281
|
LinkedRecordID?: string;
|
|
1305
1282
|
DataContextID?: string;
|
|
1306
1283
|
LinkedEntity?: string;
|
|
1307
|
-
DataContext?: string;
|
|
1308
1284
|
}>;
|
|
1309
1285
|
export type ConversationEntityType = z.infer<typeof ConversationSchema>;
|
|
1310
1286
|
/**
|
|
@@ -1409,12 +1385,12 @@ export declare const DataContextItemSchema: z.ZodObject<{
|
|
|
1409
1385
|
Entity?: string;
|
|
1410
1386
|
RecordID?: string;
|
|
1411
1387
|
DataContextID?: string;
|
|
1412
|
-
DataContext?: string;
|
|
1413
1388
|
ViewID?: string;
|
|
1414
1389
|
QueryID?: string;
|
|
1415
1390
|
SQL?: string;
|
|
1416
1391
|
DataJSON?: string;
|
|
1417
1392
|
LastRefreshedAt?: Date;
|
|
1393
|
+
DataContext?: string;
|
|
1418
1394
|
View?: string;
|
|
1419
1395
|
Query?: string;
|
|
1420
1396
|
}, {
|
|
@@ -1426,12 +1402,12 @@ export declare const DataContextItemSchema: z.ZodObject<{
|
|
|
1426
1402
|
Entity?: string;
|
|
1427
1403
|
RecordID?: string;
|
|
1428
1404
|
DataContextID?: string;
|
|
1429
|
-
DataContext?: string;
|
|
1430
1405
|
ViewID?: string;
|
|
1431
1406
|
QueryID?: string;
|
|
1432
1407
|
SQL?: string;
|
|
1433
1408
|
DataJSON?: string;
|
|
1434
1409
|
LastRefreshedAt?: Date;
|
|
1410
|
+
DataContext?: string;
|
|
1435
1411
|
View?: string;
|
|
1436
1412
|
Query?: string;
|
|
1437
1413
|
}>;
|
|
@@ -1482,7 +1458,6 @@ export declare const DatasetItemSchema: z.ZodObject<{
|
|
|
1482
1458
|
Description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1483
1459
|
__mj_CreatedAt: z.ZodDate;
|
|
1484
1460
|
__mj_UpdatedAt: z.ZodDate;
|
|
1485
|
-
Dataset: z.ZodString;
|
|
1486
1461
|
Entity: z.ZodString;
|
|
1487
1462
|
}, "strip", z.ZodTypeAny, {
|
|
1488
1463
|
ID?: string;
|
|
@@ -1496,7 +1471,6 @@ export declare const DatasetItemSchema: z.ZodObject<{
|
|
|
1496
1471
|
DatasetID?: string;
|
|
1497
1472
|
WhereClause?: string;
|
|
1498
1473
|
DateFieldToCheck?: string;
|
|
1499
|
-
Dataset?: string;
|
|
1500
1474
|
}, {
|
|
1501
1475
|
ID?: string;
|
|
1502
1476
|
__mj_CreatedAt?: Date;
|
|
@@ -1509,7 +1483,6 @@ export declare const DatasetItemSchema: z.ZodObject<{
|
|
|
1509
1483
|
DatasetID?: string;
|
|
1510
1484
|
WhereClause?: string;
|
|
1511
1485
|
DateFieldToCheck?: string;
|
|
1512
|
-
Dataset?: string;
|
|
1513
1486
|
}>;
|
|
1514
1487
|
export type DatasetItemEntityType = z.infer<typeof DatasetItemSchema>;
|
|
1515
1488
|
/**
|
|
@@ -2365,9 +2338,6 @@ export declare const EntityDocumentSchema: z.ZodObject<{
|
|
|
2365
2338
|
__mj_UpdatedAt: z.ZodDate;
|
|
2366
2339
|
Type: z.ZodString;
|
|
2367
2340
|
Entity: z.ZodString;
|
|
2368
|
-
VectorDatabase: z.ZodString;
|
|
2369
|
-
Template: z.ZodString;
|
|
2370
|
-
AIModel: z.ZodString;
|
|
2371
2341
|
}, "strip", z.ZodTypeAny, {
|
|
2372
2342
|
ID?: string;
|
|
2373
2343
|
__mj_CreatedAt?: Date;
|
|
@@ -2376,7 +2346,6 @@ export declare const EntityDocumentSchema: z.ZodObject<{
|
|
|
2376
2346
|
Status?: "Active" | "Inactive";
|
|
2377
2347
|
Type?: string;
|
|
2378
2348
|
AIModelID?: string;
|
|
2379
|
-
AIModel?: string;
|
|
2380
2349
|
EntityID?: string;
|
|
2381
2350
|
Entity?: string;
|
|
2382
2351
|
TypeID?: string;
|
|
@@ -2384,8 +2353,6 @@ export declare const EntityDocumentSchema: z.ZodObject<{
|
|
|
2384
2353
|
TemplateID?: string;
|
|
2385
2354
|
PotentialMatchThreshold?: number;
|
|
2386
2355
|
AbsoluteMatchThreshold?: number;
|
|
2387
|
-
VectorDatabase?: string;
|
|
2388
|
-
Template?: string;
|
|
2389
2356
|
}, {
|
|
2390
2357
|
ID?: string;
|
|
2391
2358
|
__mj_CreatedAt?: Date;
|
|
@@ -2394,7 +2361,6 @@ export declare const EntityDocumentSchema: z.ZodObject<{
|
|
|
2394
2361
|
Status?: "Active" | "Inactive";
|
|
2395
2362
|
Type?: string;
|
|
2396
2363
|
AIModelID?: string;
|
|
2397
|
-
AIModel?: string;
|
|
2398
2364
|
EntityID?: string;
|
|
2399
2365
|
Entity?: string;
|
|
2400
2366
|
TypeID?: string;
|
|
@@ -2402,8 +2368,6 @@ export declare const EntityDocumentSchema: z.ZodObject<{
|
|
|
2402
2368
|
TemplateID?: string;
|
|
2403
2369
|
PotentialMatchThreshold?: number;
|
|
2404
2370
|
AbsoluteMatchThreshold?: number;
|
|
2405
|
-
VectorDatabase?: string;
|
|
2406
|
-
Template?: string;
|
|
2407
2371
|
}>;
|
|
2408
2372
|
export type EntityDocumentEntityType = z.infer<typeof EntityDocumentSchema>;
|
|
2409
2373
|
/**
|
|
@@ -2694,39 +2658,30 @@ export declare const EntityRecordDocumentSchema: z.ZodObject<{
|
|
|
2694
2658
|
EntityRecordUpdatedAt: z.ZodDate;
|
|
2695
2659
|
__mj_CreatedAt: z.ZodDate;
|
|
2696
2660
|
__mj_UpdatedAt: z.ZodDate;
|
|
2697
|
-
Entity: z.ZodString;
|
|
2698
|
-
EntityDocument: z.ZodString;
|
|
2699
|
-
VectorIndex: z.ZodString;
|
|
2700
2661
|
}, "strip", z.ZodTypeAny, {
|
|
2701
2662
|
ID?: string;
|
|
2702
2663
|
__mj_CreatedAt?: Date;
|
|
2703
2664
|
__mj_UpdatedAt?: Date;
|
|
2704
2665
|
EntityID?: string;
|
|
2705
|
-
Entity?: string;
|
|
2706
2666
|
RecordID?: string;
|
|
2707
2667
|
EntityDocumentID?: string;
|
|
2708
|
-
EntityDocument?: string;
|
|
2709
2668
|
DocumentText?: string;
|
|
2710
2669
|
VectorIndexID?: string;
|
|
2711
2670
|
VectorID?: string;
|
|
2712
2671
|
VectorJSON?: string;
|
|
2713
2672
|
EntityRecordUpdatedAt?: Date;
|
|
2714
|
-
VectorIndex?: string;
|
|
2715
2673
|
}, {
|
|
2716
2674
|
ID?: string;
|
|
2717
2675
|
__mj_CreatedAt?: Date;
|
|
2718
2676
|
__mj_UpdatedAt?: Date;
|
|
2719
2677
|
EntityID?: string;
|
|
2720
|
-
Entity?: string;
|
|
2721
2678
|
RecordID?: string;
|
|
2722
2679
|
EntityDocumentID?: string;
|
|
2723
|
-
EntityDocument?: string;
|
|
2724
2680
|
DocumentText?: string;
|
|
2725
2681
|
VectorIndexID?: string;
|
|
2726
2682
|
VectorID?: string;
|
|
2727
2683
|
VectorJSON?: string;
|
|
2728
2684
|
EntityRecordUpdatedAt?: Date;
|
|
2729
|
-
VectorIndex?: string;
|
|
2730
2685
|
}>;
|
|
2731
2686
|
export type EntityRecordDocumentEntityType = z.infer<typeof EntityRecordDocumentSchema>;
|
|
2732
2687
|
/**
|
|
@@ -3308,8 +3263,6 @@ export declare const ListCategorySchema: z.ZodObject<{
|
|
|
3308
3263
|
UserID: z.ZodString;
|
|
3309
3264
|
__mj_CreatedAt: z.ZodDate;
|
|
3310
3265
|
__mj_UpdatedAt: z.ZodDate;
|
|
3311
|
-
Parent: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3312
|
-
User: z.ZodString;
|
|
3313
3266
|
}, "strip", z.ZodTypeAny, {
|
|
3314
3267
|
ID?: string;
|
|
3315
3268
|
__mj_CreatedAt?: Date;
|
|
@@ -3317,9 +3270,7 @@ export declare const ListCategorySchema: z.ZodObject<{
|
|
|
3317
3270
|
Name?: string;
|
|
3318
3271
|
Description?: string;
|
|
3319
3272
|
ParentID?: string;
|
|
3320
|
-
Parent?: string;
|
|
3321
3273
|
UserID?: string;
|
|
3322
|
-
User?: string;
|
|
3323
3274
|
}, {
|
|
3324
3275
|
ID?: string;
|
|
3325
3276
|
__mj_CreatedAt?: Date;
|
|
@@ -3327,9 +3278,7 @@ export declare const ListCategorySchema: z.ZodObject<{
|
|
|
3327
3278
|
Name?: string;
|
|
3328
3279
|
Description?: string;
|
|
3329
3280
|
ParentID?: string;
|
|
3330
|
-
Parent?: string;
|
|
3331
3281
|
UserID?: string;
|
|
3332
|
-
User?: string;
|
|
3333
3282
|
}>;
|
|
3334
3283
|
export type ListCategoryEntityType = z.infer<typeof ListCategorySchema>;
|
|
3335
3284
|
/**
|
|
@@ -3377,9 +3326,7 @@ export declare const ListSchema: z.ZodObject<{
|
|
|
3377
3326
|
__mj_UpdatedAt: z.ZodDate;
|
|
3378
3327
|
Entity: z.ZodString;
|
|
3379
3328
|
User: z.ZodString;
|
|
3380
|
-
Category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3381
3329
|
}, "strip", z.ZodTypeAny, {
|
|
3382
|
-
Category?: string;
|
|
3383
3330
|
ID?: string;
|
|
3384
3331
|
__mj_CreatedAt?: Date;
|
|
3385
3332
|
__mj_UpdatedAt?: Date;
|
|
@@ -3393,7 +3340,6 @@ export declare const ListSchema: z.ZodObject<{
|
|
|
3393
3340
|
CompanyIntegrationID?: string;
|
|
3394
3341
|
ExternalSystemRecordID?: string;
|
|
3395
3342
|
}, {
|
|
3396
|
-
Category?: string;
|
|
3397
3343
|
ID?: string;
|
|
3398
3344
|
__mj_CreatedAt?: Date;
|
|
3399
3345
|
__mj_UpdatedAt?: Date;
|
|
@@ -3636,24 +3582,18 @@ export declare const QueryPermissionSchema: z.ZodObject<{
|
|
|
3636
3582
|
RoleID: z.ZodString;
|
|
3637
3583
|
__mj_CreatedAt: z.ZodDate;
|
|
3638
3584
|
__mj_UpdatedAt: z.ZodDate;
|
|
3639
|
-
Query: z.ZodString;
|
|
3640
|
-
Role: z.ZodString;
|
|
3641
3585
|
}, "strip", z.ZodTypeAny, {
|
|
3642
3586
|
ID?: string;
|
|
3643
3587
|
__mj_CreatedAt?: Date;
|
|
3644
3588
|
__mj_UpdatedAt?: Date;
|
|
3645
3589
|
RoleID?: string;
|
|
3646
|
-
Role?: string;
|
|
3647
3590
|
QueryID?: string;
|
|
3648
|
-
Query?: string;
|
|
3649
3591
|
}, {
|
|
3650
3592
|
ID?: string;
|
|
3651
3593
|
__mj_CreatedAt?: Date;
|
|
3652
3594
|
__mj_UpdatedAt?: Date;
|
|
3653
3595
|
RoleID?: string;
|
|
3654
|
-
Role?: string;
|
|
3655
3596
|
QueryID?: string;
|
|
3656
|
-
Query?: string;
|
|
3657
3597
|
}>;
|
|
3658
3598
|
export type QueryPermissionEntityType = z.infer<typeof QueryPermissionSchema>;
|
|
3659
3599
|
/**
|
|
@@ -4076,7 +4016,6 @@ export declare const RecordMergeLogSchema: z.ZodObject<{
|
|
|
4076
4016
|
__mj_UpdatedAt: z.ZodDate;
|
|
4077
4017
|
Entity: z.ZodString;
|
|
4078
4018
|
InitiatedByUser: z.ZodString;
|
|
4079
|
-
ApprovedByUser: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4080
4019
|
}, "strip", z.ZodTypeAny, {
|
|
4081
4020
|
ID?: string;
|
|
4082
4021
|
Comments?: string;
|
|
@@ -4087,7 +4026,6 @@ export declare const RecordMergeLogSchema: z.ZodObject<{
|
|
|
4087
4026
|
ApprovalStatus?: "Pending" | "Approved" | "Rejected";
|
|
4088
4027
|
ApprovedByUserID?: string;
|
|
4089
4028
|
ProcessingStatus?: "Complete" | "Error" | "Started";
|
|
4090
|
-
ApprovedByUser?: string;
|
|
4091
4029
|
ProcessingLog?: string;
|
|
4092
4030
|
SurvivingRecordID?: string;
|
|
4093
4031
|
InitiatedByUserID?: string;
|
|
@@ -4104,7 +4042,6 @@ export declare const RecordMergeLogSchema: z.ZodObject<{
|
|
|
4104
4042
|
ApprovalStatus?: "Pending" | "Approved" | "Rejected";
|
|
4105
4043
|
ApprovedByUserID?: string;
|
|
4106
4044
|
ProcessingStatus?: "Complete" | "Error" | "Started";
|
|
4107
|
-
ApprovedByUser?: string;
|
|
4108
4045
|
ProcessingLog?: string;
|
|
4109
4046
|
SurvivingRecordID?: string;
|
|
4110
4047
|
InitiatedByUserID?: string;
|
|
@@ -4368,8 +4305,6 @@ export declare const ScheduledActionParamSchema: z.ZodObject<{
|
|
|
4368
4305
|
Comments: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4369
4306
|
__mj_CreatedAt: z.ZodDate;
|
|
4370
4307
|
__mj_UpdatedAt: z.ZodDate;
|
|
4371
|
-
ScheduledAction: z.ZodString;
|
|
4372
|
-
ActionParam: z.ZodString;
|
|
4373
4308
|
}, "strip", z.ZodTypeAny, {
|
|
4374
4309
|
ID?: string;
|
|
4375
4310
|
Comments?: string;
|
|
@@ -4378,9 +4313,7 @@ export declare const ScheduledActionParamSchema: z.ZodObject<{
|
|
|
4378
4313
|
ValueType?: "Static" | "SQL Statement";
|
|
4379
4314
|
Value?: string;
|
|
4380
4315
|
ActionParamID?: string;
|
|
4381
|
-
ActionParam?: string;
|
|
4382
4316
|
ScheduledActionID?: string;
|
|
4383
|
-
ScheduledAction?: string;
|
|
4384
4317
|
}, {
|
|
4385
4318
|
ID?: string;
|
|
4386
4319
|
Comments?: string;
|
|
@@ -4389,9 +4322,7 @@ export declare const ScheduledActionParamSchema: z.ZodObject<{
|
|
|
4389
4322
|
ValueType?: "Static" | "SQL Statement";
|
|
4390
4323
|
Value?: string;
|
|
4391
4324
|
ActionParamID?: string;
|
|
4392
|
-
ActionParam?: string;
|
|
4393
4325
|
ScheduledActionID?: string;
|
|
4394
|
-
ScheduledAction?: string;
|
|
4395
4326
|
}>;
|
|
4396
4327
|
export type ScheduledActionParamEntityType = z.infer<typeof ScheduledActionParamSchema>;
|
|
4397
4328
|
/**
|
|
@@ -4414,14 +4345,11 @@ export declare const ScheduledActionSchema: z.ZodObject<{
|
|
|
4414
4345
|
CustomCronExpression: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4415
4346
|
__mj_CreatedAt: z.ZodDate;
|
|
4416
4347
|
__mj_UpdatedAt: z.ZodDate;
|
|
4417
|
-
CreatedByUser: z.ZodString;
|
|
4418
|
-
Action: z.ZodString;
|
|
4419
4348
|
}, "strip", z.ZodTypeAny, {
|
|
4420
4349
|
ID?: string;
|
|
4421
4350
|
ActionID?: string;
|
|
4422
4351
|
__mj_CreatedAt?: Date;
|
|
4423
4352
|
__mj_UpdatedAt?: Date;
|
|
4424
|
-
Action?: string;
|
|
4425
4353
|
Name?: string;
|
|
4426
4354
|
Description?: string;
|
|
4427
4355
|
Status?: "Pending" | "Active" | "Disabled" | "Expired";
|
|
@@ -4434,13 +4362,11 @@ export declare const ScheduledActionSchema: z.ZodObject<{
|
|
|
4434
4362
|
DayOfMonth?: number;
|
|
4435
4363
|
Month?: string;
|
|
4436
4364
|
CustomCronExpression?: string;
|
|
4437
|
-
CreatedByUser?: string;
|
|
4438
4365
|
}, {
|
|
4439
4366
|
ID?: string;
|
|
4440
4367
|
ActionID?: string;
|
|
4441
4368
|
__mj_CreatedAt?: Date;
|
|
4442
4369
|
__mj_UpdatedAt?: Date;
|
|
4443
|
-
Action?: string;
|
|
4444
4370
|
Name?: string;
|
|
4445
4371
|
Description?: string;
|
|
4446
4372
|
Status?: "Pending" | "Active" | "Disabled" | "Expired";
|
|
@@ -4453,7 +4379,6 @@ export declare const ScheduledActionSchema: z.ZodObject<{
|
|
|
4453
4379
|
DayOfMonth?: number;
|
|
4454
4380
|
Month?: string;
|
|
4455
4381
|
CustomCronExpression?: string;
|
|
4456
|
-
CreatedByUser?: string;
|
|
4457
4382
|
}>;
|
|
4458
4383
|
export type ScheduledActionEntityType = z.infer<typeof ScheduledActionSchema>;
|
|
4459
4384
|
/**
|
|
@@ -4659,8 +4584,8 @@ export declare const TemplateContentSchema: z.ZodObject<{
|
|
|
4659
4584
|
Priority?: number;
|
|
4660
4585
|
TypeID?: string;
|
|
4661
4586
|
TemplateID?: string;
|
|
4662
|
-
Template?: string;
|
|
4663
4587
|
TemplateText?: string;
|
|
4588
|
+
Template?: string;
|
|
4664
4589
|
}, {
|
|
4665
4590
|
ID?: string;
|
|
4666
4591
|
__mj_CreatedAt?: Date;
|
|
@@ -4670,8 +4595,8 @@ export declare const TemplateContentSchema: z.ZodObject<{
|
|
|
4670
4595
|
Priority?: number;
|
|
4671
4596
|
TypeID?: string;
|
|
4672
4597
|
TemplateID?: string;
|
|
4673
|
-
Template?: string;
|
|
4674
4598
|
TemplateText?: string;
|
|
4599
|
+
Template?: string;
|
|
4675
4600
|
}>;
|
|
4676
4601
|
export type TemplateContentEntityType = z.infer<typeof TemplateContentSchema>;
|
|
4677
4602
|
/**
|
|
@@ -4891,12 +4816,12 @@ export declare const UserNotificationSchema: z.ZodObject<{
|
|
|
4891
4816
|
Title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4892
4817
|
Message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4893
4818
|
ResourceTypeID: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4819
|
+
ResourceRecordID: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4894
4820
|
ResourceConfiguration: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4895
4821
|
Unread: z.ZodBoolean;
|
|
4896
4822
|
ReadAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
4897
4823
|
__mj_CreatedAt: z.ZodDate;
|
|
4898
4824
|
__mj_UpdatedAt: z.ZodDate;
|
|
4899
|
-
ResourceRecordID: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4900
4825
|
User: z.ZodString;
|
|
4901
4826
|
ResourceType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4902
4827
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4908,10 +4833,10 @@ export declare const UserNotificationSchema: z.ZodObject<{
|
|
|
4908
4833
|
Message?: string;
|
|
4909
4834
|
Title?: string;
|
|
4910
4835
|
ResourceTypeID?: string;
|
|
4836
|
+
ResourceRecordID?: string;
|
|
4911
4837
|
ResourceConfiguration?: string;
|
|
4912
4838
|
Unread?: boolean;
|
|
4913
4839
|
ReadAt?: Date;
|
|
4914
|
-
ResourceRecordID?: string;
|
|
4915
4840
|
ResourceType?: string;
|
|
4916
4841
|
}, {
|
|
4917
4842
|
ID?: string;
|
|
@@ -4922,10 +4847,10 @@ export declare const UserNotificationSchema: z.ZodObject<{
|
|
|
4922
4847
|
Message?: string;
|
|
4923
4848
|
Title?: string;
|
|
4924
4849
|
ResourceTypeID?: string;
|
|
4850
|
+
ResourceRecordID?: string;
|
|
4925
4851
|
ResourceConfiguration?: string;
|
|
4926
4852
|
Unread?: boolean;
|
|
4927
4853
|
ReadAt?: Date;
|
|
4928
|
-
ResourceRecordID?: string;
|
|
4929
4854
|
ResourceType?: string;
|
|
4930
4855
|
}>;
|
|
4931
4856
|
export type UserNotificationEntityType = z.infer<typeof UserNotificationSchema>;
|
|
@@ -5024,7 +4949,6 @@ export declare const UserViewCategorySchema: z.ZodObject<{
|
|
|
5024
4949
|
__mj_CreatedAt: z.ZodDate;
|
|
5025
4950
|
__mj_UpdatedAt: z.ZodDate;
|
|
5026
4951
|
Parent: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5027
|
-
Entity: z.ZodString;
|
|
5028
4952
|
User: z.ZodString;
|
|
5029
4953
|
}, "strip", z.ZodTypeAny, {
|
|
5030
4954
|
ID?: string;
|
|
@@ -5037,7 +4961,6 @@ export declare const UserViewCategorySchema: z.ZodObject<{
|
|
|
5037
4961
|
UserID?: string;
|
|
5038
4962
|
User?: string;
|
|
5039
4963
|
EntityID?: string;
|
|
5040
|
-
Entity?: string;
|
|
5041
4964
|
}, {
|
|
5042
4965
|
ID?: string;
|
|
5043
4966
|
__mj_CreatedAt?: Date;
|
|
@@ -5049,7 +4972,6 @@ export declare const UserViewCategorySchema: z.ZodObject<{
|
|
|
5049
4972
|
UserID?: string;
|
|
5050
4973
|
User?: string;
|
|
5051
4974
|
EntityID?: string;
|
|
5052
|
-
Entity?: string;
|
|
5053
4975
|
}>;
|
|
5054
4976
|
export type UserViewCategoryEntityType = z.infer<typeof UserViewCategorySchema>;
|
|
5055
4977
|
/**
|
|
@@ -5316,8 +5238,8 @@ export declare const VectorIndexSchema: z.ZodObject<{
|
|
|
5316
5238
|
Name?: string;
|
|
5317
5239
|
Description?: string;
|
|
5318
5240
|
VectorDatabaseID?: string;
|
|
5319
|
-
VectorDatabase?: string;
|
|
5320
5241
|
EmbeddingModelID?: string;
|
|
5242
|
+
VectorDatabase?: string;
|
|
5321
5243
|
EmbeddingModel?: string;
|
|
5322
5244
|
}, {
|
|
5323
5245
|
ID?: string;
|
|
@@ -5326,8 +5248,8 @@ export declare const VectorIndexSchema: z.ZodObject<{
|
|
|
5326
5248
|
Name?: string;
|
|
5327
5249
|
Description?: string;
|
|
5328
5250
|
VectorDatabaseID?: string;
|
|
5329
|
-
VectorDatabase?: string;
|
|
5330
5251
|
EmbeddingModelID?: string;
|
|
5252
|
+
VectorDatabase?: string;
|
|
5331
5253
|
EmbeddingModel?: string;
|
|
5332
5254
|
}>;
|
|
5333
5255
|
export type VectorIndexEntityType = z.infer<typeof VectorIndexSchema>;
|
|
@@ -5636,12 +5558,6 @@ export declare class ActionAuthorizationEntity extends BaseEntity<ActionAuthoriz
|
|
|
5636
5558
|
* * SQL Data Type: nvarchar(425)
|
|
5637
5559
|
*/
|
|
5638
5560
|
get Action(): string;
|
|
5639
|
-
/**
|
|
5640
|
-
* * Field Name: Authorization
|
|
5641
|
-
* * Display Name: Authorization
|
|
5642
|
-
* * SQL Data Type: nvarchar(100)
|
|
5643
|
-
*/
|
|
5644
|
-
get Authorization(): string;
|
|
5645
5561
|
}
|
|
5646
5562
|
/**
|
|
5647
5563
|
* Action Categories - strongly typed entity sub-class
|
|
@@ -7093,12 +7009,6 @@ export declare class ApplicationSettingEntity extends BaseEntity<ApplicationSett
|
|
|
7093
7009
|
* * Default Value: getutcdate()
|
|
7094
7010
|
*/
|
|
7095
7011
|
get __mj_UpdatedAt(): Date;
|
|
7096
|
-
/**
|
|
7097
|
-
* * Field Name: Application
|
|
7098
|
-
* * Display Name: Application
|
|
7099
|
-
* * SQL Data Type: nvarchar(100)
|
|
7100
|
-
*/
|
|
7101
|
-
get Application(): string;
|
|
7102
7012
|
}
|
|
7103
7013
|
/**
|
|
7104
7014
|
* Applications - strongly typed entity sub-class
|
|
@@ -7272,12 +7182,6 @@ export declare class AuditLogTypeEntity extends BaseEntity<AuditLogTypeEntityTyp
|
|
|
7272
7182
|
* * SQL Data Type: nvarchar(50)
|
|
7273
7183
|
*/
|
|
7274
7184
|
get Parent(): string | null;
|
|
7275
|
-
/**
|
|
7276
|
-
* * Field Name: Authorization
|
|
7277
|
-
* * Display Name: Authorization
|
|
7278
|
-
* * SQL Data Type: nvarchar(100)
|
|
7279
|
-
*/
|
|
7280
|
-
get Authorization(): string | null;
|
|
7281
7185
|
}
|
|
7282
7186
|
/**
|
|
7283
7187
|
* Audit Logs - strongly typed entity sub-class
|
|
@@ -7404,18 +7308,6 @@ export declare class AuditLogEntity extends BaseEntity<AuditLogEntityType> {
|
|
|
7404
7308
|
*/
|
|
7405
7309
|
get User(): string;
|
|
7406
7310
|
/**
|
|
7407
|
-
* * Field Name: AuditLogType
|
|
7408
|
-
* * Display Name: Audit Log Type
|
|
7409
|
-
* * SQL Data Type: nvarchar(50)
|
|
7410
|
-
*/
|
|
7411
|
-
get AuditLogType(): string;
|
|
7412
|
-
/**
|
|
7413
|
-
* * Field Name: Authorization
|
|
7414
|
-
* * Display Name: Authorization
|
|
7415
|
-
* * SQL Data Type: nvarchar(100)
|
|
7416
|
-
*/
|
|
7417
|
-
get Authorization(): string | null;
|
|
7418
|
-
/**
|
|
7419
7311
|
* * Field Name: Entity
|
|
7420
7312
|
* * Display Name: Entity
|
|
7421
7313
|
* * SQL Data Type: nvarchar(255)
|
|
@@ -7512,18 +7404,6 @@ export declare class AuthorizationRoleEntity extends BaseEntity<AuthorizationRol
|
|
|
7512
7404
|
* * Default Value: getutcdate()
|
|
7513
7405
|
*/
|
|
7514
7406
|
get __mj_UpdatedAt(): Date;
|
|
7515
|
-
/**
|
|
7516
|
-
* * Field Name: Authorization
|
|
7517
|
-
* * Display Name: Authorization
|
|
7518
|
-
* * SQL Data Type: nvarchar(100)
|
|
7519
|
-
*/
|
|
7520
|
-
get Authorization(): string;
|
|
7521
|
-
/**
|
|
7522
|
-
* * Field Name: Role
|
|
7523
|
-
* * Display Name: Role
|
|
7524
|
-
* * SQL Data Type: nvarchar(50)
|
|
7525
|
-
*/
|
|
7526
|
-
get Role(): string;
|
|
7527
7407
|
}
|
|
7528
7408
|
/**
|
|
7529
7409
|
* Authorizations - strongly typed entity sub-class
|
|
@@ -9092,12 +8972,6 @@ export declare class ConversationEntity extends BaseEntity<ConversationEntityTyp
|
|
|
9092
8972
|
* * SQL Data Type: nvarchar(255)
|
|
9093
8973
|
*/
|
|
9094
8974
|
get LinkedEntity(): string | null;
|
|
9095
|
-
/**
|
|
9096
|
-
* * Field Name: DataContext
|
|
9097
|
-
* * Display Name: Data Context
|
|
9098
|
-
* * SQL Data Type: nvarchar(255)
|
|
9099
|
-
*/
|
|
9100
|
-
get DataContext(): string | null;
|
|
9101
8975
|
}
|
|
9102
8976
|
/**
|
|
9103
8977
|
* Dashboard Categories - strongly typed entity sub-class
|
|
@@ -9627,12 +9501,6 @@ export declare class DatasetItemEntity extends BaseEntity<DatasetItemEntityType>
|
|
|
9627
9501
|
*/
|
|
9628
9502
|
get __mj_UpdatedAt(): Date;
|
|
9629
9503
|
/**
|
|
9630
|
-
* * Field Name: Dataset
|
|
9631
|
-
* * Display Name: Dataset
|
|
9632
|
-
* * SQL Data Type: nvarchar(100)
|
|
9633
|
-
*/
|
|
9634
|
-
get Dataset(): string;
|
|
9635
|
-
/**
|
|
9636
9504
|
* * Field Name: Entity
|
|
9637
9505
|
* * Display Name: Entity
|
|
9638
9506
|
* * SQL Data Type: nvarchar(255)
|
|
@@ -12122,24 +11990,6 @@ export declare class EntityDocumentEntity extends BaseEntity<EntityDocumentEntit
|
|
|
12122
11990
|
* * SQL Data Type: nvarchar(255)
|
|
12123
11991
|
*/
|
|
12124
11992
|
get Entity(): string;
|
|
12125
|
-
/**
|
|
12126
|
-
* * Field Name: VectorDatabase
|
|
12127
|
-
* * Display Name: Vector Database
|
|
12128
|
-
* * SQL Data Type: nvarchar(100)
|
|
12129
|
-
*/
|
|
12130
|
-
get VectorDatabase(): string;
|
|
12131
|
-
/**
|
|
12132
|
-
* * Field Name: Template
|
|
12133
|
-
* * Display Name: Template
|
|
12134
|
-
* * SQL Data Type: nvarchar(255)
|
|
12135
|
-
*/
|
|
12136
|
-
get Template(): string;
|
|
12137
|
-
/**
|
|
12138
|
-
* * Field Name: AIModel
|
|
12139
|
-
* * Display Name: AIModel
|
|
12140
|
-
* * SQL Data Type: nvarchar(50)
|
|
12141
|
-
*/
|
|
12142
|
-
get AIModel(): string;
|
|
12143
11993
|
}
|
|
12144
11994
|
/**
|
|
12145
11995
|
* Entity Field Values - strongly typed entity sub-class
|
|
@@ -12972,24 +12822,6 @@ export declare class EntityRecordDocumentEntity extends BaseEntity<EntityRecordD
|
|
|
12972
12822
|
* * Default Value: getutcdate()
|
|
12973
12823
|
*/
|
|
12974
12824
|
get __mj_UpdatedAt(): Date;
|
|
12975
|
-
/**
|
|
12976
|
-
* * Field Name: Entity
|
|
12977
|
-
* * Display Name: Entity
|
|
12978
|
-
* * SQL Data Type: nvarchar(255)
|
|
12979
|
-
*/
|
|
12980
|
-
get Entity(): string;
|
|
12981
|
-
/**
|
|
12982
|
-
* * Field Name: EntityDocument
|
|
12983
|
-
* * Display Name: Entity Document
|
|
12984
|
-
* * SQL Data Type: nvarchar(250)
|
|
12985
|
-
*/
|
|
12986
|
-
get EntityDocument(): string;
|
|
12987
|
-
/**
|
|
12988
|
-
* * Field Name: VectorIndex
|
|
12989
|
-
* * Display Name: Vector Index
|
|
12990
|
-
* * SQL Data Type: nvarchar(255)
|
|
12991
|
-
*/
|
|
12992
|
-
get VectorIndex(): string;
|
|
12993
12825
|
}
|
|
12994
12826
|
/**
|
|
12995
12827
|
* Entity Relationship Display Components - strongly typed entity sub-class
|
|
@@ -14613,18 +14445,6 @@ export declare class ListCategoryEntity extends BaseEntity<ListCategoryEntityTyp
|
|
|
14613
14445
|
* * Default Value: getutcdate()
|
|
14614
14446
|
*/
|
|
14615
14447
|
get __mj_UpdatedAt(): Date;
|
|
14616
|
-
/**
|
|
14617
|
-
* * Field Name: Parent
|
|
14618
|
-
* * Display Name: Parent
|
|
14619
|
-
* * SQL Data Type: nvarchar(100)
|
|
14620
|
-
*/
|
|
14621
|
-
get Parent(): string | null;
|
|
14622
|
-
/**
|
|
14623
|
-
* * Field Name: User
|
|
14624
|
-
* * Display Name: User
|
|
14625
|
-
* * SQL Data Type: nvarchar(100)
|
|
14626
|
-
*/
|
|
14627
|
-
get User(): string;
|
|
14628
14448
|
}
|
|
14629
14449
|
/**
|
|
14630
14450
|
* List Details - strongly typed entity sub-class
|
|
@@ -14806,12 +14626,6 @@ export declare class ListEntity extends BaseEntity<ListEntityType> {
|
|
|
14806
14626
|
* * SQL Data Type: nvarchar(100)
|
|
14807
14627
|
*/
|
|
14808
14628
|
get User(): string;
|
|
14809
|
-
/**
|
|
14810
|
-
* * Field Name: Category
|
|
14811
|
-
* * Display Name: Category
|
|
14812
|
-
* * SQL Data Type: nvarchar(100)
|
|
14813
|
-
*/
|
|
14814
|
-
get Category(): string | null;
|
|
14815
14629
|
}
|
|
14816
14630
|
/**
|
|
14817
14631
|
* Output Delivery Types - strongly typed entity sub-class
|
|
@@ -15512,18 +15326,6 @@ export declare class QueryPermissionEntity extends BaseEntity<QueryPermissionEnt
|
|
|
15512
15326
|
* * Default Value: getutcdate()
|
|
15513
15327
|
*/
|
|
15514
15328
|
get __mj_UpdatedAt(): Date;
|
|
15515
|
-
/**
|
|
15516
|
-
* * Field Name: Query
|
|
15517
|
-
* * Display Name: Query
|
|
15518
|
-
* * SQL Data Type: nvarchar(255)
|
|
15519
|
-
*/
|
|
15520
|
-
get Query(): string;
|
|
15521
|
-
/**
|
|
15522
|
-
* * Field Name: Role
|
|
15523
|
-
* * Display Name: Role
|
|
15524
|
-
* * SQL Data Type: nvarchar(50)
|
|
15525
|
-
*/
|
|
15526
|
-
get Role(): string;
|
|
15527
15329
|
}
|
|
15528
15330
|
/**
|
|
15529
15331
|
* Queue Tasks - strongly typed entity sub-class
|
|
@@ -16834,12 +16636,6 @@ export declare class RecordMergeLogEntity extends BaseEntity<RecordMergeLogEntit
|
|
|
16834
16636
|
* * SQL Data Type: nvarchar(100)
|
|
16835
16637
|
*/
|
|
16836
16638
|
get InitiatedByUser(): string;
|
|
16837
|
-
/**
|
|
16838
|
-
* * Field Name: ApprovedByUser
|
|
16839
|
-
* * Display Name: Approved By User
|
|
16840
|
-
* * SQL Data Type: nvarchar(100)
|
|
16841
|
-
*/
|
|
16842
|
-
get ApprovedByUser(): string | null;
|
|
16843
16639
|
}
|
|
16844
16640
|
/**
|
|
16845
16641
|
* Report Categories - strongly typed entity sub-class
|
|
@@ -17568,18 +17364,6 @@ export declare class ScheduledActionParamEntity extends BaseEntity<ScheduledActi
|
|
|
17568
17364
|
* * Default Value: getutcdate()
|
|
17569
17365
|
*/
|
|
17570
17366
|
get __mj_UpdatedAt(): Date;
|
|
17571
|
-
/**
|
|
17572
|
-
* * Field Name: ScheduledAction
|
|
17573
|
-
* * Display Name: Scheduled Action
|
|
17574
|
-
* * SQL Data Type: nvarchar(255)
|
|
17575
|
-
*/
|
|
17576
|
-
get ScheduledAction(): string;
|
|
17577
|
-
/**
|
|
17578
|
-
* * Field Name: ActionParam
|
|
17579
|
-
* * Display Name: Action Param
|
|
17580
|
-
* * SQL Data Type: nvarchar(255)
|
|
17581
|
-
*/
|
|
17582
|
-
get ActionParam(): string;
|
|
17583
17367
|
}
|
|
17584
17368
|
/**
|
|
17585
17369
|
* Scheduled Actions - strongly typed entity sub-class
|
|
@@ -17741,18 +17525,6 @@ export declare class ScheduledActionEntity extends BaseEntity<ScheduledActionEnt
|
|
|
17741
17525
|
* * Default Value: getutcdate()
|
|
17742
17526
|
*/
|
|
17743
17527
|
get __mj_UpdatedAt(): Date;
|
|
17744
|
-
/**
|
|
17745
|
-
* * Field Name: CreatedByUser
|
|
17746
|
-
* * Display Name: Created By User
|
|
17747
|
-
* * SQL Data Type: nvarchar(100)
|
|
17748
|
-
*/
|
|
17749
|
-
get CreatedByUser(): string;
|
|
17750
|
-
/**
|
|
17751
|
-
* * Field Name: Action
|
|
17752
|
-
* * Display Name: Action
|
|
17753
|
-
* * SQL Data Type: nvarchar(425)
|
|
17754
|
-
*/
|
|
17755
|
-
get Action(): string;
|
|
17756
17528
|
}
|
|
17757
17529
|
/**
|
|
17758
17530
|
* Schema Info - strongly typed entity sub-class
|
|
@@ -19018,6 +18790,13 @@ export declare class UserNotificationEntity extends BaseEntity<UserNotificationE
|
|
|
19018
18790
|
get ResourceTypeID(): string | null;
|
|
19019
18791
|
set ResourceTypeID(value: string | null);
|
|
19020
18792
|
/**
|
|
18793
|
+
* * Field Name: ResourceRecordID
|
|
18794
|
+
* * Display Name: Resource Record ID
|
|
18795
|
+
* * SQL Data Type: uniqueidentifier
|
|
18796
|
+
*/
|
|
18797
|
+
get ResourceRecordID(): string | null;
|
|
18798
|
+
set ResourceRecordID(value: string | null);
|
|
18799
|
+
/**
|
|
19021
18800
|
* * Field Name: ResourceConfiguration
|
|
19022
18801
|
* * Display Name: Resource Configuration
|
|
19023
18802
|
* * SQL Data Type: nvarchar(MAX)
|
|
@@ -19054,13 +18833,6 @@ export declare class UserNotificationEntity extends BaseEntity<UserNotificationE
|
|
|
19054
18833
|
*/
|
|
19055
18834
|
get __mj_UpdatedAt(): Date;
|
|
19056
18835
|
/**
|
|
19057
|
-
* * Field Name: ResourceRecordID
|
|
19058
|
-
* * Display Name: Resource Record ID
|
|
19059
|
-
* * SQL Data Type: uniqueidentifier
|
|
19060
|
-
*/
|
|
19061
|
-
get ResourceRecordID(): string | null;
|
|
19062
|
-
set ResourceRecordID(value: string | null);
|
|
19063
|
-
/**
|
|
19064
18836
|
* * Field Name: User
|
|
19065
18837
|
* * Display Name: User
|
|
19066
18838
|
* * SQL Data Type: nvarchar(100)
|
|
@@ -19371,12 +19143,6 @@ export declare class UserViewCategoryEntity extends BaseEntity<UserViewCategoryE
|
|
|
19371
19143
|
*/
|
|
19372
19144
|
get Parent(): string | null;
|
|
19373
19145
|
/**
|
|
19374
|
-
* * Field Name: Entity
|
|
19375
|
-
* * Display Name: Entity
|
|
19376
|
-
* * SQL Data Type: nvarchar(255)
|
|
19377
|
-
*/
|
|
19378
|
-
get Entity(): string;
|
|
19379
|
-
/**
|
|
19380
19146
|
* * Field Name: User
|
|
19381
19147
|
* * Display Name: User
|
|
19382
19148
|
* * SQL Data Type: nvarchar(100)
|