@memberjunction/core-entities 2.1.4 → 2.1.6

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.
@@ -52,10 +52,6 @@ exports.ActionAuthorizationSchema = zod_1.z.object({
52
52
  * * Field Name: Action
53
53
  * * Display Name: Action
54
54
  * * SQL Data Type: nvarchar(425)`),
55
- Authorization: zod_1.z.string().describe(`
56
- * * Field Name: Authorization
57
- * * Display Name: Authorization
58
- * * SQL Data Type: nvarchar(100)`),
59
55
  });
60
56
  /**
61
57
  * zod schema definition for the entity Action Categories
@@ -842,10 +838,6 @@ exports.ApplicationSettingSchema = zod_1.z.object({
842
838
  * * Display Name: __mj _Updated At
843
839
  * * SQL Data Type: datetimeoffset
844
840
  * * Default Value: getutcdate()`),
845
- Application: zod_1.z.string().describe(`
846
- * * Field Name: Application
847
- * * Display Name: Application
848
- * * SQL Data Type: nvarchar(100)`),
849
841
  });
850
842
  /**
851
843
  * zod schema definition for the entity Applications
@@ -924,10 +916,6 @@ exports.AuditLogTypeSchema = zod_1.z.object({
924
916
  * * Field Name: Parent
925
917
  * * Display Name: Parent
926
918
  * * SQL Data Type: nvarchar(50)`),
927
- Authorization: zod_1.z.string().nullish().describe(`
928
- * * Field Name: Authorization
929
- * * Display Name: Authorization
930
- * * SQL Data Type: nvarchar(100)`),
931
919
  });
932
920
  /**
933
921
  * zod schema definition for the entity Audit Logs
@@ -993,14 +981,6 @@ exports.AuditLogSchema = zod_1.z.object({
993
981
  * * Field Name: User
994
982
  * * Display Name: User
995
983
  * * SQL Data Type: nvarchar(100)`),
996
- AuditLogType: zod_1.z.string().describe(`
997
- * * Field Name: AuditLogType
998
- * * Display Name: Audit Log Type
999
- * * SQL Data Type: nvarchar(50)`),
1000
- Authorization: zod_1.z.string().nullish().describe(`
1001
- * * Field Name: Authorization
1002
- * * Display Name: Authorization
1003
- * * SQL Data Type: nvarchar(100)`),
1004
984
  Entity: zod_1.z.string().nullish().describe(`
1005
985
  * * Field Name: Entity
1006
986
  * * Display Name: Entity
@@ -1044,14 +1024,6 @@ exports.AuthorizationRoleSchema = zod_1.z.object({
1044
1024
  * * Display Name: Updated At
1045
1025
  * * SQL Data Type: datetimeoffset
1046
1026
  * * Default Value: getutcdate()`),
1047
- Authorization: zod_1.z.string().describe(`
1048
- * * Field Name: Authorization
1049
- * * Display Name: Authorization
1050
- * * SQL Data Type: nvarchar(100)`),
1051
- Role: zod_1.z.string().describe(`
1052
- * * Field Name: Role
1053
- * * Display Name: Role
1054
- * * SQL Data Type: nvarchar(50)`),
1055
1027
  });
1056
1028
  /**
1057
1029
  * zod schema definition for the entity Authorizations
@@ -1855,10 +1827,6 @@ exports.ConversationSchema = zod_1.z.object({
1855
1827
  * * Field Name: LinkedEntity
1856
1828
  * * Display Name: Linked Entity
1857
1829
  * * SQL Data Type: nvarchar(255)`),
1858
- DataContext: zod_1.z.string().nullish().describe(`
1859
- * * Field Name: DataContext
1860
- * * Display Name: Data Context
1861
- * * SQL Data Type: nvarchar(255)`),
1862
1830
  });
1863
1831
  /**
1864
1832
  * zod schema definition for the entity Dashboard Categories
@@ -2135,10 +2103,6 @@ exports.DatasetItemSchema = zod_1.z.object({
2135
2103
  * * Display Name: Updated At
2136
2104
  * * SQL Data Type: datetimeoffset
2137
2105
  * * Default Value: getutcdate()`),
2138
- Dataset: zod_1.z.string().describe(`
2139
- * * Field Name: Dataset
2140
- * * Display Name: Dataset
2141
- * * SQL Data Type: nvarchar(100)`),
2142
2106
  Entity: zod_1.z.string().describe(`
2143
2107
  * * Field Name: Entity
2144
2108
  * * Display Name: Entity
@@ -3471,18 +3435,6 @@ exports.EntityDocumentSchema = zod_1.z.object({
3471
3435
  * * Field Name: Entity
3472
3436
  * * Display Name: Entity
3473
3437
  * * SQL Data Type: nvarchar(255)`),
3474
- VectorDatabase: zod_1.z.string().describe(`
3475
- * * Field Name: VectorDatabase
3476
- * * Display Name: Vector Database
3477
- * * SQL Data Type: nvarchar(100)`),
3478
- Template: zod_1.z.string().describe(`
3479
- * * Field Name: Template
3480
- * * Display Name: Template
3481
- * * SQL Data Type: nvarchar(255)`),
3482
- AIModel: zod_1.z.string().describe(`
3483
- * * Field Name: AIModel
3484
- * * Display Name: AIModel
3485
- * * SQL Data Type: nvarchar(50)`),
3486
3438
  });
3487
3439
  /**
3488
3440
  * zod schema definition for the entity Entity Field Values
@@ -3982,18 +3934,6 @@ exports.EntityRecordDocumentSchema = zod_1.z.object({
3982
3934
  * * Display Name: __mj _Updated At
3983
3935
  * * SQL Data Type: datetimeoffset
3984
3936
  * * Default Value: getutcdate()`),
3985
- Entity: zod_1.z.string().describe(`
3986
- * * Field Name: Entity
3987
- * * Display Name: Entity
3988
- * * SQL Data Type: nvarchar(255)`),
3989
- EntityDocument: zod_1.z.string().describe(`
3990
- * * Field Name: EntityDocument
3991
- * * Display Name: Entity Document
3992
- * * SQL Data Type: nvarchar(250)`),
3993
- VectorIndex: zod_1.z.string().describe(`
3994
- * * Field Name: VectorIndex
3995
- * * Display Name: Vector Index
3996
- * * SQL Data Type: nvarchar(255)`),
3997
3937
  });
3998
3938
  /**
3999
3939
  * zod schema definition for the entity Entity Relationship Display Components
@@ -4824,14 +4764,6 @@ exports.ListCategorySchema = zod_1.z.object({
4824
4764
  * * Display Name: Updated At
4825
4765
  * * SQL Data Type: datetimeoffset
4826
4766
  * * Default Value: getutcdate()`),
4827
- Parent: zod_1.z.string().nullish().describe(`
4828
- * * Field Name: Parent
4829
- * * Display Name: Parent
4830
- * * SQL Data Type: nvarchar(100)`),
4831
- User: zod_1.z.string().describe(`
4832
- * * Field Name: User
4833
- * * Display Name: User
4834
- * * SQL Data Type: nvarchar(100)`),
4835
4767
  });
4836
4768
  /**
4837
4769
  * zod schema definition for the entity List Details
@@ -4925,10 +4857,6 @@ exports.ListSchema = zod_1.z.object({
4925
4857
  * * Field Name: User
4926
4858
  * * Display Name: User
4927
4859
  * * SQL Data Type: nvarchar(100)`),
4928
- Category: zod_1.z.string().nullish().describe(`
4929
- * * Field Name: Category
4930
- * * Display Name: Category
4931
- * * SQL Data Type: nvarchar(100)`),
4932
4860
  });
4933
4861
  /**
4934
4862
  * zod schema definition for the entity Output Delivery Types
@@ -5254,14 +5182,6 @@ exports.QueryPermissionSchema = zod_1.z.object({
5254
5182
  * * Display Name: __mj _Updated At
5255
5183
  * * SQL Data Type: datetimeoffset
5256
5184
  * * Default Value: getutcdate()`),
5257
- Query: zod_1.z.string().describe(`
5258
- * * Field Name: Query
5259
- * * Display Name: Query
5260
- * * SQL Data Type: nvarchar(255)`),
5261
- Role: zod_1.z.string().describe(`
5262
- * * Field Name: Role
5263
- * * Display Name: Role
5264
- * * SQL Data Type: nvarchar(50)`),
5265
5185
  });
5266
5186
  /**
5267
5187
  * zod schema definition for the entity Queue Tasks
@@ -5927,10 +5847,6 @@ exports.RecordMergeLogSchema = zod_1.z.object({
5927
5847
  * * Field Name: InitiatedByUser
5928
5848
  * * Display Name: Initiated By User
5929
5849
  * * SQL Data Type: nvarchar(100)`),
5930
- ApprovedByUser: zod_1.z.string().nullish().describe(`
5931
- * * Field Name: ApprovedByUser
5932
- * * Display Name: Approved By User
5933
- * * SQL Data Type: nvarchar(100)`),
5934
5850
  });
5935
5851
  /**
5936
5852
  * zod schema definition for the entity Report Categories
@@ -6304,14 +6220,6 @@ exports.ScheduledActionParamSchema = zod_1.z.object({
6304
6220
  * * Display Name: Updated At
6305
6221
  * * SQL Data Type: datetimeoffset
6306
6222
  * * Default Value: getutcdate()`),
6307
- ScheduledAction: zod_1.z.string().describe(`
6308
- * * Field Name: ScheduledAction
6309
- * * Display Name: Scheduled Action
6310
- * * SQL Data Type: nvarchar(255)`),
6311
- ActionParam: zod_1.z.string().describe(`
6312
- * * Field Name: ActionParam
6313
- * * Display Name: Action Param
6314
- * * SQL Data Type: nvarchar(255)`),
6315
6223
  });
6316
6224
  /**
6317
6225
  * zod schema definition for the entity Scheduled Actions
@@ -6408,14 +6316,6 @@ exports.ScheduledActionSchema = zod_1.z.object({
6408
6316
  * * Display Name: Updated At
6409
6317
  * * SQL Data Type: datetimeoffset
6410
6318
  * * Default Value: getutcdate()`),
6411
- CreatedByUser: zod_1.z.string().describe(`
6412
- * * Field Name: CreatedByUser
6413
- * * Display Name: Created By User
6414
- * * SQL Data Type: nvarchar(100)`),
6415
- Action: zod_1.z.string().describe(`
6416
- * * Field Name: Action
6417
- * * Display Name: Action
6418
- * * SQL Data Type: nvarchar(425)`),
6419
6319
  });
6420
6320
  /**
6421
6321
  * zod schema definition for the entity Schema Info
@@ -7036,6 +6936,10 @@ exports.UserNotificationSchema = zod_1.z.object({
7036
6936
  * * Display Name: Resource Type ID
7037
6937
  * * SQL Data Type: uniqueidentifier
7038
6938
  * * Related Entity/Foreign Key: Resource Types (vwResourceTypes.ID)`),
6939
+ ResourceRecordID: zod_1.z.string().nullish().describe(`
6940
+ * * Field Name: ResourceRecordID
6941
+ * * Display Name: Resource Record ID
6942
+ * * SQL Data Type: uniqueidentifier`),
7039
6943
  ResourceConfiguration: zod_1.z.string().nullish().describe(`
7040
6944
  * * Field Name: ResourceConfiguration
7041
6945
  * * Display Name: Resource Configuration
@@ -7059,10 +6963,6 @@ exports.UserNotificationSchema = zod_1.z.object({
7059
6963
  * * Display Name: Updated At
7060
6964
  * * SQL Data Type: datetimeoffset
7061
6965
  * * Default Value: getutcdate()`),
7062
- ResourceRecordID: zod_1.z.string().nullish().describe(`
7063
- * * Field Name: ResourceRecordID
7064
- * * Display Name: Resource Record ID
7065
- * * SQL Data Type: uniqueidentifier`),
7066
6966
  User: zod_1.z.string().describe(`
7067
6967
  * * Field Name: User
7068
6968
  * * Display Name: User
@@ -7228,10 +7128,6 @@ exports.UserViewCategorySchema = zod_1.z.object({
7228
7128
  * * Field Name: Parent
7229
7129
  * * Display Name: Parent
7230
7130
  * * SQL Data Type: nvarchar(100)`),
7231
- Entity: zod_1.z.string().describe(`
7232
- * * Field Name: Entity
7233
- * * Display Name: Entity
7234
- * * SQL Data Type: nvarchar(255)`),
7235
7131
  User: zod_1.z.string().describe(`
7236
7132
  * * Field Name: User
7237
7133
  * * Display Name: User
@@ -8027,14 +7923,6 @@ let ActionAuthorizationEntity = class ActionAuthorizationEntity extends core_1.B
8027
7923
  get Action() {
8028
7924
  return this.Get('Action');
8029
7925
  }
8030
- /**
8031
- * * Field Name: Authorization
8032
- * * Display Name: Authorization
8033
- * * SQL Data Type: nvarchar(100)
8034
- */
8035
- get Authorization() {
8036
- return this.Get('Authorization');
8037
- }
8038
7926
  };
8039
7927
  exports.ActionAuthorizationEntity = ActionAuthorizationEntity;
8040
7928
  exports.ActionAuthorizationEntity = ActionAuthorizationEntity = __decorate([
@@ -10050,14 +9938,6 @@ let ApplicationSettingEntity = class ApplicationSettingEntity extends core_1.Bas
10050
9938
  get __mj_UpdatedAt() {
10051
9939
  return this.Get('__mj_UpdatedAt');
10052
9940
  }
10053
- /**
10054
- * * Field Name: Application
10055
- * * Display Name: Application
10056
- * * SQL Data Type: nvarchar(100)
10057
- */
10058
- get Application() {
10059
- return this.Get('Application');
10060
- }
10061
9941
  };
10062
9942
  exports.ApplicationSettingEntity = ApplicationSettingEntity;
10063
9943
  exports.ApplicationSettingEntity = ApplicationSettingEntity = __decorate([
@@ -10297,14 +10177,6 @@ let AuditLogTypeEntity = class AuditLogTypeEntity extends core_1.BaseEntity {
10297
10177
  get Parent() {
10298
10178
  return this.Get('Parent');
10299
10179
  }
10300
- /**
10301
- * * Field Name: Authorization
10302
- * * Display Name: Authorization
10303
- * * SQL Data Type: nvarchar(100)
10304
- */
10305
- get Authorization() {
10306
- return this.Get('Authorization');
10307
- }
10308
10180
  };
10309
10181
  exports.AuditLogTypeEntity = AuditLogTypeEntity;
10310
10182
  exports.AuditLogTypeEntity = AuditLogTypeEntity = __decorate([
@@ -10481,22 +10353,6 @@ let AuditLogEntity = class AuditLogEntity extends core_1.BaseEntity {
10481
10353
  return this.Get('User');
10482
10354
  }
10483
10355
  /**
10484
- * * Field Name: AuditLogType
10485
- * * Display Name: Audit Log Type
10486
- * * SQL Data Type: nvarchar(50)
10487
- */
10488
- get AuditLogType() {
10489
- return this.Get('AuditLogType');
10490
- }
10491
- /**
10492
- * * Field Name: Authorization
10493
- * * Display Name: Authorization
10494
- * * SQL Data Type: nvarchar(100)
10495
- */
10496
- get Authorization() {
10497
- return this.Get('Authorization');
10498
- }
10499
- /**
10500
10356
  * * Field Name: Entity
10501
10357
  * * Display Name: Entity
10502
10358
  * * SQL Data Type: nvarchar(255)
@@ -10625,22 +10481,6 @@ let AuthorizationRoleEntity = class AuthorizationRoleEntity extends core_1.BaseE
10625
10481
  get __mj_UpdatedAt() {
10626
10482
  return this.Get('__mj_UpdatedAt');
10627
10483
  }
10628
- /**
10629
- * * Field Name: Authorization
10630
- * * Display Name: Authorization
10631
- * * SQL Data Type: nvarchar(100)
10632
- */
10633
- get Authorization() {
10634
- return this.Get('Authorization');
10635
- }
10636
- /**
10637
- * * Field Name: Role
10638
- * * Display Name: Role
10639
- * * SQL Data Type: nvarchar(50)
10640
- */
10641
- get Role() {
10642
- return this.Get('Role');
10643
- }
10644
10484
  };
10645
10485
  exports.AuthorizationRoleEntity = AuthorizationRoleEntity;
10646
10486
  exports.AuthorizationRoleEntity = AuthorizationRoleEntity = __decorate([
@@ -12825,14 +12665,6 @@ let ConversationEntity = class ConversationEntity extends core_1.BaseEntity {
12825
12665
  get LinkedEntity() {
12826
12666
  return this.Get('LinkedEntity');
12827
12667
  }
12828
- /**
12829
- * * Field Name: DataContext
12830
- * * Display Name: Data Context
12831
- * * SQL Data Type: nvarchar(255)
12832
- */
12833
- get DataContext() {
12834
- return this.Get('DataContext');
12835
- }
12836
12668
  };
12837
12669
  exports.ConversationEntity = ConversationEntity;
12838
12670
  exports.ConversationEntity = ConversationEntity = __decorate([
@@ -13570,14 +13402,6 @@ let DatasetItemEntity = class DatasetItemEntity extends core_1.BaseEntity {
13570
13402
  return this.Get('__mj_UpdatedAt');
13571
13403
  }
13572
13404
  /**
13573
- * * Field Name: Dataset
13574
- * * Display Name: Dataset
13575
- * * SQL Data Type: nvarchar(100)
13576
- */
13577
- get Dataset() {
13578
- return this.Get('Dataset');
13579
- }
13580
- /**
13581
13405
  * * Field Name: Entity
13582
13406
  * * Display Name: Entity
13583
13407
  * * SQL Data Type: nvarchar(255)
@@ -17027,30 +16851,6 @@ let EntityDocumentEntity = class EntityDocumentEntity extends core_1.BaseEntity
17027
16851
  get Entity() {
17028
16852
  return this.Get('Entity');
17029
16853
  }
17030
- /**
17031
- * * Field Name: VectorDatabase
17032
- * * Display Name: Vector Database
17033
- * * SQL Data Type: nvarchar(100)
17034
- */
17035
- get VectorDatabase() {
17036
- return this.Get('VectorDatabase');
17037
- }
17038
- /**
17039
- * * Field Name: Template
17040
- * * Display Name: Template
17041
- * * SQL Data Type: nvarchar(255)
17042
- */
17043
- get Template() {
17044
- return this.Get('Template');
17045
- }
17046
- /**
17047
- * * Field Name: AIModel
17048
- * * Display Name: AIModel
17049
- * * SQL Data Type: nvarchar(50)
17050
- */
17051
- get AIModel() {
17052
- return this.Get('AIModel');
17053
- }
17054
16854
  };
17055
16855
  exports.EntityDocumentEntity = EntityDocumentEntity;
17056
16856
  exports.EntityDocumentEntity = EntityDocumentEntity = __decorate([
@@ -18205,30 +18005,6 @@ let EntityRecordDocumentEntity = class EntityRecordDocumentEntity extends core_1
18205
18005
  get __mj_UpdatedAt() {
18206
18006
  return this.Get('__mj_UpdatedAt');
18207
18007
  }
18208
- /**
18209
- * * Field Name: Entity
18210
- * * Display Name: Entity
18211
- * * SQL Data Type: nvarchar(255)
18212
- */
18213
- get Entity() {
18214
- return this.Get('Entity');
18215
- }
18216
- /**
18217
- * * Field Name: EntityDocument
18218
- * * Display Name: Entity Document
18219
- * * SQL Data Type: nvarchar(250)
18220
- */
18221
- get EntityDocument() {
18222
- return this.Get('EntityDocument');
18223
- }
18224
- /**
18225
- * * Field Name: VectorIndex
18226
- * * Display Name: Vector Index
18227
- * * SQL Data Type: nvarchar(255)
18228
- */
18229
- get VectorIndex() {
18230
- return this.Get('VectorIndex');
18231
- }
18232
18008
  };
18233
18009
  exports.EntityRecordDocumentEntity = EntityRecordDocumentEntity;
18234
18010
  exports.EntityRecordDocumentEntity = EntityRecordDocumentEntity = __decorate([
@@ -20496,22 +20272,6 @@ let ListCategoryEntity = class ListCategoryEntity extends core_1.BaseEntity {
20496
20272
  get __mj_UpdatedAt() {
20497
20273
  return this.Get('__mj_UpdatedAt');
20498
20274
  }
20499
- /**
20500
- * * Field Name: Parent
20501
- * * Display Name: Parent
20502
- * * SQL Data Type: nvarchar(100)
20503
- */
20504
- get Parent() {
20505
- return this.Get('Parent');
20506
- }
20507
- /**
20508
- * * Field Name: User
20509
- * * Display Name: User
20510
- * * SQL Data Type: nvarchar(100)
20511
- */
20512
- get User() {
20513
- return this.Get('User');
20514
- }
20515
20275
  };
20516
20276
  exports.ListCategoryEntity = ListCategoryEntity;
20517
20277
  exports.ListCategoryEntity = ListCategoryEntity = __decorate([
@@ -20767,14 +20527,6 @@ let ListEntity = class ListEntity extends core_1.BaseEntity {
20767
20527
  get User() {
20768
20528
  return this.Get('User');
20769
20529
  }
20770
- /**
20771
- * * Field Name: Category
20772
- * * Display Name: Category
20773
- * * SQL Data Type: nvarchar(100)
20774
- */
20775
- get Category() {
20776
- return this.Get('Category');
20777
- }
20778
20530
  };
20779
20531
  exports.ListEntity = ListEntity;
20780
20532
  exports.ListEntity = ListEntity = __decorate([
@@ -21745,22 +21497,6 @@ let QueryPermissionEntity = class QueryPermissionEntity extends core_1.BaseEntit
21745
21497
  get __mj_UpdatedAt() {
21746
21498
  return this.Get('__mj_UpdatedAt');
21747
21499
  }
21748
- /**
21749
- * * Field Name: Query
21750
- * * Display Name: Query
21751
- * * SQL Data Type: nvarchar(255)
21752
- */
21753
- get Query() {
21754
- return this.Get('Query');
21755
- }
21756
- /**
21757
- * * Field Name: Role
21758
- * * Display Name: Role
21759
- * * SQL Data Type: nvarchar(50)
21760
- */
21761
- get Role() {
21762
- return this.Get('Role');
21763
- }
21764
21500
  };
21765
21501
  exports.QueryPermissionEntity = QueryPermissionEntity;
21766
21502
  exports.QueryPermissionEntity = QueryPermissionEntity = __decorate([
@@ -23581,14 +23317,6 @@ let RecordMergeLogEntity = class RecordMergeLogEntity extends core_1.BaseEntity
23581
23317
  get InitiatedByUser() {
23582
23318
  return this.Get('InitiatedByUser');
23583
23319
  }
23584
- /**
23585
- * * Field Name: ApprovedByUser
23586
- * * Display Name: Approved By User
23587
- * * SQL Data Type: nvarchar(100)
23588
- */
23589
- get ApprovedByUser() {
23590
- return this.Get('ApprovedByUser');
23591
- }
23592
23320
  };
23593
23321
  exports.RecordMergeLogEntity = RecordMergeLogEntity;
23594
23322
  exports.RecordMergeLogEntity = RecordMergeLogEntity = __decorate([
@@ -24605,22 +24333,6 @@ let ScheduledActionParamEntity = class ScheduledActionParamEntity extends core_1
24605
24333
  get __mj_UpdatedAt() {
24606
24334
  return this.Get('__mj_UpdatedAt');
24607
24335
  }
24608
- /**
24609
- * * Field Name: ScheduledAction
24610
- * * Display Name: Scheduled Action
24611
- * * SQL Data Type: nvarchar(255)
24612
- */
24613
- get ScheduledAction() {
24614
- return this.Get('ScheduledAction');
24615
- }
24616
- /**
24617
- * * Field Name: ActionParam
24618
- * * Display Name: Action Param
24619
- * * SQL Data Type: nvarchar(255)
24620
- */
24621
- get ActionParam() {
24622
- return this.Get('ActionParam');
24623
- }
24624
24336
  };
24625
24337
  exports.ScheduledActionParamEntity = ScheduledActionParamEntity;
24626
24338
  exports.ScheduledActionParamEntity = ScheduledActionParamEntity = __decorate([
@@ -24848,22 +24560,6 @@ let ScheduledActionEntity = class ScheduledActionEntity extends core_1.BaseEntit
24848
24560
  get __mj_UpdatedAt() {
24849
24561
  return this.Get('__mj_UpdatedAt');
24850
24562
  }
24851
- /**
24852
- * * Field Name: CreatedByUser
24853
- * * Display Name: Created By User
24854
- * * SQL Data Type: nvarchar(100)
24855
- */
24856
- get CreatedByUser() {
24857
- return this.Get('CreatedByUser');
24858
- }
24859
- /**
24860
- * * Field Name: Action
24861
- * * Display Name: Action
24862
- * * SQL Data Type: nvarchar(425)
24863
- */
24864
- get Action() {
24865
- return this.Get('Action');
24866
- }
24867
24563
  };
24868
24564
  exports.ScheduledActionEntity = ScheduledActionEntity;
24869
24565
  exports.ScheduledActionEntity = ScheduledActionEntity = __decorate([
@@ -26601,6 +26297,17 @@ let UserNotificationEntity = class UserNotificationEntity extends core_1.BaseEnt
26601
26297
  this.Set('ResourceTypeID', value);
26602
26298
  }
26603
26299
  /**
26300
+ * * Field Name: ResourceRecordID
26301
+ * * Display Name: Resource Record ID
26302
+ * * SQL Data Type: uniqueidentifier
26303
+ */
26304
+ get ResourceRecordID() {
26305
+ return this.Get('ResourceRecordID');
26306
+ }
26307
+ set ResourceRecordID(value) {
26308
+ this.Set('ResourceRecordID', value);
26309
+ }
26310
+ /**
26604
26311
  * * Field Name: ResourceConfiguration
26605
26312
  * * Display Name: Resource Configuration
26606
26313
  * * SQL Data Type: nvarchar(MAX)
@@ -26653,17 +26360,6 @@ let UserNotificationEntity = class UserNotificationEntity extends core_1.BaseEnt
26653
26360
  return this.Get('__mj_UpdatedAt');
26654
26361
  }
26655
26362
  /**
26656
- * * Field Name: ResourceRecordID
26657
- * * Display Name: Resource Record ID
26658
- * * SQL Data Type: uniqueidentifier
26659
- */
26660
- get ResourceRecordID() {
26661
- return this.Get('ResourceRecordID');
26662
- }
26663
- set ResourceRecordID(value) {
26664
- this.Set('ResourceRecordID', value);
26665
- }
26666
- /**
26667
26363
  * * Field Name: User
26668
26364
  * * Display Name: User
26669
26365
  * * SQL Data Type: nvarchar(100)
@@ -27092,14 +26788,6 @@ let UserViewCategoryEntity = class UserViewCategoryEntity extends core_1.BaseEnt
27092
26788
  return this.Get('Parent');
27093
26789
  }
27094
26790
  /**
27095
- * * Field Name: Entity
27096
- * * Display Name: Entity
27097
- * * SQL Data Type: nvarchar(255)
27098
- */
27099
- get Entity() {
27100
- return this.Get('Entity');
27101
- }
27102
- /**
27103
26791
  * * Field Name: User
27104
26792
  * * Display Name: User
27105
26793
  * * SQL Data Type: nvarchar(100)