@memberjunction/core-entities 0.9.151 → 0.9.153

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.
@@ -1,7 +1,7 @@
1
1
  import { BaseEntity, EntitySaveOptions } from "@memberjunction/core";
2
2
  /**
3
3
  * Companies - strongly typed entity sub-class
4
- * * Schema: admin
4
+ * * Schema: __mj
5
5
  * * Base Table: Company
6
6
  * * Base View: vwCompanies
7
7
  * * Primary Key: ID
@@ -76,7 +76,7 @@ export declare class CompanyEntity extends BaseEntity {
76
76
  }
77
77
  /**
78
78
  * Employees - strongly typed entity sub-class
79
- * * Schema: admin
79
+ * * Schema: __mj
80
80
  * * Base Table: Employee
81
81
  * * Base View: vwEmployees
82
82
  * * Primary Key: ID
@@ -211,7 +211,7 @@ export declare class EmployeeEntity extends BaseEntity {
211
211
  }
212
212
  /**
213
213
  * User Favorites - strongly typed entity sub-class
214
- * * Schema: admin
214
+ * * Schema: __mj
215
215
  * * Base Table: UserFavorite
216
216
  * * Base View: vwUserFavorites
217
217
  * * Primary Key: ID
@@ -294,7 +294,7 @@ export declare class UserFavoriteEntity extends BaseEntity {
294
294
  }
295
295
  /**
296
296
  * Employee Company Integrations - strongly typed entity sub-class
297
- * * Schema: admin
297
+ * * Schema: __mj
298
298
  * * Base Table: EmployeeCompanyIntegration
299
299
  * * Base View: vwEmployeeCompanyIntegrations
300
300
  * * Primary Key: ID
@@ -377,7 +377,7 @@ export declare class EmployeeCompanyIntegrationEntity extends BaseEntity {
377
377
  }
378
378
  /**
379
379
  * Employee Roles - strongly typed entity sub-class
380
- * * Schema: admin
380
+ * * Schema: __mj
381
381
  * * Base Table: EmployeeRole
382
382
  * * Base View: vwEmployeeRoles
383
383
  * * Primary Key: ID
@@ -452,7 +452,7 @@ export declare class EmployeeRoleEntity extends BaseEntity {
452
452
  }
453
453
  /**
454
454
  * Employee Skills - strongly typed entity sub-class
455
- * * Schema: admin
455
+ * * Schema: __mj
456
456
  * * Base Table: EmployeeSkill
457
457
  * * Base View: vwEmployeeSkills
458
458
  * * Primary Key: ID
@@ -527,7 +527,7 @@ export declare class EmployeeSkillEntity extends BaseEntity {
527
527
  }
528
528
  /**
529
529
  * Roles - strongly typed entity sub-class
530
- * * Schema: admin
530
+ * * Schema: __mj
531
531
  * * Base Table: Role
532
532
  * * Base View: vwRoles
533
533
  * * Primary Key: ID
@@ -604,7 +604,7 @@ export declare class RoleEntity extends BaseEntity {
604
604
  }
605
605
  /**
606
606
  * Skills - strongly typed entity sub-class
607
- * * Schema: admin
607
+ * * Schema: __mj
608
608
  * * Base Table: Skill
609
609
  * * Base View: vwSkills
610
610
  * * Primary Key: ID
@@ -685,7 +685,7 @@ export declare class SkillEntity extends BaseEntity {
685
685
  }
686
686
  /**
687
687
  * Integration URL Formats - strongly typed entity sub-class
688
- * * Schema: admin
688
+ * * Schema: __mj
689
689
  * * Base Table: IntegrationURLFormat
690
690
  * * Base View: vwIntegrationURLFormats
691
691
  * * Primary Key: ID
@@ -769,7 +769,7 @@ export declare class IntegrationURLFormatEntity extends BaseEntity {
769
769
  }
770
770
  /**
771
771
  * Integrations - strongly typed entity sub-class
772
- * * Schema: admin
772
+ * * Schema: __mj
773
773
  * * Base Table: Integration
774
774
  * * Base View: vwIntegrations
775
775
  * * Primary Key: ID
@@ -870,7 +870,7 @@ export declare class IntegrationEntity extends BaseEntity {
870
870
  }
871
871
  /**
872
872
  * Company Integrations - strongly typed entity sub-class
873
- * * Schema: admin
873
+ * * Schema: __mj
874
874
  * * Base Table: CompanyIntegration
875
875
  * * Base View: vwCompanyIntegrations
876
876
  * * Primary Key: ID
@@ -1060,7 +1060,7 @@ export declare class CompanyIntegrationEntity extends BaseEntity {
1060
1060
  }
1061
1061
  /**
1062
1062
  * Entity Fields - strongly typed entity sub-class
1063
- * * Schema: admin
1063
+ * * Schema: __mj
1064
1064
  * * Base Table: EntityField
1065
1065
  * * Base View: vwEntityFields
1066
1066
  * * Primary Key: ID
@@ -1090,6 +1090,7 @@ export declare class EntityFieldEntity extends BaseEntity {
1090
1090
  * * Field Name: EntityID
1091
1091
  * * Display Name: Entity ID
1092
1092
  * * SQL Data Type: int
1093
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
1093
1094
  */
1094
1095
  get EntityID(): number;
1095
1096
  /**
@@ -1299,6 +1300,7 @@ export declare class EntityFieldEntity extends BaseEntity {
1299
1300
  * * Field Name: RelatedEntityID
1300
1301
  * * Display Name: RelatedEntity ID
1301
1302
  * * SQL Data Type: int
1303
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
1302
1304
  */
1303
1305
  get RelatedEntityID(): number;
1304
1306
  set RelatedEntityID(value: number);
@@ -1412,7 +1414,7 @@ export declare class EntityFieldEntity extends BaseEntity {
1412
1414
  }
1413
1415
  /**
1414
1416
  * Entities - strongly typed entity sub-class
1415
- * * Schema: admin
1417
+ * * Schema: __mj
1416
1418
  * * Base Table: Entity
1417
1419
  * * Base View: vwEntities
1418
1420
  * * Primary Key: ID
@@ -1779,7 +1781,7 @@ export declare class EntityEntity extends BaseEntity {
1779
1781
  }
1780
1782
  /**
1781
1783
  * Users - strongly typed entity sub-class
1782
- * * Schema: admin
1784
+ * * Schema: __mj
1783
1785
  * * Base Table: User
1784
1786
  * * Base View: vwUsers
1785
1787
  * * Primary Key: ID
@@ -1880,6 +1882,7 @@ export declare class UserEntity extends BaseEntity {
1880
1882
  * * Field Name: LinkedEntityID
1881
1883
  * * Display Name: Linked Entity ID
1882
1884
  * * SQL Data Type: int
1885
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
1883
1886
  */
1884
1887
  get LinkedEntityID(): number;
1885
1888
  set LinkedEntityID(value: number);
@@ -1943,7 +1946,7 @@ export declare class UserEntity extends BaseEntity {
1943
1946
  }
1944
1947
  /**
1945
1948
  * Entity Relationships - strongly typed entity sub-class
1946
- * * Schema: admin
1949
+ * * Schema: __mj
1947
1950
  * * Base Table: EntityRelationship
1948
1951
  * * Base View: vwEntityRelationships
1949
1952
  * * Primary Key: ID
@@ -2147,7 +2150,7 @@ export declare class EntityRelationshipEntity extends BaseEntity {
2147
2150
  }
2148
2151
  /**
2149
2152
  * User Record Logs - strongly typed entity sub-class
2150
- * * Schema: admin
2153
+ * * Schema: __mj
2151
2154
  * * Base Table: UserRecordLog
2152
2155
  * * Base View: vwUserRecordLogs
2153
2156
  * * Primary Key: ID
@@ -2268,7 +2271,7 @@ export declare class UserRecordLogEntity extends BaseEntity {
2268
2271
  }
2269
2272
  /**
2270
2273
  * User Views - strongly typed entity sub-class
2271
- * * Schema: admin
2274
+ * * Schema: __mj
2272
2275
  * * Base Table: UserView
2273
2276
  * * Base View: vwUserViews
2274
2277
  * * Primary Key: ID
@@ -2306,6 +2309,7 @@ export declare class UserViewEntity extends BaseEntity {
2306
2309
  * * Field Name: EntityID
2307
2310
  * * Display Name: Entity ID
2308
2311
  * * SQL Data Type: int
2312
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
2309
2313
  */
2310
2314
  get EntityID(): number;
2311
2315
  set EntityID(value: number);
@@ -2478,7 +2482,7 @@ export declare class UserViewEntity extends BaseEntity {
2478
2482
  }
2479
2483
  /**
2480
2484
  * Company Integration Runs - strongly typed entity sub-class
2481
- * * Schema: admin
2485
+ * * Schema: __mj
2482
2486
  * * Base Table: CompanyIntegrationRun
2483
2487
  * * Base View: vwCompanyIntegrationRuns
2484
2488
  * * Primary Key: ID
@@ -2565,7 +2569,7 @@ export declare class CompanyIntegrationRunEntity extends BaseEntity {
2565
2569
  }
2566
2570
  /**
2567
2571
  * Company Integration Run Details - strongly typed entity sub-class
2568
- * * Schema: admin
2572
+ * * Schema: __mj
2569
2573
  * * Base Table: CompanyIntegrationRunDetail
2570
2574
  * * Base View: vwCompanyIntegrationRunDetails
2571
2575
  * * Primary Key: ID
@@ -2612,6 +2616,7 @@ export declare class CompanyIntegrationRunDetailEntity extends BaseEntity {
2612
2616
  * * Field Name: EntityID
2613
2617
  * * Display Name: Entity ID
2614
2618
  * * SQL Data Type: int
2619
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
2615
2620
  */
2616
2621
  get EntityID(): number;
2617
2622
  set EntityID(value: number);
@@ -2664,7 +2669,7 @@ export declare class CompanyIntegrationRunDetailEntity extends BaseEntity {
2664
2669
  }
2665
2670
  /**
2666
2671
  * Error Logs - strongly typed entity sub-class
2667
- * * Schema: admin
2672
+ * * Schema: __mj
2668
2673
  * * Base Table: ErrorLog
2669
2674
  * * Base View: vwErrorLogs
2670
2675
  * * Primary Key: ID
@@ -2763,7 +2768,7 @@ export declare class ErrorLogEntity extends BaseEntity {
2763
2768
  }
2764
2769
  /**
2765
2770
  * Applications - strongly typed entity sub-class
2766
- * * Schema: admin
2771
+ * * Schema: __mj
2767
2772
  * * Base Table: Application
2768
2773
  * * Base View: vwApplications
2769
2774
  * * Primary Key: ID
@@ -2827,7 +2832,7 @@ export declare class ApplicationEntity extends BaseEntity {
2827
2832
  }
2828
2833
  /**
2829
2834
  * Application Entities - strongly typed entity sub-class
2830
- * * Schema: admin
2835
+ * * Schema: __mj
2831
2836
  * * Base Table: ApplicationEntity
2832
2837
  * * Base View: vwApplicationEntities
2833
2838
  * * Primary Key: ID
@@ -2865,6 +2870,7 @@ export declare class ApplicationEntityEntity extends BaseEntity {
2865
2870
  * * Field Name: EntityID
2866
2871
  * * Display Name: Entity ID
2867
2872
  * * SQL Data Type: int
2873
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
2868
2874
  */
2869
2875
  get EntityID(): number;
2870
2876
  set EntityID(value: number);
@@ -2933,7 +2939,7 @@ export declare class ApplicationEntityEntity extends BaseEntity {
2933
2939
  }
2934
2940
  /**
2935
2941
  * Entity Permissions - strongly typed entity sub-class
2936
- * * Schema: admin
2942
+ * * Schema: __mj
2937
2943
  * * Base Table: EntityPermission
2938
2944
  * * Base View: vwEntityPermissions
2939
2945
  * * Primary Key: ID
@@ -2963,6 +2969,7 @@ export declare class EntityPermissionEntity extends BaseEntity {
2963
2969
  * * Field Name: EntityID
2964
2970
  * * Display Name: Entity ID
2965
2971
  * * SQL Data Type: int
2972
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
2966
2973
  */
2967
2974
  get EntityID(): number;
2968
2975
  set EntityID(value: number);
@@ -3090,7 +3097,7 @@ export declare class EntityPermissionEntity extends BaseEntity {
3090
3097
  }
3091
3098
  /**
3092
3099
  * User Application Entities - strongly typed entity sub-class
3093
- * * Schema: admin
3100
+ * * Schema: __mj
3094
3101
  * * Base Table: UserApplicationEntity
3095
3102
  * * Base View: vwUserApplicationEntities
3096
3103
  * * Primary Key: ID
@@ -3128,6 +3135,7 @@ export declare class UserApplicationEntityEntity extends BaseEntity {
3128
3135
  * * Field Name: EntityID
3129
3136
  * * Display Name: Entity ID
3130
3137
  * * SQL Data Type: int
3138
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
3131
3139
  */
3132
3140
  get EntityID(): number;
3133
3141
  set EntityID(value: number);
@@ -3159,7 +3167,7 @@ export declare class UserApplicationEntityEntity extends BaseEntity {
3159
3167
  }
3160
3168
  /**
3161
3169
  * User Applications - strongly typed entity sub-class
3162
- * * Schema: admin
3170
+ * * Schema: __mj
3163
3171
  * * Base Table: UserApplication
3164
3172
  * * Base View: vwUserApplications
3165
3173
  * * Primary Key: ID
@@ -3240,7 +3248,7 @@ export declare class UserApplicationEntity extends BaseEntity {
3240
3248
  }
3241
3249
  /**
3242
3250
  * Company Integration Run API Logs - strongly typed entity sub-class
3243
- * * Schema: admin
3251
+ * * Schema: __mj
3244
3252
  * * Base Table: CompanyIntegrationRunAPILog
3245
3253
  * * Base View: vwCompanyIntegrationRunAPILogs
3246
3254
  * * Primary Key: ID
@@ -3321,7 +3329,7 @@ export declare class CompanyIntegrationRunAPILogEntity extends BaseEntity {
3321
3329
  }
3322
3330
  /**
3323
3331
  * Lists - strongly typed entity sub-class
3324
- * * Schema: admin
3332
+ * * Schema: __mj
3325
3333
  * * Base Table: List
3326
3334
  * * Base View: vwLists
3327
3335
  * * Primary Key: ID
@@ -3363,6 +3371,7 @@ export declare class ListEntity extends BaseEntity {
3363
3371
  * * Field Name: EntityID
3364
3372
  * * Display Name: Entity ID
3365
3373
  * * SQL Data Type: int
3374
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
3366
3375
  */
3367
3376
  get EntityID(): number;
3368
3377
  set EntityID(value: number);
@@ -3404,6 +3413,12 @@ export declare class ListEntity extends BaseEntity {
3404
3413
  */
3405
3414
  get UpdatedAt(): Date;
3406
3415
  /**
3416
+ * * Field Name: Entity
3417
+ * * Display Name: Entity
3418
+ * * SQL Data Type: nvarchar(255)
3419
+ */
3420
+ get Entity(): string;
3421
+ /**
3407
3422
  * * Field Name: User
3408
3423
  * * Display Name: User
3409
3424
  * * SQL Data Type: nvarchar(100)
@@ -3412,7 +3427,7 @@ export declare class ListEntity extends BaseEntity {
3412
3427
  }
3413
3428
  /**
3414
3429
  * List Details - strongly typed entity sub-class
3415
- * * Schema: admin
3430
+ * * Schema: __mj
3416
3431
  * * Base Table: ListDetail
3417
3432
  * * Base View: vwListDetails
3418
3433
  * * Primary Key: ID
@@ -3463,7 +3478,7 @@ export declare class ListDetailEntity extends BaseEntity {
3463
3478
  }
3464
3479
  /**
3465
3480
  * User View Runs - strongly typed entity sub-class
3466
- * * Schema: admin
3481
+ * * Schema: __mj
3467
3482
  * * Base Table: UserViewRun
3468
3483
  * * Base View: vwUserViewRuns
3469
3484
  * * Primary Key: ID
@@ -3536,7 +3551,7 @@ export declare class UserViewRunEntity extends BaseEntity {
3536
3551
  }
3537
3552
  /**
3538
3553
  * User View Run Details - strongly typed entity sub-class
3539
- * * Schema: admin
3554
+ * * Schema: __mj
3540
3555
  * * Base Table: UserViewRunDetail
3541
3556
  * * Base View: vwUserViewRunDetails
3542
3557
  * * Primary Key: ID
@@ -3601,7 +3616,7 @@ export declare class UserViewRunDetailEntity extends BaseEntity {
3601
3616
  }
3602
3617
  /**
3603
3618
  * Workflow Runs - strongly typed entity sub-class
3604
- * * Schema: admin
3619
+ * * Schema: __mj
3605
3620
  * * Base Table: WorkflowRun
3606
3621
  * * Base View: vwWorkflowRuns
3607
3622
  * * Primary Key: ID
@@ -3693,7 +3708,7 @@ export declare class WorkflowRunEntity extends BaseEntity {
3693
3708
  }
3694
3709
  /**
3695
3710
  * Workflows - strongly typed entity sub-class
3696
- * * Schema: admin
3711
+ * * Schema: __mj
3697
3712
  * * Base Table: Workflow
3698
3713
  * * Base View: vwWorkflows
3699
3714
  * * Primary Key: ID
@@ -3780,7 +3795,7 @@ export declare class WorkflowEntity extends BaseEntity {
3780
3795
  }
3781
3796
  /**
3782
3797
  * Workflow Engines - strongly typed entity sub-class
3783
- * * Schema: admin
3798
+ * * Schema: __mj
3784
3799
  * * Base Table: WorkflowEngine
3785
3800
  * * Base View: vwWorkflowEngines
3786
3801
  * * Primary Key: ID
@@ -3858,7 +3873,7 @@ export declare class WorkflowEngineEntity extends BaseEntity {
3858
3873
  }
3859
3874
  /**
3860
3875
  * Record Changes - strongly typed entity sub-class
3861
- * * Schema: admin
3876
+ * * Schema: __mj
3862
3877
  * * Base Table: RecordChange
3863
3878
  * * Base View: vwRecordChanges
3864
3879
  * * Primary Key: ID
@@ -3973,7 +3988,7 @@ export declare class RecordChangeEntity extends BaseEntity {
3973
3988
  }
3974
3989
  /**
3975
3990
  * User Roles - strongly typed entity sub-class
3976
- * * Schema: admin
3991
+ * * Schema: __mj
3977
3992
  * * Base Table: UserRole
3978
3993
  * * Base View: vwUserRoles
3979
3994
  * * Primary Key: ID
@@ -4048,7 +4063,7 @@ export declare class UserRoleEntity extends BaseEntity {
4048
4063
  }
4049
4064
  /**
4050
4065
  * Row Level Security Filters - strongly typed entity sub-class
4051
- * * Schema: admin
4066
+ * * Schema: __mj
4052
4067
  * * Base Table: RowLevelSecurityFilter
4053
4068
  * * Base View: vwRowLevelSecurityFilters
4054
4069
  * * Primary Key: ID
@@ -4131,7 +4146,7 @@ export declare class RowLevelSecurityFilterEntity extends BaseEntity {
4131
4146
  }
4132
4147
  /**
4133
4148
  * Audit Logs - strongly typed entity sub-class
4134
- * * Schema: admin
4149
+ * * Schema: __mj
4135
4150
  * * Base Table: AuditLog
4136
4151
  * * Base View: vwAuditLogs
4137
4152
  * * Primary Key: ID
@@ -4217,6 +4232,7 @@ export declare class AuditLogEntity extends BaseEntity {
4217
4232
  * * Field Name: EntityID
4218
4233
  * * Display Name: Entity ID
4219
4234
  * * SQL Data Type: int
4235
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
4220
4236
  */
4221
4237
  get EntityID(): number;
4222
4238
  set EntityID(value: number);
@@ -4247,10 +4263,16 @@ export declare class AuditLogEntity extends BaseEntity {
4247
4263
  * * SQL Data Type: nvarchar(100)
4248
4264
  */
4249
4265
  get User(): string;
4266
+ /**
4267
+ * * Field Name: Entity
4268
+ * * Display Name: Entity
4269
+ * * SQL Data Type: nvarchar(255)
4270
+ */
4271
+ get Entity(): string;
4250
4272
  }
4251
4273
  /**
4252
4274
  * Authorizations - strongly typed entity sub-class
4253
- * * Schema: admin
4275
+ * * Schema: __mj
4254
4276
  * * Base Table: Authorization
4255
4277
  * * Base View: vwAuthorizations
4256
4278
  * * Primary Key: ID
@@ -4350,7 +4372,7 @@ export declare class AuthorizationEntity extends BaseEntity {
4350
4372
  }
4351
4373
  /**
4352
4374
  * Authorization Roles - strongly typed entity sub-class
4353
- * * Schema: admin
4375
+ * * Schema: __mj
4354
4376
  * * Base Table: AuthorizationRole
4355
4377
  * * Base View: vwAuthorizationRoles
4356
4378
  * * Primary Key: ID
@@ -4450,7 +4472,7 @@ export declare class AuthorizationRoleEntity extends BaseEntity {
4450
4472
  }
4451
4473
  /**
4452
4474
  * Audit Log Types - strongly typed entity sub-class
4453
- * * Schema: admin
4475
+ * * Schema: __mj
4454
4476
  * * Base Table: AuditLogType
4455
4477
  * * Base View: vwAuditLogTypes
4456
4478
  * * Primary Key: ID
@@ -4548,7 +4570,7 @@ export declare class AuditLogTypeEntity extends BaseEntity {
4548
4570
  }
4549
4571
  /**
4550
4572
  * Entity Field Values - strongly typed entity sub-class
4551
- * * Schema: admin
4573
+ * * Schema: __mj
4552
4574
  * * Base Table: EntityFieldValue
4553
4575
  * * Base View: vwEntityFieldValues
4554
4576
  * * Primary Key: ID
@@ -4660,7 +4682,7 @@ export declare class EntityFieldValueEntity extends BaseEntity {
4660
4682
  }
4661
4683
  /**
4662
4684
  * AI Models - strongly typed entity sub-class
4663
- * * Schema: admin
4685
+ * * Schema: __mj
4664
4686
  * * Base Table: AIModel
4665
4687
  * * Base View: vwAIModels
4666
4688
  * * Primary Key: ID
@@ -4764,7 +4786,7 @@ export declare class AIModelEntity extends BaseEntity {
4764
4786
  }
4765
4787
  /**
4766
4788
  * AI Actions - strongly typed entity sub-class
4767
- * * Schema: admin
4789
+ * * Schema: __mj
4768
4790
  * * Base Table: AIAction
4769
4791
  * * Base View: vwAIActions
4770
4792
  * * Primary Key: ID
@@ -4860,7 +4882,7 @@ export declare class AIActionEntity extends BaseEntity {
4860
4882
  }
4861
4883
  /**
4862
4884
  * AI Model Actions - strongly typed entity sub-class
4863
- * * Schema: admin
4885
+ * * Schema: __mj
4864
4886
  * * Base Table: AIModelAction
4865
4887
  * * Base View: vwAIModelActions
4866
4888
  * * Primary Key: ID
@@ -4949,7 +4971,7 @@ export declare class AIModelActionEntity extends BaseEntity {
4949
4971
  }
4950
4972
  /**
4951
4973
  * Entity AI Actions - strongly typed entity sub-class
4952
- * * Schema: admin
4974
+ * * Schema: __mj
4953
4975
  * * Base Table: EntityAIAction
4954
4976
  * * Base View: vwEntityAIActions
4955
4977
  * * Primary Key: ID
@@ -5103,7 +5125,7 @@ export declare class EntityAIActionEntity extends BaseEntity {
5103
5125
  }
5104
5126
  /**
5105
5127
  * AI Model Types - strongly typed entity sub-class
5106
- * * Schema: admin
5128
+ * * Schema: __mj
5107
5129
  * * Base Table: AIModelType
5108
5130
  * * Base View: vwAIModelTypes
5109
5131
  * * Primary Key: ID
@@ -5156,7 +5178,7 @@ export declare class AIModelTypeEntity extends BaseEntity {
5156
5178
  }
5157
5179
  /**
5158
5180
  * Queue Types - strongly typed entity sub-class
5159
- * * Schema: admin
5181
+ * * Schema: __mj
5160
5182
  * * Base Table: QueueType
5161
5183
  * * Base View: vwQueueTypes
5162
5184
  * * Primary Key: ID
@@ -5240,7 +5262,7 @@ export declare class QueueTypeEntity extends BaseEntity {
5240
5262
  }
5241
5263
  /**
5242
5264
  * Queues - strongly typed entity sub-class
5243
- * * Schema: admin
5265
+ * * Schema: __mj
5244
5266
  * * Base Table: Queue
5245
5267
  * * Base View: vwQueues
5246
5268
  * * Primary Key: ID
@@ -5414,7 +5436,7 @@ export declare class QueueEntity extends BaseEntity {
5414
5436
  }
5415
5437
  /**
5416
5438
  * Queue Tasks - strongly typed entity sub-class
5417
- * * Schema: admin
5439
+ * * Schema: __mj
5418
5440
  * * Base Table: QueueTask
5419
5441
  * * Base View: vwQueueTasks
5420
5442
  * * Primary Key: ID
@@ -5518,7 +5540,7 @@ export declare class QueueTaskEntity extends BaseEntity {
5518
5540
  }
5519
5541
  /**
5520
5542
  * Dashboards - strongly typed entity sub-class
5521
- * * Schema: admin
5543
+ * * Schema: __mj
5522
5544
  * * Base Table: Dashboard
5523
5545
  * * Base View: vwDashboards
5524
5546
  * * Primary Key: ID
@@ -5597,7 +5619,7 @@ export declare class DashboardEntity extends BaseEntity {
5597
5619
  }
5598
5620
  /**
5599
5621
  * Output Trigger Types - strongly typed entity sub-class
5600
- * * Schema: admin
5622
+ * * Schema: __mj
5601
5623
  * * Base Table: OutputTriggerType
5602
5624
  * * Base View: vwOutputTriggerTypes
5603
5625
  * * Primary Key: ID
@@ -5659,7 +5681,7 @@ export declare class OutputTriggerTypeEntity extends BaseEntity {
5659
5681
  }
5660
5682
  /**
5661
5683
  * Output Format Types - strongly typed entity sub-class
5662
- * * Schema: admin
5684
+ * * Schema: __mj
5663
5685
  * * Base Table: OutputFormatType
5664
5686
  * * Base View: vwOutputFormatTypes
5665
5687
  * * Primary Key: ID
@@ -5728,7 +5750,7 @@ export declare class OutputFormatTypeEntity extends BaseEntity {
5728
5750
  }
5729
5751
  /**
5730
5752
  * Output Delivery Types - strongly typed entity sub-class
5731
- * * Schema: admin
5753
+ * * Schema: __mj
5732
5754
  * * Base Table: OutputDeliveryType
5733
5755
  * * Base View: vwOutputDeliveryTypes
5734
5756
  * * Primary Key: ID
@@ -5790,7 +5812,7 @@ export declare class OutputDeliveryTypeEntity extends BaseEntity {
5790
5812
  }
5791
5813
  /**
5792
5814
  * Reports - strongly typed entity sub-class
5793
- * * Schema: admin
5815
+ * * Schema: __mj
5794
5816
  * * Base Table: Report
5795
5817
  * * Base View: vwReports
5796
5818
  * * Primary Key: ID
@@ -6005,7 +6027,7 @@ export declare class ReportEntity extends BaseEntity {
6005
6027
  }
6006
6028
  /**
6007
6029
  * Report Snapshots - strongly typed entity sub-class
6008
- * * Schema: admin
6030
+ * * Schema: __mj
6009
6031
  * * Base Table: ReportSnapshot
6010
6032
  * * Base View: vwReportSnapshots
6011
6033
  * * Primary Key: ID
@@ -6077,7 +6099,7 @@ export declare class ReportSnapshotEntity extends BaseEntity {
6077
6099
  }
6078
6100
  /**
6079
6101
  * Resource Types - strongly typed entity sub-class
6080
- * * Schema: admin
6102
+ * * Schema: __mj
6081
6103
  * * Base Table: ResourceType
6082
6104
  * * Base View: vwResourceTypes
6083
6105
  * * Primary Key: ID
@@ -6181,7 +6203,7 @@ export declare class ResourceTypeEntity extends BaseEntity {
6181
6203
  }
6182
6204
  /**
6183
6205
  * Tags - strongly typed entity sub-class
6184
- * * Schema: admin
6206
+ * * Schema: __mj
6185
6207
  * * Base Table: Tag
6186
6208
  * * Base View: vwTags
6187
6209
  * * Primary Key: ID
@@ -6264,7 +6286,7 @@ export declare class TagEntity extends BaseEntity {
6264
6286
  }
6265
6287
  /**
6266
6288
  * Tagged Items - strongly typed entity sub-class
6267
- * * Schema: admin
6289
+ * * Schema: __mj
6268
6290
  * * Base Table: TaggedItem
6269
6291
  * * Base View: vwTaggedItems
6270
6292
  * * Primary Key: ID
@@ -6321,6 +6343,7 @@ export declare class TaggedItemEntity extends BaseEntity {
6321
6343
  * * Field Name: EntityID
6322
6344
  * * Display Name: Entity ID
6323
6345
  * * SQL Data Type: int
6346
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
6324
6347
  */
6325
6348
  get EntityID(): number;
6326
6349
  set EntityID(value: number);
@@ -6337,10 +6360,16 @@ export declare class TaggedItemEntity extends BaseEntity {
6337
6360
  * * SQL Data Type: nvarchar(255)
6338
6361
  */
6339
6362
  get Tag(): string;
6363
+ /**
6364
+ * * Field Name: Entity
6365
+ * * Display Name: Entity
6366
+ * * SQL Data Type: nvarchar(255)
6367
+ */
6368
+ get Entity(): string;
6340
6369
  }
6341
6370
  /**
6342
6371
  * Workspaces - strongly typed entity sub-class
6343
- * * Schema: admin
6372
+ * * Schema: __mj
6344
6373
  * * Base Table: Workspace
6345
6374
  * * Base View: vwWorkspaces
6346
6375
  * * Primary Key: ID
@@ -6398,7 +6427,7 @@ export declare class WorkspaceEntity extends BaseEntity {
6398
6427
  }
6399
6428
  /**
6400
6429
  * Workspace Items - strongly typed entity sub-class
6401
- * * Schema: admin
6430
+ * * Schema: __mj
6402
6431
  * * Base Table: WorkspaceItem
6403
6432
  * * Base View: vwWorkspaceItems
6404
6433
  * * Primary Key: ID
@@ -6491,7 +6520,7 @@ export declare class WorkspaceItemEntity extends BaseEntity {
6491
6520
  }
6492
6521
  /**
6493
6522
  * Datasets - strongly typed entity sub-class
6494
- * * Schema: admin
6523
+ * * Schema: __mj
6495
6524
  * * Base Table: Dataset
6496
6525
  * * Base View: vwDatasets
6497
6526
  * * Primary Key: ID
@@ -6567,7 +6596,7 @@ export declare class DatasetEntity extends BaseEntity {
6567
6596
  }
6568
6597
  /**
6569
6598
  * Dataset Items - strongly typed entity sub-class
6570
- * * Schema: admin
6599
+ * * Schema: __mj
6571
6600
  * * Base Table: DatasetItem
6572
6601
  * * Base View: vwDatasetItems
6573
6602
  * * Primary Key: ID
@@ -6687,7 +6716,7 @@ export declare class DatasetItemEntity extends BaseEntity {
6687
6716
  }
6688
6717
  /**
6689
6718
  * Conversation Details - strongly typed entity sub-class
6690
- * * Schema: admin
6719
+ * * Schema: __mj
6691
6720
  * * Base Table: ConversationDetail
6692
6721
  * * Base View: vwConversationDetails
6693
6722
  * * Primary Key: ID
@@ -6782,7 +6811,7 @@ export declare class ConversationDetailEntity extends BaseEntity {
6782
6811
  }
6783
6812
  /**
6784
6813
  * Conversations - strongly typed entity sub-class
6785
- * * Schema: admin
6814
+ * * Schema: __mj
6786
6815
  * * Base Table: Conversation
6787
6816
  * * Base View: vwConversations
6788
6817
  * * Primary Key: ID
@@ -6905,7 +6934,7 @@ export declare class ConversationEntity extends BaseEntity {
6905
6934
  }
6906
6935
  /**
6907
6936
  * User Notifications - strongly typed entity sub-class
6908
- * * Schema: admin
6937
+ * * Schema: __mj
6909
6938
  * * Base Table: UserNotification
6910
6939
  * * Base View: vwUserNotifications
6911
6940
  * * Primary Key: ID
@@ -7022,7 +7051,7 @@ export declare class UserNotificationEntity extends BaseEntity {
7022
7051
  }
7023
7052
  /**
7024
7053
  * Schema Info - strongly typed entity sub-class
7025
- * * Schema: admin
7054
+ * * Schema: __mj
7026
7055
  * * Base Table: SchemaInfo
7027
7056
  * * Base View: vwSchemaInfos
7028
7057
  * * Primary Key: ID
@@ -7103,7 +7132,7 @@ export declare class SchemaInfoEntity extends BaseEntity {
7103
7132
  }
7104
7133
  /**
7105
7134
  * Company Integration Record Maps - strongly typed entity sub-class
7106
- * * Schema: admin
7135
+ * * Schema: __mj
7107
7136
  * * Base Table: CompanyIntegrationRecordMap
7108
7137
  * * Base View: vwCompanyIntegrationRecordMaps
7109
7138
  * * Primary Key: ID
@@ -7158,6 +7187,7 @@ export declare class CompanyIntegrationRecordMapEntity extends BaseEntity {
7158
7187
  * * Field Name: EntityID
7159
7188
  * * Display Name: Entity ID
7160
7189
  * * SQL Data Type: int
7190
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
7161
7191
  */
7162
7192
  get EntityID(): number;
7163
7193
  set EntityID(value: number);
@@ -7182,10 +7212,16 @@ export declare class CompanyIntegrationRecordMapEntity extends BaseEntity {
7182
7212
  * * Default Value: getdate()
7183
7213
  */
7184
7214
  get UpdatedAt(): Date;
7215
+ /**
7216
+ * * Field Name: Entity
7217
+ * * Display Name: Entity
7218
+ * * SQL Data Type: nvarchar(255)
7219
+ */
7220
+ get Entity(): string;
7185
7221
  }
7186
7222
  /**
7187
7223
  * Record Merge Logs - strongly typed entity sub-class
7188
- * * Schema: admin
7224
+ * * Schema: __mj
7189
7225
  * * Base Table: RecordMergeLog
7190
7226
  * * Base View: vwRecordMergeLogs
7191
7227
  * * Primary Key: ID
@@ -7325,7 +7361,7 @@ export declare class RecordMergeLogEntity extends BaseEntity {
7325
7361
  }
7326
7362
  /**
7327
7363
  * Record Merge Deletion Logs - strongly typed entity sub-class
7328
- * * Schema: admin
7364
+ * * Schema: __mj
7329
7365
  * * Base Table: RecordMergeDeletionLog
7330
7366
  * * Base View: vwRecordMergeDeletionLogs
7331
7367
  * * Primary Key: ID
@@ -7408,7 +7444,7 @@ export declare class RecordMergeDeletionLogEntity extends BaseEntity {
7408
7444
  }
7409
7445
  /**
7410
7446
  * Query Fields - strongly typed entity sub-class
7411
- * * Schema: admin
7447
+ * * Schema: __mj
7412
7448
  * * Base Table: QueryField
7413
7449
  * * Base View: vwQueryFields
7414
7450
  * * Primary Key: ID
@@ -7493,6 +7529,7 @@ export declare class QueryFieldEntity extends BaseEntity {
7493
7529
  * * Field Name: SourceEntityID
7494
7530
  * * Display Name: Source Entity ID
7495
7531
  * * SQL Data Type: int
7532
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
7496
7533
  */
7497
7534
  get SourceEntityID(): number;
7498
7535
  set SourceEntityID(value: number);
@@ -7553,10 +7590,16 @@ export declare class QueryFieldEntity extends BaseEntity {
7553
7590
  * * SQL Data Type: nvarchar(255)
7554
7591
  */
7555
7592
  get Query(): string;
7593
+ /**
7594
+ * * Field Name: SourceEntity
7595
+ * * Display Name: Source Entity
7596
+ * * SQL Data Type: nvarchar(255)
7597
+ */
7598
+ get SourceEntity(): string;
7556
7599
  }
7557
7600
  /**
7558
7601
  * Query Categories - strongly typed entity sub-class
7559
- * * Schema: admin
7602
+ * * Schema: __mj
7560
7603
  * * Base Table: QueryCategory
7561
7604
  * * Base View: vwQueryCategories
7562
7605
  * * Primary Key: ID
@@ -7637,7 +7680,7 @@ export declare class QueryCategoryEntity extends BaseEntity {
7637
7680
  }
7638
7681
  /**
7639
7682
  * Queries - strongly typed entity sub-class
7640
- * * Schema: admin
7683
+ * * Schema: __mj
7641
7684
  * * Base Table: Query
7642
7685
  * * Base View: vwQueries
7643
7686
  * * Primary Key: ID
@@ -7755,7 +7798,7 @@ export declare class QueryEntity extends BaseEntity {
7755
7798
  }
7756
7799
  /**
7757
7800
  * Query Permissions - strongly typed entity sub-class
7758
- * * Schema: admin
7801
+ * * Schema: __mj
7759
7802
  * * Base Table: QueryPermission
7760
7803
  * * Base View: vwQueryPermissions
7761
7804
  * * Primary Key: ID
@@ -7824,7 +7867,7 @@ export declare class QueryPermissionEntity extends BaseEntity {
7824
7867
  }
7825
7868
  /**
7826
7869
  * Vector Indexes - strongly typed entity sub-class
7827
- * * Schema: admin
7870
+ * * Schema: __mj
7828
7871
  * * Base Table: VectorIndex
7829
7872
  * * Base View: vwVectorIndexes
7830
7873
  * * Primary Key: ID
@@ -7919,7 +7962,7 @@ export declare class VectorIndexEntity extends BaseEntity {
7919
7962
  }
7920
7963
  /**
7921
7964
  * Entity Document Types - strongly typed entity sub-class
7922
- * * Schema: admin
7965
+ * * Schema: __mj
7923
7966
  * * Base Table: EntityDocumentType
7924
7967
  * * Base View: vwEntityDocumentTypes
7925
7968
  * * Primary Key: ID
@@ -7986,7 +8029,7 @@ export declare class EntityDocumentTypeEntity extends BaseEntity {
7986
8029
  }
7987
8030
  /**
7988
8031
  * Entity Document Runs - strongly typed entity sub-class
7989
- * * Schema: admin
8032
+ * * Schema: __mj
7990
8033
  * * Base Table: EntityDocumentRun
7991
8034
  * * Base View: vwEntityDocumentRuns
7992
8035
  * * Primary Key: ID
@@ -8076,7 +8119,7 @@ export declare class EntityDocumentRunEntity extends BaseEntity {
8076
8119
  }
8077
8120
  /**
8078
8121
  * Vector Databases - strongly typed entity sub-class
8079
- * * Schema: admin
8122
+ * * Schema: __mj
8080
8123
  * * Base Table: VectorDatabase
8081
8124
  * * Base View: vwVectorDatabases
8082
8125
  * * Primary Key: ID
@@ -8157,7 +8200,7 @@ export declare class VectorDatabaseEntity extends BaseEntity {
8157
8200
  }
8158
8201
  /**
8159
8202
  * Entity Record Documents - strongly typed entity sub-class
8160
- * * Schema: admin
8203
+ * * Schema: __mj
8161
8204
  * * Base Table: EntityRecordDocument
8162
8205
  * * Base View: vwEntityRecordDocuments
8163
8206
  * * Primary Key: ID
@@ -8197,6 +8240,7 @@ export declare class EntityRecordDocumentEntity extends BaseEntity {
8197
8240
  * * Field Name: EntityID
8198
8241
  * * Display Name: Entity ID
8199
8242
  * * SQL Data Type: int
8243
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
8200
8244
  */
8201
8245
  get EntityID(): number;
8202
8246
  set EntityID(value: number);
@@ -8259,7 +8303,7 @@ export declare class EntityRecordDocumentEntity extends BaseEntity {
8259
8303
  }
8260
8304
  /**
8261
8305
  * Entity Documents - strongly typed entity sub-class
8262
- * * Schema: admin
8306
+ * * Schema: __mj
8263
8307
  * * Base Table: EntityDocument
8264
8308
  * * Base View: vwEntityDocuments
8265
8309
  * * Primary Key: ID
@@ -8306,6 +8350,7 @@ export declare class EntityDocumentEntity extends BaseEntity {
8306
8350
  * * Field Name: EntityID
8307
8351
  * * Display Name: Entity ID
8308
8352
  * * SQL Data Type: int
8353
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
8309
8354
  */
8310
8355
  get EntityID(): number;
8311
8356
  set EntityID(value: number);
@@ -8347,6 +8392,12 @@ export declare class EntityDocumentEntity extends BaseEntity {
8347
8392
  */
8348
8393
  get UpdatedAt(): Date;
8349
8394
  /**
8395
+ * * Field Name: Entity
8396
+ * * Display Name: Entity
8397
+ * * SQL Data Type: nvarchar(255)
8398
+ */
8399
+ get Entity(): string;
8400
+ /**
8350
8401
  * * Field Name: Type
8351
8402
  * * Display Name: Type
8352
8403
  * * SQL Data Type: nvarchar(100)
@@ -8355,7 +8406,7 @@ export declare class EntityDocumentEntity extends BaseEntity {
8355
8406
  }
8356
8407
  /**
8357
8408
  * Data Context Items - strongly typed entity sub-class
8358
- * * Schema: admin
8409
+ * * Schema: __mj
8359
8410
  * * Base Table: DataContextItem
8360
8411
  * * Base View: vwDataContextItems
8361
8412
  * * @description Data Context Items store information about each item within a Data Context. Each item stores a link to a view, query, or raw sql statement and can optionally cache the JSON representing the last run of that data object as well.
@@ -8431,6 +8482,7 @@ export declare class DataContextItemEntity extends BaseEntity {
8431
8482
  * * Field Name: EntityID
8432
8483
  * * Display Name: Entity ID
8433
8484
  * * SQL Data Type: int
8485
+ * * Related Entity/Foreign Key: Entities (vwEntities.ID)
8434
8486
  * * Description: Used if type='full_entity' or type='single_record'
8435
8487
  */
8436
8488
  get EntityID(): number;
@@ -8499,10 +8551,16 @@ export declare class DataContextItemEntity extends BaseEntity {
8499
8551
  * * SQL Data Type: nvarchar(255)
8500
8552
  */
8501
8553
  get Query(): string;
8554
+ /**
8555
+ * * Field Name: Entity
8556
+ * * Display Name: Entity
8557
+ * * SQL Data Type: nvarchar(255)
8558
+ */
8559
+ get Entity(): string;
8502
8560
  }
8503
8561
  /**
8504
8562
  * Data Contexts - strongly typed entity sub-class
8505
- * * Schema: admin
8563
+ * * Schema: __mj
8506
8564
  * * Base Table: DataContext
8507
8565
  * * Base View: vwDataContexts
8508
8566
  * * @description Data Contexts are a primitive within the MemberJunction architecture. They store information about data contexts which are groups of data including views, queries, or raw SQL statements. Data contexts can be used in conversations, reports and more.
@@ -8591,7 +8649,7 @@ export declare class DataContextEntity extends BaseEntity {
8591
8649
  }
8592
8650
  /**
8593
8651
  * User View Categories - strongly typed entity sub-class
8594
- * * Schema: admin
8652
+ * * Schema: __mj
8595
8653
  * * Base Table: UserViewCategory
8596
8654
  * * Base View: vwUserViewCategories
8597
8655
  * * Primary Key: ID
@@ -8672,7 +8730,7 @@ export declare class UserViewCategoryEntity extends BaseEntity {
8672
8730
  }
8673
8731
  /**
8674
8732
  * Dashboard Categories - strongly typed entity sub-class
8675
- * * Schema: admin
8733
+ * * Schema: __mj
8676
8734
  * * Base Table: DashboardCategory
8677
8735
  * * Base View: vwDashboardCategories
8678
8736
  * * Primary Key: ID
@@ -8753,7 +8811,7 @@ export declare class DashboardCategoryEntity extends BaseEntity {
8753
8811
  }
8754
8812
  /**
8755
8813
  * Report Categories - strongly typed entity sub-class
8756
- * * Schema: admin
8814
+ * * Schema: __mj
8757
8815
  * * Base Table: ReportCategory
8758
8816
  * * Base View: vwReportCategories
8759
8817
  * * Primary Key: ID