@memberjunction/core-entities 2.122.2 → 2.123.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.
@@ -6128,7 +6128,7 @@ exports.EntityFieldValueSchema = zod_1.z.object({
6128
6128
  * * Default Value: newsequentialid()`),
6129
6129
  EntityFieldID: zod_1.z.string().describe(`
6130
6130
  * * Field Name: EntityFieldID
6131
- * * Display Name: Entity Field ID
6131
+ * * Display Name: Entity Field
6132
6132
  * * SQL Data Type: uniqueidentifier
6133
6133
  * * Related Entity/Foreign Key: Entity Fields (vwEntityFields.ID)`),
6134
6134
  Sequence: zod_1.z.number().describe(`
@@ -6152,12 +6152,12 @@ exports.EntityFieldValueSchema = zod_1.z.object({
6152
6152
  * * SQL Data Type: nvarchar(MAX)`),
6153
6153
  __mj_CreatedAt: zod_1.z.date().describe(`
6154
6154
  * * Field Name: __mj_CreatedAt
6155
- * * Display Name: __mj _Created At
6155
+ * * Display Name: Created At
6156
6156
  * * SQL Data Type: datetimeoffset
6157
6157
  * * Default Value: getutcdate()`),
6158
6158
  __mj_UpdatedAt: zod_1.z.date().describe(`
6159
6159
  * * Field Name: __mj_UpdatedAt
6160
- * * Display Name: __mj _Updated At
6160
+ * * Display Name: Updated At
6161
6161
  * * SQL Data Type: datetimeoffset
6162
6162
  * * Default Value: getutcdate()`),
6163
6163
  EntityField: zod_1.z.string().describe(`
@@ -6170,7 +6170,7 @@ exports.EntityFieldValueSchema = zod_1.z.object({
6170
6170
  * * SQL Data Type: nvarchar(255)`),
6171
6171
  EntityID: zod_1.z.string().describe(`
6172
6172
  * * Field Name: EntityID
6173
- * * Display Name: Entity ID
6173
+ * * Display Name: Entity
6174
6174
  * * SQL Data Type: uniqueidentifier`),
6175
6175
  });
6176
6176
  /**
@@ -11380,7 +11380,7 @@ exports.ComponentSchema = zod_1.z.object({
11380
11380
  * * Field Name: Description
11381
11381
  * * Display Name: Description
11382
11382
  * * SQL Data Type: nvarchar(MAX)
11383
- * * Description: Detailed description of the component functionality`),
11383
+ * * Description: [READ-ONLY] Detailed description of the component functionality. This field is automatically synchronized from the Specification.description field and should not be edited directly. To update this value, edit the component spec file.`),
11384
11384
  Type: zod_1.z.union([zod_1.z.literal('Chart'), zod_1.z.literal('Dashboard'), zod_1.z.literal('Form'), zod_1.z.literal('Navigation'), zod_1.z.literal('Other'), zod_1.z.literal('Report'), zod_1.z.literal('Search'), zod_1.z.literal('Table'), zod_1.z.literal('Utility'), zod_1.z.literal('Widget')]).nullable().describe(`
11385
11385
  * * Field Name: Type
11386
11386
  * * Display Name: Type
@@ -11458,12 +11458,12 @@ exports.ComponentSchema = zod_1.z.object({
11458
11458
  * * Field Name: FunctionalRequirements
11459
11459
  * * Display Name: Functional Requirements
11460
11460
  * * SQL Data Type: nvarchar(MAX)
11461
- * * Description: Functional requirements describing what the component should accomplish`),
11461
+ * * Description: [READ-ONLY] Functional requirements describing what the component should accomplish. This field is automatically synchronized from the Specification.functionalRequirements field and should not be edited directly. To update this value, edit the component spec file.`),
11462
11462
  TechnicalDesign: zod_1.z.string().nullable().describe(`
11463
11463
  * * Field Name: TechnicalDesign
11464
11464
  * * Display Name: Technical Design
11465
11465
  * * SQL Data Type: nvarchar(MAX)
11466
- * * Description: Technical design describing how the component is implemented`),
11466
+ * * Description: [READ-ONLY] Technical design describing how the component is implemented. This field is automatically synchronized from the Specification.technicalDesign field and should not be edited directly. To update this value, edit the component spec file.`),
11467
11467
  FunctionalRequirementsVector: zod_1.z.string().nullable().describe(`
11468
11468
  * * Field Name: FunctionalRequirementsVector
11469
11469
  * * Display Name: Functional Requirements Vector
@@ -16427,13 +16427,13 @@ exports.UserViewSchema = zod_1.z.object({
16427
16427
  * * Related Entity/Foreign Key: User View Categories (vwUserViewCategories.ID)`),
16428
16428
  IsShared: zod_1.z.boolean().describe(`
16429
16429
  * * Field Name: IsShared
16430
- * * Display Name: Shared
16430
+ * * Display Name: Is Shared
16431
16431
  * * SQL Data Type: bit
16432
16432
  * * Default Value: 0
16433
16433
  * * Description: Whether this view is shared with other users.`),
16434
16434
  IsDefault: zod_1.z.boolean().describe(`
16435
16435
  * * Field Name: IsDefault
16436
- * * Display Name: Default
16436
+ * * Display Name: Is Default
16437
16437
  * * SQL Data Type: bit
16438
16438
  * * Default Value: 0
16439
16439
  * * Description: Whether this is the user's default view for the entity.`),
@@ -16449,7 +16449,7 @@ exports.UserViewSchema = zod_1.z.object({
16449
16449
  * * Description: JSON storing the view's filter configuration.`),
16450
16450
  CustomFilterState: zod_1.z.boolean().describe(`
16451
16451
  * * Field Name: CustomFilterState
16452
- * * Display Name: Custom Filter
16452
+ * * Display Name: Custom Filter State
16453
16453
  * * SQL Data Type: bit
16454
16454
  * * Default Value: 0
16455
16455
  * * Description: Indicates if custom filters beyond standard options are applied.`),
@@ -16510,13 +16510,18 @@ exports.UserViewSchema = zod_1.z.object({
16510
16510
  * * Display Name: Card State
16511
16511
  * * SQL Data Type: nvarchar(MAX)
16512
16512
  * * Description: JSON configuration for card display mode in Data Explorer. Stores card layout settings including title field, subtitle, display fields, thumbnails, and layout density. When null, defaults are derived from entity metadata. See CardState interface in packages/Angular/Generic/entity-viewer/src/lib/types.ts for the current schema definition.`),
16513
+ DisplayState: zod_1.z.string().nullable().describe(`
16514
+ * * Field Name: DisplayState
16515
+ * * Display Name: Display State
16516
+ * * SQL Data Type: nvarchar(MAX)
16517
+ * * Description: JSON configuration for display mode settings. Stores default display mode (grid/cards/timeline/chart), available modes for sharing, and mode-specific configurations like timeline date field and segmentation. See ViewDisplayState interface in packages/Angular/Generic/entity-viewer/src/lib/types.ts for schema.`),
16513
16518
  UserName: zod_1.z.string().describe(`
16514
16519
  * * Field Name: UserName
16515
16520
  * * Display Name: User Name
16516
16521
  * * SQL Data Type: nvarchar(100)`),
16517
16522
  UserFirstLast: zod_1.z.string().nullable().describe(`
16518
16523
  * * Field Name: UserFirstLast
16519
- * * Display Name: User First Last
16524
+ * * Display Name: User Full Name
16520
16525
  * * SQL Data Type: nvarchar(101)`),
16521
16526
  UserEmail: zod_1.z.string().describe(`
16522
16527
  * * Field Name: UserEmail
@@ -32483,7 +32488,7 @@ let EntityFieldValueEntity = class EntityFieldValueEntity extends core_1.BaseEnt
32483
32488
  }
32484
32489
  /**
32485
32490
  * * Field Name: EntityFieldID
32486
- * * Display Name: Entity Field ID
32491
+ * * Display Name: Entity Field
32487
32492
  * * SQL Data Type: uniqueidentifier
32488
32493
  * * Related Entity/Foreign Key: Entity Fields (vwEntityFields.ID)
32489
32494
  */
@@ -32542,7 +32547,7 @@ let EntityFieldValueEntity = class EntityFieldValueEntity extends core_1.BaseEnt
32542
32547
  }
32543
32548
  /**
32544
32549
  * * Field Name: __mj_CreatedAt
32545
- * * Display Name: __mj _Created At
32550
+ * * Display Name: Created At
32546
32551
  * * SQL Data Type: datetimeoffset
32547
32552
  * * Default Value: getutcdate()
32548
32553
  */
@@ -32551,7 +32556,7 @@ let EntityFieldValueEntity = class EntityFieldValueEntity extends core_1.BaseEnt
32551
32556
  }
32552
32557
  /**
32553
32558
  * * Field Name: __mj_UpdatedAt
32554
- * * Display Name: __mj _Updated At
32559
+ * * Display Name: Updated At
32555
32560
  * * SQL Data Type: datetimeoffset
32556
32561
  * * Default Value: getutcdate()
32557
32562
  */
@@ -32576,7 +32581,7 @@ let EntityFieldValueEntity = class EntityFieldValueEntity extends core_1.BaseEnt
32576
32581
  }
32577
32582
  /**
32578
32583
  * * Field Name: EntityID
32579
- * * Display Name: Entity ID
32584
+ * * Display Name: Entity
32580
32585
  * * SQL Data Type: uniqueidentifier
32581
32586
  */
32582
32587
  get EntityID() {
@@ -45545,7 +45550,7 @@ let ComponentEntity = class ComponentEntity extends core_1.BaseEntity {
45545
45550
  * * Field Name: Description
45546
45551
  * * Display Name: Description
45547
45552
  * * SQL Data Type: nvarchar(MAX)
45548
- * * Description: Detailed description of the component functionality
45553
+ * * Description: [READ-ONLY] Detailed description of the component functionality. This field is automatically synchronized from the Specification.description field and should not be edited directly. To update this value, edit the component spec file.
45549
45554
  */
45550
45555
  get Description() {
45551
45556
  return this.Get('Description');
@@ -45701,7 +45706,7 @@ let ComponentEntity = class ComponentEntity extends core_1.BaseEntity {
45701
45706
  * * Field Name: FunctionalRequirements
45702
45707
  * * Display Name: Functional Requirements
45703
45708
  * * SQL Data Type: nvarchar(MAX)
45704
- * * Description: Functional requirements describing what the component should accomplish
45709
+ * * Description: [READ-ONLY] Functional requirements describing what the component should accomplish. This field is automatically synchronized from the Specification.functionalRequirements field and should not be edited directly. To update this value, edit the component spec file.
45705
45710
  */
45706
45711
  get FunctionalRequirements() {
45707
45712
  return this.Get('FunctionalRequirements');
@@ -45713,7 +45718,7 @@ let ComponentEntity = class ComponentEntity extends core_1.BaseEntity {
45713
45718
  * * Field Name: TechnicalDesign
45714
45719
  * * Display Name: Technical Design
45715
45720
  * * SQL Data Type: nvarchar(MAX)
45716
- * * Description: Technical design describing how the component is implemented
45721
+ * * Description: [READ-ONLY] Technical design describing how the component is implemented. This field is automatically synchronized from the Specification.technicalDesign field and should not be edited directly. To update this value, edit the component spec file.
45717
45722
  */
45718
45723
  get TechnicalDesign() {
45719
45724
  return this.Get('TechnicalDesign');
@@ -58677,7 +58682,7 @@ let UserViewEntity = class UserViewEntity extends core_1.BaseEntity {
58677
58682
  }
58678
58683
  /**
58679
58684
  * * Field Name: IsShared
58680
- * * Display Name: Shared
58685
+ * * Display Name: Is Shared
58681
58686
  * * SQL Data Type: bit
58682
58687
  * * Default Value: 0
58683
58688
  * * Description: Whether this view is shared with other users.
@@ -58690,7 +58695,7 @@ let UserViewEntity = class UserViewEntity extends core_1.BaseEntity {
58690
58695
  }
58691
58696
  /**
58692
58697
  * * Field Name: IsDefault
58693
- * * Display Name: Default
58698
+ * * Display Name: Is Default
58694
58699
  * * SQL Data Type: bit
58695
58700
  * * Default Value: 0
58696
58701
  * * Description: Whether this is the user's default view for the entity.
@@ -58727,7 +58732,7 @@ let UserViewEntity = class UserViewEntity extends core_1.BaseEntity {
58727
58732
  }
58728
58733
  /**
58729
58734
  * * Field Name: CustomFilterState
58730
- * * Display Name: Custom Filter
58735
+ * * Display Name: Custom Filter State
58731
58736
  * * SQL Data Type: bit
58732
58737
  * * Default Value: 0
58733
58738
  * * Description: Indicates if custom filters beyond standard options are applied.
@@ -58867,6 +58872,18 @@ let UserViewEntity = class UserViewEntity extends core_1.BaseEntity {
58867
58872
  this.Set('CardState', value);
58868
58873
  }
58869
58874
  /**
58875
+ * * Field Name: DisplayState
58876
+ * * Display Name: Display State
58877
+ * * SQL Data Type: nvarchar(MAX)
58878
+ * * Description: JSON configuration for display mode settings. Stores default display mode (grid/cards/timeline/chart), available modes for sharing, and mode-specific configurations like timeline date field and segmentation. See ViewDisplayState interface in packages/Angular/Generic/entity-viewer/src/lib/types.ts for schema.
58879
+ */
58880
+ get DisplayState() {
58881
+ return this.Get('DisplayState');
58882
+ }
58883
+ set DisplayState(value) {
58884
+ this.Set('DisplayState', value);
58885
+ }
58886
+ /**
58870
58887
  * * Field Name: UserName
58871
58888
  * * Display Name: User Name
58872
58889
  * * SQL Data Type: nvarchar(100)
@@ -58876,7 +58893,7 @@ let UserViewEntity = class UserViewEntity extends core_1.BaseEntity {
58876
58893
  }
58877
58894
  /**
58878
58895
  * * Field Name: UserFirstLast
58879
- * * Display Name: User First Last
58896
+ * * Display Name: User Full Name
58880
58897
  * * SQL Data Type: nvarchar(101)
58881
58898
  */
58882
58899
  get UserFirstLast() {