@memberjunction/core-entities 0.9.180 → 0.9.183
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.
|
@@ -10962,6 +10962,18 @@ let QueryCategoryEntity = class QueryCategoryEntity extends core_1.BaseEntity {
|
|
|
10962
10962
|
return this.Get('UpdatedAt');
|
|
10963
10963
|
}
|
|
10964
10964
|
/**
|
|
10965
|
+
* * Field Name: UserID
|
|
10966
|
+
* * Display Name: User ID
|
|
10967
|
+
* * SQL Data Type: int
|
|
10968
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)
|
|
10969
|
+
*/
|
|
10970
|
+
get UserID() {
|
|
10971
|
+
return this.Get('UserID');
|
|
10972
|
+
}
|
|
10973
|
+
set UserID(value) {
|
|
10974
|
+
this.Set('UserID', value);
|
|
10975
|
+
}
|
|
10976
|
+
/**
|
|
10965
10977
|
* * Field Name: Parent
|
|
10966
10978
|
* * Display Name: Parent
|
|
10967
10979
|
* * SQL Data Type: nvarchar(50)
|
|
@@ -10969,6 +10981,15 @@ let QueryCategoryEntity = class QueryCategoryEntity extends core_1.BaseEntity {
|
|
|
10969
10981
|
get Parent() {
|
|
10970
10982
|
return this.Get('Parent');
|
|
10971
10983
|
}
|
|
10984
|
+
/**
|
|
10985
|
+
* * Field Name: User
|
|
10986
|
+
* * Display Name: User
|
|
10987
|
+
* * SQL Data Type: nvarchar(100)
|
|
10988
|
+
* * Default Value: null
|
|
10989
|
+
*/
|
|
10990
|
+
get User() {
|
|
10991
|
+
return this.Get('User');
|
|
10992
|
+
}
|
|
10972
10993
|
};
|
|
10973
10994
|
exports.QueryCategoryEntity = QueryCategoryEntity;
|
|
10974
10995
|
exports.QueryCategoryEntity = QueryCategoryEntity = __decorate([
|
|
@@ -12444,6 +12465,18 @@ let UserViewCategoryEntity = class UserViewCategoryEntity extends core_1.BaseEnt
|
|
|
12444
12465
|
this.Set('EntityID', value);
|
|
12445
12466
|
}
|
|
12446
12467
|
/**
|
|
12468
|
+
* * Field Name: UserID
|
|
12469
|
+
* * Display Name: User ID
|
|
12470
|
+
* * SQL Data Type: int
|
|
12471
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)
|
|
12472
|
+
*/
|
|
12473
|
+
get UserID() {
|
|
12474
|
+
return this.Get('UserID');
|
|
12475
|
+
}
|
|
12476
|
+
set UserID(value) {
|
|
12477
|
+
this.Set('UserID', value);
|
|
12478
|
+
}
|
|
12479
|
+
/**
|
|
12447
12480
|
* * Field Name: Parent
|
|
12448
12481
|
* * Display Name: Parent
|
|
12449
12482
|
* * SQL Data Type: nvarchar(100)
|
|
@@ -12451,6 +12484,15 @@ let UserViewCategoryEntity = class UserViewCategoryEntity extends core_1.BaseEnt
|
|
|
12451
12484
|
get Parent() {
|
|
12452
12485
|
return this.Get('Parent');
|
|
12453
12486
|
}
|
|
12487
|
+
/**
|
|
12488
|
+
* * Field Name: User
|
|
12489
|
+
* * Display Name: User
|
|
12490
|
+
* * SQL Data Type: nvarchar(100)
|
|
12491
|
+
* * Default Value: null
|
|
12492
|
+
*/
|
|
12493
|
+
get User() {
|
|
12494
|
+
return this.Get('User');
|
|
12495
|
+
}
|
|
12454
12496
|
};
|
|
12455
12497
|
exports.UserViewCategoryEntity = UserViewCategoryEntity;
|
|
12456
12498
|
exports.UserViewCategoryEntity = UserViewCategoryEntity = __decorate([
|
|
@@ -12544,6 +12586,18 @@ let DashboardCategoryEntity = class DashboardCategoryEntity extends core_1.BaseE
|
|
|
12544
12586
|
return this.Get('UpdatedAt');
|
|
12545
12587
|
}
|
|
12546
12588
|
/**
|
|
12589
|
+
* * Field Name: UserID
|
|
12590
|
+
* * Display Name: User ID
|
|
12591
|
+
* * SQL Data Type: int
|
|
12592
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)
|
|
12593
|
+
*/
|
|
12594
|
+
get UserID() {
|
|
12595
|
+
return this.Get('UserID');
|
|
12596
|
+
}
|
|
12597
|
+
set UserID(value) {
|
|
12598
|
+
this.Set('UserID', value);
|
|
12599
|
+
}
|
|
12600
|
+
/**
|
|
12547
12601
|
* * Field Name: Parent
|
|
12548
12602
|
* * Display Name: Parent
|
|
12549
12603
|
* * SQL Data Type: nvarchar(100)
|
|
@@ -12551,6 +12605,15 @@ let DashboardCategoryEntity = class DashboardCategoryEntity extends core_1.BaseE
|
|
|
12551
12605
|
get Parent() {
|
|
12552
12606
|
return this.Get('Parent');
|
|
12553
12607
|
}
|
|
12608
|
+
/**
|
|
12609
|
+
* * Field Name: User
|
|
12610
|
+
* * Display Name: User
|
|
12611
|
+
* * SQL Data Type: nvarchar(100)
|
|
12612
|
+
* * Default Value: null
|
|
12613
|
+
*/
|
|
12614
|
+
get User() {
|
|
12615
|
+
return this.Get('User');
|
|
12616
|
+
}
|
|
12554
12617
|
};
|
|
12555
12618
|
exports.DashboardCategoryEntity = DashboardCategoryEntity;
|
|
12556
12619
|
exports.DashboardCategoryEntity = DashboardCategoryEntity = __decorate([
|
|
@@ -12644,6 +12707,18 @@ let ReportCategoryEntity = class ReportCategoryEntity extends core_1.BaseEntity
|
|
|
12644
12707
|
return this.Get('UpdatedAt');
|
|
12645
12708
|
}
|
|
12646
12709
|
/**
|
|
12710
|
+
* * Field Name: UserID
|
|
12711
|
+
* * Display Name: User ID
|
|
12712
|
+
* * SQL Data Type: int
|
|
12713
|
+
* * Related Entity/Foreign Key: Users (vwUsers.ID)
|
|
12714
|
+
*/
|
|
12715
|
+
get UserID() {
|
|
12716
|
+
return this.Get('UserID');
|
|
12717
|
+
}
|
|
12718
|
+
set UserID(value) {
|
|
12719
|
+
this.Set('UserID', value);
|
|
12720
|
+
}
|
|
12721
|
+
/**
|
|
12647
12722
|
* * Field Name: Parent
|
|
12648
12723
|
* * Display Name: Parent
|
|
12649
12724
|
* * SQL Data Type: nvarchar(100)
|
|
@@ -12651,6 +12726,15 @@ let ReportCategoryEntity = class ReportCategoryEntity extends core_1.BaseEntity
|
|
|
12651
12726
|
get Parent() {
|
|
12652
12727
|
return this.Get('Parent');
|
|
12653
12728
|
}
|
|
12729
|
+
/**
|
|
12730
|
+
* * Field Name: User
|
|
12731
|
+
* * Display Name: User
|
|
12732
|
+
* * SQL Data Type: nvarchar(100)
|
|
12733
|
+
* * Default Value: null
|
|
12734
|
+
*/
|
|
12735
|
+
get User() {
|
|
12736
|
+
return this.Get('User');
|
|
12737
|
+
}
|
|
12654
12738
|
};
|
|
12655
12739
|
exports.ReportCategoryEntity = ReportCategoryEntity;
|
|
12656
12740
|
exports.ReportCategoryEntity = ReportCategoryEntity = __decorate([
|