@memberjunction/core-entities 2.109.0 → 2.110.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.
@@ -95,8 +95,8 @@ exports.ActionCategorySchema = zod_1.z.object({
95
95
  * * Default Value: Pending
96
96
  * * Value List Type: List
97
97
  * * Possible Values
98
- * * Disabled
99
98
  * * Active
99
+ * * Disabled
100
100
  * * Pending
101
101
  * * Description: Status of the action category (Pending, Active, Disabled).`),
102
102
  __mj_CreatedAt: zod_1.z.date().describe(`
@@ -174,9 +174,9 @@ exports.ActionContextSchema = zod_1.z.object({
174
174
  * * Default Value: Pending
175
175
  * * Value List Type: List
176
176
  * * Possible Values
177
- * * Pending
178
177
  * * Active
179
178
  * * Disabled
179
+ * * Pending
180
180
  * * Description: Status of the action context (Pending, Active, Disabled).`),
181
181
  __mj_CreatedAt: zod_1.z.date().describe(`
182
182
  * * Field Name: __mj_CreatedAt
@@ -378,9 +378,9 @@ exports.ActionParamSchema = zod_1.z.object({
378
378
  * * SQL Data Type: nchar(10)
379
379
  * * Value List Type: List
380
380
  * * Possible Values
381
+ * * Both
381
382
  * * Input
382
383
  * * Output
383
- * * Both
384
384
  * * Description: Specifies whether this parameter is used for Input, Output, or Both directions in the action execution flow.`),
385
385
  ValueType: zod_1.z.union([zod_1.z.literal('BaseEntity Sub-Class'), zod_1.z.literal('BaseEntity Sub-Class'), zod_1.z.literal('Other'), zod_1.z.literal('Other'), zod_1.z.literal('Scalar'), zod_1.z.literal('Scalar'), zod_1.z.literal('Simple Object'), zod_1.z.literal('Simple Object')]).describe(`
386
386
  * * Field Name: ValueType
@@ -388,13 +388,13 @@ exports.ActionParamSchema = zod_1.z.object({
388
388
  * * SQL Data Type: nvarchar(30)
389
389
  * * Value List Type: List
390
390
  * * Possible Values
391
- * * Other
392
- * * Simple Object
393
391
  * * BaseEntity Sub-Class
394
- * * Scalar
395
- * * Scalar
396
392
  * * BaseEntity Sub-Class
397
393
  * * Other
394
+ * * Other
395
+ * * Scalar
396
+ * * Scalar
397
+ * * Simple Object
398
398
  * * Simple Object
399
399
  * * Description: Tracks the basic value type of the parameter, additional information can be provided in the Description field`),
400
400
  IsArray: zod_1.z.boolean().describe(`
@@ -533,9 +533,9 @@ exports.ActionSchema = zod_1.z.object({
533
533
  * * Default Value: Pending
534
534
  * * Value List Type: List
535
535
  * * Possible Values
536
- * * Rejected
537
536
  * * Approved
538
537
  * * Pending
538
+ * * Rejected
539
539
  * * Description: An action won't be usable until the code is approved.`),
540
540
  CodeApprovalComments: zod_1.z.string().nullable().describe(`
541
541
  * * Field Name: CodeApprovalComments
@@ -576,8 +576,8 @@ exports.ActionSchema = zod_1.z.object({
576
576
  * * Default Value: Pending
577
577
  * * Value List Type: List
578
578
  * * Possible Values
579
- * * Disabled
580
579
  * * Active
580
+ * * Disabled
581
581
  * * Pending
582
582
  * * Description: Status of the action (Pending, Active, Disabled).`),
583
583
  __mj_CreatedAt: zod_1.z.date().describe(`
@@ -710,8 +710,8 @@ exports.AIAgentActionSchema = zod_1.z.object({
710
710
  * * Default Value: Active
711
711
  * * Value List Type: List
712
712
  * * Possible Values
713
- * * Pending
714
713
  * * Active
714
+ * * Pending
715
715
  * * Revoked`),
716
716
  __mj_CreatedAt: zod_1.z.date().describe(`
717
717
  * * Field Name: __mj_CreatedAt
@@ -745,9 +745,9 @@ exports.AIAgentActionSchema = zod_1.z.object({
745
745
  * * Default Value: None
746
746
  * * Value List Type: List
747
747
  * * Possible Values
748
- * * Remove
749
- * * None
750
748
  * * Compact
749
+ * * None
750
+ * * Remove
751
751
  * * Description: How to handle expired action results: None (no expiration, default), Remove (delete message entirely), Compact (reduce size via CompactMode while preserving key information).`),
752
752
  CompactMode: zod_1.z.union([zod_1.z.literal('AI Summary'), zod_1.z.literal('First N Chars')]).nullable().describe(`
753
753
  * * Field Name: CompactMode
@@ -815,9 +815,9 @@ exports.AIAgentLearningCycleSchema = zod_1.z.object({
815
815
  * * SQL Data Type: nvarchar(20)
816
816
  * * Value List Type: List
817
817
  * * Possible Values
818
- * * In-Progress
819
- * * Failed
820
818
  * * Complete
819
+ * * Failed
820
+ * * In-Progress
821
821
  * * Description: Status of the learning cycle (In-Progress, Complete, or Failed).`),
822
822
  AgentSummary: zod_1.z.string().nullable().describe(`
823
823
  * * Field Name: AgentSummary
@@ -958,8 +958,8 @@ exports.AIAgentNoteSchema = zod_1.z.object({
958
958
  * * SQL Data Type: nvarchar(20)
959
959
  * * Value List Type: List
960
960
  * * Possible Values
961
- * * User
962
961
  * * Global
962
+ * * User
963
963
  * * Description: Indicates the type of note, either User-specific or Global.`),
964
964
  UserID: zod_1.z.string().nullable().describe(`
965
965
  * * Field Name: UserID
@@ -1013,10 +1013,10 @@ exports.AIAgentRequestSchema = zod_1.z.object({
1013
1013
  * * SQL Data Type: nvarchar(20)
1014
1014
  * * Value List Type: List
1015
1015
  * * Possible Values
1016
- * * Canceled
1017
1016
  * * Approved
1018
- * * Requested
1017
+ * * Canceled
1019
1018
  * * Rejected
1019
+ * * Requested
1020
1020
  * * Description: Current status of the request (Requested, Approved, Rejected, Canceled).`),
1021
1021
  Request: zod_1.z.string().describe(`
1022
1022
  * * Field Name: Request
@@ -1157,10 +1157,16 @@ exports.AIAgentSchema = zod_1.z.object({
1157
1157
  * * SQL Data Type: uniqueidentifier
1158
1158
  * * Related Entity/Foreign Key: MJ: AI Agent Types (vwAIAgentTypes.ID)
1159
1159
  * * Description: Reference to the AIAgentType that defines the category and system-level behavior for this agent. Cannot be null.`),
1160
- Status: zod_1.z.string().nullable().describe(`
1160
+ Status: zod_1.z.union([zod_1.z.literal('Active'), zod_1.z.literal('Disabled'), zod_1.z.literal('Pending')]).describe(`
1161
1161
  * * Field Name: Status
1162
1162
  * * Display Name: Status
1163
1163
  * * SQL Data Type: nvarchar(20)
1164
+ * * Default Value: Pending
1165
+ * * Value List Type: List
1166
+ * * Possible Values
1167
+ * * Active
1168
+ * * Disabled
1169
+ * * Pending
1164
1170
  * * Description: Current status of the AI agent. Active agents can be executed, Disabled agents are inactive, and Pending agents are awaiting configuration or approval. Allowed values: Active, Disabled, Pending.`),
1165
1171
  DriverClass: zod_1.z.string().nullable().describe(`
1166
1172
  * * Field Name: DriverClass
@@ -1280,8 +1286,8 @@ if this limit is exceeded.`),
1280
1286
  * * Default Value: Fail
1281
1287
  * * Value List Type: List
1282
1288
  * * Possible Values
1283
- * * Warn
1284
1289
  * * Fail
1290
+ * * Warn
1285
1291
  * * Description: Determines how to handle StartingPayloadValidation failures. Fail = reject invalid input, Warn = log warning but proceed.`),
1286
1292
  DefaultPromptEffortLevel: zod_1.z.number().nullable().describe(`
1287
1293
  * * Field Name: DefaultPromptEffortLevel
@@ -1295,8 +1301,8 @@ if this limit is exceeded.`),
1295
1301
  * * Value List Type: List
1296
1302
  * * Possible Values
1297
1303
  * * Failed
1298
- * * Success
1299
1304
  * * Retry
1305
+ * * Success
1300
1306
  * * Description: Controls how Chat next steps are handled. When null (default), Chat propagates to caller. When set to Success, Failed, or Retry, Chat steps are remapped to that value and re-validated.`),
1301
1307
  DefaultArtifactTypeID: zod_1.z.string().nullable().describe(`
1302
1308
  * * Field Name: DefaultArtifactTypeID
@@ -1318,10 +1324,31 @@ if this limit is exceeded.`),
1318
1324
  * * Default Value: Any
1319
1325
  * * Value List Type: List
1320
1326
  * * Possible Values
1321
- * * Sub-Agent
1322
1327
  * * Any
1328
+ * * Sub-Agent
1323
1329
  * * Top-Level
1324
1330
  * * Description: Controls how the agent can be invoked: Any (default - can be top-level or sub-agent), Top-Level (only callable as primary agent), Sub-Agent (only callable as sub-agent). Used to filter available agents in tools like Sage.`),
1331
+ ArtifactCreationMode: zod_1.z.union([zod_1.z.literal('Always'), zod_1.z.literal('Never'), zod_1.z.literal('System Only')]).describe(`
1332
+ * * Field Name: ArtifactCreationMode
1333
+ * * Display Name: Artifact Creation Mode
1334
+ * * SQL Data Type: nvarchar(20)
1335
+ * * Default Value: Always
1336
+ * * Value List Type: List
1337
+ * * Possible Values
1338
+ * * Never
1339
+ * * Always
1340
+ * * System Only
1341
+ * * Description: Controls how artifacts are created from this agent's payloads. "Always" creates visible artifacts, "Never" skips artifact creation, "System Only" creates hidden system artifacts.`),
1342
+ FunctionalRequirements: zod_1.z.string().nullable().describe(`
1343
+ * * Field Name: FunctionalRequirements
1344
+ * * Display Name: Functional Requirements
1345
+ * * SQL Data Type: nvarchar(MAX)
1346
+ * * Description: Detailed markdown formatted requirements that explain the business goals of the agent without specific technical implementation details.`),
1347
+ TechnicalDesign: zod_1.z.string().nullable().describe(`
1348
+ * * Field Name: TechnicalDesign
1349
+ * * Display Name: Technical Design
1350
+ * * SQL Data Type: nvarchar(MAX)
1351
+ * * Description: Detailed markdown that explains the structure of the agent including agent architecture, actions, sub-agents, prompts, and payload structure.`),
1325
1352
  Parent: zod_1.z.string().nullable().describe(`
1326
1353
  * * Field Name: Parent
1327
1354
  * * Display Name: Parent
@@ -1644,11 +1671,11 @@ exports.AIPromptSchema = zod_1.z.object({
1644
1671
  * * Default Value: Any
1645
1672
  * * Value List Type: List
1646
1673
  * * Possible Values
1647
- * * Markdown
1674
+ * * Any
1648
1675
  * * JSON
1649
- * * Text
1676
+ * * Markdown
1650
1677
  * * ModelSpecific
1651
- * * Any
1678
+ * * Text
1652
1679
  * * Description: Specifies the expected response format for the AI model. Options include Any, Text, Markdown, JSON, and ModelSpecific. Defaults to Any if not specified.`),
1653
1680
  ModelSpecificResponseFormat: zod_1.z.string().nullable().describe(`
1654
1681
  * * Field Name: ModelSpecificResponseFormat
@@ -1674,8 +1701,8 @@ exports.AIPromptSchema = zod_1.z.object({
1674
1701
  * * Default Value: Default
1675
1702
  * * Value List Type: List
1676
1703
  * * Possible Values
1677
- * * Default
1678
1704
  * * ByPower
1705
+ * * Default
1679
1706
  * * Specific
1680
1707
  * * Description: Determines how models are selected for this prompt (Default, Specific, ByPower).`),
1681
1708
  PowerPreference: zod_1.z.union([zod_1.z.literal('Balanced'), zod_1.z.literal('Highest'), zod_1.z.literal('Lowest')]).describe(`
@@ -1686,8 +1713,8 @@ exports.AIPromptSchema = zod_1.z.object({
1686
1713
  * * Value List Type: List
1687
1714
  * * Possible Values
1688
1715
  * * Balanced
1689
- * * Lowest
1690
1716
  * * Highest
1717
+ * * Lowest
1691
1718
  * * Description: When using ByPower selection strategy, determines whether to prefer highest, lowest, or balanced power models.`),
1692
1719
  ParallelizationMode: zod_1.z.union([zod_1.z.literal('ConfigParam'), zod_1.z.literal('ModelSpecific'), zod_1.z.literal('None'), zod_1.z.literal('StaticCount')]).describe(`
1693
1720
  * * Field Name: ParallelizationMode
@@ -1697,9 +1724,9 @@ exports.AIPromptSchema = zod_1.z.object({
1697
1724
  * * Value List Type: List
1698
1725
  * * Possible Values
1699
1726
  * * ConfigParam
1700
- * * StaticCount
1701
- * * None
1702
1727
  * * ModelSpecific
1728
+ * * None
1729
+ * * StaticCount
1703
1730
  * * Description: Controls parallelization: None (no parallelization), StaticCount (use AIPrompt.ParallelCount for total runs), ConfigParam (use config param specified in ParallelConfigParam for total runs), or ModelSpecific (check each AIPromptModel's individual settings).`),
1704
1731
  ParallelCount: zod_1.z.number().nullable().describe(`
1705
1732
  * * Field Name: ParallelCount
@@ -1718,11 +1745,11 @@ exports.AIPromptSchema = zod_1.z.object({
1718
1745
  * * Default Value: string
1719
1746
  * * Value List Type: List
1720
1747
  * * Possible Values
1721
- * * number
1748
+ * * boolean
1722
1749
  * * date
1723
- * * string
1750
+ * * number
1724
1751
  * * object
1725
- * * boolean
1752
+ * * string
1726
1753
  * * Description: The expected data type of the prompt output: string, number, boolean, date, or object.`),
1727
1754
  OutputExample: zod_1.z.string().nullable().describe(`
1728
1755
  * * Field Name: OutputExample
@@ -1736,9 +1763,9 @@ exports.AIPromptSchema = zod_1.z.object({
1736
1763
  * * Default Value: Warn
1737
1764
  * * Value List Type: List
1738
1765
  * * Possible Values
1766
+ * * None
1739
1767
  * * Strict
1740
1768
  * * Warn
1741
- * * None
1742
1769
  * * Description: Determines how validation failures are handled: Strict (fail), Warn (log warning), or None (ignore).`),
1743
1770
  MaxRetries: zod_1.z.number().describe(`
1744
1771
  * * Field Name: MaxRetries
@@ -1759,9 +1786,9 @@ exports.AIPromptSchema = zod_1.z.object({
1759
1786
  * * Default Value: Fixed
1760
1787
  * * Value List Type: List
1761
1788
  * * Possible Values
1789
+ * * Exponential
1762
1790
  * * Fixed
1763
1791
  * * Linear
1764
- * * Exponential
1765
1792
  * * Description: Strategy for calculating retry delays: Fixed (same delay each time), Exponential (doubling delay), or Linear (linearly increasing delay).`),
1766
1793
  ResultSelectorPromptID: zod_1.z.string().nullable().describe(`
1767
1794
  * * Field Name: ResultSelectorPromptID
@@ -1826,10 +1853,10 @@ exports.AIPromptSchema = zod_1.z.object({
1826
1853
  * * Default Value: System
1827
1854
  * * Value List Type: List
1828
1855
  * * Possible Values
1829
- * * SystemOrUser
1830
1856
  * * Assistant
1831
- * * User
1832
1857
  * * System
1858
+ * * SystemOrUser
1859
+ * * User
1833
1860
  * * Description: Determines how the prompt is used in conversation: System (always first message), User (positioned by PromptPosition), Assistant (positioned by PromptPosition), or SystemOrUser (try system first, fallback to user last if system slot taken)`),
1834
1861
  PromptPosition: zod_1.z.union([zod_1.z.literal('First'), zod_1.z.literal('Last')]).describe(`
1835
1862
  * * Field Name: PromptPosition
@@ -1899,14 +1926,14 @@ exports.AIPromptSchema = zod_1.z.object({
1899
1926
  * * Default Value: SameModelDifferentVendor
1900
1927
  * * Value List Type: List
1901
1928
  * * Possible Values
1929
+ * * NextBestModel
1930
+ * * NextBestModel
1931
+ * * None
1902
1932
  * * None
1903
1933
  * * PowerRank
1904
1934
  * * PowerRank
1905
1935
  * * SameModelDifferentVendor
1906
- * * NextBestModel
1907
- * * NextBestModel
1908
1936
  * * SameModelDifferentVendor
1909
- * * None
1910
1937
  * * Description: Failover strategy to use when the primary model fails. Options: SameModelDifferentVendor, NextBestModel, PowerRank, None`),
1911
1938
  FailoverMaxAttempts: zod_1.z.number().nullable().describe(`
1912
1939
  * * Field Name: FailoverMaxAttempts
@@ -1927,12 +1954,12 @@ exports.AIPromptSchema = zod_1.z.object({
1927
1954
  * * Default Value: PreferSameModel
1928
1955
  * * Value List Type: List
1929
1956
  * * Possible Values
1930
- * * RequireSameModel
1931
- * * RequireSameModel
1932
1957
  * * PreferDifferentModel
1933
1958
  * * PreferDifferentModel
1934
1959
  * * PreferSameModel
1935
1960
  * * PreferSameModel
1961
+ * * RequireSameModel
1962
+ * * RequireSameModel
1936
1963
  * * Description: Strategy for selecting failover models. Options: PreferSameModel, PreferDifferentModel, RequireSameModel`),
1937
1964
  FailoverErrorScope: zod_1.z.union([zod_1.z.literal('All'), zod_1.z.literal('All'), zod_1.z.literal('NetworkOnly'), zod_1.z.literal('NetworkOnly'), zod_1.z.literal('RateLimitOnly'), zod_1.z.literal('RateLimitOnly'), zod_1.z.literal('ServiceErrorOnly'), zod_1.z.literal('ServiceErrorOnly')]).describe(`
1938
1965
  * * Field Name: FailoverErrorScope
@@ -1941,14 +1968,14 @@ exports.AIPromptSchema = zod_1.z.object({
1941
1968
  * * Default Value: All
1942
1969
  * * Value List Type: List
1943
1970
  * * Possible Values
1944
- * * ServiceErrorOnly
1945
- * * RateLimitOnly
1946
- * * NetworkOnly
1971
+ * * All
1947
1972
  * * All
1948
1973
  * * NetworkOnly
1974
+ * * NetworkOnly
1975
+ * * RateLimitOnly
1949
1976
  * * RateLimitOnly
1950
1977
  * * ServiceErrorOnly
1951
- * * All
1978
+ * * ServiceErrorOnly
1952
1979
  * * Description: Types of errors that should trigger failover. Options: All, NetworkOnly, RateLimitOnly, ServiceErrorOnly`),
1953
1980
  EffortLevel: zod_1.z.number().nullable().describe(`
1954
1981
  * * Field Name: EffortLevel
@@ -2022,8 +2049,8 @@ exports.AIResultCacheSchema = zod_1.z.object({
2022
2049
  * * SQL Data Type: nvarchar(50)
2023
2050
  * * Value List Type: List
2024
2051
  * * Possible Values
2025
- * * Expired
2026
2052
  * * Active
2053
+ * * Expired
2027
2054
  * * Description: The status of this result, indicating whether it is currently active or expired.`),
2028
2055
  ExpiredOn: zod_1.z.date().nullable().describe(`
2029
2056
  * * Field Name: ExpiredOn
@@ -2315,8 +2342,8 @@ exports.AuditLogSchema = zod_1.z.object({
2315
2342
  * * Default Value: Allow
2316
2343
  * * Value List Type: List
2317
2344
  * * Possible Values
2318
- * * Success
2319
- * * Failed`),
2345
+ * * Failed
2346
+ * * Success`),
2320
2347
  Description: zod_1.z.string().nullable().describe(`
2321
2348
  * * Field Name: Description
2322
2349
  * * Display Name: Description
@@ -2542,8 +2569,8 @@ exports.CommunicationLogSchema = zod_1.z.object({
2542
2569
  * * SQL Data Type: nvarchar(20)
2543
2570
  * * Value List Type: List
2544
2571
  * * Possible Values
2545
- * * Sending
2546
2572
  * * Receiving
2573
+ * * Sending
2547
2574
  * * Description: The direction of the communication log (Sending or Receiving).`),
2548
2575
  MessageDate: zod_1.z.date().describe(`
2549
2576
  * * Field Name: MessageDate
@@ -2557,8 +2584,8 @@ exports.CommunicationLogSchema = zod_1.z.object({
2557
2584
  * * Default Value: Pending
2558
2585
  * * Value List Type: List
2559
2586
  * * Possible Values
2560
- * * Failed
2561
2587
  * * Complete
2588
+ * * Failed
2562
2589
  * * In-Progress
2563
2590
  * * Pending
2564
2591
  * * Description: The status of the logged message (Pending, In-Progress, Complete, Failed).`),
@@ -2621,8 +2648,8 @@ exports.CommunicationProviderMessageTypeSchema = zod_1.z.object({
2621
2648
  * * Default Value: Disabled
2622
2649
  * * Value List Type: List
2623
2650
  * * Possible Values
2624
- * * Disabled
2625
2651
  * * Active
2652
+ * * Disabled
2626
2653
  * * Description: The status of the provider message type (Disabled or Active).`),
2627
2654
  AdditionalAttributes: zod_1.z.string().nullable().describe(`
2628
2655
  * * Field Name: AdditionalAttributes
@@ -2715,6 +2742,12 @@ exports.CommunicationProviderSchema = zod_1.z.object({
2715
2742
  * * SQL Data Type: bit
2716
2743
  * * Default Value: 0
2717
2744
  * * Description: Whether or not the provider supports replying to messages`),
2745
+ SupportsDrafts: zod_1.z.boolean().describe(`
2746
+ * * Field Name: SupportsDrafts
2747
+ * * Display Name: Supports Drafts
2748
+ * * SQL Data Type: bit
2749
+ * * Default Value: 0
2750
+ * * Description: Whether or not the provider supports creating draft messages`),
2718
2751
  });
2719
2752
  /**
2720
2753
  * zod schema definition for the entity Communication Runs
@@ -2736,8 +2769,8 @@ exports.CommunicationRunSchema = zod_1.z.object({
2736
2769
  * * SQL Data Type: nvarchar(20)
2737
2770
  * * Value List Type: List
2738
2771
  * * Possible Values
2739
- * * Sending
2740
2772
  * * Receiving
2773
+ * * Sending
2741
2774
  * * Description: The direction of the communication run (Sending or Receiving).`),
2742
2775
  Status: zod_1.z.union([zod_1.z.literal('Complete'), zod_1.z.literal('Failed'), zod_1.z.literal('In-Progress'), zod_1.z.literal('Pending')]).describe(`
2743
2776
  * * Field Name: Status
@@ -2747,8 +2780,8 @@ exports.CommunicationRunSchema = zod_1.z.object({
2747
2780
  * * Possible Values
2748
2781
  * * Complete
2749
2782
  * * Failed
2750
- * * Pending
2751
2783
  * * In-Progress
2784
+ * * Pending
2752
2785
  * * Description: The status of the communication run (Pending, In-Progress, Complete, Failed).`),
2753
2786
  StartedAt: zod_1.z.date().nullable().describe(`
2754
2787
  * * Field Name: StartedAt
@@ -2900,13 +2933,13 @@ exports.CompanyIntegrationRunAPILogSchema = zod_1.z.object({
2900
2933
  * * SQL Data Type: nvarchar(12)
2901
2934
  * * Value List Type: List
2902
2935
  * * Possible Values
2903
- * * PATCH
2904
- * * PUT
2905
2936
  * * DELETE
2937
+ * * GET
2906
2938
  * * HEAD
2907
2939
  * * OPTIONS
2940
+ * * PATCH
2908
2941
  * * POST
2909
- * * GET
2942
+ * * PUT
2910
2943
  * * Description: HTTP method used for the API call (GET, POST, PUT, DELETE, PATCH).`),
2911
2944
  URL: zod_1.z.string().nullable().describe(`
2912
2945
  * * Field Name: URL
@@ -3039,10 +3072,10 @@ exports.CompanyIntegrationRunSchema = zod_1.z.object({
3039
3072
  * * Default Value: Pending
3040
3073
  * * Value List Type: List
3041
3074
  * * Possible Values
3042
- * * Pending
3043
3075
  * * Failed
3044
- * * Success
3045
3076
  * * In Progress
3077
+ * * Pending
3078
+ * * Success
3046
3079
  * * Description: Status of the integration run. Possible values: Pending, In Progress, Success, Failed.`),
3047
3080
  ErrorLog: zod_1.z.string().nullable().describe(`
3048
3081
  * * Field Name: ErrorLog
@@ -3683,8 +3716,8 @@ exports.ConversationDetailSchema = zod_1.z.object({
3683
3716
  * * Value List Type: List
3684
3717
  * * Possible Values
3685
3718
  * * AI
3686
- * * User
3687
3719
  * * Error
3720
+ * * User
3688
3721
  * * Description: The role of the message sender (user, assistant, system, function).`),
3689
3722
  Message: zod_1.z.string().describe(`
3690
3723
  * * Field Name: Message
@@ -3780,9 +3813,9 @@ exports.ConversationDetailSchema = zod_1.z.object({
3780
3813
  * * Default Value: Complete
3781
3814
  * * Value List Type: List
3782
3815
  * * Possible Values
3783
- * * In-Progress
3784
3816
  * * Complete
3785
3817
  * * Error
3818
+ * * In-Progress
3786
3819
  * * Description: Status of the conversation message. Complete indicates finished processing, In-Progress indicates active agent work, Error indicates processing failed.`),
3787
3820
  SuggestedResponses: zod_1.z.string().nullable().describe(`
3788
3821
  * * Field Name: SuggestedResponses
@@ -4021,9 +4054,9 @@ exports.DashboardSchema = zod_1.z.object({
4021
4054
  * * Default Value: Config
4022
4055
  * * Value List Type: List
4023
4056
  * * Possible Values
4057
+ * * Code
4024
4058
  * * Config
4025
4059
  * * Dynamic Code
4026
- * * Code
4027
4060
  * * Description: Dashboard type supporting Config (metadata-driven), Code (compiled TypeScript), and Dynamic Code (Skip-generated runtime JavaScript/React) options`),
4028
4061
  Thumbnail: zod_1.z.string().nullable().describe(`
4029
4062
  * * Field Name: Thumbnail
@@ -4037,8 +4070,8 @@ exports.DashboardSchema = zod_1.z.object({
4037
4070
  * * Default Value: Global
4038
4071
  * * Value List Type: List
4039
4072
  * * Possible Values
4040
- * * Global
4041
4073
  * * App
4074
+ * * Global
4042
4075
  * * Description: Scope of the dashboard: Global or App-specific`),
4043
4076
  ApplicationID: zod_1.z.string().nullable().describe(`
4044
4077
  * * Field Name: ApplicationID
@@ -4369,8 +4402,8 @@ exports.DuplicateRunDetailMatchSchema = zod_1.z.object({
4369
4402
  * * Value List Type: List
4370
4403
  * * Possible Values
4371
4404
  * * Approved
4372
- * * Rejected
4373
4405
  * * Pending
4406
+ * * Rejected
4374
4407
  * * Description: Current approval status of the proposed action (Pending, Approved, Rejected).`),
4375
4408
  RecordMergeLogID: zod_1.z.string().nullable().describe(`
4376
4409
  * * Field Name: RecordMergeLogID
@@ -4431,10 +4464,10 @@ exports.DuplicateRunDetailSchema = zod_1.z.object({
4431
4464
  * * Default Value: Pending
4432
4465
  * * Value List Type: List
4433
4466
  * * Possible Values
4434
- * * Error
4435
4467
  * * Complete
4436
- * * Skipped
4468
+ * * Error
4437
4469
  * * Pending
4470
+ * * Skipped
4438
4471
  * * Description: Status of duplicate analysis for this record (Pending, Complete, Error).`),
4439
4472
  SkippedReason: zod_1.z.string().nullable().describe(`
4440
4473
  * * Field Name: SkippedReason
@@ -4453,10 +4486,10 @@ exports.DuplicateRunDetailSchema = zod_1.z.object({
4453
4486
  * * Default Value: Not Applicable
4454
4487
  * * Value List Type: List
4455
4488
  * * Possible Values
4456
- * * Pending
4489
+ * * Complete
4457
4490
  * * Error
4458
4491
  * * Not Applicable
4459
- * * Complete
4492
+ * * Pending
4460
4493
  * * Description: Status of any merge operations for this record (Not Applicable, Pending, Complete, Failed).`),
4461
4494
  MergeErrorMessage: zod_1.z.string().nullable().describe(`
4462
4495
  * * Field Name: MergeErrorMessage
@@ -4515,8 +4548,8 @@ exports.DuplicateRunSchema = zod_1.z.object({
4515
4548
  * * Value List Type: List
4516
4549
  * * Possible Values
4517
4550
  * * Approved
4518
- * * Rejected
4519
4551
  * * Pending
4552
+ * * Rejected
4520
4553
  * * Description: Overall approval status for the duplicate run results (Pending, Approved, Rejected).`),
4521
4554
  ApprovalComments: zod_1.z.string().nullable().describe(`
4522
4555
  * * Field Name: ApprovalComments
@@ -4536,9 +4569,9 @@ exports.DuplicateRunSchema = zod_1.z.object({
4536
4569
  * * Value List Type: List
4537
4570
  * * Possible Values
4538
4571
  * * Complete
4572
+ * * Failed
4539
4573
  * * In Progress
4540
4574
  * * Pending
4541
- * * Failed
4542
4575
  * * Description: Current processing status of the duplicate detection run (Pending, Running, Complete, Failed).`),
4543
4576
  ProcessingErrorMessage: zod_1.z.string().nullable().describe(`
4544
4577
  * * Field Name: ProcessingErrorMessage
@@ -4975,8 +5008,8 @@ exports.EntitySchema = zod_1.z.object({
4975
5008
  * * Default Value: Hard
4976
5009
  * * Value List Type: List
4977
5010
  * * Possible Values
4978
- * * Soft
4979
5011
  * * Hard
5012
+ * * Soft
4980
5013
  * * Description: Hard deletes physically remove rows from the underlying BaseTable. Soft deletes do not remove rows but instead mark the row as deleted by using the special field __mj_DeletedAt which will automatically be added to the entity's basetable by the CodeGen tool.`),
4981
5014
  AllowRecordMerge: zod_1.z.boolean().describe(`
4982
5015
  * * Field Name: AllowRecordMerge
@@ -4996,8 +5029,8 @@ exports.EntitySchema = zod_1.z.object({
4996
5029
  * * Default Value: Search
4997
5030
  * * Value List Type: List
4998
5031
  * * Possible Values
4999
- * * Search
5000
5032
  * * Dropdown
5033
+ * * Search
5001
5034
  * * Description: When another entity links to this entity with a foreign key, this is the default component type that will be used in the UI. CodeGen will populate the RelatedEntityDisplayType column in the Entity Fields entity with whatever is provided here whenever a new foreign key is detected by CodeGen. The selection can be overridden on a per-foreign-key basis in each row of the Entity Fields entity.`),
5002
5035
  UserFormGenerated: zod_1.z.boolean().describe(`
5003
5036
  * * Field Name: UserFormGenerated
@@ -5047,9 +5080,9 @@ exports.EntitySchema = zod_1.z.object({
5047
5080
  * * Default Value: None
5048
5081
  * * Value List Type: List
5049
5082
  * * Possible Values
5083
+ * * All
5050
5084
  * * None
5051
5085
  * * Sample
5052
- * * All
5053
5086
  * * Description: Determines how entity rows should be packaged for external use. Options include None, Sample, and All. Defaults to None.`),
5054
5087
  RowsToPackSampleMethod: zod_1.z.union([zod_1.z.literal('bottom n'), zod_1.z.literal('random'), zod_1.z.literal('top n')]).describe(`
5055
5088
  * * Field Name: RowsToPackSampleMethod
@@ -5058,9 +5091,9 @@ exports.EntitySchema = zod_1.z.object({
5058
5091
  * * Default Value: random
5059
5092
  * * Value List Type: List
5060
5093
  * * Possible Values
5061
- * * top n
5062
- * * random
5063
5094
  * * bottom n
5095
+ * * random
5096
+ * * top n
5064
5097
  * * Description: Defines the sampling method for row packing when RowsToPackWithSchema is set to Sample. Options include random, top n, and bottom n. Defaults to random.`),
5065
5098
  RowsToPackSampleCount: zod_1.z.number().describe(`
5066
5099
  * * Field Name: RowsToPackSampleCount
@@ -5095,9 +5128,9 @@ exports.EntitySchema = zod_1.z.object({
5095
5128
  * * Default Value: Active
5096
5129
  * * Value List Type: List
5097
5130
  * * Possible Values
5131
+ * * Active
5098
5132
  * * Deprecated
5099
5133
  * * Disabled
5100
- * * Active
5101
5134
  * * Description: Status of the entity. Active: fully functional; Deprecated: functional but generates console warnings when used; Disabled: not available for use even though metadata and physical table remain.`),
5102
5135
  DisplayName: zod_1.z.string().nullable().describe(`
5103
5136
  * * Field Name: DisplayName
@@ -5160,9 +5193,9 @@ exports.EntityActionFilterSchema = zod_1.z.object({
5160
5193
  * * Default Value: Pending
5161
5194
  * * Value List Type: List
5162
5195
  * * Possible Values
5163
- * * Pending
5164
- * * Disabled
5165
5196
  * * Active
5197
+ * * Disabled
5198
+ * * Pending
5166
5199
  * * Description: Status of the entity action filter (Pending, Active, Disabled).`),
5167
5200
  __mj_CreatedAt: zod_1.z.date().describe(`
5168
5201
  * * Field Name: __mj_CreatedAt
@@ -5237,8 +5270,8 @@ exports.EntityActionInvocationSchema = zod_1.z.object({
5237
5270
  * * Default Value: Pending
5238
5271
  * * Value List Type: List
5239
5272
  * * Possible Values
5240
- * * Disabled
5241
5273
  * * Active
5274
+ * * Disabled
5242
5275
  * * Pending
5243
5276
  * * Description: Status of the entity action invocation (Pending, Active, Disabled).`),
5244
5277
  __mj_CreatedAt: zod_1.z.date().describe(`
@@ -5281,9 +5314,9 @@ exports.EntityActionParamSchema = zod_1.z.object({
5281
5314
  * * SQL Data Type: nvarchar(20)
5282
5315
  * * Value List Type: List
5283
5316
  * * Possible Values
5284
- * * Script
5285
- * * Entity Object
5286
5317
  * * Entity Field
5318
+ * * Entity Object
5319
+ * * Script
5287
5320
  * * Static
5288
5321
  * * Description: Type of the value, which can be Static, Entity Object, or Script.`),
5289
5322
  Value: zod_1.z.string().nullable().describe(`
@@ -5400,8 +5433,8 @@ exports.EntityAIActionSchema = zod_1.z.object({
5400
5433
  * * Default Value: After Save
5401
5434
  * * Value List Type: List
5402
5435
  * * Possible Values
5403
- * * before save
5404
5436
  * * after save
5437
+ * * before save
5405
5438
  * * Description: The entity event that triggers this AI action (After Save, Before Delete, etc.).`),
5406
5439
  UserMessage: zod_1.z.string().describe(`
5407
5440
  * * Field Name: UserMessage
@@ -5574,8 +5607,8 @@ exports.EntityDocumentRunSchema = zod_1.z.object({
5574
5607
  * * Value List Type: List
5575
5608
  * * Possible Values
5576
5609
  * * Complete
5577
- * * Pending
5578
5610
  * * Failed
5611
+ * * Pending
5579
5612
  * * Description: Can be Pending, In Progress, Completed, or Failed`),
5580
5613
  __mj_CreatedAt: zod_1.z.date().describe(`
5581
5614
  * * Field Name: __mj_CreatedAt
@@ -5697,8 +5730,8 @@ exports.EntityDocumentSchema = zod_1.z.object({
5697
5730
  * * Default Value: Active
5698
5731
  * * Value List Type: List
5699
5732
  * * Possible Values
5700
- * * Inactive
5701
- * * Active`),
5733
+ * * Active
5734
+ * * Inactive`),
5702
5735
  TemplateID: zod_1.z.string().describe(`
5703
5736
  * * Field Name: TemplateID
5704
5737
  * * Display Name: Template ID
@@ -5902,9 +5935,9 @@ exports.EntityFieldSchema = zod_1.z.object({
5902
5935
  * * Default Value: None
5903
5936
  * * Value List Type: List
5904
5937
  * * Possible Values
5938
+ * * List
5905
5939
  * * ListOrUserEntry
5906
5940
  * * None
5907
- * * List
5908
5941
  * * Description: Possible Values of None, List, ListOrUserEntry - the last option meaning that the list of possible values are options, but a user can enter anything else desired too.`),
5909
5942
  ExtendedType: zod_1.z.union([zod_1.z.literal('Code'), zod_1.z.literal('Email'), zod_1.z.literal('FaceTime'), zod_1.z.literal('Geo'), zod_1.z.literal('MSTeams'), zod_1.z.literal('Other'), zod_1.z.literal('SIP'), zod_1.z.literal('SMS'), zod_1.z.literal('Skype'), zod_1.z.literal('Tel'), zod_1.z.literal('URL'), zod_1.z.literal('WhatsApp'), zod_1.z.literal('ZoomMtg')]).nullable().describe(`
5910
5943
  * * Field Name: ExtendedType
@@ -5912,18 +5945,18 @@ exports.EntityFieldSchema = zod_1.z.object({
5912
5945
  * * SQL Data Type: nvarchar(50)
5913
5946
  * * Value List Type: List
5914
5947
  * * Possible Values
5915
- * * SMS
5916
- * * Email
5917
- * * WhatsApp
5918
- * * MSTeams
5919
- * * URL
5920
- * * Skype
5921
5948
  * * Code
5949
+ * * Email
5922
5950
  * * FaceTime
5923
- * * SIP
5924
5951
  * * Geo
5952
+ * * MSTeams
5925
5953
  * * Other
5954
+ * * SIP
5955
+ * * SMS
5956
+ * * Skype
5926
5957
  * * Tel
5958
+ * * URL
5959
+ * * WhatsApp
5927
5960
  * * ZoomMtg
5928
5961
  * * Description: Defines extended behaviors for a field such as for Email, Web URLs, Code, etc.`),
5929
5962
  CodeType: zod_1.z.union([zod_1.z.literal('CSS'), zod_1.z.literal('HTML'), zod_1.z.literal('JavaScript'), zod_1.z.literal('Other'), zod_1.z.literal('SQL'), zod_1.z.literal('TypeScript')]).nullable().describe(`
@@ -5932,12 +5965,12 @@ exports.EntityFieldSchema = zod_1.z.object({
5932
5965
  * * SQL Data Type: nvarchar(50)
5933
5966
  * * Value List Type: List
5934
5967
  * * Possible Values
5968
+ * * CSS
5935
5969
  * * HTML
5936
5970
  * * JavaScript
5937
- * * CSS
5938
- * * TypeScript
5939
- * * SQL
5940
5971
  * * Other
5972
+ * * SQL
5973
+ * * TypeScript
5941
5974
  * * Description: The type of code associated with this field. Only used when the ExtendedType field is set to "Code"`),
5942
5975
  DefaultInView: zod_1.z.boolean().describe(`
5943
5976
  * * Field Name: DefaultInView
@@ -5998,8 +6031,8 @@ exports.EntityFieldSchema = zod_1.z.object({
5998
6031
  * * Value List Type: List
5999
6032
  * * Possible Values
6000
6033
  * * Category
6001
- * * Top
6002
6034
  * * Details
6035
+ * * Top
6003
6036
  * * Description: When set to Top, the field will be placed in a "top area" on the top of a generated form and visible regardless of which tab is displayed. When set to "category" Options: Top, Category, Details`),
6004
6037
  IsVirtual: zod_1.z.boolean().describe(`
6005
6038
  * * Field Name: IsVirtual
@@ -6073,9 +6106,9 @@ exports.EntityFieldSchema = zod_1.z.object({
6073
6106
  * * Default Value: Auto
6074
6107
  * * Value List Type: List
6075
6108
  * * Possible Values
6109
+ * * All
6076
6110
  * * Auto
6077
6111
  * * None
6078
- * * All
6079
6112
  * * Description: Determines whether values for the field should be included when the schema is packed. Options: Auto (include manually set or auto-derived values), None (exclude all values), All (include all distinct values from the table). Defaults to Auto.`),
6080
6113
  Status: zod_1.z.union([zod_1.z.literal('Active'), zod_1.z.literal('Deprecated'), zod_1.z.literal('Disabled')]).describe(`
6081
6114
  * * Field Name: Status
@@ -6084,8 +6117,8 @@ exports.EntityFieldSchema = zod_1.z.object({
6084
6117
  * * Default Value: Active
6085
6118
  * * Value List Type: List
6086
6119
  * * Possible Values
6087
- * * Deprecated
6088
6120
  * * Active
6121
+ * * Deprecated
6089
6122
  * * Disabled
6090
6123
  * * Description: Current status of the entity field - Active fields are available for use, Deprecated fields are discouraged but still functional, Disabled fields are not available for use`),
6091
6124
  FieldCodeName: zod_1.z.string().nullable().describe(`
@@ -6336,8 +6369,8 @@ exports.EntityRelationshipDisplayComponentSchema = zod_1.z.object({
6336
6369
  * * SQL Data Type: nvarchar(20)
6337
6370
  * * Value List Type: List
6338
6371
  * * Possible Values
6339
- * * Many to Many
6340
6372
  * * Both
6373
+ * * Many to Many
6341
6374
  * * One to Many
6342
6375
  * * Description: The type of relationship the component displays. Valid values are "One to Many", "Many to Many", or "Both".`),
6343
6376
  __mj_CreatedAt: zod_1.z.date().describe(`
@@ -6996,9 +7029,9 @@ exports.GeneratedCodeSchema = zod_1.z.object({
6996
7029
  * * Default Value: Pending
6997
7030
  * * Value List Type: List
6998
7031
  * * Possible Values
7032
+ * * Approved
6999
7033
  * * Pending
7000
7034
  * * Rejected
7001
- * * Approved
7002
7035
  * * Description: Status of the generated code, e.g., Pending, Approved, or Rejected.`),
7003
7036
  Language: zod_1.z.union([zod_1.z.literal('CSS'), zod_1.z.literal('HTML'), zod_1.z.literal('JavaScript'), zod_1.z.literal('Other'), zod_1.z.literal('Python'), zod_1.z.literal('SQL'), zod_1.z.literal('TypeScript')]).describe(`
7004
7037
  * * Field Name: Language
@@ -7007,13 +7040,13 @@ exports.GeneratedCodeSchema = zod_1.z.object({
7007
7040
  * * Default Value: TypeScript
7008
7041
  * * Value List Type: List
7009
7042
  * * Possible Values
7043
+ * * CSS
7044
+ * * HTML
7045
+ * * JavaScript
7010
7046
  * * Other
7011
7047
  * * Python
7012
- * * JavaScript
7013
7048
  * * SQL
7014
- * * HTML
7015
7049
  * * TypeScript
7016
- * * CSS
7017
7050
  * * Description: Programming language of the generated code (TypeScript, SQL, HTML, CSS, JavaScript, Python, or Other).`),
7018
7051
  __mj_CreatedAt: zod_1.z.date().describe(`
7019
7052
  * * Field Name: __mj_CreatedAt
@@ -7163,9 +7196,9 @@ exports.LibrarySchema = zod_1.z.object({
7163
7196
  * * Default Value: Pending
7164
7197
  * * Value List Type: List
7165
7198
  * * Possible Values
7199
+ * * Active
7166
7200
  * * Disabled
7167
7201
  * * Pending
7168
- * * Active
7169
7202
  * * Description: Status of the library, only libraries marked as Active will be available for use by generated code. If a library was once active but no longer is, existing code that used the library will not be affected.`),
7170
7203
  TypeDefinitions: zod_1.z.string().nullable().describe(`
7171
7204
  * * Field Name: TypeDefinitions
@@ -7212,12 +7245,12 @@ exports.LibraryItemSchema = zod_1.z.object({
7212
7245
  * * SQL Data Type: nvarchar(50)
7213
7246
  * * Value List Type: List
7214
7247
  * * Possible Values
7215
- * * Variable
7216
- * * Module
7217
- * * Function
7218
7248
  * * Class
7249
+ * * Function
7219
7250
  * * Interface
7251
+ * * Module
7220
7252
  * * Type
7253
+ * * Variable
7221
7254
  * * Description: Type of the library item for example Class, Interface, etc.`),
7222
7255
  __mj_CreatedAt: zod_1.z.date().describe(`
7223
7256
  * * Field Name: __mj_CreatedAt
@@ -7325,12 +7358,12 @@ exports.ListDetailSchema = zod_1.z.object({
7325
7358
  * * Value List Type: List
7326
7359
  * * Possible Values
7327
7360
  * * Active
7361
+ * * Complete
7328
7362
  * * Disabled
7329
7363
  * * Error
7330
7364
  * * Other
7331
- * * Rejected
7332
7365
  * * Pending
7333
- * * Complete
7366
+ * * Rejected
7334
7367
  * * 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.`),
7335
7368
  AdditionalData: zod_1.z.string().nullable().describe(`
7336
7369
  * * Field Name: AdditionalData
@@ -7434,9 +7467,9 @@ exports.AccessControlRuleSchema = zod_1.z.object({
7434
7467
  * * Value List Type: List
7435
7468
  * * Possible Values
7436
7469
  * * Everyone
7470
+ * * Public
7437
7471
  * * Role
7438
7472
  * * User
7439
- * * Public
7440
7473
  * * Description: Type of grantee receiving permission (User, Role, Everyone, Public). "Everyone" means all authenticated users whereas "Public" means any authenticated OR anonymous user.`),
7441
7474
  GranteeID: zod_1.z.string().nullable().describe(`
7442
7475
  * * Field Name: GranteeID
@@ -7653,9 +7686,9 @@ exports.AIAgentDataSourceSchema = zod_1.z.object({
7653
7686
  * * Default Value: None
7654
7687
  * * Value List Type: List
7655
7688
  * * Possible Values
7656
- * * PerRun
7657
- * * PerAgent
7658
7689
  * * None
7690
+ * * PerAgent
7691
+ * * PerRun
7659
7692
  * * Description: Cache policy: None (no caching), PerRun (cache for duration of agent run), PerAgent (cache across runs with timeout)`),
7660
7693
  CacheTimeoutSeconds: zod_1.z.number().nullable().describe(`
7661
7694
  * * Field Name: CacheTimeoutSeconds
@@ -7669,8 +7702,8 @@ exports.AIAgentDataSourceSchema = zod_1.z.object({
7669
7702
  * * Default Value: Data
7670
7703
  * * Value List Type: List
7671
7704
  * * Possible Values
7672
- * * Data
7673
7705
  * * Context
7706
+ * * Data
7674
7707
  * * Payload
7675
7708
  * * Description: Destination for the preloaded data: Data (for Nunjucks templates in prompts), Context (for actions only), or Payload (for agent state)`),
7676
7709
  DestinationPath: zod_1.z.string().nullable().describe(`
@@ -7816,9 +7849,9 @@ exports.AIAgentPromptSchema = zod_1.z.object({
7816
7849
  * * Default Value: Active
7817
7850
  * * Value List Type: List
7818
7851
  * * Possible Values
7819
- * * Inactive
7820
- * * Deprecated
7821
7852
  * * Active
7853
+ * * Deprecated
7854
+ * * Inactive
7822
7855
  * * Preview
7823
7856
  * * Description: The current status of this agent-prompt mapping. Values include Active, Inactive, Deprecated, and Preview.`),
7824
7857
  ContextBehavior: zod_1.z.union([zod_1.z.literal('Complete'), zod_1.z.literal('Custom'), zod_1.z.literal('InitialMessages'), zod_1.z.literal('None'), zod_1.z.literal('RecentMessages'), zod_1.z.literal('Smart')]).describe(`
@@ -7828,12 +7861,12 @@ exports.AIAgentPromptSchema = zod_1.z.object({
7828
7861
  * * Default Value: Complete
7829
7862
  * * Value List Type: List
7830
7863
  * * Possible Values
7864
+ * * Complete
7865
+ * * Custom
7831
7866
  * * InitialMessages
7832
7867
  * * None
7833
- * * Smart
7834
7868
  * * RecentMessages
7835
- * * Complete
7836
- * * Custom
7869
+ * * Smart
7837
7870
  * * Description: Determines how conversation context is filtered for this prompt: Complete, Smart, None, RecentMessages, InitialMessages, or Custom.`),
7838
7871
  ContextMessageCount: zod_1.z.number().nullable().describe(`
7839
7872
  * * Field Name: ContextMessageCount
@@ -7891,9 +7924,9 @@ exports.AIAgentRelationshipSchema = zod_1.z.object({
7891
7924
  * * SQL Data Type: nvarchar(50)
7892
7925
  * * Value List Type: List
7893
7926
  * * Possible Values
7894
- * * Revoked
7895
- * * Pending
7896
7927
  * * Active
7928
+ * * Pending
7929
+ * * Revoked
7897
7930
  * * Description: Status of the relationship: Pending (awaiting approval), Active (can invoke), or Revoked (no longer allowed)`),
7898
7931
  __mj_CreatedAt: zod_1.z.date().describe(`
7899
7932
  * * Field Name: __mj_CreatedAt
@@ -7958,11 +7991,11 @@ exports.AIAgentRunStepSchema = zod_1.z.object({
7958
7991
  * * Value List Type: List
7959
7992
  * * Possible Values
7960
7993
  * * Actions
7961
- * * Validation
7962
- * * Sub-Agent
7963
7994
  * * Chat
7964
7995
  * * Decision
7965
7996
  * * Prompt
7997
+ * * Sub-Agent
7998
+ * * Validation
7966
7999
  * * Description: Type of execution step: Prompt, Actions, Sub-Agent, Decision, Chat, Validation`),
7967
8000
  StepName: zod_1.z.string().describe(`
7968
8001
  * * Field Name: StepName
@@ -7981,10 +8014,10 @@ exports.AIAgentRunStepSchema = zod_1.z.object({
7981
8014
  * * Default Value: Running
7982
8015
  * * Value List Type: List
7983
8016
  * * Possible Values
8017
+ * * Cancelled
8018
+ * * Completed
7984
8019
  * * Failed
7985
8020
  * * Running
7986
- * * Completed
7987
- * * Cancelled
7988
8021
  * * Description: Current execution status of this step: Running, Completed, Failed, Cancelled`),
7989
8022
  StartedAt: zod_1.z.date().describe(`
7990
8023
  * * Field Name: StartedAt
@@ -8049,13 +8082,13 @@ exports.AIAgentRunStepSchema = zod_1.z.object({
8049
8082
  * * Value List Type: List
8050
8083
  * * Possible Values
8051
8084
  * * Fail
8052
- * * Pass
8053
- * * Warn
8054
8085
  * * Fail
8055
- * * Warn
8086
+ * * Pass
8056
8087
  * * Pass
8057
8088
  * * Retry
8058
8089
  * * Retry
8090
+ * * Warn
8091
+ * * Warn
8059
8092
  * * Description: Result of the final payload validation for this step. Pass indicates successful
8060
8093
  validation, Retry means validation failed but will retry, Fail means validation failed
8061
8094
  permanently, Warn means validation failed but execution continues.`),
@@ -8110,11 +8143,11 @@ exports.AIAgentRunSchema = zod_1.z.object({
8110
8143
  * * Default Value: Running
8111
8144
  * * Value List Type: List
8112
8145
  * * Possible Values
8113
- * * Failed
8114
- * * Running
8115
8146
  * * Cancelled
8116
- * * Paused
8117
8147
  * * Completed
8148
+ * * Failed
8149
+ * * Paused
8150
+ * * Running
8118
8151
  * * Description: Current status of the agent run. Running -> Completed/Failed/Cancelled`),
8119
8152
  StartedAt: zod_1.z.date().describe(`
8120
8153
  * * Field Name: StartedAt
@@ -8228,9 +8261,9 @@ exports.AIAgentRunSchema = zod_1.z.object({
8228
8261
  * * SQL Data Type: nvarchar(30)
8229
8262
  * * Value List Type: List
8230
8263
  * * Possible Values
8231
- * * User Request
8232
- * * Timeout
8233
8264
  * * System
8265
+ * * Timeout
8266
+ * * User Request
8234
8267
  * * Description: Reason for cancellation if the agent run was cancelled`),
8235
8268
  FinalStep: zod_1.z.union([zod_1.z.literal('Actions'), zod_1.z.literal('Chat'), zod_1.z.literal('Failed'), zod_1.z.literal('Retry'), zod_1.z.literal('Sub-Agent'), zod_1.z.literal('Success')]).nullable().describe(`
8236
8269
  * * Field Name: FinalStep
@@ -8238,12 +8271,12 @@ exports.AIAgentRunSchema = zod_1.z.object({
8238
8271
  * * SQL Data Type: nvarchar(30)
8239
8272
  * * Value List Type: List
8240
8273
  * * Possible Values
8274
+ * * Actions
8241
8275
  * * Chat
8276
+ * * Failed
8242
8277
  * * Retry
8243
- * * Actions
8244
8278
  * * Sub-Agent
8245
8279
  * * Success
8246
- * * Failed
8247
8280
  * * Description: The final step type that concluded the agent run`),
8248
8281
  FinalPayload: zod_1.z.string().nullable().describe(`
8249
8282
  * * Field Name: FinalPayload
@@ -8441,9 +8474,9 @@ exports.AIAgentStepSchema = zod_1.z.object({
8441
8474
  * * SQL Data Type: nvarchar(20)
8442
8475
  * * Value List Type: List
8443
8476
  * * Possible Values
8444
- * * Sub-Agent
8445
- * * Prompt
8446
8477
  * * Action
8478
+ * * Prompt
8479
+ * * Sub-Agent
8447
8480
  * * Description: Type of step: Action (execute an action), Sub-Agent (delegate to another agent), or Prompt (run an AI prompt)`),
8448
8481
  StartingStep: zod_1.z.boolean().describe(`
8449
8482
  * * Field Name: StartingStep
@@ -8468,8 +8501,8 @@ exports.AIAgentStepSchema = zod_1.z.object({
8468
8501
  * * Default Value: fail
8469
8502
  * * Value List Type: List
8470
8503
  * * Possible Values
8471
- * * fail
8472
8504
  * * continue
8505
+ * * fail
8473
8506
  * * retry`),
8474
8507
  ActionID: zod_1.z.string().nullable().describe(`
8475
8508
  * * Field Name: ActionID
@@ -8528,8 +8561,8 @@ exports.AIAgentStepSchema = zod_1.z.object({
8528
8561
  * * Default Value: Active
8529
8562
  * * Value List Type: List
8530
8563
  * * Possible Values
8531
- * * Disabled
8532
8564
  * * Active
8565
+ * * Disabled
8533
8566
  * * Pending
8534
8567
  * * Description: Controls whether this step is executed. Active=normal execution, Pending=skip but may activate later, Disabled=never execute`),
8535
8568
  ActionInputMapping: zod_1.z.string().nullable().describe(`
@@ -8653,11 +8686,11 @@ exports.AIConfigurationParamSchema = zod_1.z.object({
8653
8686
  * * Default Value: string
8654
8687
  * * Value List Type: List
8655
8688
  * * Possible Values
8656
- * * date
8657
8689
  * * boolean
8690
+ * * date
8658
8691
  * * number
8659
- * * string
8660
8692
  * * object
8693
+ * * string
8661
8694
  * * Description: The data type of the parameter (string, number, boolean, date, object).`),
8662
8695
  Value: zod_1.z.string().describe(`
8663
8696
  * * Field Name: Value
@@ -8716,9 +8749,9 @@ exports.AIConfigurationSchema = zod_1.z.object({
8716
8749
  * * Default Value: Active
8717
8750
  * * Value List Type: List
8718
8751
  * * Possible Values
8719
- * * Inactive
8720
- * * Deprecated
8721
8752
  * * Active
8753
+ * * Deprecated
8754
+ * * Inactive
8722
8755
  * * Preview
8723
8756
  * * Description: The current status of the configuration. Values include Active, Inactive, Deprecated, and Preview.`),
8724
8757
  DefaultPromptForContextCompressionID: zod_1.z.string().nullable().describe(`
@@ -8788,10 +8821,10 @@ exports.AIModelCostSchema = zod_1.z.object({
8788
8821
  * * SQL Data Type: nvarchar(20)
8789
8822
  * * Value List Type: List
8790
8823
  * * Possible Values
8791
- * * Pending
8792
- * * Expired
8793
8824
  * * Active
8825
+ * * Expired
8794
8826
  * * Invalid
8827
+ * * Pending
8795
8828
  * * Description: Current status of this pricing record. Active=currently in use, Pending=scheduled for future, Expired=no longer valid, Invalid=data error`),
8796
8829
  Currency: zod_1.z.string().describe(`
8797
8830
  * * Field Name: Currency
@@ -8956,10 +8989,10 @@ exports.AIModelVendorSchema = zod_1.z.object({
8956
8989
  * * Default Value: Active
8957
8990
  * * Value List Type: List
8958
8991
  * * Possible Values
8959
- * * Preview
8960
- * * Deprecated
8961
8992
  * * Active
8993
+ * * Deprecated
8962
8994
  * * Inactive
8995
+ * * Preview
8963
8996
  * * Description: The current status of this model-vendor combination. Values include Active, Inactive, Deprecated, and Preview.`),
8964
8997
  DriverClass: zod_1.z.string().nullable().describe(`
8965
8998
  * * Field Name: DriverClass
@@ -9090,9 +9123,9 @@ exports.AIPromptModelSchema = zod_1.z.object({
9090
9123
  * * Default Value: Active
9091
9124
  * * Value List Type: List
9092
9125
  * * Possible Values
9093
- * * Inactive
9094
9126
  * * Active
9095
9127
  * * Deprecated
9128
+ * * Inactive
9096
9129
  * * Preview
9097
9130
  * * Description: The current status of this model configuration. Values include Active, Inactive, Deprecated, and Preview.`),
9098
9131
  ParallelizationMode: zod_1.z.union([zod_1.z.literal('ConfigParam'), zod_1.z.literal('None'), zod_1.z.literal('StaticCount')]).describe(`
@@ -9102,9 +9135,9 @@ exports.AIPromptModelSchema = zod_1.z.object({
9102
9135
  * * Default Value: None
9103
9136
  * * Value List Type: List
9104
9137
  * * Possible Values
9138
+ * * ConfigParam
9105
9139
  * * None
9106
9140
  * * StaticCount
9107
- * * ConfigParam
9108
9141
  * * Description: Controls how this model participates in parallelization: None, StaticCount, or ConfigParam.`),
9109
9142
  ParallelCount: zod_1.z.number().describe(`
9110
9143
  * * Field Name: ParallelCount
@@ -9263,10 +9296,10 @@ exports.AIPromptRunSchema = zod_1.z.object({
9263
9296
  * * Default Value: Single
9264
9297
  * * Value List Type: List
9265
9298
  * * Possible Values
9266
- * * ParallelParent
9267
9299
  * * ParallelChild
9268
- * * Single
9300
+ * * ParallelParent
9269
9301
  * * ResultSelector
9302
+ * * Single
9270
9303
  * * Description: Type of prompt run execution: Single (standard single prompt), ParallelParent (coordinator for parallel execution), ParallelChild (individual parallel execution), ResultSelector (result selection prompt that chooses best result)`),
9271
9304
  ExecutionOrder: zod_1.z.number().nullable().describe(`
9272
9305
  * * Field Name: ExecutionOrder
@@ -9484,11 +9517,11 @@ exports.AIPromptRunSchema = zod_1.z.object({
9484
9517
  * * Default Value: Pending
9485
9518
  * * Value List Type: List
9486
9519
  * * Possible Values
9487
- * * Running
9488
- * * Pending
9489
- * * Failed
9490
9520
  * * Cancelled
9491
9521
  * * Completed
9522
+ * * Failed
9523
+ * * Pending
9524
+ * * Running
9492
9525
  * * Description: Current execution status of the prompt run. Valid values: Pending, Running, Completed, Failed, Cancelled`),
9493
9526
  Cancelled: zod_1.z.boolean().describe(`
9494
9527
  * * Field Name: Cancelled
@@ -9513,8 +9546,8 @@ exports.AIPromptRunSchema = zod_1.z.object({
9513
9546
  * * Value List Type: List
9514
9547
  * * Possible Values
9515
9548
  * * ByPower
9516
- * * Specific
9517
9549
  * * Default
9550
+ * * Specific
9518
9551
  * * Description: Strategy used for model selection. Valid values: Default (system default), Specific (specific models configured), ByPower (based on power ranking)`),
9519
9552
  CacheHit: zod_1.z.boolean().describe(`
9520
9553
  * * Field Name: CacheHit
@@ -9703,10 +9736,10 @@ exports.AIVendorTypeSchema = zod_1.z.object({
9703
9736
  * * Default Value: Active
9704
9737
  * * Value List Type: List
9705
9738
  * * Possible Values
9706
- * * Inactive
9707
9739
  * * Active
9708
- * * Preview
9709
9740
  * * Deprecated
9741
+ * * Inactive
9742
+ * * Preview
9710
9743
  * * Description: The current status of this vendor type. Values include Active, Inactive, Deprecated, and Preview.`),
9711
9744
  __mj_CreatedAt: zod_1.z.date().describe(`
9712
9745
  * * Field Name: __mj_CreatedAt
@@ -9929,10 +9962,10 @@ exports.ArtifactVersionAttributeSchema = zod_1.z.object({
9929
9962
  * * SQL Data Type: nvarchar(50)
9930
9963
  * * Value List Type: List
9931
9964
  * * Possible Values
9965
+ * * description
9932
9966
  * * displayHtml
9933
- * * name
9934
9967
  * * displayMarkdown
9935
- * * description
9968
+ * * name
9936
9969
  * * Description: Maps this attribute to a standard property for UI rendering: 'name', 'description', 'displayMarkdown', 'displayHtml', or NULL for custom attributes`),
9937
9970
  __mj_CreatedAt: zod_1.z.date().describe(`
9938
9971
  * * Field Name: __mj_CreatedAt
@@ -10072,6 +10105,16 @@ exports.ArtifactSchema = zod_1.z.object({
10072
10105
  * * Display Name: Updated At
10073
10106
  * * SQL Data Type: datetimeoffset
10074
10107
  * * Default Value: getutcdate()`),
10108
+ Visibility: zod_1.z.union([zod_1.z.literal('Always'), zod_1.z.literal('System Only')]).describe(`
10109
+ * * Field Name: Visibility
10110
+ * * Display Name: Visibility
10111
+ * * SQL Data Type: nvarchar(20)
10112
+ * * Default Value: Always
10113
+ * * Value List Type: List
10114
+ * * Possible Values
10115
+ * * System Only
10116
+ * * Always
10117
+ * * Description: Controls artifact visibility in user-facing lists. "Always" shows in all lists, "System Only" hides from normal views (for system-generated artifacts like agent routing payloads).`),
10075
10118
  Environment: zod_1.z.string().describe(`
10076
10119
  * * Field Name: Environment
10077
10120
  * * Display Name: Environment
@@ -10356,12 +10399,12 @@ exports.ComponentLibrarySchema = zod_1.z.object({
10356
10399
  * * SQL Data Type: nvarchar(100)
10357
10400
  * * Value List Type: List
10358
10401
  * * Possible Values
10359
- * * Other
10360
10402
  * * Charting
10361
- * * Runtime
10362
- * * Utility
10363
10403
  * * Core
10404
+ * * Other
10405
+ * * Runtime
10364
10406
  * * UI
10407
+ * * Utility
10365
10408
  * * Description: Library category: Core, Runtime, UI, Charting, Utility, or Other`),
10366
10409
  CDNUrl: zod_1.z.string().nullable().describe(`
10367
10410
  * * Field Name: CDNUrl
@@ -10395,9 +10438,9 @@ exports.ComponentLibrarySchema = zod_1.z.object({
10395
10438
  * * Default Value: Active
10396
10439
  * * Value List Type: List
10397
10440
  * * Possible Values
10398
- * * Disabled
10399
- * * Deprecated
10400
10441
  * * Active
10442
+ * * Deprecated
10443
+ * * Disabled
10401
10444
  * * Description: Status of the component library. Active: fully supported; Deprecated: works but shows console warning; Disabled: throws error if used`),
10402
10445
  LintRules: zod_1.z.string().nullable().describe(`
10403
10446
  * * Field Name: LintRules
@@ -10514,8 +10557,8 @@ exports.ComponentRegistrySchema = zod_1.z.object({
10514
10557
  * * Value List Type: List
10515
10558
  * * Possible Values
10516
10559
  * * Active
10517
- * * Offline
10518
10560
  * * Deprecated
10561
+ * * Offline
10519
10562
  * * Description: Current status of the registry: active, deprecated, or offline`),
10520
10563
  __mj_CreatedAt: zod_1.z.date().describe(`
10521
10564
  * * Field Name: __mj_CreatedAt
@@ -10575,16 +10618,16 @@ exports.ComponentSchema = zod_1.z.object({
10575
10618
  * * SQL Data Type: nvarchar(255)
10576
10619
  * * Value List Type: List
10577
10620
  * * Possible Values
10578
- * * Other
10579
- * * Widget
10580
10621
  * * Chart
10581
- * * Navigation
10582
10622
  * * Dashboard
10623
+ * * Form
10624
+ * * Navigation
10625
+ * * Other
10626
+ * * Report
10583
10627
  * * Search
10584
10628
  * * Table
10585
10629
  * * Utility
10586
- * * Report
10587
- * * Form
10630
+ * * Widget
10588
10631
  * * Description: Component type: report, dashboard, form, table, chart, navigation, search, widget, utility, or other`),
10589
10632
  Status: zod_1.z.union([zod_1.z.literal('Deprecated'), zod_1.z.literal('Draft'), zod_1.z.literal('Published')]).nullable().describe(`
10590
10633
  * * Field Name: Status
@@ -10592,9 +10635,9 @@ exports.ComponentSchema = zod_1.z.object({
10592
10635
  * * SQL Data Type: nvarchar(50)
10593
10636
  * * Value List Type: List
10594
10637
  * * Possible Values
10595
- * * Published
10596
- * * Draft
10597
10638
  * * Deprecated
10639
+ * * Draft
10640
+ * * Published
10598
10641
  * * Description: Publication status: draft, published, or deprecated`),
10599
10642
  DeveloperName: zod_1.z.string().nullable().describe(`
10600
10643
  * * Field Name: DeveloperName
@@ -10733,9 +10776,9 @@ exports.ConversationArtifactPermissionSchema = zod_1.z.object({
10733
10776
  * * SQL Data Type: nvarchar(20)
10734
10777
  * * Value List Type: List
10735
10778
  * * Possible Values
10779
+ * * Edit
10736
10780
  * * Owner
10737
10781
  * * Read
10738
- * * Edit
10739
10782
  * * Description: Level of access granted (Read, Edit, Owner)`),
10740
10783
  __mj_CreatedAt: zod_1.z.date().describe(`
10741
10784
  * * Field Name: __mj_CreatedAt
@@ -10840,9 +10883,9 @@ exports.ConversationArtifactSchema = zod_1.z.object({
10840
10883
  * * Value List Type: List
10841
10884
  * * Possible Values
10842
10885
  * * Everyone
10886
+ * * None
10843
10887
  * * Public
10844
10888
  * * SpecificUsers
10845
- * * None
10846
10889
  * * Description: Controls who can view this artifact (None, SpecificUsers, Everyone, Public)`),
10847
10890
  Comments: zod_1.z.string().nullable().describe(`
10848
10891
  * * Field Name: Comments
@@ -11149,8 +11192,8 @@ exports.PublicLinkSchema = zod_1.z.object({
11149
11192
  * * Value List Type: List
11150
11193
  * * Possible Values
11151
11194
  * * Artifact
11152
- * * Conversation
11153
11195
  * * Collection
11196
+ * * Conversation
11154
11197
  * * Description: Type of resource being shared (Artifact, Conversation, Collection)`),
11155
11198
  ResourceID: zod_1.z.string().describe(`
11156
11199
  * * Field Name: ResourceID
@@ -11233,11 +11276,11 @@ exports.QueryParameterSchema = zod_1.z.object({
11233
11276
  * * SQL Data Type: nvarchar(50)
11234
11277
  * * Value List Type: List
11235
11278
  * * Possible Values
11236
- * * date
11237
- * * string
11238
- * * boolean
11239
11279
  * * array
11280
+ * * boolean
11281
+ * * date
11240
11282
  * * number
11283
+ * * string
11241
11284
  * * Description: The data type of the parameter used for validation and type conversion. Valid values are: "string" for text values, "number" for integers or decimals, "date" for date/datetime values (ISO 8601 format expected), "boolean" for true/false values, and "array" for multiple values (typically used with IN clauses). The type determines which validation filters can be applied and how the parameter is processed.`),
11242
11285
  IsRequired: zod_1.z.boolean().nullable().describe(`
11243
11286
  * * Field Name: IsRequired
@@ -11488,11 +11531,11 @@ exports.ScheduledJobRunSchema = zod_1.z.object({
11488
11531
  * * Default Value: Running
11489
11532
  * * Value List Type: List
11490
11533
  * * Possible Values
11491
- * * Running
11492
- * * Timeout
11493
- * * Completed
11494
11534
  * * Cancelled
11535
+ * * Completed
11495
11536
  * * Failed
11537
+ * * Running
11538
+ * * Timeout
11496
11539
  * * Description: Current status of the job execution. Running=currently executing, Completed=finished (check Success for outcome), Failed=exception during execution, Cancelled=manually cancelled, Timeout=exceeded maximum execution time.`),
11497
11540
  Success: zod_1.z.boolean().nullable().describe(`
11498
11541
  * * Field Name: Success
@@ -11642,11 +11685,11 @@ exports.ScheduledJobSchema = zod_1.z.object({
11642
11685
  * * Default Value: Pending
11643
11686
  * * Value List Type: List
11644
11687
  * * Possible Values
11645
- * * Paused
11688
+ * * Active
11646
11689
  * * Disabled
11647
11690
  * * Expired
11691
+ * * Paused
11648
11692
  * * Pending
11649
- * * Active
11650
11693
  * * Description: Current status of the schedule. Pending=created but not yet active, Active=currently running on schedule, Paused=temporarily stopped, Disabled=manually disabled, Expired=past EndAt date.`),
11651
11694
  Configuration: zod_1.z.string().nullable().describe(`
11652
11695
  * * Field Name: Configuration
@@ -11744,8 +11787,8 @@ exports.ScheduledJobSchema = zod_1.z.object({
11744
11787
  * * Default Value: Skip
11745
11788
  * * Value List Type: List
11746
11789
  * * Possible Values
11747
- * * Queue
11748
11790
  * * Concurrent
11791
+ * * Queue
11749
11792
  * * Skip
11750
11793
  * * Description: Controls behavior when a new execution is scheduled while a previous execution is still running. Skip=do not start new execution (default), Queue=wait for current to finish then execute, Concurrent=allow multiple simultaneous executions.`),
11751
11794
  __mj_CreatedAt: zod_1.z.date().describe(`
@@ -11797,9 +11840,9 @@ exports.TaskDependencySchema = zod_1.z.object({
11797
11840
  * * Default Value: Prerequisite
11798
11841
  * * Value List Type: List
11799
11842
  * * Possible Values
11800
- * * Prerequisite
11801
11843
  * * Corequisite
11802
11844
  * * Optional
11845
+ * * Prerequisite
11803
11846
  * * Description: Type of dependency relationship (Prerequisite, Corequisite, Optional)`),
11804
11847
  __mj_CreatedAt: zod_1.z.date().describe(`
11805
11848
  * * Field Name: __mj_CreatedAt
@@ -11913,12 +11956,12 @@ exports.TaskSchema = zod_1.z.object({
11913
11956
  * * Value List Type: List
11914
11957
  * * Possible Values
11915
11958
  * * Blocked
11916
- * * Failed
11959
+ * * Cancelled
11960
+ * * Complete
11917
11961
  * * Deferred
11962
+ * * Failed
11918
11963
  * * In Progress
11919
11964
  * * Pending
11920
- * * Cancelled
11921
- * * Complete
11922
11965
  * * Description: Current status of the task (Pending, In Progress, Complete, Cancelled, Failed, Blocked, Deferred)`),
11923
11966
  PercentComplete: zod_1.z.number().nullable().describe(`
11924
11967
  * * Field Name: PercentComplete
@@ -12123,10 +12166,10 @@ exports.QuerySchema = zod_1.z.object({
12123
12166
  * * Default Value: Pending
12124
12167
  * * Value List Type: List
12125
12168
  * * Possible Values
12126
- * * Pending
12127
- * * Rejected
12128
12169
  * * Approved
12129
- * * Expired`),
12170
+ * * Expired
12171
+ * * Pending
12172
+ * * Rejected`),
12130
12173
  QualityRank: zod_1.z.number().nullable().describe(`
12131
12174
  * * Field Name: QualityRank
12132
12175
  * * Display Name: Quality Rank
@@ -12307,8 +12350,8 @@ exports.QueryEntitySchema = zod_1.z.object({
12307
12350
  * * Default Value: Manual
12308
12351
  * * Value List Type: List
12309
12352
  * * Possible Values
12310
- * * Manual
12311
12353
  * * AI
12354
+ * * Manual
12312
12355
  * * Description: Indicates how this entity-query relationship was identified. "AI" means the QueryEntityServer used LLM analysis to parse the SQL/template and identify which MemberJunction entities are referenced (by analyzing table names, joins, and query structure). "Manual" means a user explicitly marked this entity as being used by the query. AI detection helps maintain accurate metadata automatically as queries evolve.`),
12313
12356
  AutoDetectConfidenceScore: zod_1.z.number().nullable().describe(`
12314
12357
  * * Field Name: AutoDetectConfidenceScore
@@ -12486,8 +12529,8 @@ exports.QueueTaskSchema = zod_1.z.object({
12486
12529
  * * Default Value: Pending
12487
12530
  * * Value List Type: List
12488
12531
  * * Possible Values
12489
- * * Failed
12490
12532
  * * Completed
12533
+ * * Failed
12491
12534
  * * In Progress`),
12492
12535
  StartedAt: zod_1.z.date().nullable().describe(`
12493
12536
  * * Field Name: StartedAt
@@ -12786,11 +12829,11 @@ exports.RecommendationRunSchema = zod_1.z.object({
12786
12829
  * * SQL Data Type: nvarchar(50)
12787
12830
  * * Value List Type: List
12788
12831
  * * Possible Values
12789
- * * Pending
12832
+ * * Canceled
12790
12833
  * * Completed
12791
12834
  * * Error
12792
12835
  * * In Progress
12793
- * * Canceled
12836
+ * * Pending
12794
12837
  * * Description: The status of the recommendation run`),
12795
12838
  Description: zod_1.z.string().nullable().describe(`
12796
12839
  * * Field Name: Description
@@ -12885,9 +12928,9 @@ exports.RecordChangeReplayRunSchema = zod_1.z.object({
12885
12928
  * * Value List Type: List
12886
12929
  * * Possible Values
12887
12930
  * * Complete
12888
- * * Pending
12889
- * * In Progress
12890
12931
  * * Error
12932
+ * * In Progress
12933
+ * * Pending
12891
12934
  * * Description: Status of the replay run (Pending, In Progress, Complete, Error)`),
12892
12935
  UserID: zod_1.z.string().describe(`
12893
12936
  * * Field Name: UserID
@@ -12939,9 +12982,9 @@ exports.RecordChangeSchema = zod_1.z.object({
12939
12982
  * * Default Value: Create
12940
12983
  * * Value List Type: List
12941
12984
  * * Possible Values
12942
- * * Update
12943
12985
  * * Create
12944
12986
  * * Delete
12987
+ * * Update
12945
12988
  * * Description: Create, Update, or Delete`),
12946
12989
  Source: zod_1.z.union([zod_1.z.literal('External'), zod_1.z.literal('Internal')]).describe(`
12947
12990
  * * Field Name: Source
@@ -12980,9 +13023,9 @@ exports.RecordChangeSchema = zod_1.z.object({
12980
13023
  * * Default Value: Complete
12981
13024
  * * Value List Type: List
12982
13025
  * * Possible Values
12983
- * * Pending
12984
13026
  * * Complete
12985
13027
  * * Error
13028
+ * * Pending
12986
13029
  * * Description: For internal record changes generated within MJ, the status is immediately Complete. For external changes that are detected, the workflow starts off as Pending, then In Progress and finally either Complete or Error`),
12987
13030
  ErrorLog: zod_1.z.string().nullable().describe(`
12988
13031
  * * Field Name: ErrorLog
@@ -13054,8 +13097,8 @@ exports.RecordMergeDeletionLogSchema = zod_1.z.object({
13054
13097
  * * Value List Type: List
13055
13098
  * * Possible Values
13056
13099
  * * Complete
13057
- * * Pending
13058
- * * Error`),
13100
+ * * Error
13101
+ * * Pending`),
13059
13102
  ProcessingLog: zod_1.z.string().nullable().describe(`
13060
13103
  * * Field Name: ProcessingLog
13061
13104
  * * Display Name: Processing Log
@@ -13103,8 +13146,8 @@ exports.RecordMergeLogSchema = zod_1.z.object({
13103
13146
  * * Default Value: Pending
13104
13147
  * * Value List Type: List
13105
13148
  * * Possible Values
13106
- * * Pending
13107
13149
  * * Approved
13150
+ * * Pending
13108
13151
  * * Rejected
13109
13152
  * * Description: Field ApprovalStatus for entity Record Merge Logs.`),
13110
13153
  ApprovedByUserID: zod_1.z.string().nullable().describe(`
@@ -13120,8 +13163,8 @@ exports.RecordMergeLogSchema = zod_1.z.object({
13120
13163
  * * Value List Type: List
13121
13164
  * * Possible Values
13122
13165
  * * Complete
13123
- * * Started
13124
13166
  * * Error
13167
+ * * Started
13125
13168
  * * Description: Field ProcessingStatus for entity Record Merge Logs.`),
13126
13169
  ProcessingStartedAt: zod_1.z.date().describe(`
13127
13170
  * * Field Name: ProcessingStartedAt
@@ -13293,9 +13336,9 @@ exports.ReportSchema = zod_1.z.object({
13293
13336
  * * Default Value: Personal
13294
13337
  * * Value List Type: List
13295
13338
  * * Possible Values
13296
- * * Specific
13297
- * * None
13298
13339
  * * Everyone
13340
+ * * None
13341
+ * * Specific
13299
13342
  * * Description: Field SharingScope for entity Reports.`),
13300
13343
  ConversationID: zod_1.z.string().nullable().describe(`
13301
13344
  * * Field Name: ConversationID
@@ -13511,9 +13554,9 @@ exports.ResourcePermissionSchema = zod_1.z.object({
13511
13554
  * * SQL Data Type: nvarchar(20)
13512
13555
  * * Value List Type: List
13513
13556
  * * Possible Values
13514
- * * View
13515
13557
  * * Edit
13516
13558
  * * Owner
13559
+ * * View
13517
13560
  * * Description: Permission level defining the type of access (View, Edit, Owner)`),
13518
13561
  __mj_CreatedAt: zod_1.z.date().describe(`
13519
13562
  * * Field Name: __mj_CreatedAt
@@ -13532,9 +13575,9 @@ exports.ResourcePermissionSchema = zod_1.z.object({
13532
13575
  * * Default Value: Requested
13533
13576
  * * Value List Type: List
13534
13577
  * * Possible Values
13535
- * * Requested
13536
13578
  * * Approved
13537
13579
  * * Rejected
13580
+ * * Requested
13538
13581
  * * Revoked
13539
13582
  * * Description: Status of the resource permission request. Possible values are Requested, Approved, Rejected, or Revoked.`),
13540
13583
  ResourceType: zod_1.z.string().describe(`
@@ -13764,9 +13807,9 @@ exports.ScheduledActionSchema = zod_1.z.object({
13764
13807
  * * SQL Data Type: nvarchar(20)
13765
13808
  * * Value List Type: List
13766
13809
  * * Possible Values
13810
+ * * Custom
13767
13811
  * * Daily
13768
13812
  * * Monthly
13769
- * * Custom
13770
13813
  * * Weekly
13771
13814
  * * Yearly
13772
13815
  * * Description: Type of the scheduled action (Daily, Weekly, Monthly, Yearly, Custom)`),
@@ -13787,9 +13830,9 @@ exports.ScheduledActionSchema = zod_1.z.object({
13787
13830
  * * Default Value: Pending
13788
13831
  * * Value List Type: List
13789
13832
  * * Possible Values
13833
+ * * Active
13790
13834
  * * Disabled
13791
13835
  * * Expired
13792
- * * Active
13793
13836
  * * Pending
13794
13837
  * * Description: Status of the scheduled action (Pending, Active, Disabled, Expired)`),
13795
13838
  IntervalDays: zod_1.z.number().nullable().describe(`
@@ -14077,14 +14120,14 @@ exports.TemplateContentTypeSchema = zod_1.z.object({
14077
14120
  * * Default Value: Other
14078
14121
  * * Value List Type: List
14079
14122
  * * Possible Values
14080
- * * HTML
14081
14123
  * * CSS
14124
+ * * HTML
14082
14125
  * * JSON
14083
- * * Python
14084
- * * Other
14085
- * * TypeScript
14086
14126
  * * JavaScript
14087
14127
  * * Nunjucks
14128
+ * * Other
14129
+ * * Python
14130
+ * * TypeScript
14088
14131
  * * Description: Refers to the primary language or codetype of the templates of this type, HTML, JSON, JavaScript, etc`),
14089
14132
  __mj_CreatedAt: zod_1.z.date().describe(`
14090
14133
  * * Field Name: __mj_CreatedAt
@@ -14182,11 +14225,11 @@ exports.TemplateParamSchema = zod_1.z.object({
14182
14225
  * * Default Value: Scalar
14183
14226
  * * Value List Type: List
14184
14227
  * * Possible Values
14185
- * * Record
14186
14228
  * * Array
14229
+ * * Entity
14187
14230
  * * Object
14231
+ * * Record
14188
14232
  * * Scalar
14189
- * * Entity
14190
14233
  * * Description: Type of the parameter - Record is an individual record within the entity specified by EntityID. Entity means an entire Entity or an entity filtered by the LinkedParameterName/Field attributes and/or ExtraFilter. Object is any valid JSON object. Array and Scalar have their common meanings.`),
14191
14234
  DefaultValue: zod_1.z.string().nullable().describe(`
14192
14235
  * * Field Name: DefaultValue
@@ -14992,6 +15035,16 @@ exports.UserSchema = zod_1.z.object({
14992
15035
  * * Display Name: __mj _Updated At
14993
15036
  * * SQL Data Type: datetimeoffset
14994
15037
  * * Default Value: getutcdate()`),
15038
+ UserImageURL: zod_1.z.string().nullable().describe(`
15039
+ * * Field Name: UserImageURL
15040
+ * * Display Name: User Image URL
15041
+ * * SQL Data Type: nvarchar(MAX)
15042
+ * * Description: User avatar image. Can be a Base64 encoded data URI (e.g., "data:image/png;base64,...") or a URL to an image file. Preferred over UserImageIconClass when present. Recommended for small thumbnail images only to maintain performance.`),
15043
+ UserImageIconClass: zod_1.z.string().nullable().describe(`
15044
+ * * Field Name: UserImageIconClass
15045
+ * * Display Name: User Image Icon Class
15046
+ * * SQL Data Type: nvarchar(100)
15047
+ * * Description: Font Awesome icon class for user avatar (e.g., "fa-solid fa-user-astronaut"). Used as fallback when UserImageURL is not provided. Example classes: "fa-solid fa-user", "fa-regular fa-circle-user", "fa-solid fa-user-tie".`),
14995
15048
  FirstLast: zod_1.z.string().nullable().describe(`
14996
15049
  * * Field Name: FirstLast
14997
15050
  * * Display Name: First Last
@@ -15147,10 +15200,10 @@ exports.VersionInstallationSchema = zod_1.z.object({
15147
15200
  * * Default Value: Pending
15148
15201
  * * Value List Type: List
15149
15202
  * * Possible Values
15150
- * * In Progress
15151
15203
  * * Complete
15152
- * * Pending
15153
15204
  * * Failed
15205
+ * * In Progress
15206
+ * * Pending
15154
15207
  * * Description: Pending, Complete, Failed`),
15155
15208
  InstallLog: zod_1.z.string().nullable().describe(`
15156
15209
  * * Field Name: InstallLog
@@ -15307,12 +15360,12 @@ exports.WorkflowSchema = zod_1.z.object({
15307
15360
  * * SQL Data Type: nvarchar(20)
15308
15361
  * * Value List Type: List
15309
15362
  * * Possible Values
15310
- * * Weeks
15311
- * * Years
15312
- * * Hours
15313
- * * Months
15314
15363
  * * Days
15364
+ * * Hours
15315
15365
  * * Minutes
15366
+ * * Months
15367
+ * * Weeks
15368
+ * * Years
15316
15369
  * * Description: Minutes, Hours, Days, Weeks, Months, Years`),
15317
15370
  AutoRunInterval: zod_1.z.number().nullable().describe(`
15318
15371
  * * Field Name: AutoRunInterval
@@ -15634,8 +15687,8 @@ let ActionCategoryEntity = class ActionCategoryEntity extends core_1.BaseEntity
15634
15687
  * * Default Value: Pending
15635
15688
  * * Value List Type: List
15636
15689
  * * Possible Values
15637
- * * Disabled
15638
15690
  * * Active
15691
+ * * Disabled
15639
15692
  * * Pending
15640
15693
  * * Description: Status of the action category (Pending, Active, Disabled).
15641
15694
  */
@@ -15842,9 +15895,9 @@ let ActionContextEntity = class ActionContextEntity extends core_1.BaseEntity {
15842
15895
  * * Default Value: Pending
15843
15896
  * * Value List Type: List
15844
15897
  * * Possible Values
15845
- * * Pending
15846
15898
  * * Active
15847
15899
  * * Disabled
15900
+ * * Pending
15848
15901
  * * Description: Status of the action context (Pending, Active, Disabled).
15849
15902
  */
15850
15903
  get Status() {
@@ -16375,9 +16428,9 @@ let ActionParamEntity = class ActionParamEntity extends core_1.BaseEntity {
16375
16428
  * * SQL Data Type: nchar(10)
16376
16429
  * * Value List Type: List
16377
16430
  * * Possible Values
16431
+ * * Both
16378
16432
  * * Input
16379
16433
  * * Output
16380
- * * Both
16381
16434
  * * Description: Specifies whether this parameter is used for Input, Output, or Both directions in the action execution flow.
16382
16435
  */
16383
16436
  get Type() {
@@ -16392,13 +16445,13 @@ let ActionParamEntity = class ActionParamEntity extends core_1.BaseEntity {
16392
16445
  * * SQL Data Type: nvarchar(30)
16393
16446
  * * Value List Type: List
16394
16447
  * * Possible Values
16395
- * * Other
16396
- * * Simple Object
16397
16448
  * * BaseEntity Sub-Class
16398
- * * Scalar
16399
- * * Scalar
16400
16449
  * * BaseEntity Sub-Class
16401
16450
  * * Other
16451
+ * * Other
16452
+ * * Scalar
16453
+ * * Scalar
16454
+ * * Simple Object
16402
16455
  * * Simple Object
16403
16456
  * * Description: Tracks the basic value type of the parameter, additional information can be provided in the Description field
16404
16457
  */
@@ -16743,9 +16796,9 @@ let ActionEntity = class ActionEntity extends core_1.BaseEntity {
16743
16796
  * * Default Value: Pending
16744
16797
  * * Value List Type: List
16745
16798
  * * Possible Values
16746
- * * Rejected
16747
16799
  * * Approved
16748
16800
  * * Pending
16801
+ * * Rejected
16749
16802
  * * Description: An action won't be usable until the code is approved.
16750
16803
  */
16751
16804
  get CodeApprovalStatus() {
@@ -16835,8 +16888,8 @@ let ActionEntity = class ActionEntity extends core_1.BaseEntity {
16835
16888
  * * Default Value: Pending
16836
16889
  * * Value List Type: List
16837
16890
  * * Possible Values
16838
- * * Disabled
16839
16891
  * * Active
16892
+ * * Disabled
16840
16893
  * * Pending
16841
16894
  * * Description: Status of the action (Pending, Active, Disabled).
16842
16895
  */
@@ -17281,8 +17334,8 @@ let AIAgentActionEntity = class AIAgentActionEntity extends core_1.BaseEntity {
17281
17334
  * * Default Value: Active
17282
17335
  * * Value List Type: List
17283
17336
  * * Possible Values
17284
- * * Pending
17285
17337
  * * Active
17338
+ * * Pending
17286
17339
  * * Revoked
17287
17340
  */
17288
17341
  get Status() {
@@ -17352,9 +17405,9 @@ let AIAgentActionEntity = class AIAgentActionEntity extends core_1.BaseEntity {
17352
17405
  * * Default Value: None
17353
17406
  * * Value List Type: List
17354
17407
  * * Possible Values
17355
- * * Remove
17356
- * * None
17357
17408
  * * Compact
17409
+ * * None
17410
+ * * Remove
17358
17411
  * * Description: How to handle expired action results: None (no expiration, default), Remove (delete message entirely), Compact (reduce size via CompactMode while preserving key information).
17359
17412
  */
17360
17413
  get ResultExpirationMode() {
@@ -17518,9 +17571,9 @@ let AIAgentLearningCycleEntity = class AIAgentLearningCycleEntity extends core_1
17518
17571
  * * SQL Data Type: nvarchar(20)
17519
17572
  * * Value List Type: List
17520
17573
  * * Possible Values
17521
- * * In-Progress
17522
- * * Failed
17523
17574
  * * Complete
17575
+ * * Failed
17576
+ * * In-Progress
17524
17577
  * * Description: Status of the learning cycle (In-Progress, Complete, or Failed).
17525
17578
  */
17526
17579
  get Status() {
@@ -17888,8 +17941,8 @@ let AIAgentNoteEntity = class AIAgentNoteEntity extends core_1.BaseEntity {
17888
17941
  * * SQL Data Type: nvarchar(20)
17889
17942
  * * Value List Type: List
17890
17943
  * * Possible Values
17891
- * * User
17892
17944
  * * Global
17945
+ * * User
17893
17946
  * * Description: Indicates the type of note, either User-specific or Global.
17894
17947
  */
17895
17948
  get Type() {
@@ -18025,10 +18078,10 @@ let AIAgentRequestEntity = class AIAgentRequestEntity extends core_1.BaseEntity
18025
18078
  * * SQL Data Type: nvarchar(20)
18026
18079
  * * Value List Type: List
18027
18080
  * * Possible Values
18028
- * * Canceled
18029
18081
  * * Approved
18030
- * * Requested
18082
+ * * Canceled
18031
18083
  * * Rejected
18084
+ * * Requested
18032
18085
  * * Description: Current status of the request (Requested, Approved, Rejected, Canceled).
18033
18086
  */
18034
18087
  get Status() {
@@ -18461,6 +18514,12 @@ let AIAgentEntity = class AIAgentEntity extends core_1.BaseEntity {
18461
18514
  * * Field Name: Status
18462
18515
  * * Display Name: Status
18463
18516
  * * SQL Data Type: nvarchar(20)
18517
+ * * Default Value: Pending
18518
+ * * Value List Type: List
18519
+ * * Possible Values
18520
+ * * Active
18521
+ * * Disabled
18522
+ * * Pending
18464
18523
  * * Description: Current status of the AI agent. Active agents can be executed, Disabled agents are inactive, and Pending agents are awaiting configuration or approval. Allowed values: Active, Disabled, Pending.
18465
18524
  */
18466
18525
  get Status() {
@@ -18713,8 +18772,8 @@ if this limit is exceeded.
18713
18772
  * * Default Value: Fail
18714
18773
  * * Value List Type: List
18715
18774
  * * Possible Values
18716
- * * Warn
18717
18775
  * * Fail
18776
+ * * Warn
18718
18777
  * * Description: Determines how to handle StartingPayloadValidation failures. Fail = reject invalid input, Warn = log warning but proceed.
18719
18778
  */
18720
18779
  get StartingPayloadValidationMode() {
@@ -18742,8 +18801,8 @@ if this limit is exceeded.
18742
18801
  * * Value List Type: List
18743
18802
  * * Possible Values
18744
18803
  * * Failed
18745
- * * Success
18746
18804
  * * Retry
18805
+ * * Success
18747
18806
  * * Description: Controls how Chat next steps are handled. When null (default), Chat propagates to caller. When set to Success, Failed, or Retry, Chat steps are remapped to that value and re-validated.
18748
18807
  */
18749
18808
  get ChatHandlingOption() {
@@ -18786,8 +18845,8 @@ if this limit is exceeded.
18786
18845
  * * Default Value: Any
18787
18846
  * * Value List Type: List
18788
18847
  * * Possible Values
18789
- * * Sub-Agent
18790
18848
  * * Any
18849
+ * * Sub-Agent
18791
18850
  * * Top-Level
18792
18851
  * * Description: Controls how the agent can be invoked: Any (default - can be top-level or sub-agent), Top-Level (only callable as primary agent), Sub-Agent (only callable as sub-agent). Used to filter available agents in tools like Sage.
18793
18852
  */
@@ -18798,6 +18857,48 @@ if this limit is exceeded.
18798
18857
  this.Set('InvocationMode', value);
18799
18858
  }
18800
18859
  /**
18860
+ * * Field Name: ArtifactCreationMode
18861
+ * * Display Name: Artifact Creation Mode
18862
+ * * SQL Data Type: nvarchar(20)
18863
+ * * Default Value: Always
18864
+ * * Value List Type: List
18865
+ * * Possible Values
18866
+ * * Never
18867
+ * * Always
18868
+ * * System Only
18869
+ * * Description: Controls how artifacts are created from this agent's payloads. "Always" creates visible artifacts, "Never" skips artifact creation, "System Only" creates hidden system artifacts.
18870
+ */
18871
+ get ArtifactCreationMode() {
18872
+ return this.Get('ArtifactCreationMode');
18873
+ }
18874
+ set ArtifactCreationMode(value) {
18875
+ this.Set('ArtifactCreationMode', value);
18876
+ }
18877
+ /**
18878
+ * * Field Name: FunctionalRequirements
18879
+ * * Display Name: Functional Requirements
18880
+ * * SQL Data Type: nvarchar(MAX)
18881
+ * * Description: Detailed markdown formatted requirements that explain the business goals of the agent without specific technical implementation details.
18882
+ */
18883
+ get FunctionalRequirements() {
18884
+ return this.Get('FunctionalRequirements');
18885
+ }
18886
+ set FunctionalRequirements(value) {
18887
+ this.Set('FunctionalRequirements', value);
18888
+ }
18889
+ /**
18890
+ * * Field Name: TechnicalDesign
18891
+ * * Display Name: Technical Design
18892
+ * * SQL Data Type: nvarchar(MAX)
18893
+ * * Description: Detailed markdown that explains the structure of the agent including agent architecture, actions, sub-agents, prompts, and payload structure.
18894
+ */
18895
+ get TechnicalDesign() {
18896
+ return this.Get('TechnicalDesign');
18897
+ }
18898
+ set TechnicalDesign(value) {
18899
+ this.Set('TechnicalDesign', value);
18900
+ }
18901
+ /**
18801
18902
  * * Field Name: Parent
18802
18903
  * * Display Name: Parent
18803
18904
  * * SQL Data Type: nvarchar(255)
@@ -19783,11 +19884,11 @@ let AIPromptEntity = class AIPromptEntity extends core_1.BaseEntity {
19783
19884
  * * Default Value: Any
19784
19885
  * * Value List Type: List
19785
19886
  * * Possible Values
19786
- * * Markdown
19887
+ * * Any
19787
19888
  * * JSON
19788
- * * Text
19889
+ * * Markdown
19789
19890
  * * ModelSpecific
19790
- * * Any
19891
+ * * Text
19791
19892
  * * Description: Specifies the expected response format for the AI model. Options include Any, Text, Markdown, JSON, and ModelSpecific. Defaults to Any if not specified.
19792
19893
  */
19793
19894
  get ResponseFormat() {
@@ -19841,8 +19942,8 @@ let AIPromptEntity = class AIPromptEntity extends core_1.BaseEntity {
19841
19942
  * * Default Value: Default
19842
19943
  * * Value List Type: List
19843
19944
  * * Possible Values
19844
- * * Default
19845
19945
  * * ByPower
19946
+ * * Default
19846
19947
  * * Specific
19847
19948
  * * Description: Determines how models are selected for this prompt (Default, Specific, ByPower).
19848
19949
  */
@@ -19860,8 +19961,8 @@ let AIPromptEntity = class AIPromptEntity extends core_1.BaseEntity {
19860
19961
  * * Value List Type: List
19861
19962
  * * Possible Values
19862
19963
  * * Balanced
19863
- * * Lowest
19864
19964
  * * Highest
19965
+ * * Lowest
19865
19966
  * * Description: When using ByPower selection strategy, determines whether to prefer highest, lowest, or balanced power models.
19866
19967
  */
19867
19968
  get PowerPreference() {
@@ -19878,9 +19979,9 @@ let AIPromptEntity = class AIPromptEntity extends core_1.BaseEntity {
19878
19979
  * * Value List Type: List
19879
19980
  * * Possible Values
19880
19981
  * * ConfigParam
19881
- * * StaticCount
19882
- * * None
19883
19982
  * * ModelSpecific
19983
+ * * None
19984
+ * * StaticCount
19884
19985
  * * Description: Controls parallelization: None (no parallelization), StaticCount (use AIPrompt.ParallelCount for total runs), ConfigParam (use config param specified in ParallelConfigParam for total runs), or ModelSpecific (check each AIPromptModel's individual settings).
19885
19986
  */
19886
19987
  get ParallelizationMode() {
@@ -19920,11 +20021,11 @@ let AIPromptEntity = class AIPromptEntity extends core_1.BaseEntity {
19920
20021
  * * Default Value: string
19921
20022
  * * Value List Type: List
19922
20023
  * * Possible Values
19923
- * * number
20024
+ * * boolean
19924
20025
  * * date
19925
- * * string
20026
+ * * number
19926
20027
  * * object
19927
- * * boolean
20028
+ * * string
19928
20029
  * * Description: The expected data type of the prompt output: string, number, boolean, date, or object.
19929
20030
  */
19930
20031
  get OutputType() {
@@ -19952,9 +20053,9 @@ let AIPromptEntity = class AIPromptEntity extends core_1.BaseEntity {
19952
20053
  * * Default Value: Warn
19953
20054
  * * Value List Type: List
19954
20055
  * * Possible Values
20056
+ * * None
19955
20057
  * * Strict
19956
20058
  * * Warn
19957
- * * None
19958
20059
  * * Description: Determines how validation failures are handled: Strict (fail), Warn (log warning), or None (ignore).
19959
20060
  */
19960
20061
  get ValidationBehavior() {
@@ -19996,9 +20097,9 @@ let AIPromptEntity = class AIPromptEntity extends core_1.BaseEntity {
19996
20097
  * * Default Value: Fixed
19997
20098
  * * Value List Type: List
19998
20099
  * * Possible Values
20100
+ * * Exponential
19999
20101
  * * Fixed
20000
20102
  * * Linear
20001
- * * Exponential
20002
20103
  * * Description: Strategy for calculating retry delays: Fixed (same delay each time), Exponential (doubling delay), or Linear (linearly increasing delay).
20003
20104
  */
20004
20105
  get RetryStrategy() {
@@ -20133,10 +20234,10 @@ let AIPromptEntity = class AIPromptEntity extends core_1.BaseEntity {
20133
20234
  * * Default Value: System
20134
20235
  * * Value List Type: List
20135
20236
  * * Possible Values
20136
- * * SystemOrUser
20137
20237
  * * Assistant
20138
- * * User
20139
20238
  * * System
20239
+ * * SystemOrUser
20240
+ * * User
20140
20241
  * * Description: Determines how the prompt is used in conversation: System (always first message), User (positioned by PromptPosition), Assistant (positioned by PromptPosition), or SystemOrUser (try system first, fallback to user last if system slot taken)
20141
20242
  */
20142
20243
  get PromptRole() {
@@ -20290,14 +20391,14 @@ let AIPromptEntity = class AIPromptEntity extends core_1.BaseEntity {
20290
20391
  * * Default Value: SameModelDifferentVendor
20291
20392
  * * Value List Type: List
20292
20393
  * * Possible Values
20394
+ * * NextBestModel
20395
+ * * NextBestModel
20396
+ * * None
20293
20397
  * * None
20294
20398
  * * PowerRank
20295
20399
  * * PowerRank
20296
20400
  * * SameModelDifferentVendor
20297
- * * NextBestModel
20298
- * * NextBestModel
20299
20401
  * * SameModelDifferentVendor
20300
- * * None
20301
20402
  * * Description: Failover strategy to use when the primary model fails. Options: SameModelDifferentVendor, NextBestModel, PowerRank, None
20302
20403
  */
20303
20404
  get FailoverStrategy() {
@@ -20339,12 +20440,12 @@ let AIPromptEntity = class AIPromptEntity extends core_1.BaseEntity {
20339
20440
  * * Default Value: PreferSameModel
20340
20441
  * * Value List Type: List
20341
20442
  * * Possible Values
20342
- * * RequireSameModel
20343
- * * RequireSameModel
20344
20443
  * * PreferDifferentModel
20345
20444
  * * PreferDifferentModel
20346
20445
  * * PreferSameModel
20347
20446
  * * PreferSameModel
20447
+ * * RequireSameModel
20448
+ * * RequireSameModel
20348
20449
  * * Description: Strategy for selecting failover models. Options: PreferSameModel, PreferDifferentModel, RequireSameModel
20349
20450
  */
20350
20451
  get FailoverModelStrategy() {
@@ -20360,14 +20461,14 @@ let AIPromptEntity = class AIPromptEntity extends core_1.BaseEntity {
20360
20461
  * * Default Value: All
20361
20462
  * * Value List Type: List
20362
20463
  * * Possible Values
20363
- * * ServiceErrorOnly
20364
- * * RateLimitOnly
20365
- * * NetworkOnly
20464
+ * * All
20366
20465
  * * All
20367
20466
  * * NetworkOnly
20467
+ * * NetworkOnly
20468
+ * * RateLimitOnly
20368
20469
  * * RateLimitOnly
20369
20470
  * * ServiceErrorOnly
20370
- * * All
20471
+ * * ServiceErrorOnly
20371
20472
  * * Description: Types of errors that should trigger failover. Options: All, NetworkOnly, RateLimitOnly, ServiceErrorOnly
20372
20473
  */
20373
20474
  get FailoverErrorScope() {
@@ -20549,8 +20650,8 @@ let AIResultCacheEntity = class AIResultCacheEntity extends core_1.BaseEntity {
20549
20650
  * * SQL Data Type: nvarchar(50)
20550
20651
  * * Value List Type: List
20551
20652
  * * Possible Values
20552
- * * Expired
20553
20653
  * * Active
20654
+ * * Expired
20554
20655
  * * Description: The status of this result, indicating whether it is currently active or expired.
20555
20656
  */
20556
20657
  get Status() {
@@ -21306,8 +21407,8 @@ let AuditLogEntity = class AuditLogEntity extends core_1.BaseEntity {
21306
21407
  * * Default Value: Allow
21307
21408
  * * Value List Type: List
21308
21409
  * * Possible Values
21309
- * * Success
21310
21410
  * * Failed
21411
+ * * Success
21311
21412
  */
21312
21413
  get Status() {
21313
21414
  return this.Get('Status');
@@ -21884,8 +21985,8 @@ let CommunicationLogEntity = class CommunicationLogEntity extends core_1.BaseEnt
21884
21985
  * * SQL Data Type: nvarchar(20)
21885
21986
  * * Value List Type: List
21886
21987
  * * Possible Values
21887
- * * Sending
21888
21988
  * * Receiving
21989
+ * * Sending
21889
21990
  * * Description: The direction of the communication log (Sending or Receiving).
21890
21991
  */
21891
21992
  get Direction() {
@@ -21913,8 +22014,8 @@ let CommunicationLogEntity = class CommunicationLogEntity extends core_1.BaseEnt
21913
22014
  * * Default Value: Pending
21914
22015
  * * Value List Type: List
21915
22016
  * * Possible Values
21916
- * * Failed
21917
22017
  * * Complete
22018
+ * * Failed
21918
22019
  * * In-Progress
21919
22020
  * * Pending
21920
22021
  * * Description: The status of the logged message (Pending, In-Progress, Complete, Failed).
@@ -22070,8 +22171,8 @@ let CommunicationProviderMessageTypeEntity = class CommunicationProviderMessageT
22070
22171
  * * Default Value: Disabled
22071
22172
  * * Value List Type: List
22072
22173
  * * Possible Values
22073
- * * Disabled
22074
22174
  * * Active
22175
+ * * Disabled
22075
22176
  * * Description: The status of the provider message type (Disabled or Active).
22076
22177
  */
22077
22178
  get Status() {
@@ -22317,6 +22418,19 @@ let CommunicationProviderEntity = class CommunicationProviderEntity extends core
22317
22418
  set SupportsReplying(value) {
22318
22419
  this.Set('SupportsReplying', value);
22319
22420
  }
22421
+ /**
22422
+ * * Field Name: SupportsDrafts
22423
+ * * Display Name: Supports Drafts
22424
+ * * SQL Data Type: bit
22425
+ * * Default Value: 0
22426
+ * * Description: Whether or not the provider supports creating draft messages
22427
+ */
22428
+ get SupportsDrafts() {
22429
+ return this.Get('SupportsDrafts');
22430
+ }
22431
+ set SupportsDrafts(value) {
22432
+ this.Set('SupportsDrafts', value);
22433
+ }
22320
22434
  };
22321
22435
  exports.CommunicationProviderEntity = CommunicationProviderEntity;
22322
22436
  exports.CommunicationProviderEntity = CommunicationProviderEntity = __decorate([
@@ -22380,8 +22494,8 @@ let CommunicationRunEntity = class CommunicationRunEntity extends core_1.BaseEnt
22380
22494
  * * SQL Data Type: nvarchar(20)
22381
22495
  * * Value List Type: List
22382
22496
  * * Possible Values
22383
- * * Sending
22384
22497
  * * Receiving
22498
+ * * Sending
22385
22499
  * * Description: The direction of the communication run (Sending or Receiving).
22386
22500
  */
22387
22501
  get Direction() {
@@ -22398,8 +22512,8 @@ let CommunicationRunEntity = class CommunicationRunEntity extends core_1.BaseEnt
22398
22512
  * * Possible Values
22399
22513
  * * Complete
22400
22514
  * * Failed
22401
- * * Pending
22402
22515
  * * In-Progress
22516
+ * * Pending
22403
22517
  * * Description: The status of the communication run (Pending, In-Progress, Complete, Failed).
22404
22518
  */
22405
22519
  get Status() {
@@ -22811,13 +22925,13 @@ let CompanyIntegrationRunAPILogEntity = class CompanyIntegrationRunAPILogEntity
22811
22925
  * * SQL Data Type: nvarchar(12)
22812
22926
  * * Value List Type: List
22813
22927
  * * Possible Values
22814
- * * PATCH
22815
- * * PUT
22816
22928
  * * DELETE
22929
+ * * GET
22817
22930
  * * HEAD
22818
22931
  * * OPTIONS
22932
+ * * PATCH
22819
22933
  * * POST
22820
- * * GET
22934
+ * * PUT
22821
22935
  * * Description: HTTP method used for the API call (GET, POST, PUT, DELETE, PATCH).
22822
22936
  */
22823
22937
  get RequestMethod() {
@@ -23161,10 +23275,10 @@ let CompanyIntegrationRunEntity = class CompanyIntegrationRunEntity extends core
23161
23275
  * * Default Value: Pending
23162
23276
  * * Value List Type: List
23163
23277
  * * Possible Values
23164
- * * Pending
23165
23278
  * * Failed
23166
- * * Success
23167
23279
  * * In Progress
23280
+ * * Pending
23281
+ * * Success
23168
23282
  * * Description: Status of the integration run. Possible values: Pending, In Progress, Success, Failed.
23169
23283
  */
23170
23284
  get Status() {
@@ -24944,8 +25058,8 @@ let ConversationDetailEntity = class ConversationDetailEntity extends core_1.Bas
24944
25058
  * * Value List Type: List
24945
25059
  * * Possible Values
24946
25060
  * * AI
24947
- * * User
24948
25061
  * * Error
25062
+ * * User
24949
25063
  * * Description: The role of the message sender (user, assistant, system, function).
24950
25064
  */
24951
25065
  get Role() {
@@ -25073,7 +25187,8 @@ let ConversationDetailEntity = class ConversationDetailEntity extends core_1.Bas
25073
25187
  /**
25074
25188
  * * Field Name: ArtifactID
25075
25189
  * * Display Name: Artifact ID
25076
- * * SQL Data Type: uniqueidentifier
25190
+ * *
25191
+ * * @deprecated This field is deprecated and will be removed in a future version. Using it will result in console warnings.SQL Data Type: uniqueidentifier
25077
25192
  * * Related Entity/Foreign Key: MJ: Conversation Artifacts (vwConversationArtifacts.ID)
25078
25193
  * * Description: Optional reference to a conversation artifact associated with this conversation detail
25079
25194
  */
@@ -25086,7 +25201,8 @@ let ConversationDetailEntity = class ConversationDetailEntity extends core_1.Bas
25086
25201
  /**
25087
25202
  * * Field Name: ArtifactVersionID
25088
25203
  * * Display Name: Artifact Version ID
25089
- * * SQL Data Type: uniqueidentifier
25204
+ * *
25205
+ * * @deprecated This field is deprecated and will be removed in a future version. Using it will result in console warnings.SQL Data Type: uniqueidentifier
25090
25206
  * * Related Entity/Foreign Key: MJ: Conversation Artifact Versions (vwConversationArtifactVersions.ID)
25091
25207
  * * Description: Optional reference to a specific version of a conversation artifact associated with this conversation detail
25092
25208
  */
@@ -25154,9 +25270,9 @@ let ConversationDetailEntity = class ConversationDetailEntity extends core_1.Bas
25154
25270
  * * Default Value: Complete
25155
25271
  * * Value List Type: List
25156
25272
  * * Possible Values
25157
- * * In-Progress
25158
25273
  * * Complete
25159
25274
  * * Error
25275
+ * * In-Progress
25160
25276
  * * Description: Status of the conversation message. Complete indicates finished processing, In-Progress indicates active agent work, Error indicates processing failed.
25161
25277
  */
25162
25278
  get Status() {
@@ -25779,9 +25895,9 @@ let DashboardEntity = class DashboardEntity extends core_1.BaseEntity {
25779
25895
  * * Default Value: Config
25780
25896
  * * Value List Type: List
25781
25897
  * * Possible Values
25898
+ * * Code
25782
25899
  * * Config
25783
25900
  * * Dynamic Code
25784
- * * Code
25785
25901
  * * Description: Dashboard type supporting Config (metadata-driven), Code (compiled TypeScript), and Dynamic Code (Skip-generated runtime JavaScript/React) options
25786
25902
  */
25787
25903
  get Type() {
@@ -25809,8 +25925,8 @@ let DashboardEntity = class DashboardEntity extends core_1.BaseEntity {
25809
25925
  * * Default Value: Global
25810
25926
  * * Value List Type: List
25811
25927
  * * Possible Values
25812
- * * Global
25813
25928
  * * App
25929
+ * * Global
25814
25930
  * * Description: Scope of the dashboard: Global or App-specific
25815
25931
  */
25816
25932
  get Scope() {
@@ -26644,8 +26760,8 @@ let DuplicateRunDetailMatchEntity = class DuplicateRunDetailMatchEntity extends
26644
26760
  * * Value List Type: List
26645
26761
  * * Possible Values
26646
26762
  * * Approved
26647
- * * Rejected
26648
26763
  * * Pending
26764
+ * * Rejected
26649
26765
  * * Description: Current approval status of the proposed action (Pending, Approved, Rejected).
26650
26766
  */
26651
26767
  get ApprovalStatus() {
@@ -26791,10 +26907,10 @@ let DuplicateRunDetailEntity = class DuplicateRunDetailEntity extends core_1.Bas
26791
26907
  * * Default Value: Pending
26792
26908
  * * Value List Type: List
26793
26909
  * * Possible Values
26794
- * * Error
26795
26910
  * * Complete
26796
- * * Skipped
26911
+ * * Error
26797
26912
  * * Pending
26913
+ * * Skipped
26798
26914
  * * Description: Status of duplicate analysis for this record (Pending, Complete, Error).
26799
26915
  */
26800
26916
  get MatchStatus() {
@@ -26834,10 +26950,10 @@ let DuplicateRunDetailEntity = class DuplicateRunDetailEntity extends core_1.Bas
26834
26950
  * * Default Value: Not Applicable
26835
26951
  * * Value List Type: List
26836
26952
  * * Possible Values
26837
- * * Pending
26953
+ * * Complete
26838
26954
  * * Error
26839
26955
  * * Not Applicable
26840
- * * Complete
26956
+ * * Pending
26841
26957
  * * Description: Status of any merge operations for this record (Not Applicable, Pending, Complete, Failed).
26842
26958
  */
26843
26959
  get MergeStatus() {
@@ -26988,8 +27104,8 @@ let DuplicateRunEntity = class DuplicateRunEntity extends core_1.BaseEntity {
26988
27104
  * * Value List Type: List
26989
27105
  * * Possible Values
26990
27106
  * * Approved
26991
- * * Rejected
26992
27107
  * * Pending
27108
+ * * Rejected
26993
27109
  * * Description: Overall approval status for the duplicate run results (Pending, Approved, Rejected).
26994
27110
  */
26995
27111
  get ApprovalStatus() {
@@ -27030,9 +27146,9 @@ let DuplicateRunEntity = class DuplicateRunEntity extends core_1.BaseEntity {
27030
27146
  * * Value List Type: List
27031
27147
  * * Possible Values
27032
27148
  * * Complete
27149
+ * * Failed
27033
27150
  * * In Progress
27034
27151
  * * Pending
27035
- * * Failed
27036
27152
  * * Description: Current processing status of the duplicate detection run (Pending, Running, Complete, Failed).
27037
27153
  */
27038
27154
  get ProcessingStatus() {
@@ -28125,8 +28241,8 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
28125
28241
  * * Default Value: Hard
28126
28242
  * * Value List Type: List
28127
28243
  * * Possible Values
28128
- * * Soft
28129
28244
  * * Hard
28245
+ * * Soft
28130
28246
  * * Description: Hard deletes physically remove rows from the underlying BaseTable. Soft deletes do not remove rows but instead mark the row as deleted by using the special field __mj_DeletedAt which will automatically be added to the entity's basetable by the CodeGen tool.
28131
28247
  */
28132
28248
  get DeleteType() {
@@ -28167,8 +28283,8 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
28167
28283
  * * Default Value: Search
28168
28284
  * * Value List Type: List
28169
28285
  * * Possible Values
28170
- * * Search
28171
28286
  * * Dropdown
28287
+ * * Search
28172
28288
  * * Description: When another entity links to this entity with a foreign key, this is the default component type that will be used in the UI. CodeGen will populate the RelatedEntityDisplayType column in the Entity Fields entity with whatever is provided here whenever a new foreign key is detected by CodeGen. The selection can be overridden on a per-foreign-key basis in each row of the Entity Fields entity.
28173
28289
  */
28174
28290
  get RelationshipDefaultDisplayType() {
@@ -28275,9 +28391,9 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
28275
28391
  * * Default Value: None
28276
28392
  * * Value List Type: List
28277
28393
  * * Possible Values
28394
+ * * All
28278
28395
  * * None
28279
28396
  * * Sample
28280
- * * All
28281
28397
  * * Description: Determines how entity rows should be packaged for external use. Options include None, Sample, and All. Defaults to None.
28282
28398
  */
28283
28399
  get RowsToPackWithSchema() {
@@ -28293,9 +28409,9 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
28293
28409
  * * Default Value: random
28294
28410
  * * Value List Type: List
28295
28411
  * * Possible Values
28296
- * * top n
28297
- * * random
28298
28412
  * * bottom n
28413
+ * * random
28414
+ * * top n
28299
28415
  * * Description: Defines the sampling method for row packing when RowsToPackWithSchema is set to Sample. Options include random, top n, and bottom n. Defaults to random.
28300
28416
  */
28301
28417
  get RowsToPackSampleMethod() {
@@ -28372,9 +28488,9 @@ let EntityEntity = class EntityEntity extends core_1.BaseEntity {
28372
28488
  * * Default Value: Active
28373
28489
  * * Value List Type: List
28374
28490
  * * Possible Values
28491
+ * * Active
28375
28492
  * * Deprecated
28376
28493
  * * Disabled
28377
- * * Active
28378
28494
  * * Description: Status of the entity. Active: fully functional; Deprecated: functional but generates console warnings when used; Disabled: not available for use even though metadata and physical table remain.
28379
28495
  */
28380
28496
  get Status() {
@@ -28531,9 +28647,9 @@ let EntityActionFilterEntity = class EntityActionFilterEntity extends core_1.Bas
28531
28647
  * * Default Value: Pending
28532
28648
  * * Value List Type: List
28533
28649
  * * Possible Values
28534
- * * Pending
28535
- * * Disabled
28536
28650
  * * Active
28651
+ * * Disabled
28652
+ * * Pending
28537
28653
  * * Description: Status of the entity action filter (Pending, Active, Disabled).
28538
28654
  */
28539
28655
  get Status() {
@@ -28736,8 +28852,8 @@ let EntityActionInvocationEntity = class EntityActionInvocationEntity extends co
28736
28852
  * * Default Value: Pending
28737
28853
  * * Value List Type: List
28738
28854
  * * Possible Values
28739
- * * Disabled
28740
28855
  * * Active
28856
+ * * Disabled
28741
28857
  * * Pending
28742
28858
  * * Description: Status of the entity action invocation (Pending, Active, Disabled).
28743
28859
  */
@@ -28848,9 +28964,9 @@ let EntityActionParamEntity = class EntityActionParamEntity extends core_1.BaseE
28848
28964
  * * SQL Data Type: nvarchar(20)
28849
28965
  * * Value List Type: List
28850
28966
  * * Possible Values
28851
- * * Script
28852
- * * Entity Object
28853
28967
  * * Entity Field
28968
+ * * Entity Object
28969
+ * * Script
28854
28970
  * * Static
28855
28971
  * * Description: Type of the value, which can be Static, Entity Object, or Script.
28856
28972
  */
@@ -29143,8 +29259,8 @@ let EntityAIActionEntity = class EntityAIActionEntity extends core_1.BaseEntity
29143
29259
  * * Default Value: After Save
29144
29260
  * * Value List Type: List
29145
29261
  * * Possible Values
29146
- * * before save
29147
29262
  * * after save
29263
+ * * before save
29148
29264
  * * Description: The entity event that triggers this AI action (After Save, Before Delete, etc.).
29149
29265
  */
29150
29266
  get TriggerEvent() {
@@ -29582,8 +29698,8 @@ let EntityDocumentRunEntity = class EntityDocumentRunEntity extends core_1.BaseE
29582
29698
  * * Value List Type: List
29583
29699
  * * Possible Values
29584
29700
  * * Complete
29585
- * * Pending
29586
29701
  * * Failed
29702
+ * * Pending
29587
29703
  * * Description: Can be Pending, In Progress, Completed, or Failed
29588
29704
  */
29589
29705
  get Status() {
@@ -29949,8 +30065,8 @@ let EntityDocumentEntity = class EntityDocumentEntity extends core_1.BaseEntity
29949
30065
  * * Default Value: Active
29950
30066
  * * Value List Type: List
29951
30067
  * * Possible Values
29952
- * * Inactive
29953
30068
  * * Active
30069
+ * * Inactive
29954
30070
  */
29955
30071
  get Status() {
29956
30072
  return this.Get('Status');
@@ -30424,9 +30540,9 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
30424
30540
  * * Default Value: None
30425
30541
  * * Value List Type: List
30426
30542
  * * Possible Values
30543
+ * * List
30427
30544
  * * ListOrUserEntry
30428
30545
  * * None
30429
- * * List
30430
30546
  * * Description: Possible Values of None, List, ListOrUserEntry - the last option meaning that the list of possible values are options, but a user can enter anything else desired too.
30431
30547
  */
30432
30548
  get ValueListType() {
@@ -30441,18 +30557,18 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
30441
30557
  * * SQL Data Type: nvarchar(50)
30442
30558
  * * Value List Type: List
30443
30559
  * * Possible Values
30444
- * * SMS
30445
- * * Email
30446
- * * WhatsApp
30447
- * * MSTeams
30448
- * * URL
30449
- * * Skype
30450
30560
  * * Code
30561
+ * * Email
30451
30562
  * * FaceTime
30452
- * * SIP
30453
30563
  * * Geo
30564
+ * * MSTeams
30454
30565
  * * Other
30566
+ * * SIP
30567
+ * * SMS
30568
+ * * Skype
30455
30569
  * * Tel
30570
+ * * URL
30571
+ * * WhatsApp
30456
30572
  * * ZoomMtg
30457
30573
  * * Description: Defines extended behaviors for a field such as for Email, Web URLs, Code, etc.
30458
30574
  */
@@ -30468,12 +30584,12 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
30468
30584
  * * SQL Data Type: nvarchar(50)
30469
30585
  * * Value List Type: List
30470
30586
  * * Possible Values
30587
+ * * CSS
30471
30588
  * * HTML
30472
30589
  * * JavaScript
30473
- * * CSS
30474
- * * TypeScript
30475
- * * SQL
30476
30590
  * * Other
30591
+ * * SQL
30592
+ * * TypeScript
30477
30593
  * * Description: The type of code associated with this field. Only used when the ExtendedType field is set to "Code"
30478
30594
  */
30479
30595
  get CodeType() {
@@ -30604,8 +30720,8 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
30604
30720
  * * Value List Type: List
30605
30721
  * * Possible Values
30606
30722
  * * Category
30607
- * * Top
30608
30723
  * * Details
30724
+ * * Top
30609
30725
  * * Description: When set to Top, the field will be placed in a "top area" on the top of a generated form and visible regardless of which tab is displayed. When set to "category" Options: Top, Category, Details
30610
30726
  */
30611
30727
  get GeneratedFormSection() {
@@ -30761,9 +30877,9 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
30761
30877
  * * Default Value: Auto
30762
30878
  * * Value List Type: List
30763
30879
  * * Possible Values
30880
+ * * All
30764
30881
  * * Auto
30765
30882
  * * None
30766
- * * All
30767
30883
  * * Description: Determines whether values for the field should be included when the schema is packed. Options: Auto (include manually set or auto-derived values), None (exclude all values), All (include all distinct values from the table). Defaults to Auto.
30768
30884
  */
30769
30885
  get ValuesToPackWithSchema() {
@@ -30779,8 +30895,8 @@ let EntityFieldEntity = class EntityFieldEntity extends core_1.BaseEntity {
30779
30895
  * * Default Value: Active
30780
30896
  * * Value List Type: List
30781
30897
  * * Possible Values
30782
- * * Deprecated
30783
30898
  * * Active
30899
+ * * Deprecated
30784
30900
  * * Disabled
30785
30901
  * * Description: Current status of the entity field - Active fields are available for use, Deprecated fields are discouraged but still functional, Disabled fields are not available for use
30786
30902
  */
@@ -31391,8 +31507,8 @@ let EntityRelationshipDisplayComponentEntity = class EntityRelationshipDisplayCo
31391
31507
  * * SQL Data Type: nvarchar(20)
31392
31508
  * * Value List Type: List
31393
31509
  * * Possible Values
31394
- * * Many to Many
31395
31510
  * * Both
31511
+ * * Many to Many
31396
31512
  * * One to Many
31397
31513
  * * Description: The type of relationship the component displays. Valid values are "One to Many", "Many to Many", or "Both".
31398
31514
  */
@@ -33089,9 +33205,9 @@ let GeneratedCodeEntity = class GeneratedCodeEntity extends core_1.BaseEntity {
33089
33205
  * * Default Value: Pending
33090
33206
  * * Value List Type: List
33091
33207
  * * Possible Values
33208
+ * * Approved
33092
33209
  * * Pending
33093
33210
  * * Rejected
33094
- * * Approved
33095
33211
  * * Description: Status of the generated code, e.g., Pending, Approved, or Rejected.
33096
33212
  */
33097
33213
  get Status() {
@@ -33107,13 +33223,13 @@ let GeneratedCodeEntity = class GeneratedCodeEntity extends core_1.BaseEntity {
33107
33223
  * * Default Value: TypeScript
33108
33224
  * * Value List Type: List
33109
33225
  * * Possible Values
33226
+ * * CSS
33227
+ * * HTML
33228
+ * * JavaScript
33110
33229
  * * Other
33111
33230
  * * Python
33112
- * * JavaScript
33113
33231
  * * SQL
33114
- * * HTML
33115
33232
  * * TypeScript
33116
- * * CSS
33117
33233
  * * Description: Programming language of the generated code (TypeScript, SQL, HTML, CSS, JavaScript, Python, or Other).
33118
33234
  */
33119
33235
  get Language() {
@@ -33514,9 +33630,9 @@ let LibraryEntity = class LibraryEntity extends core_1.BaseEntity {
33514
33630
  * * Default Value: Pending
33515
33631
  * * Value List Type: List
33516
33632
  * * Possible Values
33633
+ * * Active
33517
33634
  * * Disabled
33518
33635
  * * Pending
33519
- * * Active
33520
33636
  * * Description: Status of the library, only libraries marked as Active will be available for use by generated code. If a library was once active but no longer is, existing code that used the library will not be affected.
33521
33637
  */
33522
33638
  get Status() {
@@ -33641,12 +33757,12 @@ let LibraryItemEntity = class LibraryItemEntity extends core_1.BaseEntity {
33641
33757
  * * SQL Data Type: nvarchar(50)
33642
33758
  * * Value List Type: List
33643
33759
  * * Possible Values
33644
- * * Variable
33645
- * * Module
33646
- * * Function
33647
33760
  * * Class
33761
+ * * Function
33648
33762
  * * Interface
33763
+ * * Module
33649
33764
  * * Type
33765
+ * * Variable
33650
33766
  * * Description: Type of the library item for example Class, Interface, etc.
33651
33767
  */
33652
33768
  get Type() {
@@ -33920,12 +34036,12 @@ let ListDetailEntity = class ListDetailEntity extends core_1.BaseEntity {
33920
34036
  * * Value List Type: List
33921
34037
  * * Possible Values
33922
34038
  * * Active
34039
+ * * Complete
33923
34040
  * * Disabled
33924
34041
  * * Error
33925
34042
  * * Other
33926
- * * Rejected
33927
34043
  * * Pending
33928
- * * Complete
34044
+ * * Rejected
33929
34045
  * * 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.
33930
34046
  */
33931
34047
  get Status() {
@@ -34204,9 +34320,9 @@ let AccessControlRuleEntity = class AccessControlRuleEntity extends core_1.BaseE
34204
34320
  * * Value List Type: List
34205
34321
  * * Possible Values
34206
34322
  * * Everyone
34323
+ * * Public
34207
34324
  * * Role
34208
34325
  * * User
34209
- * * Public
34210
34326
  * * Description: Type of grantee receiving permission (User, Role, Everyone, Public). "Everyone" means all authenticated users whereas "Public" means any authenticated OR anonymous user.
34211
34327
  */
34212
34328
  get GranteeType() {
@@ -34764,9 +34880,9 @@ let AIAgentDataSourceEntity = class AIAgentDataSourceEntity extends core_1.BaseE
34764
34880
  * * Default Value: None
34765
34881
  * * Value List Type: List
34766
34882
  * * Possible Values
34767
- * * PerRun
34768
- * * PerAgent
34769
34883
  * * None
34884
+ * * PerAgent
34885
+ * * PerRun
34770
34886
  * * Description: Cache policy: None (no caching), PerRun (cache for duration of agent run), PerAgent (cache across runs with timeout)
34771
34887
  */
34772
34888
  get CachePolicy() {
@@ -34794,8 +34910,8 @@ let AIAgentDataSourceEntity = class AIAgentDataSourceEntity extends core_1.BaseE
34794
34910
  * * Default Value: Data
34795
34911
  * * Value List Type: List
34796
34912
  * * Possible Values
34797
- * * Data
34798
34913
  * * Context
34914
+ * * Data
34799
34915
  * * Payload
34800
34916
  * * Description: Destination for the preloaded data: Data (for Nunjucks templates in prompts), Context (for actions only), or Payload (for agent state)
34801
34917
  */
@@ -35198,9 +35314,9 @@ let AIAgentPromptEntity = class AIAgentPromptEntity extends core_1.BaseEntity {
35198
35314
  * * Default Value: Active
35199
35315
  * * Value List Type: List
35200
35316
  * * Possible Values
35201
- * * Inactive
35202
- * * Deprecated
35203
35317
  * * Active
35318
+ * * Deprecated
35319
+ * * Inactive
35204
35320
  * * Preview
35205
35321
  * * Description: The current status of this agent-prompt mapping. Values include Active, Inactive, Deprecated, and Preview.
35206
35322
  */
@@ -35217,12 +35333,12 @@ let AIAgentPromptEntity = class AIAgentPromptEntity extends core_1.BaseEntity {
35217
35333
  * * Default Value: Complete
35218
35334
  * * Value List Type: List
35219
35335
  * * Possible Values
35336
+ * * Complete
35337
+ * * Custom
35220
35338
  * * InitialMessages
35221
35339
  * * None
35222
- * * Smart
35223
35340
  * * RecentMessages
35224
- * * Complete
35225
- * * Custom
35341
+ * * Smart
35226
35342
  * * Description: Determines how conversation context is filtered for this prompt: Complete, Smart, None, RecentMessages, InitialMessages, or Custom.
35227
35343
  */
35228
35344
  get ContextBehavior() {
@@ -35363,9 +35479,9 @@ let AIAgentRelationshipEntity = class AIAgentRelationshipEntity extends core_1.B
35363
35479
  * * SQL Data Type: nvarchar(50)
35364
35480
  * * Value List Type: List
35365
35481
  * * Possible Values
35366
- * * Revoked
35367
- * * Pending
35368
35482
  * * Active
35483
+ * * Pending
35484
+ * * Revoked
35369
35485
  * * Description: Status of the relationship: Pending (awaiting approval), Active (can invoke), or Revoked (no longer allowed)
35370
35486
  */
35371
35487
  get Status() {
@@ -35547,11 +35663,11 @@ let AIAgentRunStepEntity = class AIAgentRunStepEntity extends core_1.BaseEntity
35547
35663
  * * Value List Type: List
35548
35664
  * * Possible Values
35549
35665
  * * Actions
35550
- * * Validation
35551
- * * Sub-Agent
35552
35666
  * * Chat
35553
35667
  * * Decision
35554
35668
  * * Prompt
35669
+ * * Sub-Agent
35670
+ * * Validation
35555
35671
  * * Description: Type of execution step: Prompt, Actions, Sub-Agent, Decision, Chat, Validation
35556
35672
  */
35557
35673
  get StepType() {
@@ -35591,10 +35707,10 @@ let AIAgentRunStepEntity = class AIAgentRunStepEntity extends core_1.BaseEntity
35591
35707
  * * Default Value: Running
35592
35708
  * * Value List Type: List
35593
35709
  * * Possible Values
35710
+ * * Cancelled
35711
+ * * Completed
35594
35712
  * * Failed
35595
35713
  * * Running
35596
- * * Completed
35597
- * * Cancelled
35598
35714
  * * Description: Current execution status of this step: Running, Completed, Failed, Cancelled
35599
35715
  */
35600
35716
  get Status() {
@@ -35737,13 +35853,13 @@ let AIAgentRunStepEntity = class AIAgentRunStepEntity extends core_1.BaseEntity
35737
35853
  * * Value List Type: List
35738
35854
  * * Possible Values
35739
35855
  * * Fail
35740
- * * Pass
35741
- * * Warn
35742
35856
  * * Fail
35743
- * * Warn
35857
+ * * Pass
35744
35858
  * * Pass
35745
35859
  * * Retry
35746
35860
  * * Retry
35861
+ * * Warn
35862
+ * * Warn
35747
35863
  * * Description: Result of the final payload validation for this step. Pass indicates successful
35748
35864
  validation, Retry means validation failed but will retry, Fail means validation failed
35749
35865
  permanently, Warn means validation failed but execution continues.
@@ -35903,11 +36019,11 @@ let AIAgentRunEntity = class AIAgentRunEntity extends core_1.BaseEntity {
35903
36019
  * * Default Value: Running
35904
36020
  * * Value List Type: List
35905
36021
  * * Possible Values
35906
- * * Failed
35907
- * * Running
35908
36022
  * * Cancelled
35909
- * * Paused
35910
36023
  * * Completed
36024
+ * * Failed
36025
+ * * Paused
36026
+ * * Running
35911
36027
  * * Description: Current status of the agent run. Running -> Completed/Failed/Cancelled
35912
36028
  */
35913
36029
  get Status() {
@@ -36163,9 +36279,9 @@ let AIAgentRunEntity = class AIAgentRunEntity extends core_1.BaseEntity {
36163
36279
  * * SQL Data Type: nvarchar(30)
36164
36280
  * * Value List Type: List
36165
36281
  * * Possible Values
36166
- * * User Request
36167
- * * Timeout
36168
36282
  * * System
36283
+ * * Timeout
36284
+ * * User Request
36169
36285
  * * Description: Reason for cancellation if the agent run was cancelled
36170
36286
  */
36171
36287
  get CancellationReason() {
@@ -36180,12 +36296,12 @@ let AIAgentRunEntity = class AIAgentRunEntity extends core_1.BaseEntity {
36180
36296
  * * SQL Data Type: nvarchar(30)
36181
36297
  * * Value List Type: List
36182
36298
  * * Possible Values
36299
+ * * Actions
36183
36300
  * * Chat
36301
+ * * Failed
36184
36302
  * * Retry
36185
- * * Actions
36186
36303
  * * Sub-Agent
36187
36304
  * * Success
36188
- * * Failed
36189
36305
  * * Description: The final step type that concluded the agent run
36190
36306
  */
36191
36307
  get FinalStep() {
@@ -36730,9 +36846,9 @@ let AIAgentStepEntity = class AIAgentStepEntity extends core_1.BaseEntity {
36730
36846
  * * SQL Data Type: nvarchar(20)
36731
36847
  * * Value List Type: List
36732
36848
  * * Possible Values
36733
- * * Sub-Agent
36734
- * * Prompt
36735
36849
  * * Action
36850
+ * * Prompt
36851
+ * * Sub-Agent
36736
36852
  * * Description: Type of step: Action (execute an action), Sub-Agent (delegate to another agent), or Prompt (run an AI prompt)
36737
36853
  */
36738
36854
  get StepType() {
@@ -36785,8 +36901,8 @@ let AIAgentStepEntity = class AIAgentStepEntity extends core_1.BaseEntity {
36785
36901
  * * Default Value: fail
36786
36902
  * * Value List Type: List
36787
36903
  * * Possible Values
36788
- * * fail
36789
36904
  * * continue
36905
+ * * fail
36790
36906
  * * retry
36791
36907
  */
36792
36908
  get OnErrorBehavior() {
@@ -36916,8 +37032,8 @@ let AIAgentStepEntity = class AIAgentStepEntity extends core_1.BaseEntity {
36916
37032
  * * Default Value: Active
36917
37033
  * * Value List Type: List
36918
37034
  * * Possible Values
36919
- * * Disabled
36920
37035
  * * Active
37036
+ * * Disabled
36921
37037
  * * Pending
36922
37038
  * * Description: Controls whether this step is executed. Active=normal execution, Pending=skip but may activate later, Disabled=never execute
36923
37039
  */
@@ -37230,11 +37346,11 @@ let AIConfigurationParamEntity = class AIConfigurationParamEntity extends core_1
37230
37346
  * * Default Value: string
37231
37347
  * * Value List Type: List
37232
37348
  * * Possible Values
37233
- * * date
37234
37349
  * * boolean
37350
+ * * date
37235
37351
  * * number
37236
- * * string
37237
37352
  * * object
37353
+ * * string
37238
37354
  * * Description: The data type of the parameter (string, number, boolean, date, object).
37239
37355
  */
37240
37356
  get Type() {
@@ -37382,9 +37498,9 @@ let AIConfigurationEntity = class AIConfigurationEntity extends core_1.BaseEntit
37382
37498
  * * Default Value: Active
37383
37499
  * * Value List Type: List
37384
37500
  * * Possible Values
37385
- * * Inactive
37386
- * * Deprecated
37387
37501
  * * Active
37502
+ * * Deprecated
37503
+ * * Inactive
37388
37504
  * * Preview
37389
37505
  * * Description: The current status of the configuration. Values include Active, Inactive, Deprecated, and Preview.
37390
37506
  */
@@ -37620,10 +37736,10 @@ let AIModelCostEntity = class AIModelCostEntity extends core_1.BaseEntity {
37620
37736
  * * SQL Data Type: nvarchar(20)
37621
37737
  * * Value List Type: List
37622
37738
  * * Possible Values
37623
- * * Pending
37624
- * * Expired
37625
37739
  * * Active
37740
+ * * Expired
37626
37741
  * * Invalid
37742
+ * * Pending
37627
37743
  * * Description: Current status of this pricing record. Active=currently in use, Pending=scheduled for future, Expired=no longer valid, Invalid=data error
37628
37744
  */
37629
37745
  get Status() {
@@ -38156,10 +38272,10 @@ let AIModelVendorEntity = class AIModelVendorEntity extends core_1.BaseEntity {
38156
38272
  * * Default Value: Active
38157
38273
  * * Value List Type: List
38158
38274
  * * Possible Values
38159
- * * Preview
38160
- * * Deprecated
38161
38275
  * * Active
38276
+ * * Deprecated
38162
38277
  * * Inactive
38278
+ * * Preview
38163
38279
  * * Description: The current status of this model-vendor combination. Values include Active, Inactive, Deprecated, and Preview.
38164
38280
  */
38165
38281
  get Status() {
@@ -38534,9 +38650,9 @@ let AIPromptModelEntity = class AIPromptModelEntity extends core_1.BaseEntity {
38534
38650
  * * Default Value: Active
38535
38651
  * * Value List Type: List
38536
38652
  * * Possible Values
38537
- * * Inactive
38538
38653
  * * Active
38539
38654
  * * Deprecated
38655
+ * * Inactive
38540
38656
  * * Preview
38541
38657
  * * Description: The current status of this model configuration. Values include Active, Inactive, Deprecated, and Preview.
38542
38658
  */
@@ -38553,9 +38669,9 @@ let AIPromptModelEntity = class AIPromptModelEntity extends core_1.BaseEntity {
38553
38669
  * * Default Value: None
38554
38670
  * * Value List Type: List
38555
38671
  * * Possible Values
38672
+ * * ConfigParam
38556
38673
  * * None
38557
38674
  * * StaticCount
38558
- * * ConfigParam
38559
38675
  * * Description: Controls how this model participates in parallelization: None, StaticCount, or ConfigParam.
38560
38676
  */
38561
38677
  get ParallelizationMode() {
@@ -38975,10 +39091,10 @@ let AIPromptRunEntity = class AIPromptRunEntity extends core_1.BaseEntity {
38975
39091
  * * Default Value: Single
38976
39092
  * * Value List Type: List
38977
39093
  * * Possible Values
38978
- * * ParallelParent
38979
39094
  * * ParallelChild
38980
- * * Single
39095
+ * * ParallelParent
38981
39096
  * * ResultSelector
39097
+ * * Single
38982
39098
  * * Description: Type of prompt run execution: Single (standard single prompt), ParallelParent (coordinator for parallel execution), ParallelChild (individual parallel execution), ResultSelector (result selection prompt that chooses best result)
38983
39099
  */
38984
39100
  get RunType() {
@@ -39490,11 +39606,11 @@ let AIPromptRunEntity = class AIPromptRunEntity extends core_1.BaseEntity {
39490
39606
  * * Default Value: Pending
39491
39607
  * * Value List Type: List
39492
39608
  * * Possible Values
39493
- * * Running
39494
- * * Pending
39495
- * * Failed
39496
39609
  * * Cancelled
39497
39610
  * * Completed
39611
+ * * Failed
39612
+ * * Pending
39613
+ * * Running
39498
39614
  * * Description: Current execution status of the prompt run. Valid values: Pending, Running, Completed, Failed, Cancelled
39499
39615
  */
39500
39616
  get Status() {
@@ -39547,8 +39663,8 @@ let AIPromptRunEntity = class AIPromptRunEntity extends core_1.BaseEntity {
39547
39663
  * * Value List Type: List
39548
39664
  * * Possible Values
39549
39665
  * * ByPower
39550
- * * Specific
39551
39666
  * * Default
39667
+ * * Specific
39552
39668
  * * Description: Strategy used for model selection. Valid values: Default (system default), Specific (specific models configured), ByPower (based on power ranking)
39553
39669
  */
39554
39670
  get SelectionStrategy() {
@@ -40033,10 +40149,10 @@ let AIVendorTypeEntity = class AIVendorTypeEntity extends core_1.BaseEntity {
40033
40149
  * * Default Value: Active
40034
40150
  * * Value List Type: List
40035
40151
  * * Possible Values
40036
- * * Inactive
40037
40152
  * * Active
40038
- * * Preview
40039
40153
  * * Deprecated
40154
+ * * Inactive
40155
+ * * Preview
40040
40156
  * * Description: The current status of this vendor type. Values include Active, Inactive, Deprecated, and Preview.
40041
40157
  */
40042
40158
  get Status() {
@@ -40606,10 +40722,10 @@ let ArtifactVersionAttributeEntity = class ArtifactVersionAttributeEntity extend
40606
40722
  * * SQL Data Type: nvarchar(50)
40607
40723
  * * Value List Type: List
40608
40724
  * * Possible Values
40725
+ * * description
40609
40726
  * * displayHtml
40610
- * * name
40611
40727
  * * displayMarkdown
40612
- * * description
40728
+ * * name
40613
40729
  * * Description: Maps this attribute to a standard property for UI rendering: 'name', 'description', 'displayMarkdown', 'displayHtml', or NULL for custom attributes
40614
40730
  */
40615
40731
  get StandardProperty() {
@@ -40968,6 +41084,23 @@ let ArtifactEntity = class ArtifactEntity extends core_1.BaseEntity {
40968
41084
  return this.Get('__mj_UpdatedAt');
40969
41085
  }
40970
41086
  /**
41087
+ * * Field Name: Visibility
41088
+ * * Display Name: Visibility
41089
+ * * SQL Data Type: nvarchar(20)
41090
+ * * Default Value: Always
41091
+ * * Value List Type: List
41092
+ * * Possible Values
41093
+ * * System Only
41094
+ * * Always
41095
+ * * Description: Controls artifact visibility in user-facing lists. "Always" shows in all lists, "System Only" hides from normal views (for system-generated artifacts like agent routing payloads).
41096
+ */
41097
+ get Visibility() {
41098
+ return this.Get('Visibility');
41099
+ }
41100
+ set Visibility(value) {
41101
+ this.Set('Visibility', value);
41102
+ }
41103
+ /**
40971
41104
  * * Field Name: Environment
40972
41105
  * * Display Name: Environment
40973
41106
  * * SQL Data Type: nvarchar(255)
@@ -41682,12 +41815,12 @@ let ComponentLibraryEntity = class ComponentLibraryEntity extends core_1.BaseEnt
41682
41815
  * * SQL Data Type: nvarchar(100)
41683
41816
  * * Value List Type: List
41684
41817
  * * Possible Values
41685
- * * Other
41686
41818
  * * Charting
41687
- * * Runtime
41688
- * * Utility
41689
41819
  * * Core
41820
+ * * Other
41821
+ * * Runtime
41690
41822
  * * UI
41823
+ * * Utility
41691
41824
  * * Description: Library category: Core, Runtime, UI, Charting, Utility, or Other
41692
41825
  */
41693
41826
  get Category() {
@@ -41757,9 +41890,9 @@ let ComponentLibraryEntity = class ComponentLibraryEntity extends core_1.BaseEnt
41757
41890
  * * Default Value: Active
41758
41891
  * * Value List Type: List
41759
41892
  * * Possible Values
41760
- * * Disabled
41761
- * * Deprecated
41762
41893
  * * Active
41894
+ * * Deprecated
41895
+ * * Disabled
41763
41896
  * * Description: Status of the component library. Active: fully supported; Deprecated: works but shows console warning; Disabled: throws error if used
41764
41897
  */
41765
41898
  get Status() {
@@ -42046,8 +42179,8 @@ let ComponentRegistryEntity = class ComponentRegistryEntity extends core_1.BaseE
42046
42179
  * * Value List Type: List
42047
42180
  * * Possible Values
42048
42181
  * * Active
42049
- * * Offline
42050
42182
  * * Deprecated
42183
+ * * Offline
42051
42184
  * * Description: Current status of the registry: active, deprecated, or offline
42052
42185
  */
42053
42186
  get Status() {
@@ -42199,16 +42332,16 @@ let ComponentEntity = class ComponentEntity extends core_1.BaseEntity {
42199
42332
  * * SQL Data Type: nvarchar(255)
42200
42333
  * * Value List Type: List
42201
42334
  * * Possible Values
42202
- * * Other
42203
- * * Widget
42204
42335
  * * Chart
42205
- * * Navigation
42206
42336
  * * Dashboard
42337
+ * * Form
42338
+ * * Navigation
42339
+ * * Other
42340
+ * * Report
42207
42341
  * * Search
42208
42342
  * * Table
42209
42343
  * * Utility
42210
- * * Report
42211
- * * Form
42344
+ * * Widget
42212
42345
  * * Description: Component type: report, dashboard, form, table, chart, navigation, search, widget, utility, or other
42213
42346
  */
42214
42347
  get Type() {
@@ -42223,9 +42356,9 @@ let ComponentEntity = class ComponentEntity extends core_1.BaseEntity {
42223
42356
  * * SQL Data Type: nvarchar(50)
42224
42357
  * * Value List Type: List
42225
42358
  * * Possible Values
42226
- * * Published
42227
- * * Draft
42228
42359
  * * Deprecated
42360
+ * * Draft
42361
+ * * Published
42229
42362
  * * Description: Publication status: draft, published, or deprecated
42230
42363
  */
42231
42364
  get Status() {
@@ -42497,6 +42630,7 @@ exports.ComponentEntity = ComponentEntity = __decorate([
42497
42630
  * @extends {BaseEntity}
42498
42631
  * @class
42499
42632
  * @public
42633
+ * @deprecated This entity is deprecated and will be removed in a future version. Using it will result in console warnings.
42500
42634
  */
42501
42635
  let ConversationArtifactPermissionEntity = class ConversationArtifactPermissionEntity extends core_1.BaseEntity {
42502
42636
  /**
@@ -42558,9 +42692,9 @@ let ConversationArtifactPermissionEntity = class ConversationArtifactPermissionE
42558
42692
  * * SQL Data Type: nvarchar(20)
42559
42693
  * * Value List Type: List
42560
42694
  * * Possible Values
42695
+ * * Edit
42561
42696
  * * Owner
42562
42697
  * * Read
42563
- * * Edit
42564
42698
  * * Description: Level of access granted (Read, Edit, Owner)
42565
42699
  */
42566
42700
  get AccessLevel() {
@@ -42610,6 +42744,7 @@ exports.ConversationArtifactPermissionEntity = ConversationArtifactPermissionEnt
42610
42744
  * @extends {BaseEntity}
42611
42745
  * @class
42612
42746
  * @public
42747
+ * @deprecated This entity is deprecated and will be removed in a future version. Using it will result in console warnings.
42613
42748
  */
42614
42749
  let ConversationArtifactVersionEntity = class ConversationArtifactVersionEntity extends core_1.BaseEntity {
42615
42750
  /**
@@ -42801,6 +42936,7 @@ exports.ConversationArtifactVersionEntity = ConversationArtifactVersionEntity =
42801
42936
  * @extends {BaseEntity}
42802
42937
  * @class
42803
42938
  * @public
42939
+ * @deprecated This entity is deprecated and will be removed in a future version. Using it will result in console warnings.
42804
42940
  */
42805
42941
  let ConversationArtifactEntity = class ConversationArtifactEntity extends core_1.BaseEntity {
42806
42942
  /**
@@ -42923,9 +43059,9 @@ let ConversationArtifactEntity = class ConversationArtifactEntity extends core_1
42923
43059
  * * Value List Type: List
42924
43060
  * * Possible Values
42925
43061
  * * Everyone
43062
+ * * None
42926
43063
  * * Public
42927
43064
  * * SpecificUsers
42928
- * * None
42929
43065
  * * Description: Controls who can view this artifact (None, SpecificUsers, Everyone, Public)
42930
43066
  */
42931
43067
  get SharingScope() {
@@ -43726,8 +43862,8 @@ let PublicLinkEntity = class PublicLinkEntity extends core_1.BaseEntity {
43726
43862
  * * Value List Type: List
43727
43863
  * * Possible Values
43728
43864
  * * Artifact
43729
- * * Conversation
43730
43865
  * * Collection
43866
+ * * Conversation
43731
43867
  * * Description: Type of resource being shared (Artifact, Conversation, Collection)
43732
43868
  */
43733
43869
  get ResourceType() {
@@ -43934,11 +44070,11 @@ let QueryParameterEntity = class QueryParameterEntity extends core_1.BaseEntity
43934
44070
  * * SQL Data Type: nvarchar(50)
43935
44071
  * * Value List Type: List
43936
44072
  * * Possible Values
43937
- * * date
43938
- * * string
43939
- * * boolean
43940
44073
  * * array
44074
+ * * boolean
44075
+ * * date
43941
44076
  * * number
44077
+ * * string
43942
44078
  * * Description: The data type of the parameter used for validation and type conversion. Valid values are: "string" for text values, "number" for integers or decimals, "date" for date/datetime values (ISO 8601 format expected), "boolean" for true/false values, and "array" for multiple values (typically used with IN clauses). The type determines which validation filters can be applied and how the parameter is processed.
43943
44079
  */
43944
44080
  get Type() {
@@ -44627,11 +44763,11 @@ let ScheduledJobRunEntity = class ScheduledJobRunEntity extends core_1.BaseEntit
44627
44763
  * * Default Value: Running
44628
44764
  * * Value List Type: List
44629
44765
  * * Possible Values
44630
- * * Running
44631
- * * Timeout
44632
- * * Completed
44633
44766
  * * Cancelled
44767
+ * * Completed
44634
44768
  * * Failed
44769
+ * * Running
44770
+ * * Timeout
44635
44771
  * * Description: Current status of the job execution. Running=currently executing, Completed=finished (check Success for outcome), Failed=exception during execution, Cancelled=manually cancelled, Timeout=exceeded maximum execution time.
44636
44772
  */
44637
44773
  get Status() {
@@ -45037,11 +45173,11 @@ let ScheduledJobEntity = class ScheduledJobEntity extends core_1.BaseEntity {
45037
45173
  * * Default Value: Pending
45038
45174
  * * Value List Type: List
45039
45175
  * * Possible Values
45040
- * * Paused
45176
+ * * Active
45041
45177
  * * Disabled
45042
45178
  * * Expired
45179
+ * * Paused
45043
45180
  * * Pending
45044
- * * Active
45045
45181
  * * Description: Current status of the schedule. Pending=created but not yet active, Active=currently running on schedule, Paused=temporarily stopped, Disabled=manually disabled, Expired=past EndAt date.
45046
45182
  */
45047
45183
  get Status() {
@@ -45258,8 +45394,8 @@ let ScheduledJobEntity = class ScheduledJobEntity extends core_1.BaseEntity {
45258
45394
  * * Default Value: Skip
45259
45395
  * * Value List Type: List
45260
45396
  * * Possible Values
45261
- * * Queue
45262
45397
  * * Concurrent
45398
+ * * Queue
45263
45399
  * * Skip
45264
45400
  * * Description: Controls behavior when a new execution is scheduled while a previous execution is still running. Skip=do not start new execution (default), Queue=wait for current to finish then execute, Concurrent=allow multiple simultaneous executions.
45265
45401
  */
@@ -45411,9 +45547,9 @@ let TaskDependencyEntity = class TaskDependencyEntity extends core_1.BaseEntity
45411
45547
  * * Default Value: Prerequisite
45412
45548
  * * Value List Type: List
45413
45549
  * * Possible Values
45414
- * * Prerequisite
45415
45550
  * * Corequisite
45416
45551
  * * Optional
45552
+ * * Prerequisite
45417
45553
  * * Description: Type of dependency relationship (Prerequisite, Corequisite, Optional)
45418
45554
  */
45419
45555
  get DependencyType() {
@@ -45742,12 +45878,12 @@ let TaskEntity = class TaskEntity extends core_1.BaseEntity {
45742
45878
  * * Value List Type: List
45743
45879
  * * Possible Values
45744
45880
  * * Blocked
45745
- * * Failed
45881
+ * * Cancelled
45882
+ * * Complete
45746
45883
  * * Deferred
45884
+ * * Failed
45747
45885
  * * In Progress
45748
45886
  * * Pending
45749
- * * Cancelled
45750
- * * Complete
45751
45887
  * * Description: Current status of the task (Pending, In Progress, Complete, Cancelled, Failed, Blocked, Deferred)
45752
45888
  */
45753
45889
  get Status() {
@@ -46330,10 +46466,10 @@ let QueryEntity = class QueryEntity extends core_1.BaseEntity {
46330
46466
  * * Default Value: Pending
46331
46467
  * * Value List Type: List
46332
46468
  * * Possible Values
46333
- * * Pending
46334
- * * Rejected
46335
46469
  * * Approved
46336
46470
  * * Expired
46471
+ * * Pending
46472
+ * * Rejected
46337
46473
  */
46338
46474
  get Status() {
46339
46475
  return this.Get('Status');
@@ -46768,8 +46904,8 @@ let QueryEntityEntity = class QueryEntityEntity extends core_1.BaseEntity {
46768
46904
  * * Default Value: Manual
46769
46905
  * * Value List Type: List
46770
46906
  * * Possible Values
46771
- * * Manual
46772
46907
  * * AI
46908
+ * * Manual
46773
46909
  * * Description: Indicates how this entity-query relationship was identified. "AI" means the QueryEntityServer used LLM analysis to parse the SQL/template and identify which MemberJunction entities are referenced (by analyzing table names, joins, and query structure). "Manual" means a user explicitly marked this entity as being used by the query. AI detection helps maintain accurate metadata automatically as queries evolve.
46774
46910
  */
46775
46911
  get DetectionMethod() {
@@ -47225,8 +47361,8 @@ let QueueTaskEntity = class QueueTaskEntity extends core_1.BaseEntity {
47225
47361
  * * Default Value: Pending
47226
47362
  * * Value List Type: List
47227
47363
  * * Possible Values
47228
- * * Failed
47229
47364
  * * Completed
47365
+ * * Failed
47230
47366
  * * In Progress
47231
47367
  */
47232
47368
  get Status() {
@@ -48042,11 +48178,11 @@ let RecommendationRunEntity = class RecommendationRunEntity extends core_1.BaseE
48042
48178
  * * SQL Data Type: nvarchar(50)
48043
48179
  * * Value List Type: List
48044
48180
  * * Possible Values
48045
- * * Pending
48181
+ * * Canceled
48046
48182
  * * Completed
48047
48183
  * * Error
48048
48184
  * * In Progress
48049
- * * Canceled
48185
+ * * Pending
48050
48186
  * * Description: The status of the recommendation run
48051
48187
  */
48052
48188
  get Status() {
@@ -48295,9 +48431,9 @@ let RecordChangeReplayRunEntity = class RecordChangeReplayRunEntity extends core
48295
48431
  * * Value List Type: List
48296
48432
  * * Possible Values
48297
48433
  * * Complete
48298
- * * Pending
48299
- * * In Progress
48300
48434
  * * Error
48435
+ * * In Progress
48436
+ * * Pending
48301
48437
  * * Description: Status of the replay run (Pending, In Progress, Complete, Error)
48302
48438
  */
48303
48439
  get Status() {
@@ -48431,9 +48567,9 @@ let RecordChangeEntity = class RecordChangeEntity extends core_1.BaseEntity {
48431
48567
  * * Default Value: Create
48432
48568
  * * Value List Type: List
48433
48569
  * * Possible Values
48434
- * * Update
48435
48570
  * * Create
48436
48571
  * * Delete
48572
+ * * Update
48437
48573
  * * Description: Create, Update, or Delete
48438
48574
  */
48439
48575
  get Type() {
@@ -48514,9 +48650,9 @@ let RecordChangeEntity = class RecordChangeEntity extends core_1.BaseEntity {
48514
48650
  * * Default Value: Complete
48515
48651
  * * Value List Type: List
48516
48652
  * * Possible Values
48517
- * * Pending
48518
48653
  * * Complete
48519
48654
  * * Error
48655
+ * * Pending
48520
48656
  * * Description: For internal record changes generated within MJ, the status is immediately Complete. For external changes that are detected, the workflow starts off as Pending, then In Progress and finally either Complete or Error
48521
48657
  */
48522
48658
  get Status() {
@@ -48692,8 +48828,8 @@ let RecordMergeDeletionLogEntity = class RecordMergeDeletionLogEntity extends co
48692
48828
  * * Value List Type: List
48693
48829
  * * Possible Values
48694
48830
  * * Complete
48695
- * * Pending
48696
48831
  * * Error
48832
+ * * Pending
48697
48833
  */
48698
48834
  get Status() {
48699
48835
  return this.Get('Status');
@@ -48819,8 +48955,8 @@ let RecordMergeLogEntity = class RecordMergeLogEntity extends core_1.BaseEntity
48819
48955
  * * Default Value: Pending
48820
48956
  * * Value List Type: List
48821
48957
  * * Possible Values
48822
- * * Pending
48823
48958
  * * Approved
48959
+ * * Pending
48824
48960
  * * Rejected
48825
48961
  * * Description: Field ApprovalStatus for entity Record Merge Logs.
48826
48962
  */
@@ -48850,8 +48986,8 @@ let RecordMergeLogEntity = class RecordMergeLogEntity extends core_1.BaseEntity
48850
48986
  * * Value List Type: List
48851
48987
  * * Possible Values
48852
48988
  * * Complete
48853
- * * Started
48854
48989
  * * Error
48990
+ * * Started
48855
48991
  * * Description: Field ProcessingStatus for entity Record Merge Logs.
48856
48992
  */
48857
48993
  get ProcessingStatus() {
@@ -49331,9 +49467,9 @@ let ReportEntity = class ReportEntity extends core_1.BaseEntity {
49331
49467
  * * Default Value: Personal
49332
49468
  * * Value List Type: List
49333
49469
  * * Possible Values
49334
- * * Specific
49335
- * * None
49336
49470
  * * Everyone
49471
+ * * None
49472
+ * * Specific
49337
49473
  * * Description: Field SharingScope for entity Reports.
49338
49474
  */
49339
49475
  get SharingScope() {
@@ -49884,9 +50020,9 @@ let ResourcePermissionEntity = class ResourcePermissionEntity extends core_1.Bas
49884
50020
  * * SQL Data Type: nvarchar(20)
49885
50021
  * * Value List Type: List
49886
50022
  * * Possible Values
49887
- * * View
49888
50023
  * * Edit
49889
50024
  * * Owner
50025
+ * * View
49890
50026
  * * Description: Permission level defining the type of access (View, Edit, Owner)
49891
50027
  */
49892
50028
  get PermissionLevel() {
@@ -49920,9 +50056,9 @@ let ResourcePermissionEntity = class ResourcePermissionEntity extends core_1.Bas
49920
50056
  * * Default Value: Requested
49921
50057
  * * Value List Type: List
49922
50058
  * * Possible Values
49923
- * * Requested
49924
50059
  * * Approved
49925
50060
  * * Rejected
50061
+ * * Requested
49926
50062
  * * Revoked
49927
50063
  * * Description: Status of the resource permission request. Possible values are Requested, Approved, Rejected, or Revoked.
49928
50064
  */
@@ -50548,9 +50684,9 @@ let ScheduledActionEntity = class ScheduledActionEntity extends core_1.BaseEntit
50548
50684
  * * SQL Data Type: nvarchar(20)
50549
50685
  * * Value List Type: List
50550
50686
  * * Possible Values
50687
+ * * Custom
50551
50688
  * * Daily
50552
50689
  * * Monthly
50553
- * * Custom
50554
50690
  * * Weekly
50555
50691
  * * Yearly
50556
50692
  * * Description: Type of the scheduled action (Daily, Weekly, Monthly, Yearly, Custom)
@@ -50592,9 +50728,9 @@ let ScheduledActionEntity = class ScheduledActionEntity extends core_1.BaseEntit
50592
50728
  * * Default Value: Pending
50593
50729
  * * Value List Type: List
50594
50730
  * * Possible Values
50731
+ * * Active
50595
50732
  * * Disabled
50596
50733
  * * Expired
50597
- * * Active
50598
50734
  * * Pending
50599
50735
  * * Description: Status of the scheduled action (Pending, Active, Disabled, Expired)
50600
50736
  */
@@ -51399,14 +51535,14 @@ let TemplateContentTypeEntity = class TemplateContentTypeEntity extends core_1.B
51399
51535
  * * Default Value: Other
51400
51536
  * * Value List Type: List
51401
51537
  * * Possible Values
51402
- * * HTML
51403
51538
  * * CSS
51539
+ * * HTML
51404
51540
  * * JSON
51405
- * * Python
51406
- * * Other
51407
- * * TypeScript
51408
51541
  * * JavaScript
51409
51542
  * * Nunjucks
51543
+ * * Other
51544
+ * * Python
51545
+ * * TypeScript
51410
51546
  * * Description: Refers to the primary language or codetype of the templates of this type, HTML, JSON, JavaScript, etc
51411
51547
  */
51412
51548
  get CodeType() {
@@ -51661,11 +51797,11 @@ let TemplateParamEntity = class TemplateParamEntity extends core_1.BaseEntity {
51661
51797
  * * Default Value: Scalar
51662
51798
  * * Value List Type: List
51663
51799
  * * Possible Values
51664
- * * Record
51665
51800
  * * Array
51801
+ * * Entity
51666
51802
  * * Object
51803
+ * * Record
51667
51804
  * * Scalar
51668
- * * Entity
51669
51805
  * * Description: Type of the parameter - Record is an individual record within the entity specified by EntityID. Entity means an entire Entity or an entity filtered by the LinkedParameterName/Field attributes and/or ExtraFilter. Object is any valid JSON object. Array and Scalar have their common meanings.
51670
51806
  */
51671
51807
  get Type() {
@@ -53721,6 +53857,30 @@ let UserEntity = class UserEntity extends core_1.BaseEntity {
53721
53857
  return this.Get('__mj_UpdatedAt');
53722
53858
  }
53723
53859
  /**
53860
+ * * Field Name: UserImageURL
53861
+ * * Display Name: User Image URL
53862
+ * * SQL Data Type: nvarchar(MAX)
53863
+ * * Description: User avatar image. Can be a Base64 encoded data URI (e.g., "data:image/png;base64,...") or a URL to an image file. Preferred over UserImageIconClass when present. Recommended for small thumbnail images only to maintain performance.
53864
+ */
53865
+ get UserImageURL() {
53866
+ return this.Get('UserImageURL');
53867
+ }
53868
+ set UserImageURL(value) {
53869
+ this.Set('UserImageURL', value);
53870
+ }
53871
+ /**
53872
+ * * Field Name: UserImageIconClass
53873
+ * * Display Name: User Image Icon Class
53874
+ * * SQL Data Type: nvarchar(100)
53875
+ * * Description: Font Awesome icon class for user avatar (e.g., "fa-solid fa-user-astronaut"). Used as fallback when UserImageURL is not provided. Example classes: "fa-solid fa-user", "fa-regular fa-circle-user", "fa-solid fa-user-tie".
53876
+ */
53877
+ get UserImageIconClass() {
53878
+ return this.Get('UserImageIconClass');
53879
+ }
53880
+ set UserImageIconClass(value) {
53881
+ this.Set('UserImageIconClass', value);
53882
+ }
53883
+ /**
53724
53884
  * * Field Name: FirstLast
53725
53885
  * * Display Name: First Last
53726
53886
  * * SQL Data Type: nvarchar(101)
@@ -54119,10 +54279,10 @@ let VersionInstallationEntity = class VersionInstallationEntity extends core_1.B
54119
54279
  * * Default Value: Pending
54120
54280
  * * Value List Type: List
54121
54281
  * * Possible Values
54122
- * * In Progress
54123
54282
  * * Complete
54124
- * * Pending
54125
54283
  * * Failed
54284
+ * * In Progress
54285
+ * * Pending
54126
54286
  * * Description: Pending, Complete, Failed
54127
54287
  */
54128
54288
  get Status() {
@@ -54549,12 +54709,12 @@ let WorkflowEntity = class WorkflowEntity extends core_1.BaseEntity {
54549
54709
  * * SQL Data Type: nvarchar(20)
54550
54710
  * * Value List Type: List
54551
54711
  * * Possible Values
54552
- * * Weeks
54553
- * * Years
54554
- * * Hours
54555
- * * Months
54556
54712
  * * Days
54713
+ * * Hours
54557
54714
  * * Minutes
54715
+ * * Months
54716
+ * * Weeks
54717
+ * * Years
54558
54718
  * * Description: Minutes, Hours, Days, Weeks, Months, Years
54559
54719
  */
54560
54720
  get AutoRunIntervalUnits() {