@memberjunction/core-entities 2.0.0 → 2.1.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.
@@ -109,6 +109,15 @@ let ActionAuthorizationEntity = class ActionAuthorizationEntity extends core_1.B
109
109
  get Action() {
110
110
  return this.Get('Action');
111
111
  }
112
+ /**
113
+ * * Field Name: Authorization
114
+ * * Display Name: Authorization
115
+ * * SQL Data Type: nvarchar(100)
116
+ * * Default Value: null
117
+ */
118
+ get Authorization() {
119
+ return this.Get('Authorization');
120
+ }
112
121
  };
113
122
  exports.ActionAuthorizationEntity = ActionAuthorizationEntity;
114
123
  exports.ActionAuthorizationEntity = ActionAuthorizationEntity = __decorate([
@@ -1707,7 +1716,7 @@ exports.AIModelTypeEntity = AIModelTypeEntity = __decorate([
1707
1716
  * * Schema: __mj
1708
1717
  * * Base Table: AIModel
1709
1718
  * * Base View: vwAIModels
1710
- * * @description Catalog of all AI Models configured in the system
1719
+ * * @description Catalog of all AI Models configured in the system.
1711
1720
  * * Primary Key: ID
1712
1721
  * @extends {BaseEntity}
1713
1722
  * @class
@@ -2124,6 +2133,15 @@ let ApplicationSettingEntity = class ApplicationSettingEntity extends core_1.Bas
2124
2133
  get __mj_UpdatedAt() {
2125
2134
  return this.Get('__mj_UpdatedAt');
2126
2135
  }
2136
+ /**
2137
+ * * Field Name: Application
2138
+ * * Display Name: Application
2139
+ * * SQL Data Type: nvarchar(100)
2140
+ * * Default Value: null
2141
+ */
2142
+ get Application() {
2143
+ return this.Get('Application');
2144
+ }
2127
2145
  };
2128
2146
  exports.ApplicationSettingEntity = ApplicationSettingEntity;
2129
2147
  exports.ApplicationSettingEntity = ApplicationSettingEntity = __decorate([
@@ -2363,6 +2381,15 @@ let AuditLogTypeEntity = class AuditLogTypeEntity extends core_1.BaseEntity {
2363
2381
  get Parent() {
2364
2382
  return this.Get('Parent');
2365
2383
  }
2384
+ /**
2385
+ * * Field Name: Authorization
2386
+ * * Display Name: Authorization
2387
+ * * SQL Data Type: nvarchar(100)
2388
+ * * Default Value: null
2389
+ */
2390
+ get Authorization() {
2391
+ return this.Get('Authorization');
2392
+ }
2366
2393
  };
2367
2394
  exports.AuditLogTypeEntity = AuditLogTypeEntity;
2368
2395
  exports.AuditLogTypeEntity = AuditLogTypeEntity = __decorate([
@@ -2539,6 +2566,24 @@ let AuditLogEntity = class AuditLogEntity extends core_1.BaseEntity {
2539
2566
  return this.Get('User');
2540
2567
  }
2541
2568
  /**
2569
+ * * Field Name: AuditLogType
2570
+ * * Display Name: Audit Log Type
2571
+ * * SQL Data Type: nvarchar(50)
2572
+ * * Default Value: null
2573
+ */
2574
+ get AuditLogType() {
2575
+ return this.Get('AuditLogType');
2576
+ }
2577
+ /**
2578
+ * * Field Name: Authorization
2579
+ * * Display Name: Authorization
2580
+ * * SQL Data Type: nvarchar(100)
2581
+ * * Default Value: null
2582
+ */
2583
+ get Authorization() {
2584
+ return this.Get('Authorization');
2585
+ }
2586
+ /**
2542
2587
  * * Field Name: Entity
2543
2588
  * * Display Name: Entity
2544
2589
  * * SQL Data Type: nvarchar(255)
@@ -2667,6 +2712,24 @@ let AuthorizationRoleEntity = class AuthorizationRoleEntity extends core_1.BaseE
2667
2712
  get __mj_UpdatedAt() {
2668
2713
  return this.Get('__mj_UpdatedAt');
2669
2714
  }
2715
+ /**
2716
+ * * Field Name: Authorization
2717
+ * * Display Name: Authorization
2718
+ * * SQL Data Type: nvarchar(100)
2719
+ * * Default Value: null
2720
+ */
2721
+ get Authorization() {
2722
+ return this.Get('Authorization');
2723
+ }
2724
+ /**
2725
+ * * Field Name: Role
2726
+ * * Display Name: Role
2727
+ * * SQL Data Type: nvarchar(50)
2728
+ * * Default Value: null
2729
+ */
2730
+ get Role() {
2731
+ return this.Get('Role');
2732
+ }
2670
2733
  };
2671
2734
  exports.AuthorizationRoleEntity = AuthorizationRoleEntity;
2672
2735
  exports.AuthorizationRoleEntity = AuthorizationRoleEntity = __decorate([
@@ -4269,6 +4332,7 @@ let CompanyIntegrationRunEntity = class CompanyIntegrationRunEntity extends core
4269
4332
  * * Field Name: RunByUser
4270
4333
  * * Display Name: Run By User
4271
4334
  * * SQL Data Type: nvarchar(100)
4335
+ * * Default Value: null
4272
4336
  */
4273
4337
  get RunByUser() {
4274
4338
  return this.Get('RunByUser');
@@ -4851,6 +4915,15 @@ let ConversationEntity = class ConversationEntity extends core_1.BaseEntity {
4851
4915
  get LinkedEntity() {
4852
4916
  return this.Get('LinkedEntity');
4853
4917
  }
4918
+ /**
4919
+ * * Field Name: DataContext
4920
+ * * Display Name: Data Context
4921
+ * * SQL Data Type: nvarchar(255)
4922
+ * * Default Value: null
4923
+ */
4924
+ get DataContext() {
4925
+ return this.Get('DataContext');
4926
+ }
4854
4927
  };
4855
4928
  exports.ConversationEntity = ConversationEntity;
4856
4929
  exports.ConversationEntity = ConversationEntity = __decorate([
@@ -5588,6 +5661,15 @@ let DatasetItemEntity = class DatasetItemEntity extends core_1.BaseEntity {
5588
5661
  return this.Get('__mj_UpdatedAt');
5589
5662
  }
5590
5663
  /**
5664
+ * * Field Name: Dataset
5665
+ * * Display Name: Dataset
5666
+ * * SQL Data Type: nvarchar(100)
5667
+ * * Default Value: null
5668
+ */
5669
+ get Dataset() {
5670
+ return this.Get('Dataset');
5671
+ }
5672
+ /**
5591
5673
  * * Field Name: Entity
5592
5674
  * * Display Name: Entity
5593
5675
  * * SQL Data Type: nvarchar(255)
@@ -9037,6 +9119,33 @@ let EntityDocumentEntity = class EntityDocumentEntity extends core_1.BaseEntity
9037
9119
  get Entity() {
9038
9120
  return this.Get('Entity');
9039
9121
  }
9122
+ /**
9123
+ * * Field Name: VectorDatabase
9124
+ * * Display Name: Vector Database
9125
+ * * SQL Data Type: nvarchar(100)
9126
+ * * Default Value: null
9127
+ */
9128
+ get VectorDatabase() {
9129
+ return this.Get('VectorDatabase');
9130
+ }
9131
+ /**
9132
+ * * Field Name: Template
9133
+ * * Display Name: Template
9134
+ * * SQL Data Type: nvarchar(255)
9135
+ * * Default Value: null
9136
+ */
9137
+ get Template() {
9138
+ return this.Get('Template');
9139
+ }
9140
+ /**
9141
+ * * Field Name: AIModel
9142
+ * * Display Name: AIModel
9143
+ * * SQL Data Type: nvarchar(50)
9144
+ * * Default Value: null
9145
+ */
9146
+ get AIModel() {
9147
+ return this.Get('AIModel');
9148
+ }
9040
9149
  };
9041
9150
  exports.EntityDocumentEntity = EntityDocumentEntity;
9042
9151
  exports.EntityDocumentEntity = EntityDocumentEntity = __decorate([
@@ -10191,6 +10300,33 @@ let EntityRecordDocumentEntity = class EntityRecordDocumentEntity extends core_1
10191
10300
  get __mj_UpdatedAt() {
10192
10301
  return this.Get('__mj_UpdatedAt');
10193
10302
  }
10303
+ /**
10304
+ * * Field Name: Entity
10305
+ * * Display Name: Entity
10306
+ * * SQL Data Type: nvarchar(255)
10307
+ * * Default Value: null
10308
+ */
10309
+ get Entity() {
10310
+ return this.Get('Entity');
10311
+ }
10312
+ /**
10313
+ * * Field Name: EntityDocument
10314
+ * * Display Name: Entity Document
10315
+ * * SQL Data Type: nvarchar(250)
10316
+ * * Default Value: null
10317
+ */
10318
+ get EntityDocument() {
10319
+ return this.Get('EntityDocument');
10320
+ }
10321
+ /**
10322
+ * * Field Name: VectorIndex
10323
+ * * Display Name: Vector Index
10324
+ * * SQL Data Type: nvarchar(255)
10325
+ * * Default Value: null
10326
+ */
10327
+ get VectorIndex() {
10328
+ return this.Get('VectorIndex');
10329
+ }
10194
10330
  };
10195
10331
  exports.EntityRecordDocumentEntity = EntityRecordDocumentEntity;
10196
10332
  exports.EntityRecordDocumentEntity = EntityRecordDocumentEntity = __decorate([
@@ -12458,6 +12594,24 @@ let ListCategoryEntity = class ListCategoryEntity extends core_1.BaseEntity {
12458
12594
  get __mj_UpdatedAt() {
12459
12595
  return this.Get('__mj_UpdatedAt');
12460
12596
  }
12597
+ /**
12598
+ * * Field Name: Parent
12599
+ * * Display Name: Parent
12600
+ * * SQL Data Type: nvarchar(100)
12601
+ * * Default Value: null
12602
+ */
12603
+ get Parent() {
12604
+ return this.Get('Parent');
12605
+ }
12606
+ /**
12607
+ * * Field Name: User
12608
+ * * Display Name: User
12609
+ * * SQL Data Type: nvarchar(100)
12610
+ * * Default Value: null
12611
+ */
12612
+ get User() {
12613
+ return this.Get('User');
12614
+ }
12461
12615
  };
12462
12616
  exports.ListCategoryEntity = ListCategoryEntity;
12463
12617
  exports.ListCategoryEntity = ListCategoryEntity = __decorate([
@@ -12713,6 +12867,15 @@ let ListEntity = class ListEntity extends core_1.BaseEntity {
12713
12867
  get User() {
12714
12868
  return this.Get('User');
12715
12869
  }
12870
+ /**
12871
+ * * Field Name: Category
12872
+ * * Display Name: Category
12873
+ * * SQL Data Type: nvarchar(100)
12874
+ * * Default Value: null
12875
+ */
12876
+ get Category() {
12877
+ return this.Get('Category');
12878
+ }
12716
12879
  };
12717
12880
  exports.ListEntity = ListEntity;
12718
12881
  exports.ListEntity = ListEntity = __decorate([
@@ -13683,6 +13846,24 @@ let QueryPermissionEntity = class QueryPermissionEntity extends core_1.BaseEntit
13683
13846
  get __mj_UpdatedAt() {
13684
13847
  return this.Get('__mj_UpdatedAt');
13685
13848
  }
13849
+ /**
13850
+ * * Field Name: Query
13851
+ * * Display Name: Query
13852
+ * * SQL Data Type: nvarchar(255)
13853
+ * * Default Value: null
13854
+ */
13855
+ get Query() {
13856
+ return this.Get('Query');
13857
+ }
13858
+ /**
13859
+ * * Field Name: Role
13860
+ * * Display Name: Role
13861
+ * * SQL Data Type: nvarchar(50)
13862
+ * * Default Value: null
13863
+ */
13864
+ get Role() {
13865
+ return this.Get('Role');
13866
+ }
13686
13867
  };
13687
13868
  exports.QueryPermissionEntity = QueryPermissionEntity;
13688
13869
  exports.QueryPermissionEntity = QueryPermissionEntity = __decorate([
@@ -15503,6 +15684,15 @@ let RecordMergeLogEntity = class RecordMergeLogEntity extends core_1.BaseEntity
15503
15684
  get InitiatedByUser() {
15504
15685
  return this.Get('InitiatedByUser');
15505
15686
  }
15687
+ /**
15688
+ * * Field Name: ApprovedByUser
15689
+ * * Display Name: Approved By User
15690
+ * * SQL Data Type: nvarchar(100)
15691
+ * * Default Value: null
15692
+ */
15693
+ get ApprovedByUser() {
15694
+ return this.Get('ApprovedByUser');
15695
+ }
15506
15696
  };
15507
15697
  exports.RecordMergeLogEntity = RecordMergeLogEntity;
15508
15698
  exports.RecordMergeLogEntity = RecordMergeLogEntity = __decorate([
@@ -16519,6 +16709,24 @@ let ScheduledActionParamEntity = class ScheduledActionParamEntity extends core_1
16519
16709
  get __mj_UpdatedAt() {
16520
16710
  return this.Get('__mj_UpdatedAt');
16521
16711
  }
16712
+ /**
16713
+ * * Field Name: ScheduledAction
16714
+ * * Display Name: Scheduled Action
16715
+ * * SQL Data Type: nvarchar(255)
16716
+ * * Default Value: null
16717
+ */
16718
+ get ScheduledAction() {
16719
+ return this.Get('ScheduledAction');
16720
+ }
16721
+ /**
16722
+ * * Field Name: ActionParam
16723
+ * * Display Name: Action Param
16724
+ * * SQL Data Type: nvarchar(255)
16725
+ * * Default Value: null
16726
+ */
16727
+ get ActionParam() {
16728
+ return this.Get('ActionParam');
16729
+ }
16522
16730
  };
16523
16731
  exports.ScheduledActionParamEntity = ScheduledActionParamEntity;
16524
16732
  exports.ScheduledActionParamEntity = ScheduledActionParamEntity = __decorate([
@@ -16746,6 +16954,24 @@ let ScheduledActionEntity = class ScheduledActionEntity extends core_1.BaseEntit
16746
16954
  get __mj_UpdatedAt() {
16747
16955
  return this.Get('__mj_UpdatedAt');
16748
16956
  }
16957
+ /**
16958
+ * * Field Name: CreatedByUser
16959
+ * * Display Name: Created By User
16960
+ * * SQL Data Type: nvarchar(100)
16961
+ * * Default Value: null
16962
+ */
16963
+ get CreatedByUser() {
16964
+ return this.Get('CreatedByUser');
16965
+ }
16966
+ /**
16967
+ * * Field Name: Action
16968
+ * * Display Name: Action
16969
+ * * SQL Data Type: nvarchar(425)
16970
+ * * Default Value: null
16971
+ */
16972
+ get Action() {
16973
+ return this.Get('Action');
16974
+ }
16749
16975
  };
16750
16976
  exports.ScheduledActionEntity = ScheduledActionEntity;
16751
16977
  exports.ScheduledActionEntity = ScheduledActionEntity = __decorate([
@@ -18483,17 +18709,6 @@ let UserNotificationEntity = class UserNotificationEntity extends core_1.BaseEnt
18483
18709
  this.Set('ResourceTypeID', value);
18484
18710
  }
18485
18711
  /**
18486
- * * Field Name: ResourceRecordID
18487
- * * Display Name: Resource Record ID
18488
- * * SQL Data Type: int
18489
- */
18490
- get ResourceRecordID() {
18491
- return this.Get('ResourceRecordID');
18492
- }
18493
- set ResourceRecordID(value) {
18494
- this.Set('ResourceRecordID', value);
18495
- }
18496
- /**
18497
18712
  * * Field Name: ResourceConfiguration
18498
18713
  * * Display Name: Resource Configuration
18499
18714
  * * SQL Data Type: nvarchar(MAX)
@@ -18546,6 +18761,17 @@ let UserNotificationEntity = class UserNotificationEntity extends core_1.BaseEnt
18546
18761
  return this.Get('__mj_UpdatedAt');
18547
18762
  }
18548
18763
  /**
18764
+ * * Field Name: ResourceRecordID
18765
+ * * Display Name: Resource Record ID
18766
+ * * SQL Data Type: uniqueidentifier
18767
+ */
18768
+ get ResourceRecordID() {
18769
+ return this.Get('ResourceRecordID');
18770
+ }
18771
+ set ResourceRecordID(value) {
18772
+ this.Set('ResourceRecordID', value);
18773
+ }
18774
+ /**
18549
18775
  * * Field Name: User
18550
18776
  * * Display Name: User
18551
18777
  * * SQL Data Type: nvarchar(100)
@@ -18974,6 +19200,15 @@ let UserViewCategoryEntity = class UserViewCategoryEntity extends core_1.BaseEnt
18974
19200
  return this.Get('Parent');
18975
19201
  }
18976
19202
  /**
19203
+ * * Field Name: Entity
19204
+ * * Display Name: Entity
19205
+ * * SQL Data Type: nvarchar(255)
19206
+ * * Default Value: null
19207
+ */
19208
+ get Entity() {
19209
+ return this.Get('Entity');
19210
+ }
19211
+ /**
18977
19212
  * * Field Name: User
18978
19213
  * * Display Name: User
18979
19214
  * * SQL Data Type: nvarchar(100)