@memberjunction/core-entities 1.3.0 → 1.3.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.
@@ -1941,7 +1941,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
1941
1941
  /**
1942
1942
  * * Field Name: EntityCodeName
1943
1943
  * * Display Name: Entity Code Name
1944
- * * SQL Data Type: nvarchar(4000)
1944
+ * * SQL Data Type: nvarchar(MAX)
1945
1945
  */
1946
1946
  get EntityCodeName() {
1947
1947
  return this.Get('EntityCodeName');
@@ -1949,7 +1949,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
1949
1949
  /**
1950
1950
  * * Field Name: EntityClassName
1951
1951
  * * Display Name: Entity Class Name
1952
- * * SQL Data Type: nvarchar(4000)
1952
+ * * SQL Data Type: nvarchar(MAX)
1953
1953
  */
1954
1954
  get EntityClassName() {
1955
1955
  return this.Get('EntityClassName');
@@ -1989,7 +1989,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
1989
1989
  /**
1990
1990
  * * Field Name: RelatedEntityCodeName
1991
1991
  * * Display Name: Related Entity Code Name
1992
- * * SQL Data Type: nvarchar(4000)
1992
+ * * SQL Data Type: nvarchar(MAX)
1993
1993
  */
1994
1994
  get RelatedEntityCodeName() {
1995
1995
  return this.Get('RelatedEntityCodeName');
@@ -1997,7 +1997,7 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
1997
1997
  /**
1998
1998
  * * Field Name: RelatedEntityClassName
1999
1999
  * * Display Name: Related Entity Class Name
2000
- * * SQL Data Type: nvarchar(4000)
2000
+ * * SQL Data Type: nvarchar(MAX)
2001
2001
  */
2002
2002
  get RelatedEntityClassName() {
2003
2003
  return this.Get('RelatedEntityClassName');
@@ -2523,7 +2523,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
2523
2523
  /**
2524
2524
  * * Field Name: CodeName
2525
2525
  * * Display Name: Code Name
2526
- * * SQL Data Type: nvarchar(4000)
2526
+ * * SQL Data Type: nvarchar(MAX)
2527
2527
  */
2528
2528
  get CodeName() {
2529
2529
  return this.Get('CodeName');
@@ -2531,7 +2531,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
2531
2531
  /**
2532
2532
  * * Field Name: ClassName
2533
2533
  * * Display Name: Class Name
2534
- * * SQL Data Type: nvarchar(4000)
2534
+ * * SQL Data Type: nvarchar(MAX)
2535
2535
  */
2536
2536
  get ClassName() {
2537
2537
  return this.Get('ClassName');
@@ -2539,7 +2539,7 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
2539
2539
  /**
2540
2540
  * * Field Name: BaseTableCodeName
2541
2541
  * * Display Name: Base Table Code Name
2542
- * * SQL Data Type: nvarchar(4000)
2542
+ * * SQL Data Type: nvarchar(MAX)
2543
2543
  */
2544
2544
  get BaseTableCodeName() {
2545
2545
  return this.Get('BaseTableCodeName');
@@ -3071,7 +3071,7 @@ let EntityRelationshipEntity = class EntityRelationshipEntity extends core_1.Bas
3071
3071
  /**
3072
3072
  * * Field Name: RelatedEntityClassName
3073
3073
  * * Display Name: Related Entity Class Name
3074
- * * SQL Data Type: nvarchar(4000)
3074
+ * * SQL Data Type: nvarchar(MAX)
3075
3075
  */
3076
3076
  get RelatedEntityClassName() {
3077
3077
  return this.Get('RelatedEntityClassName');
@@ -3079,7 +3079,7 @@ let EntityRelationshipEntity = class EntityRelationshipEntity extends core_1.Bas
3079
3079
  /**
3080
3080
  * * Field Name: RelatedEntityCodeName
3081
3081
  * * Display Name: Related Entity Code Name
3082
- * * SQL Data Type: nvarchar(4000)
3082
+ * * SQL Data Type: nvarchar(MAX)
3083
3083
  */
3084
3084
  get RelatedEntityCodeName() {
3085
3085
  return this.Get('RelatedEntityCodeName');
@@ -3087,7 +3087,7 @@ let EntityRelationshipEntity = class EntityRelationshipEntity extends core_1.Bas
3087
3087
  /**
3088
3088
  * * Field Name: RelatedEntityBaseTableCodeName
3089
3089
  * * Display Name: Related Entity Base Table Code Name
3090
- * * SQL Data Type: nvarchar(4000)
3090
+ * * SQL Data Type: nvarchar(MAX)
3091
3091
  */
3092
3092
  get RelatedEntityBaseTableCodeName() {
3093
3093
  return this.Get('RelatedEntityBaseTableCodeName');
@@ -3706,7 +3706,6 @@ let CompanyIntegrationRunEntity = class CompanyIntegrationRunEntity extends core
3706
3706
  * * Field Name: RunByUser
3707
3707
  * * Display Name: Run By User
3708
3708
  * * SQL Data Type: nvarchar(100)
3709
- * * Default Value: null
3710
3709
  */
3711
3710
  get RunByUser() {
3712
3711
  return this.Get('RunByUser');
@@ -4205,7 +4204,7 @@ let ApplicationEntityEntity = class ApplicationEntityEntity extends core_1.BaseE
4205
4204
  /**
4206
4205
  * * Field Name: EntityCodeName
4207
4206
  * * Display Name: Entity Code Name
4208
- * * SQL Data Type: nvarchar(4000)
4207
+ * * SQL Data Type: nvarchar(MAX)
4209
4208
  */
4210
4209
  get EntityCodeName() {
4211
4210
  return this.Get('EntityCodeName');
@@ -4213,7 +4212,7 @@ let ApplicationEntityEntity = class ApplicationEntityEntity extends core_1.BaseE
4213
4212
  /**
4214
4213
  * * Field Name: EntityClassName
4215
4214
  * * Display Name: Entity Class Name
4216
- * * SQL Data Type: nvarchar(4000)
4215
+ * * SQL Data Type: nvarchar(MAX)
4217
4216
  */
4218
4217
  get EntityClassName() {
4219
4218
  return this.Get('EntityClassName');
@@ -4221,7 +4220,7 @@ let ApplicationEntityEntity = class ApplicationEntityEntity extends core_1.BaseE
4221
4220
  /**
4222
4221
  * * Field Name: EntityBaseTableCodeName
4223
4222
  * * Display Name: Entity Base Table Code Name
4224
- * * SQL Data Type: nvarchar(4000)
4223
+ * * SQL Data Type: nvarchar(MAX)
4225
4224
  */
4226
4225
  get EntityBaseTableCodeName() {
4227
4226
  return this.Get('EntityBaseTableCodeName');