@memberjunction/core-entities 2.13.4 → 2.15.0

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.
@@ -60,7 +60,8 @@ exports.ActionAuthorizationSchema = zod_1.z.object({
60
60
  Authorization: zod_1.z.string().describe(`
61
61
  * * Field Name: Authorization
62
62
  * * Display Name: Authorization
63
- * * SQL Data Type: nvarchar(100)`),
63
+ * * SQL Data Type: nvarchar(100)
64
+ * * Default Value: null`),
64
65
  });
65
66
  /**
66
67
  * zod schema definition for the entity Action Categories
@@ -1087,7 +1088,8 @@ exports.ApplicationSettingSchema = zod_1.z.object({
1087
1088
  Application: zod_1.z.string().describe(`
1088
1089
  * * Field Name: Application
1089
1090
  * * Display Name: Application
1090
- * * SQL Data Type: nvarchar(100)`),
1091
+ * * SQL Data Type: nvarchar(100)
1092
+ * * Default Value: null`),
1091
1093
  });
1092
1094
  /**
1093
1095
  * zod schema definition for the entity Applications
@@ -1169,7 +1171,8 @@ exports.AuditLogTypeSchema = zod_1.z.object({
1169
1171
  Authorization: zod_1.z.string().nullish().describe(`
1170
1172
  * * Field Name: Authorization
1171
1173
  * * Display Name: Authorization
1172
- * * SQL Data Type: nvarchar(100)`),
1174
+ * * SQL Data Type: nvarchar(100)
1175
+ * * Default Value: null`),
1173
1176
  });
1174
1177
  /**
1175
1178
  * zod schema definition for the entity Audit Logs
@@ -1238,11 +1241,13 @@ exports.AuditLogSchema = zod_1.z.object({
1238
1241
  AuditLogType: zod_1.z.string().describe(`
1239
1242
  * * Field Name: AuditLogType
1240
1243
  * * Display Name: Audit Log Type
1241
- * * SQL Data Type: nvarchar(50)`),
1244
+ * * SQL Data Type: nvarchar(50)
1245
+ * * Default Value: null`),
1242
1246
  Authorization: zod_1.z.string().nullish().describe(`
1243
1247
  * * Field Name: Authorization
1244
1248
  * * Display Name: Authorization
1245
- * * SQL Data Type: nvarchar(100)`),
1249
+ * * SQL Data Type: nvarchar(100)
1250
+ * * Default Value: null`),
1246
1251
  Entity: zod_1.z.string().nullish().describe(`
1247
1252
  * * Field Name: Entity
1248
1253
  * * Display Name: Entity
@@ -1289,11 +1294,13 @@ exports.AuthorizationRoleSchema = zod_1.z.object({
1289
1294
  Authorization: zod_1.z.string().describe(`
1290
1295
  * * Field Name: Authorization
1291
1296
  * * Display Name: Authorization
1292
- * * SQL Data Type: nvarchar(100)`),
1297
+ * * SQL Data Type: nvarchar(100)
1298
+ * * Default Value: null`),
1293
1299
  Role: zod_1.z.string().describe(`
1294
1300
  * * Field Name: Role
1295
1301
  * * Display Name: Role
1296
- * * SQL Data Type: nvarchar(50)`),
1302
+ * * SQL Data Type: nvarchar(50)
1303
+ * * Default Value: null`),
1297
1304
  });
1298
1305
  /**
1299
1306
  * zod schema definition for the entity Authorizations
@@ -2169,19 +2176,23 @@ exports.ContentItemSchema = zod_1.z.object({
2169
2176
  ContentSource: zod_1.z.string().nullish().describe(`
2170
2177
  * * Field Name: ContentSource
2171
2178
  * * Display Name: Content Source
2172
- * * SQL Data Type: nvarchar(255)`),
2179
+ * * SQL Data Type: nvarchar(255)
2180
+ * * Default Value: null`),
2173
2181
  ContentType: zod_1.z.string().describe(`
2174
2182
  * * Field Name: ContentType
2175
2183
  * * Display Name: Content Type
2176
- * * SQL Data Type: nvarchar(255)`),
2184
+ * * SQL Data Type: nvarchar(255)
2185
+ * * Default Value: null`),
2177
2186
  ContentSourceType: zod_1.z.string().describe(`
2178
2187
  * * Field Name: ContentSourceType
2179
2188
  * * Display Name: Content Source Type
2180
- * * SQL Data Type: nvarchar(255)`),
2189
+ * * SQL Data Type: nvarchar(255)
2190
+ * * Default Value: null`),
2181
2191
  ContentFileType: zod_1.z.string().describe(`
2182
2192
  * * Field Name: ContentFileType
2183
2193
  * * Display Name: Content File Type
2184
- * * SQL Data Type: nvarchar(255)`),
2194
+ * * SQL Data Type: nvarchar(255)
2195
+ * * Default Value: null`),
2185
2196
  });
2186
2197
  /**
2187
2198
  * zod schema definition for the entity Content Process Runs
@@ -2378,15 +2389,18 @@ exports.ContentSourceSchema = zod_1.z.object({
2378
2389
  ContentType: zod_1.z.string().describe(`
2379
2390
  * * Field Name: ContentType
2380
2391
  * * Display Name: Content Type
2381
- * * SQL Data Type: nvarchar(255)`),
2392
+ * * SQL Data Type: nvarchar(255)
2393
+ * * Default Value: null`),
2382
2394
  ContentSourceType: zod_1.z.string().describe(`
2383
2395
  * * Field Name: ContentSourceType
2384
2396
  * * Display Name: Content Source Type
2385
- * * SQL Data Type: nvarchar(255)`),
2397
+ * * SQL Data Type: nvarchar(255)
2398
+ * * Default Value: null`),
2386
2399
  ContentFileType: zod_1.z.string().describe(`
2387
2400
  * * Field Name: ContentFileType
2388
2401
  * * Display Name: Content File Type
2389
- * * SQL Data Type: nvarchar(255)`),
2402
+ * * SQL Data Type: nvarchar(255)
2403
+ * * Default Value: null`),
2390
2404
  });
2391
2405
  /**
2392
2406
  * zod schema definition for the entity Content Type Attributes
@@ -2520,6 +2534,26 @@ exports.ConversationDetailSchema = zod_1.z.object({
2520
2534
  * * Display Name: Updated At
2521
2535
  * * SQL Data Type: datetimeoffset
2522
2536
  * * Default Value: getutcdate()`),
2537
+ UserRating: zod_1.z.number().nullish().describe(`
2538
+ * * Field Name: UserRating
2539
+ * * Display Name: User Rating
2540
+ * * SQL Data Type: int
2541
+ * * Description: This column is used to capture user feedback as a rating scale. The scale ranges from 1 to 10, where 1 might represent thumbs down, and 10 might represent thumbs up or the highest rating in a star-based scale.`),
2542
+ UserFeedback: zod_1.z.string().nullish().describe(`
2543
+ * * Field Name: UserFeedback
2544
+ * * Display Name: User Feedback
2545
+ * * SQL Data Type: nvarchar(MAX)
2546
+ * * Description: This column is used to store user text feedback about a given AI response, describing what they liked or disliked.`),
2547
+ ReflectionInsights: zod_1.z.string().nullish().describe(`
2548
+ * * Field Name: ReflectionInsights
2549
+ * * Display Name: Reflection Insights
2550
+ * * SQL Data Type: nvarchar(MAX)
2551
+ * * Description: This column stores human or AI-generated reflections on how to improve future responses based on the user feedback and the AI output generated for prior messages in the conversation.`),
2552
+ SummaryOfEarlierConversation: zod_1.z.string().nullish().describe(`
2553
+ * * Field Name: SummaryOfEarlierConversation
2554
+ * * Display Name: Summary Of Earlier Conversation
2555
+ * * SQL Data Type: nvarchar(MAX)
2556
+ * * Description: This column optionally stores a summary of the entire conversation leading up to this particular conversation detail record. It is used in long-running conversations to optimize performance by summarizing earlier parts.`),
2523
2557
  Conversation: zod_1.z.string().nullish().describe(`
2524
2558
  * * Field Name: Conversation
2525
2559
  * * Display Name: Conversation
@@ -2596,7 +2630,8 @@ exports.ConversationSchema = zod_1.z.object({
2596
2630
  DataContext: zod_1.z.string().nullish().describe(`
2597
2631
  * * Field Name: DataContext
2598
2632
  * * Display Name: Data Context
2599
- * * SQL Data Type: nvarchar(255)`),
2633
+ * * SQL Data Type: nvarchar(255)
2634
+ * * Default Value: null`),
2600
2635
  });
2601
2636
  /**
2602
2637
  * zod schema definition for the entity Dashboard Categories
@@ -2881,7 +2916,8 @@ exports.DatasetItemSchema = zod_1.z.object({
2881
2916
  Dataset: zod_1.z.string().describe(`
2882
2917
  * * Field Name: Dataset
2883
2918
  * * Display Name: Dataset
2884
- * * SQL Data Type: nvarchar(100)`),
2919
+ * * SQL Data Type: nvarchar(100)
2920
+ * * Default Value: null`),
2885
2921
  Entity: zod_1.z.string().describe(`
2886
2922
  * * Field Name: Entity
2887
2923
  * * Display Name: Entity
@@ -4217,15 +4253,18 @@ exports.EntityDocumentSchema = zod_1.z.object({
4217
4253
  VectorDatabase: zod_1.z.string().describe(`
4218
4254
  * * Field Name: VectorDatabase
4219
4255
  * * Display Name: Vector Database
4220
- * * SQL Data Type: nvarchar(100)`),
4256
+ * * SQL Data Type: nvarchar(100)
4257
+ * * Default Value: null`),
4221
4258
  Template: zod_1.z.string().describe(`
4222
4259
  * * Field Name: Template
4223
4260
  * * Display Name: Template
4224
- * * SQL Data Type: nvarchar(255)`),
4261
+ * * SQL Data Type: nvarchar(255)
4262
+ * * Default Value: null`),
4225
4263
  AIModel: zod_1.z.string().describe(`
4226
4264
  * * Field Name: AIModel
4227
4265
  * * Display Name: AIModel
4228
- * * SQL Data Type: nvarchar(50)`),
4266
+ * * SQL Data Type: nvarchar(50)
4267
+ * * Default Value: null`),
4229
4268
  });
4230
4269
  /**
4231
4270
  * zod schema definition for the entity Entity Field Values
@@ -4728,15 +4767,18 @@ exports.EntityRecordDocumentSchema = zod_1.z.object({
4728
4767
  Entity: zod_1.z.string().describe(`
4729
4768
  * * Field Name: Entity
4730
4769
  * * Display Name: Entity
4731
- * * SQL Data Type: nvarchar(255)`),
4770
+ * * SQL Data Type: nvarchar(255)
4771
+ * * Default Value: null`),
4732
4772
  EntityDocument: zod_1.z.string().describe(`
4733
4773
  * * Field Name: EntityDocument
4734
4774
  * * Display Name: Entity Document
4735
- * * SQL Data Type: nvarchar(250)`),
4775
+ * * SQL Data Type: nvarchar(250)
4776
+ * * Default Value: null`),
4736
4777
  VectorIndex: zod_1.z.string().describe(`
4737
4778
  * * Field Name: VectorIndex
4738
4779
  * * Display Name: Vector Index
4739
- * * SQL Data Type: nvarchar(255)`),
4780
+ * * SQL Data Type: nvarchar(255)
4781
+ * * Default Value: null`),
4740
4782
  });
4741
4783
  /**
4742
4784
  * zod schema definition for the entity Entity Relationship Display Components
@@ -5570,11 +5612,13 @@ exports.ListCategorySchema = zod_1.z.object({
5570
5612
  Parent: zod_1.z.string().nullish().describe(`
5571
5613
  * * Field Name: Parent
5572
5614
  * * Display Name: Parent
5573
- * * SQL Data Type: nvarchar(100)`),
5615
+ * * SQL Data Type: nvarchar(100)
5616
+ * * Default Value: null`),
5574
5617
  User: zod_1.z.string().describe(`
5575
5618
  * * Field Name: User
5576
5619
  * * Display Name: User
5577
- * * SQL Data Type: nvarchar(100)`),
5620
+ * * SQL Data Type: nvarchar(100)
5621
+ * * Default Value: null`),
5578
5622
  });
5579
5623
  /**
5580
5624
  * zod schema definition for the entity List Details
@@ -5607,18 +5651,18 @@ exports.ListDetailSchema = zod_1.z.object({
5607
5651
  * * Display Name: Updated At
5608
5652
  * * SQL Data Type: datetimeoffset
5609
5653
  * * Default Value: getutcdate()`),
5610
- Status: zod_1.z.union([zod_1.z.literal('Active'), zod_1.z.literal('Rejected'), zod_1.z.literal('Disabled'), zod_1.z.literal('Complete'), zod_1.z.literal('Pending'), zod_1.z.literal('Error'), zod_1.z.literal('Other')]).describe(`
5654
+ Status: zod_1.z.union([zod_1.z.literal('Pending'), zod_1.z.literal('Active'), zod_1.z.literal('Disabled'), zod_1.z.literal('Rejected'), zod_1.z.literal('Complete'), zod_1.z.literal('Error'), zod_1.z.literal('Other')]).describe(`
5611
5655
  * * Field Name: Status
5612
5656
  * * Display Name: Status
5613
5657
  * * SQL Data Type: nvarchar(30)
5614
5658
  * * Default Value: Pending
5615
5659
  * * Value List Type: List
5616
5660
  * * Possible Values
5661
+ * * Pending
5617
5662
  * * Active
5618
- * * Rejected
5619
5663
  * * Disabled
5664
+ * * Rejected
5620
5665
  * * Complete
5621
- * * Pending
5622
5666
  * * Error
5623
5667
  * * Other
5624
5668
  * * Description: Tracks the status of each individual list detail row to enable processing of various types and the use of the status column for filtering list detail rows within a list that are in a particular state.`),
@@ -5691,7 +5735,8 @@ exports.ListSchema = zod_1.z.object({
5691
5735
  Category: zod_1.z.string().nullish().describe(`
5692
5736
  * * Field Name: Category
5693
5737
  * * Display Name: Category
5694
- * * SQL Data Type: nvarchar(100)`),
5738
+ * * SQL Data Type: nvarchar(100)
5739
+ * * Default Value: null`),
5695
5740
  });
5696
5741
  /**
5697
5742
  * zod schema definition for the entity Output Delivery Types
@@ -6020,11 +6065,13 @@ exports.QueryPermissionSchema = zod_1.z.object({
6020
6065
  Query: zod_1.z.string().describe(`
6021
6066
  * * Field Name: Query
6022
6067
  * * Display Name: Query
6023
- * * SQL Data Type: nvarchar(255)`),
6068
+ * * SQL Data Type: nvarchar(255)
6069
+ * * Default Value: null`),
6024
6070
  Role: zod_1.z.string().describe(`
6025
6071
  * * Field Name: Role
6026
6072
  * * Display Name: Role
6027
- * * SQL Data Type: nvarchar(50)`),
6073
+ * * SQL Data Type: nvarchar(50)
6074
+ * * Default Value: null`),
6028
6075
  });
6029
6076
  /**
6030
6077
  * zod schema definition for the entity Queue Tasks
@@ -6693,7 +6740,8 @@ exports.RecordMergeLogSchema = zod_1.z.object({
6693
6740
  ApprovedByUser: zod_1.z.string().nullish().describe(`
6694
6741
  * * Field Name: ApprovedByUser
6695
6742
  * * Display Name: Approved By User
6696
- * * SQL Data Type: nvarchar(100)`),
6743
+ * * SQL Data Type: nvarchar(100)
6744
+ * * Default Value: null`),
6697
6745
  });
6698
6746
  /**
6699
6747
  * zod schema definition for the entity Report Categories
@@ -7225,11 +7273,13 @@ exports.ScheduledActionParamSchema = zod_1.z.object({
7225
7273
  ScheduledAction: zod_1.z.string().describe(`
7226
7274
  * * Field Name: ScheduledAction
7227
7275
  * * Display Name: Scheduled Action
7228
- * * SQL Data Type: nvarchar(255)`),
7276
+ * * SQL Data Type: nvarchar(255)
7277
+ * * Default Value: null`),
7229
7278
  ActionParam: zod_1.z.string().describe(`
7230
7279
  * * Field Name: ActionParam
7231
7280
  * * Display Name: Action Param
7232
- * * SQL Data Type: nvarchar(255)`),
7281
+ * * SQL Data Type: nvarchar(255)
7282
+ * * Default Value: null`),
7233
7283
  });
7234
7284
  /**
7235
7285
  * zod schema definition for the entity Scheduled Actions
@@ -7329,11 +7379,13 @@ exports.ScheduledActionSchema = zod_1.z.object({
7329
7379
  CreatedByUser: zod_1.z.string().describe(`
7330
7380
  * * Field Name: CreatedByUser
7331
7381
  * * Display Name: Created By User
7332
- * * SQL Data Type: nvarchar(100)`),
7382
+ * * SQL Data Type: nvarchar(100)
7383
+ * * Default Value: null`),
7333
7384
  Action: zod_1.z.string().describe(`
7334
7385
  * * Field Name: Action
7335
7386
  * * Display Name: Action
7336
- * * SQL Data Type: nvarchar(425)`),
7387
+ * * SQL Data Type: nvarchar(425)
7388
+ * * Default Value: null`),
7337
7389
  });
7338
7390
  /**
7339
7391
  * zod schema definition for the entity Schema Info
@@ -8154,7 +8206,8 @@ exports.UserViewCategorySchema = zod_1.z.object({
8154
8206
  Entity: zod_1.z.string().describe(`
8155
8207
  * * Field Name: Entity
8156
8208
  * * Display Name: Entity
8157
- * * SQL Data Type: nvarchar(255)`),
8209
+ * * SQL Data Type: nvarchar(255)
8210
+ * * Default Value: null`),
8158
8211
  User: zod_1.z.string().describe(`
8159
8212
  * * Field Name: User
8160
8213
  * * Display Name: User
@@ -8954,6 +9007,7 @@ let ActionAuthorizationEntity = class ActionAuthorizationEntity extends core_1.B
8954
9007
  * * Field Name: Authorization
8955
9008
  * * Display Name: Authorization
8956
9009
  * * SQL Data Type: nvarchar(100)
9010
+ * * Default Value: null
8957
9011
  */
8958
9012
  get Authorization() {
8959
9013
  return this.Get('Authorization');
@@ -11566,6 +11620,7 @@ let ApplicationSettingEntity = class ApplicationSettingEntity extends core_1.Bas
11566
11620
  * * Field Name: Application
11567
11621
  * * Display Name: Application
11568
11622
  * * SQL Data Type: nvarchar(100)
11623
+ * * Default Value: null
11569
11624
  */
11570
11625
  get Application() {
11571
11626
  return this.Get('Application');
@@ -11813,6 +11868,7 @@ let AuditLogTypeEntity = class AuditLogTypeEntity extends core_1.BaseEntity {
11813
11868
  * * Field Name: Authorization
11814
11869
  * * Display Name: Authorization
11815
11870
  * * SQL Data Type: nvarchar(100)
11871
+ * * Default Value: null
11816
11872
  */
11817
11873
  get Authorization() {
11818
11874
  return this.Get('Authorization');
@@ -11996,6 +12052,7 @@ let AuditLogEntity = class AuditLogEntity extends core_1.BaseEntity {
11996
12052
  * * Field Name: AuditLogType
11997
12053
  * * Display Name: Audit Log Type
11998
12054
  * * SQL Data Type: nvarchar(50)
12055
+ * * Default Value: null
11999
12056
  */
12000
12057
  get AuditLogType() {
12001
12058
  return this.Get('AuditLogType');
@@ -12004,6 +12061,7 @@ let AuditLogEntity = class AuditLogEntity extends core_1.BaseEntity {
12004
12061
  * * Field Name: Authorization
12005
12062
  * * Display Name: Authorization
12006
12063
  * * SQL Data Type: nvarchar(100)
12064
+ * * Default Value: null
12007
12065
  */
12008
12066
  get Authorization() {
12009
12067
  return this.Get('Authorization');
@@ -12141,6 +12199,7 @@ let AuthorizationRoleEntity = class AuthorizationRoleEntity extends core_1.BaseE
12141
12199
  * * Field Name: Authorization
12142
12200
  * * Display Name: Authorization
12143
12201
  * * SQL Data Type: nvarchar(100)
12202
+ * * Default Value: null
12144
12203
  */
12145
12204
  get Authorization() {
12146
12205
  return this.Get('Authorization');
@@ -12149,6 +12208,7 @@ let AuthorizationRoleEntity = class AuthorizationRoleEntity extends core_1.BaseE
12149
12208
  * * Field Name: Role
12150
12209
  * * Display Name: Role
12151
12210
  * * SQL Data Type: nvarchar(50)
12211
+ * * Default Value: null
12152
12212
  */
12153
12213
  get Role() {
12154
12214
  return this.Get('Role');
@@ -14527,6 +14587,7 @@ let ContentItemEntity = class ContentItemEntity extends core_1.BaseEntity {
14527
14587
  * * Field Name: ContentSource
14528
14588
  * * Display Name: Content Source
14529
14589
  * * SQL Data Type: nvarchar(255)
14590
+ * * Default Value: null
14530
14591
  */
14531
14592
  get ContentSource() {
14532
14593
  return this.Get('ContentSource');
@@ -14535,6 +14596,7 @@ let ContentItemEntity = class ContentItemEntity extends core_1.BaseEntity {
14535
14596
  * * Field Name: ContentType
14536
14597
  * * Display Name: Content Type
14537
14598
  * * SQL Data Type: nvarchar(255)
14599
+ * * Default Value: null
14538
14600
  */
14539
14601
  get ContentType() {
14540
14602
  return this.Get('ContentType');
@@ -14543,6 +14605,7 @@ let ContentItemEntity = class ContentItemEntity extends core_1.BaseEntity {
14543
14605
  * * Field Name: ContentSourceType
14544
14606
  * * Display Name: Content Source Type
14545
14607
  * * SQL Data Type: nvarchar(255)
14608
+ * * Default Value: null
14546
14609
  */
14547
14610
  get ContentSourceType() {
14548
14611
  return this.Get('ContentSourceType');
@@ -14551,6 +14614,7 @@ let ContentItemEntity = class ContentItemEntity extends core_1.BaseEntity {
14551
14614
  * * Field Name: ContentFileType
14552
14615
  * * Display Name: Content File Type
14553
14616
  * * SQL Data Type: nvarchar(255)
14617
+ * * Default Value: null
14554
14618
  */
14555
14619
  get ContentFileType() {
14556
14620
  return this.Get('ContentFileType');
@@ -15095,6 +15159,7 @@ let ContentSourceEntity = class ContentSourceEntity extends core_1.BaseEntity {
15095
15159
  * * Field Name: ContentType
15096
15160
  * * Display Name: Content Type
15097
15161
  * * SQL Data Type: nvarchar(255)
15162
+ * * Default Value: null
15098
15163
  */
15099
15164
  get ContentType() {
15100
15165
  return this.Get('ContentType');
@@ -15103,6 +15168,7 @@ let ContentSourceEntity = class ContentSourceEntity extends core_1.BaseEntity {
15103
15168
  * * Field Name: ContentSourceType
15104
15169
  * * Display Name: Content Source Type
15105
15170
  * * SQL Data Type: nvarchar(255)
15171
+ * * Default Value: null
15106
15172
  */
15107
15173
  get ContentSourceType() {
15108
15174
  return this.Get('ContentSourceType');
@@ -15111,6 +15177,7 @@ let ContentSourceEntity = class ContentSourceEntity extends core_1.BaseEntity {
15111
15177
  * * Field Name: ContentFileType
15112
15178
  * * Display Name: Content File Type
15113
15179
  * * SQL Data Type: nvarchar(255)
15180
+ * * Default Value: null
15114
15181
  */
15115
15182
  get ContentFileType() {
15116
15183
  return this.Get('ContentFileType');
@@ -15475,6 +15542,54 @@ let ConversationDetailEntity = class ConversationDetailEntity extends core_1.Bas
15475
15542
  return this.Get('__mj_UpdatedAt');
15476
15543
  }
15477
15544
  /**
15545
+ * * Field Name: UserRating
15546
+ * * Display Name: User Rating
15547
+ * * SQL Data Type: int
15548
+ * * Description: This column is used to capture user feedback as a rating scale. The scale ranges from 1 to 10, where 1 might represent thumbs down, and 10 might represent thumbs up or the highest rating in a star-based scale.
15549
+ */
15550
+ get UserRating() {
15551
+ return this.Get('UserRating');
15552
+ }
15553
+ set UserRating(value) {
15554
+ this.Set('UserRating', value);
15555
+ }
15556
+ /**
15557
+ * * Field Name: UserFeedback
15558
+ * * Display Name: User Feedback
15559
+ * * SQL Data Type: nvarchar(MAX)
15560
+ * * Description: This column is used to store user text feedback about a given AI response, describing what they liked or disliked.
15561
+ */
15562
+ get UserFeedback() {
15563
+ return this.Get('UserFeedback');
15564
+ }
15565
+ set UserFeedback(value) {
15566
+ this.Set('UserFeedback', value);
15567
+ }
15568
+ /**
15569
+ * * Field Name: ReflectionInsights
15570
+ * * Display Name: Reflection Insights
15571
+ * * SQL Data Type: nvarchar(MAX)
15572
+ * * Description: This column stores human or AI-generated reflections on how to improve future responses based on the user feedback and the AI output generated for prior messages in the conversation.
15573
+ */
15574
+ get ReflectionInsights() {
15575
+ return this.Get('ReflectionInsights');
15576
+ }
15577
+ set ReflectionInsights(value) {
15578
+ this.Set('ReflectionInsights', value);
15579
+ }
15580
+ /**
15581
+ * * Field Name: SummaryOfEarlierConversation
15582
+ * * Display Name: Summary Of Earlier Conversation
15583
+ * * SQL Data Type: nvarchar(MAX)
15584
+ * * Description: This column optionally stores a summary of the entire conversation leading up to this particular conversation detail record. It is used in long-running conversations to optimize performance by summarizing earlier parts.
15585
+ */
15586
+ get SummaryOfEarlierConversation() {
15587
+ return this.Get('SummaryOfEarlierConversation');
15588
+ }
15589
+ set SummaryOfEarlierConversation(value) {
15590
+ this.Set('SummaryOfEarlierConversation', value);
15591
+ }
15592
+ /**
15478
15593
  * * Field Name: Conversation
15479
15594
  * * Display Name: Conversation
15480
15595
  * * SQL Data Type: nvarchar(255)
@@ -15665,6 +15780,7 @@ let ConversationEntity = class ConversationEntity extends core_1.BaseEntity {
15665
15780
  * * Field Name: DataContext
15666
15781
  * * Display Name: Data Context
15667
15782
  * * SQL Data Type: nvarchar(255)
15783
+ * * Default Value: null
15668
15784
  */
15669
15785
  get DataContext() {
15670
15786
  return this.Get('DataContext');
@@ -16421,6 +16537,7 @@ let DatasetItemEntity = class DatasetItemEntity extends core_1.BaseEntity {
16421
16537
  * * Field Name: Dataset
16422
16538
  * * Display Name: Dataset
16423
16539
  * * SQL Data Type: nvarchar(100)
16540
+ * * Default Value: null
16424
16541
  */
16425
16542
  get Dataset() {
16426
16543
  return this.Get('Dataset');
@@ -19879,6 +19996,7 @@ let EntityDocumentEntity = class EntityDocumentEntity extends core_1.BaseEntity
19879
19996
  * * Field Name: VectorDatabase
19880
19997
  * * Display Name: Vector Database
19881
19998
  * * SQL Data Type: nvarchar(100)
19999
+ * * Default Value: null
19882
20000
  */
19883
20001
  get VectorDatabase() {
19884
20002
  return this.Get('VectorDatabase');
@@ -19887,6 +20005,7 @@ let EntityDocumentEntity = class EntityDocumentEntity extends core_1.BaseEntity
19887
20005
  * * Field Name: Template
19888
20006
  * * Display Name: Template
19889
20007
  * * SQL Data Type: nvarchar(255)
20008
+ * * Default Value: null
19890
20009
  */
19891
20010
  get Template() {
19892
20011
  return this.Get('Template');
@@ -19895,6 +20014,7 @@ let EntityDocumentEntity = class EntityDocumentEntity extends core_1.BaseEntity
19895
20014
  * * Field Name: AIModel
19896
20015
  * * Display Name: AIModel
19897
20016
  * * SQL Data Type: nvarchar(50)
20017
+ * * Default Value: null
19898
20018
  */
19899
20019
  get AIModel() {
19900
20020
  return this.Get('AIModel');
@@ -21057,6 +21177,7 @@ let EntityRecordDocumentEntity = class EntityRecordDocumentEntity extends core_1
21057
21177
  * * Field Name: Entity
21058
21178
  * * Display Name: Entity
21059
21179
  * * SQL Data Type: nvarchar(255)
21180
+ * * Default Value: null
21060
21181
  */
21061
21182
  get Entity() {
21062
21183
  return this.Get('Entity');
@@ -21065,6 +21186,7 @@ let EntityRecordDocumentEntity = class EntityRecordDocumentEntity extends core_1
21065
21186
  * * Field Name: EntityDocument
21066
21187
  * * Display Name: Entity Document
21067
21188
  * * SQL Data Type: nvarchar(250)
21189
+ * * Default Value: null
21068
21190
  */
21069
21191
  get EntityDocument() {
21070
21192
  return this.Get('EntityDocument');
@@ -21073,6 +21195,7 @@ let EntityRecordDocumentEntity = class EntityRecordDocumentEntity extends core_1
21073
21195
  * * Field Name: VectorIndex
21074
21196
  * * Display Name: Vector Index
21075
21197
  * * SQL Data Type: nvarchar(255)
21198
+ * * Default Value: null
21076
21199
  */
21077
21200
  get VectorIndex() {
21078
21201
  return this.Get('VectorIndex');
@@ -23348,6 +23471,7 @@ let ListCategoryEntity = class ListCategoryEntity extends core_1.BaseEntity {
23348
23471
  * * Field Name: Parent
23349
23472
  * * Display Name: Parent
23350
23473
  * * SQL Data Type: nvarchar(100)
23474
+ * * Default Value: null
23351
23475
  */
23352
23476
  get Parent() {
23353
23477
  return this.Get('Parent');
@@ -23356,6 +23480,7 @@ let ListCategoryEntity = class ListCategoryEntity extends core_1.BaseEntity {
23356
23480
  * * Field Name: User
23357
23481
  * * Display Name: User
23358
23482
  * * SQL Data Type: nvarchar(100)
23483
+ * * Default Value: null
23359
23484
  */
23360
23485
  get User() {
23361
23486
  return this.Get('User');
@@ -23460,11 +23585,11 @@ let ListDetailEntity = class ListDetailEntity extends core_1.BaseEntity {
23460
23585
  * * Default Value: Pending
23461
23586
  * * Value List Type: List
23462
23587
  * * Possible Values
23588
+ * * Pending
23463
23589
  * * Active
23464
- * * Rejected
23465
23590
  * * Disabled
23591
+ * * Rejected
23466
23592
  * * Complete
23467
- * * Pending
23468
23593
  * * Error
23469
23594
  * * Other
23470
23595
  * * Description: Tracks the status of each individual list detail row to enable processing of various types and the use of the status column for filtering list detail rows within a list that are in a particular state.
@@ -23653,6 +23778,7 @@ let ListEntity = class ListEntity extends core_1.BaseEntity {
23653
23778
  * * Field Name: Category
23654
23779
  * * Display Name: Category
23655
23780
  * * SQL Data Type: nvarchar(100)
23781
+ * * Default Value: null
23656
23782
  */
23657
23783
  get Category() {
23658
23784
  return this.Get('Category');
@@ -24631,6 +24757,7 @@ let QueryPermissionEntity = class QueryPermissionEntity extends core_1.BaseEntit
24631
24757
  * * Field Name: Query
24632
24758
  * * Display Name: Query
24633
24759
  * * SQL Data Type: nvarchar(255)
24760
+ * * Default Value: null
24634
24761
  */
24635
24762
  get Query() {
24636
24763
  return this.Get('Query');
@@ -24639,6 +24766,7 @@ let QueryPermissionEntity = class QueryPermissionEntity extends core_1.BaseEntit
24639
24766
  * * Field Name: Role
24640
24767
  * * Display Name: Role
24641
24768
  * * SQL Data Type: nvarchar(50)
24769
+ * * Default Value: null
24642
24770
  */
24643
24771
  get Role() {
24644
24772
  return this.Get('Role');
@@ -26467,6 +26595,7 @@ let RecordMergeLogEntity = class RecordMergeLogEntity extends core_1.BaseEntity
26467
26595
  * * Field Name: ApprovedByUser
26468
26596
  * * Display Name: Approved By User
26469
26597
  * * SQL Data Type: nvarchar(100)
26598
+ * * Default Value: null
26470
26599
  */
26471
26600
  get ApprovedByUser() {
26472
26601
  return this.Get('ApprovedByUser');
@@ -27848,6 +27977,7 @@ let ScheduledActionParamEntity = class ScheduledActionParamEntity extends core_1
27848
27977
  * * Field Name: ScheduledAction
27849
27978
  * * Display Name: Scheduled Action
27850
27979
  * * SQL Data Type: nvarchar(255)
27980
+ * * Default Value: null
27851
27981
  */
27852
27982
  get ScheduledAction() {
27853
27983
  return this.Get('ScheduledAction');
@@ -27856,6 +27986,7 @@ let ScheduledActionParamEntity = class ScheduledActionParamEntity extends core_1
27856
27986
  * * Field Name: ActionParam
27857
27987
  * * Display Name: Action Param
27858
27988
  * * SQL Data Type: nvarchar(255)
27989
+ * * Default Value: null
27859
27990
  */
27860
27991
  get ActionParam() {
27861
27992
  return this.Get('ActionParam');
@@ -28091,6 +28222,7 @@ let ScheduledActionEntity = class ScheduledActionEntity extends core_1.BaseEntit
28091
28222
  * * Field Name: CreatedByUser
28092
28223
  * * Display Name: Created By User
28093
28224
  * * SQL Data Type: nvarchar(100)
28225
+ * * Default Value: null
28094
28226
  */
28095
28227
  get CreatedByUser() {
28096
28228
  return this.Get('CreatedByUser');
@@ -28099,6 +28231,7 @@ let ScheduledActionEntity = class ScheduledActionEntity extends core_1.BaseEntit
28099
28231
  * * Field Name: Action
28100
28232
  * * Display Name: Action
28101
28233
  * * SQL Data Type: nvarchar(425)
28234
+ * * Default Value: null
28102
28235
  */
28103
28236
  get Action() {
28104
28237
  return this.Get('Action');
@@ -30346,6 +30479,7 @@ let UserViewCategoryEntity = class UserViewCategoryEntity extends core_1.BaseEnt
30346
30479
  * * Field Name: Entity
30347
30480
  * * Display Name: Entity
30348
30481
  * * SQL Data Type: nvarchar(255)
30482
+ * * Default Value: null
30349
30483
  */
30350
30484
  get Entity() {
30351
30485
  return this.Get('Entity');