@memberjunction/ng-core-entity-forms 6.1.0-edge.4 → 6.1.0-edge.6

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.
Files changed (181) hide show
  1. package/dist/lib/custom/AIAgentSessions/ai-agent-session-form.component.js +2 -2
  2. package/dist/lib/custom/AIAgentSessions/ai-agent-session-form.component.js.map +1 -1
  3. package/dist/lib/custom/AIAgents/FlowAgentType/flow-agent-form-section.component.js +1 -1
  4. package/dist/lib/custom/AIAgents/add-action-dialog.component.js +1 -1
  5. package/dist/lib/custom/AIAgents/agent-prompt-advanced-settings-dialog.component.js +1 -1
  6. package/dist/lib/custom/AIAgents/ai-agent-form.component.js +3 -3
  7. package/dist/lib/custom/AIAgents/ai-agent-form.component.js.map +1 -1
  8. package/dist/lib/custom/AIAgents/create-prompt-dialog.component.js +1 -1
  9. package/dist/lib/custom/AIAgents/create-sub-agent-dialog.component.js +1 -1
  10. package/dist/lib/custom/AIAgents/prompt-selector-dialog.component.js +1 -1
  11. package/dist/lib/custom/AIAgents/sub-agent-advanced-settings-dialog.component.js +1 -1
  12. package/dist/lib/custom/AIAgents/sub-agent-selector-dialog.component.js +1 -1
  13. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js +3 -3
  14. package/dist/lib/custom/AIPromptRuns/ai-prompt-run-form.component.js.map +1 -1
  15. package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.js +2 -2
  16. package/dist/lib/custom/AIPromptRuns/chat-message-viewer.component.js.map +1 -1
  17. package/dist/lib/custom/AIPrompts/ai-prompt-form.component.js +1 -1
  18. package/dist/lib/custom/AIPrompts/template-selector-dialog.component.js +1 -1
  19. package/dist/lib/custom/Actions/action-execution-log-form.component.js +2 -2
  20. package/dist/lib/custom/Actions/action-execution-log-form.component.js.map +1 -1
  21. package/dist/lib/custom/Actions/action-form.component.js +2 -2
  22. package/dist/lib/custom/Actions/action-form.component.js.map +1 -1
  23. package/dist/lib/custom/BridgeAgentIdentities/bridge-agent-identity-form.component.js +1 -1
  24. package/dist/lib/custom/BridgeProviders/bridge-provider-form.component.js +1 -1
  25. package/dist/lib/custom/Entities/entity-form.component.d.ts.map +1 -1
  26. package/dist/lib/custom/Entities/entity-form.component.js +7 -10
  27. package/dist/lib/custom/Entities/entity-form.component.js.map +1 -1
  28. package/dist/lib/custom/EntityActions/entityaction.form.component.js +1 -1
  29. package/dist/lib/custom/Files/file-form.component.js +1 -1
  30. package/dist/lib/custom/Lists/list-form.component.d.ts +7 -0
  31. package/dist/lib/custom/Lists/list-form.component.d.ts.map +1 -1
  32. package/dist/lib/custom/Lists/list-form.component.js +32 -18
  33. package/dist/lib/custom/Lists/list-form.component.js.map +1 -1
  34. package/dist/lib/custom/Queries/query-form.component.d.ts.map +1 -1
  35. package/dist/lib/custom/Queries/query-form.component.js +5 -7
  36. package/dist/lib/custom/Queries/query-form.component.js.map +1 -1
  37. package/dist/lib/custom/Queries/query-run-dialog.component.js +1 -1
  38. package/dist/lib/custom/SessionBridges/session-bridge-form.component.js +1 -1
  39. package/dist/lib/custom/Templates/template-param-dialog.component.js +1 -1
  40. package/dist/lib/custom/Templates/template-params-grid.component.js +1 -1
  41. package/dist/lib/custom/Templates/templates-form.component.js +1 -1
  42. package/dist/lib/custom/Tests/entity-link-pill.component.d.ts.map +1 -1
  43. package/dist/lib/custom/Tests/entity-link-pill.component.js +3 -1
  44. package/dist/lib/custom/Tests/entity-link-pill.component.js.map +1 -1
  45. package/dist/lib/custom/Tests/test-form.component.js +1 -1
  46. package/dist/lib/custom/Tests/test-run-form.component.js +1 -1
  47. package/dist/lib/custom/Tests/test-suite-form.component.js +3 -3
  48. package/dist/lib/custom/Tests/test-suite-form.component.js.map +1 -1
  49. package/dist/lib/custom/Tests/test-suite-run-form.component.js +6 -6
  50. package/dist/lib/custom/Tests/test-suite-run-form.component.js.map +1 -1
  51. package/dist/lib/custom/ai-agent-run/agent-run-step-order.d.ts +27 -0
  52. package/dist/lib/custom/ai-agent-run/agent-run-step-order.d.ts.map +1 -0
  53. package/dist/lib/custom/ai-agent-run/agent-run-step-order.js +41 -0
  54. package/dist/lib/custom/ai-agent-run/agent-run-step-order.js.map +1 -0
  55. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts +7 -2
  56. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.d.ts.map +1 -1
  57. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js +40 -13
  58. package/dist/lib/custom/ai-agent-run/ai-agent-run-analytics.component.js.map +1 -1
  59. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.d.ts.map +1 -1
  60. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js +9 -4
  61. package/dist/lib/custom/ai-agent-run/ai-agent-run-data.service.js.map +1 -1
  62. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-detail.component.js +1 -1
  63. package/dist/lib/custom/ai-agent-run/ai-agent-run-step-node.component.js +1 -1
  64. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.d.ts.map +1 -1
  65. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js +10 -5
  66. package/dist/lib/custom/ai-agent-run/ai-agent-run-timeline.component.js.map +1 -1
  67. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js +3 -3
  68. package/dist/lib/custom/ai-agent-run/ai-agent-run.component.js.map +1 -1
  69. package/dist/lib/custom/ai-agent-run/flow/agent-run-flow.component.js +1 -1
  70. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js +29 -29
  71. package/dist/lib/generated/Entities/MJAIAgent/mjaiagent.form.component.js.map +1 -1
  72. package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.d.ts.map +1 -1
  73. package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.js +31 -25
  74. package/dist/lib/generated/Entities/MJAIAgentCategory/mjaiagentcategory.form.component.js.map +1 -1
  75. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.d.ts.map +1 -1
  76. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js +136 -112
  77. package/dist/lib/generated/Entities/MJAIAgentRun/mjaiagentrun.form.component.js.map +1 -1
  78. package/dist/lib/generated/Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component.d.ts.map +1 -1
  79. package/dist/lib/generated/Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component.js +37 -31
  80. package/dist/lib/generated/Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component.js.map +1 -1
  81. package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.js +3 -3
  82. package/dist/lib/generated/Entities/MJAIAgentSession/mjaiagentsession.form.component.js.map +1 -1
  83. package/dist/lib/generated/Entities/MJAIArchitecture/mjaiarchitecture.form.component.d.ts.map +1 -1
  84. package/dist/lib/generated/Entities/MJAIArchitecture/mjaiarchitecture.form.component.js +27 -21
  85. package/dist/lib/generated/Entities/MJAIArchitecture/mjaiarchitecture.form.component.js.map +1 -1
  86. package/dist/lib/generated/Entities/MJAIConfiguration/mjaiconfiguration.form.component.d.ts.map +1 -1
  87. package/dist/lib/generated/Entities/MJAIConfiguration/mjaiconfiguration.form.component.js +67 -61
  88. package/dist/lib/generated/Entities/MJAIConfiguration/mjaiconfiguration.form.component.js.map +1 -1
  89. package/dist/lib/generated/Entities/MJAIModelCost/mjaimodelcost.form.component.js +6 -8
  90. package/dist/lib/generated/Entities/MJAIModelCost/mjaimodelcost.form.component.js.map +1 -1
  91. package/dist/lib/generated/Entities/MJAIModelPriceUnitType/mjaimodelpriceunittype.form.component.d.ts.map +1 -1
  92. package/dist/lib/generated/Entities/MJAIModelPriceUnitType/mjaimodelpriceunittype.form.component.js +20 -10
  93. package/dist/lib/generated/Entities/MJAIModelPriceUnitType/mjaimodelpriceunittype.form.component.js.map +1 -1
  94. package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js +4 -4
  95. package/dist/lib/generated/Entities/MJAIPrompt/mjaiprompt.form.component.js.map +1 -1
  96. package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.d.ts.map +1 -1
  97. package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js +80 -68
  98. package/dist/lib/generated/Entities/MJAIPromptRun/mjaipromptrun.form.component.js.map +1 -1
  99. package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.js +34 -20
  100. package/dist/lib/generated/Entities/MJAISkill/mjaiskill.form.component.js.map +1 -1
  101. package/dist/lib/generated/Entities/MJAIUsageType/mjaiusagetype.form.component.d.ts +10 -0
  102. package/dist/lib/generated/Entities/MJAIUsageType/mjaiusagetype.form.component.d.ts.map +1 -0
  103. package/dist/lib/generated/Entities/MJAIUsageType/mjaiusagetype.form.component.js +95 -0
  104. package/dist/lib/generated/Entities/MJAIUsageType/mjaiusagetype.form.component.js.map +1 -0
  105. package/dist/lib/generated/Entities/MJAPIScope/mjapiscope.form.component.d.ts.map +1 -1
  106. package/dist/lib/generated/Entities/MJAPIScope/mjapiscope.form.component.js +31 -25
  107. package/dist/lib/generated/Entities/MJAPIScope/mjapiscope.form.component.js.map +1 -1
  108. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.d.ts.map +1 -1
  109. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js +114 -108
  110. package/dist/lib/generated/Entities/MJAction/mjaction.form.component.js.map +1 -1
  111. package/dist/lib/generated/Entities/MJActionCategory/mjactioncategory.form.component.d.ts.map +1 -1
  112. package/dist/lib/generated/Entities/MJActionCategory/mjactioncategory.form.component.js +31 -25
  113. package/dist/lib/generated/Entities/MJActionCategory/mjactioncategory.form.component.js.map +1 -1
  114. package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.d.ts.map +1 -1
  115. package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js +43 -37
  116. package/dist/lib/generated/Entities/MJArtifactType/mjartifacttype.form.component.js.map +1 -1
  117. package/dist/lib/generated/Entities/MJAuditLogType/mjauditlogtype.form.component.d.ts.map +1 -1
  118. package/dist/lib/generated/Entities/MJAuditLogType/mjauditlogtype.form.component.js +25 -19
  119. package/dist/lib/generated/Entities/MJAuditLogType/mjauditlogtype.form.component.js.map +1 -1
  120. package/dist/lib/generated/Entities/MJAuthorization/mjauthorization.form.component.d.ts.map +1 -1
  121. package/dist/lib/generated/Entities/MJAuthorization/mjauthorization.form.component.js +45 -39
  122. package/dist/lib/generated/Entities/MJAuthorization/mjauthorization.form.component.js.map +1 -1
  123. package/dist/lib/generated/Entities/MJCollection/mjcollection.form.component.d.ts.map +1 -1
  124. package/dist/lib/generated/Entities/MJCollection/mjcollection.form.component.js +43 -37
  125. package/dist/lib/generated/Entities/MJCollection/mjcollection.form.component.js.map +1 -1
  126. package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.d.ts.map +1 -1
  127. package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js +55 -49
  128. package/dist/lib/generated/Entities/MJContentItem/mjcontentitem.form.component.js.map +1 -1
  129. package/dist/lib/generated/Entities/MJContentItemChunk/mjcontentitemchunk.form.component.d.ts.map +1 -1
  130. package/dist/lib/generated/Entities/MJContentItemChunk/mjcontentitemchunk.form.component.js +31 -25
  131. package/dist/lib/generated/Entities/MJContentItemChunk/mjcontentitemchunk.form.component.js.map +1 -1
  132. package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.d.ts.map +1 -1
  133. package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js +45 -27
  134. package/dist/lib/generated/Entities/MJConversation/mjconversation.form.component.js.map +1 -1
  135. package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.d.ts.map +1 -1
  136. package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js +71 -65
  137. package/dist/lib/generated/Entities/MJConversationDetail/mjconversationdetail.form.component.js.map +1 -1
  138. package/dist/lib/generated/Entities/MJConversationSkill/mjconversationskill.form.component.d.ts +10 -0
  139. package/dist/lib/generated/Entities/MJConversationSkill/mjconversationskill.form.component.d.ts.map +1 -0
  140. package/dist/lib/generated/Entities/MJConversationSkill/mjconversationskill.form.component.js +76 -0
  141. package/dist/lib/generated/Entities/MJConversationSkill/mjconversationskill.form.component.js.map +1 -0
  142. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js +499 -497
  143. package/dist/lib/generated/Entities/MJEntity/mjentity.form.component.js.map +1 -1
  144. package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js +2 -2
  145. package/dist/lib/generated/Entities/MJEntityField/mjentityfield.form.component.js.map +1 -1
  146. package/dist/lib/generated/Entities/MJIdentityClaim/mjidentityclaim.form.component.d.ts.map +1 -1
  147. package/dist/lib/generated/Entities/MJIdentityClaim/mjidentityclaim.form.component.js +5 -29
  148. package/dist/lib/generated/Entities/MJIdentityClaim/mjidentityclaim.form.component.js.map +1 -1
  149. package/dist/lib/generated/Entities/MJIdentityClaimType/mjidentityclaimtype.form.component.d.ts.map +1 -1
  150. package/dist/lib/generated/Entities/MJIdentityClaimType/mjidentityclaimtype.form.component.js +12 -24
  151. package/dist/lib/generated/Entities/MJIdentityClaimType/mjidentityclaimtype.form.component.js.map +1 -1
  152. package/dist/lib/generated/Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component.js +2 -2
  153. package/dist/lib/generated/Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component.js.map +1 -1
  154. package/dist/lib/generated/Entities/MJProject/mjproject.form.component.d.ts.map +1 -1
  155. package/dist/lib/generated/Entities/MJProject/mjproject.form.component.js +33 -27
  156. package/dist/lib/generated/Entities/MJProject/mjproject.form.component.js.map +1 -1
  157. package/dist/lib/generated/Entities/MJSkill/mjskill.form.component.d.ts.map +1 -1
  158. package/dist/lib/generated/Entities/MJSkill/mjskill.form.component.js +25 -19
  159. package/dist/lib/generated/Entities/MJSkill/mjskill.form.component.js.map +1 -1
  160. package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js +2 -2
  161. package/dist/lib/generated/Entities/MJTag/mjtag.form.component.js.map +1 -1
  162. package/dist/lib/generated/Entities/MJTask/mjtask.form.component.js +2 -2
  163. package/dist/lib/generated/Entities/MJTask/mjtask.form.component.js.map +1 -1
  164. package/dist/lib/generated/Entities/MJTestSuite/mjtestsuite.form.component.d.ts.map +1 -1
  165. package/dist/lib/generated/Entities/MJTestSuite/mjtestsuite.form.component.js +35 -29
  166. package/dist/lib/generated/Entities/MJTestSuite/mjtestsuite.form.component.js.map +1 -1
  167. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js +32 -32
  168. package/dist/lib/generated/Entities/MJUser/mjuser.form.component.js.map +1 -1
  169. package/dist/lib/generated/Entities/MJVersionLabel/mjversionlabel.form.component.d.ts.map +1 -1
  170. package/dist/lib/generated/Entities/MJVersionLabel/mjversionlabel.form.component.js +39 -33
  171. package/dist/lib/generated/Entities/MJVersionLabel/mjversionlabel.form.component.js.map +1 -1
  172. package/dist/lib/generated/generated-forms.module.d.ts +469 -407
  173. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  174. package/dist/lib/generated/generated-forms.module.js +1234 -868
  175. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  176. package/dist/lib/panels/ai-agents/agent-realtime.panel.js +1 -1
  177. package/dist/lib/panels/content-sources/tag-pipeline-configuration.panel.js +1 -1
  178. package/dist/lib/panels/content-sources/website-crawler-settings.panel.js +1 -1
  179. package/dist/lib/panels/model-predictions/model-prediction.panel.js +1 -1
  180. package/dist/lib/shared/components/template-editor.component.js +1 -1
  181. package/package.json +48 -48
@@ -13,17 +13,6 @@ import { BaseFormsModule } from '@memberjunction/ng-base-forms';
13
13
  import { EntityViewerModule } from '@memberjunction/ng-entity-viewer';
14
14
  import { LinkDirectivesModule } from '@memberjunction/ng-link-directives';
15
15
  // Import Generated Components
16
- import { MJAccessControlRuleFormComponent } from "./Entities/MJAccessControlRule/mjaccesscontrolrule.form.component";
17
- import { MJActionAuthorizationFormComponent } from "./Entities/MJActionAuthorization/mjactionauthorization.form.component";
18
- import { MJActionCategoryFormComponent } from "./Entities/MJActionCategory/mjactioncategory.form.component";
19
- import { MJActionContextTypeFormComponent } from "./Entities/MJActionContextType/mjactioncontexttype.form.component";
20
- import { MJActionContextFormComponent } from "./Entities/MJActionContext/mjactioncontext.form.component";
21
- import { MJActionExecutionLogFormComponent } from "./Entities/MJActionExecutionLog/mjactionexecutionlog.form.component";
22
- import { MJActionFilterFormComponent } from "./Entities/MJActionFilter/mjactionfilter.form.component";
23
- import { MJActionLibraryFormComponent } from "./Entities/MJActionLibrary/mjactionlibrary.form.component";
24
- import { MJActionParamFormComponent } from "./Entities/MJActionParam/mjactionparam.form.component";
25
- import { MJActionResultCodeFormComponent } from "./Entities/MJActionResultCode/mjactionresultcode.form.component";
26
- import { MJActionFormComponent } from "./Entities/MJAction/mjaction.form.component";
27
16
  import { MJAIActionFormComponent } from "./Entities/MJAIAction/mjaiaction.form.component";
28
17
  import { MJAIAgentActionFormComponent } from "./Entities/MJAIAgentAction/mjaiagentaction.form.component";
29
18
  import { MJAIAgentArtifactTypeFormComponent } from "./Entities/MJAIAgentArtifactType/mjaiagentartifacttype.form.component";
@@ -35,183 +24,196 @@ import { MJAIAgentConfigurationFormComponent } from "./Entities/MJAIAgentConfigu
35
24
  import { MJAIAgentCredentialFormComponent } from "./Entities/MJAIAgentCredential/mjaiagentcredential.form.component";
36
25
  import { MJAIAgentDataSourceFormComponent } from "./Entities/MJAIAgentDataSource/mjaiagentdatasource.form.component";
37
26
  import { MJAIAgentExampleFormComponent } from "./Entities/MJAIAgentExample/mjaiagentexample.form.component";
27
+ import { MJAIAgentFormComponent } from "./Entities/MJAIAgent/mjaiagent.form.component";
38
28
  import { MJAIAgentHarnessFormComponent } from "./Entities/MJAIAgentHarness/mjaiagentharness.form.component";
39
29
  import { MJAIAgentLearningCycleFormComponent } from "./Entities/MJAIAgentLearningCycle/mjaiagentlearningcycle.form.component";
40
30
  import { MJAIAgentModalityFormComponent } from "./Entities/MJAIAgentModality/mjaiagentmodality.form.component";
41
31
  import { MJAIAgentModelFormComponent } from "./Entities/MJAIAgentModel/mjaiagentmodel.form.component";
42
- import { MJAIAgentNoteTypeFormComponent } from "./Entities/MJAIAgentNoteType/mjaiagentnotetype.form.component";
43
32
  import { MJAIAgentNoteFormComponent } from "./Entities/MJAIAgentNote/mjaiagentnote.form.component";
33
+ import { MJAIAgentNoteTypeFormComponent } from "./Entities/MJAIAgentNoteType/mjaiagentnotetype.form.component";
44
34
  import { MJAIAgentPermissionFormComponent } from "./Entities/MJAIAgentPermission/mjaiagentpermission.form.component";
45
35
  import { MJAIAgentPromptFormComponent } from "./Entities/MJAIAgentPrompt/mjaiagentprompt.form.component";
46
36
  import { MJAIAgentRelationshipFormComponent } from "./Entities/MJAIAgentRelationship/mjaiagentrelationship.form.component";
47
- import { MJAIAgentRequestTypeFormComponent } from "./Entities/MJAIAgentRequestType/mjaiagentrequesttype.form.component";
48
37
  import { MJAIAgentRequestFormComponent } from "./Entities/MJAIAgentRequest/mjaiagentrequest.form.component";
38
+ import { MJAIAgentRequestTypeFormComponent } from "./Entities/MJAIAgentRequestType/mjaiagentrequesttype.form.component";
39
+ import { MJAIAgentRunFormComponent } from "./Entities/MJAIAgentRun/mjaiagentrun.form.component";
49
40
  import { MJAIAgentRunMediaFormComponent } from "./Entities/MJAIAgentRunMedia/mjaiagentrunmedia.form.component";
50
41
  import { MJAIAgentRunStepFormComponent } from "./Entities/MJAIAgentRunStep/mjaiagentrunstep.form.component";
51
- import { MJAIAgentRunFormComponent } from "./Entities/MJAIAgentRun/mjaiagentrun.form.component";
52
42
  import { MJAIAgentSearchScopeFormComponent } from "./Entities/MJAIAgentSearchScope/mjaiagentsearchscope.form.component";
53
- import { MJAIAgentSessionBridgeParticipantFormComponent } from "./Entities/MJAIAgentSessionBridgeParticipant/mjaiagentsessionbridgeparticipant.form.component";
54
43
  import { MJAIAgentSessionBridgeFormComponent } from "./Entities/MJAIAgentSessionBridge/mjaiagentsessionbridge.form.component";
44
+ import { MJAIAgentSessionBridgeParticipantFormComponent } from "./Entities/MJAIAgentSessionBridgeParticipant/mjaiagentsessionbridgeparticipant.form.component";
55
45
  import { MJAIAgentSessionChannelFormComponent } from "./Entities/MJAIAgentSessionChannel/mjaiagentsessionchannel.form.component";
56
46
  import { MJAIAgentSessionFormComponent } from "./Entities/MJAIAgentSession/mjaiagentsession.form.component";
57
47
  import { MJAIAgentSkillFormComponent } from "./Entities/MJAIAgentSkill/mjaiagentskill.form.component";
58
- import { MJAIAgentStepPathFormComponent } from "./Entities/MJAIAgentStepPath/mjaiagentsteppath.form.component";
59
48
  import { MJAIAgentStepFormComponent } from "./Entities/MJAIAgentStep/mjaiagentstep.form.component";
49
+ import { MJAIAgentStepPathFormComponent } from "./Entities/MJAIAgentStepPath/mjaiagentsteppath.form.component";
60
50
  import { MJAIAgentTypeFormComponent } from "./Entities/MJAIAgentType/mjaiagenttype.form.component";
61
- import { MJAIAgentFormComponent } from "./Entities/MJAIAgent/mjaiagent.form.component";
62
51
  import { MJAIArchitectureFormComponent } from "./Entities/MJAIArchitecture/mjaiarchitecture.form.component";
63
52
  import { MJAIBridgeAgentIdentityFormComponent } from "./Entities/MJAIBridgeAgentIdentity/mjaibridgeagentidentity.form.component";
64
53
  import { MJAIBridgeProviderChannelFormComponent } from "./Entities/MJAIBridgeProviderChannel/mjaibridgeproviderchannel.form.component";
65
54
  import { MJAIBridgeProviderFormComponent } from "./Entities/MJAIBridgeProvider/mjaibridgeprovider.form.component";
66
55
  import { MJAIClientToolDefinitionFormComponent } from "./Entities/MJAIClientToolDefinition/mjaiclienttooldefinition.form.component";
67
- import { MJAIConfigurationParamFormComponent } from "./Entities/MJAIConfigurationParam/mjaiconfigurationparam.form.component";
68
56
  import { MJAIConfigurationFormComponent } from "./Entities/MJAIConfiguration/mjaiconfiguration.form.component";
57
+ import { MJAIConfigurationParamFormComponent } from "./Entities/MJAIConfigurationParam/mjaiconfigurationparam.form.component";
69
58
  import { MJAICredentialBindingFormComponent } from "./Entities/MJAICredentialBinding/mjaicredentialbinding.form.component";
70
59
  import { MJAIModalityFormComponent } from "./Entities/MJAIModality/mjaimodality.form.component";
71
60
  import { MJAIModelActionFormComponent } from "./Entities/MJAIModelAction/mjaimodelaction.form.component";
72
61
  import { MJAIModelArchitectureFormComponent } from "./Entities/MJAIModelArchitecture/mjaimodelarchitecture.form.component";
73
62
  import { MJAIModelCostFormComponent } from "./Entities/MJAIModelCost/mjaimodelcost.form.component";
63
+ import { MJAIModelFormComponent } from "./Entities/MJAIModel/mjaimodel.form.component";
74
64
  import { MJAIModelModalityFormComponent } from "./Entities/MJAIModelModality/mjaimodelmodality.form.component";
75
65
  import { MJAIModelPriceTypeFormComponent } from "./Entities/MJAIModelPriceType/mjaimodelpricetype.form.component";
76
66
  import { MJAIModelPriceUnitTypeFormComponent } from "./Entities/MJAIModelPriceUnitType/mjaimodelpriceunittype.form.component";
77
67
  import { MJAIModelTypeFormComponent } from "./Entities/MJAIModelType/mjaimodeltype.form.component";
78
68
  import { MJAIModelVendorFormComponent } from "./Entities/MJAIModelVendor/mjaimodelvendor.form.component";
79
- import { MJAIModelFormComponent } from "./Entities/MJAIModel/mjaimodel.form.component";
80
69
  import { MJAIPromptCategoryFormComponent } from "./Entities/MJAIPromptCategory/mjaipromptcategory.form.component";
70
+ import { MJAIPromptFormComponent } from "./Entities/MJAIPrompt/mjaiprompt.form.component";
81
71
  import { MJAIPromptModelFormComponent } from "./Entities/MJAIPromptModel/mjaipromptmodel.form.component";
82
- import { MJAIPromptRunMediaFormComponent } from "./Entities/MJAIPromptRunMedia/mjaipromptrunmedia.form.component";
83
72
  import { MJAIPromptRunFormComponent } from "./Entities/MJAIPromptRun/mjaipromptrun.form.component";
73
+ import { MJAIPromptRunMediaFormComponent } from "./Entities/MJAIPromptRunMedia/mjaipromptrunmedia.form.component";
84
74
  import { MJAIPromptTypeFormComponent } from "./Entities/MJAIPromptType/mjaiprompttype.form.component";
85
- import { MJAIPromptFormComponent } from "./Entities/MJAIPrompt/mjaiprompt.form.component";
86
75
  import { MJAIRemoteBrowserProviderFormComponent } from "./Entities/MJAIRemoteBrowserProvider/mjairemotebrowserprovider.form.component";
87
76
  import { MJAIResultCacheFormComponent } from "./Entities/MJAIResultCache/mjairesultcache.form.component";
88
77
  import { MJAISkillActionFormComponent } from "./Entities/MJAISkillAction/mjaiskillaction.form.component";
78
+ import { MJAISkillFormComponent } from "./Entities/MJAISkill/mjaiskill.form.component";
89
79
  import { MJAISkillPermissionFormComponent } from "./Entities/MJAISkillPermission/mjaiskillpermission.form.component";
90
80
  import { MJAISkillSearchScopeFormComponent } from "./Entities/MJAISkillSearchScope/mjaiskillsearchscope.form.component";
91
81
  import { MJAISkillSubAgentFormComponent } from "./Entities/MJAISkillSubAgent/mjaiskillsubagent.form.component";
92
- import { MJAISkillFormComponent } from "./Entities/MJAISkill/mjaiskill.form.component";
82
+ import { MJAIUsageTypeFormComponent } from "./Entities/MJAIUsageType/mjaiusagetype.form.component";
83
+ import { MJAIVendorFormComponent } from "./Entities/MJAIVendor/mjaivendor.form.component";
93
84
  import { MJAIVendorTypeDefinitionFormComponent } from "./Entities/MJAIVendorTypeDefinition/mjaivendortypedefinition.form.component";
94
85
  import { MJAIVendorTypeFormComponent } from "./Entities/MJAIVendorType/mjaivendortype.form.component";
95
- import { MJAIVendorFormComponent } from "./Entities/MJAIVendor/mjaivendor.form.component";
96
- import { MJAPIApplicationScopeFormComponent } from "./Entities/MJAPIApplicationScope/mjapiapplicationscope.form.component";
97
86
  import { MJAPIApplicationFormComponent } from "./Entities/MJAPIApplication/mjapiapplication.form.component";
87
+ import { MJAPIApplicationScopeFormComponent } from "./Entities/MJAPIApplicationScope/mjapiapplicationscope.form.component";
98
88
  import { MJAPIKeyApplicationFormComponent } from "./Entities/MJAPIKeyApplication/mjapikeyapplication.form.component";
89
+ import { MJAPIKeyFormComponent } from "./Entities/MJAPIKey/mjapikey.form.component";
99
90
  import { MJAPIKeyScopeFormComponent } from "./Entities/MJAPIKeyScope/mjapikeyscope.form.component";
100
91
  import { MJAPIKeyUsageLogFormComponent } from "./Entities/MJAPIKeyUsageLog/mjapikeyusagelog.form.component";
101
- import { MJAPIKeyFormComponent } from "./Entities/MJAPIKey/mjapikey.form.component";
102
92
  import { MJAPIScopeFormComponent } from "./Entities/MJAPIScope/mjapiscope.form.component";
93
+ import { MJAccessControlRuleFormComponent } from "./Entities/MJAccessControlRule/mjaccesscontrolrule.form.component";
94
+ import { MJActionAuthorizationFormComponent } from "./Entities/MJActionAuthorization/mjactionauthorization.form.component";
95
+ import { MJActionCategoryFormComponent } from "./Entities/MJActionCategory/mjactioncategory.form.component";
96
+ import { MJActionContextFormComponent } from "./Entities/MJActionContext/mjactioncontext.form.component";
97
+ import { MJActionContextTypeFormComponent } from "./Entities/MJActionContextType/mjactioncontexttype.form.component";
98
+ import { MJActionExecutionLogFormComponent } from "./Entities/MJActionExecutionLog/mjactionexecutionlog.form.component";
99
+ import { MJActionFilterFormComponent } from "./Entities/MJActionFilter/mjactionfilter.form.component";
100
+ import { MJActionFormComponent } from "./Entities/MJAction/mjaction.form.component";
101
+ import { MJActionLibraryFormComponent } from "./Entities/MJActionLibrary/mjactionlibrary.form.component";
102
+ import { MJActionParamFormComponent } from "./Entities/MJActionParam/mjactionparam.form.component";
103
+ import { MJActionResultCodeFormComponent } from "./Entities/MJActionResultCode/mjactionresultcode.form.component";
103
104
  import { MJApplicationEntityFormComponent } from "./Entities/MJApplicationEntity/mjapplicationentity.form.component";
105
+ import { MJApplicationFormComponent } from "./Entities/MJApplication/mjapplication.form.component";
104
106
  import { MJApplicationRoleFormComponent } from "./Entities/MJApplicationRole/mjapplicationrole.form.component";
105
107
  import { MJApplicationSettingFormComponent } from "./Entities/MJApplicationSetting/mjapplicationsetting.form.component";
106
- import { MJApplicationFormComponent } from "./Entities/MJApplication/mjapplication.form.component";
107
108
  import { MJArchiveConfigurationEntityFormComponent } from "./Entities/MJArchiveConfigurationEntity/mjarchiveconfigurationentity.form.component";
108
109
  import { MJArchiveConfigurationFormComponent } from "./Entities/MJArchiveConfiguration/mjarchiveconfiguration.form.component";
109
110
  import { MJArchiveRunDetailFormComponent } from "./Entities/MJArchiveRunDetail/mjarchiverundetail.form.component";
110
111
  import { MJArchiveRunFormComponent } from "./Entities/MJArchiveRun/mjarchiverun.form.component";
112
+ import { MJArtifactFormComponent } from "./Entities/MJArtifact/mjartifact.form.component";
111
113
  import { MJArtifactPermissionFormComponent } from "./Entities/MJArtifactPermission/mjartifactpermission.form.component";
112
114
  import { MJArtifactTypeFormComponent } from "./Entities/MJArtifactType/mjartifacttype.form.component";
113
115
  import { MJArtifactUseFormComponent } from "./Entities/MJArtifactUse/mjartifactuse.form.component";
114
116
  import { MJArtifactVersionAttributeFormComponent } from "./Entities/MJArtifactVersionAttribute/mjartifactversionattribute.form.component";
115
117
  import { MJArtifactVersionFormComponent } from "./Entities/MJArtifactVersion/mjartifactversion.form.component";
116
- import { MJArtifactFormComponent } from "./Entities/MJArtifact/mjartifact.form.component";
117
- import { MJAuditLogTypeFormComponent } from "./Entities/MJAuditLogType/mjauditlogtype.form.component";
118
118
  import { MJAuditLogFormComponent } from "./Entities/MJAuditLog/mjauditlog.form.component";
119
+ import { MJAuditLogTypeFormComponent } from "./Entities/MJAuditLogType/mjauditlogtype.form.component";
119
120
  import { MJAuthenticationProviderFormComponent } from "./Entities/MJAuthenticationProvider/mjauthenticationprovider.form.component";
120
- import { MJAuthorizationRoleFormComponent } from "./Entities/MJAuthorizationRole/mjauthorizationrole.form.component";
121
121
  import { MJAuthorizationFormComponent } from "./Entities/MJAuthorization/mjauthorization.form.component";
122
- import { MJClusterAnalysisFormComponent } from "./Entities/MJClusterAnalysis/mjclusteranalysis.form.component";
122
+ import { MJAuthorizationRoleFormComponent } from "./Entities/MJAuthorizationRole/mjauthorizationrole.form.component";
123
123
  import { MJClusterAnalysisClusterFormComponent } from "./Entities/MJClusterAnalysisCluster/mjclusteranalysiscluster.form.component";
124
+ import { MJClusterAnalysisFormComponent } from "./Entities/MJClusterAnalysis/mjclusteranalysis.form.component";
124
125
  import { MJCollectionArtifactFormComponent } from "./Entities/MJCollectionArtifact/mjcollectionartifact.form.component";
125
- import { MJCollectionPermissionFormComponent } from "./Entities/MJCollectionPermission/mjcollectionpermission.form.component";
126
126
  import { MJCollectionFormComponent } from "./Entities/MJCollection/mjcollection.form.component";
127
+ import { MJCollectionPermissionFormComponent } from "./Entities/MJCollectionPermission/mjcollectionpermission.form.component";
127
128
  import { MJCommunicationBaseMessageTypeFormComponent } from "./Entities/MJCommunicationBaseMessageType/mjcommunicationbasemessagetype.form.component";
128
129
  import { MJCommunicationLogFormComponent } from "./Entities/MJCommunicationLog/mjcommunicationlog.form.component";
129
- import { MJCommunicationProviderMessageTypeFormComponent } from "./Entities/MJCommunicationProviderMessageType/mjcommunicationprovidermessagetype.form.component";
130
130
  import { MJCommunicationProviderFormComponent } from "./Entities/MJCommunicationProvider/mjcommunicationprovider.form.component";
131
+ import { MJCommunicationProviderMessageTypeFormComponent } from "./Entities/MJCommunicationProviderMessageType/mjcommunicationprovidermessagetype.form.component";
131
132
  import { MJCommunicationRunFormComponent } from "./Entities/MJCommunicationRun/mjcommunicationrun.form.component";
132
133
  import { MJCompanyFormComponent } from "./Entities/MJCompany/mjcompany.form.component";
133
134
  import { MJCompanyIntegrationEntityMapFormComponent } from "./Entities/MJCompanyIntegrationEntityMap/mjcompanyintegrationentitymap.form.component";
134
135
  import { MJCompanyIntegrationFieldMapFormComponent } from "./Entities/MJCompanyIntegrationFieldMap/mjcompanyintegrationfieldmap.form.component";
136
+ import { MJCompanyIntegrationFormComponent } from "./Entities/MJCompanyIntegration/mjcompanyintegration.form.component";
135
137
  import { MJCompanyIntegrationRecordMapFormComponent } from "./Entities/MJCompanyIntegrationRecordMap/mjcompanyintegrationrecordmap.form.component";
136
138
  import { MJCompanyIntegrationRunAPILogFormComponent } from "./Entities/MJCompanyIntegrationRunAPILog/mjcompanyintegrationrunapilog.form.component";
137
139
  import { MJCompanyIntegrationRunDetailFormComponent } from "./Entities/MJCompanyIntegrationRunDetail/mjcompanyintegrationrundetail.form.component";
138
140
  import { MJCompanyIntegrationRunFormComponent } from "./Entities/MJCompanyIntegrationRun/mjcompanyintegrationrun.form.component";
139
141
  import { MJCompanyIntegrationSyncWatermarkFormComponent } from "./Entities/MJCompanyIntegrationSyncWatermark/mjcompanyintegrationsyncwatermark.form.component";
140
- import { MJCompanyIntegrationFormComponent } from "./Entities/MJCompanyIntegration/mjcompanyintegration.form.component";
141
142
  import { MJComponentDependencyFormComponent } from "./Entities/MJComponentDependency/mjcomponentdependency.form.component";
143
+ import { MJComponentFormComponent } from "./Entities/MJComponent/mjcomponent.form.component";
142
144
  import { MJComponentLibraryFormComponent } from "./Entities/MJComponentLibrary/mjcomponentlibrary.form.component";
143
145
  import { MJComponentLibraryLinkFormComponent } from "./Entities/MJComponentLibraryLink/mjcomponentlibrarylink.form.component";
144
146
  import { MJComponentRegistryFormComponent } from "./Entities/MJComponentRegistry/mjcomponentregistry.form.component";
145
- import { MJComponentFormComponent } from "./Entities/MJComponent/mjcomponent.form.component";
146
147
  import { MJContentFileTypeFormComponent } from "./Entities/MJContentFileType/mjcontentfiletype.form.component";
147
148
  import { MJContentItemAttributeFormComponent } from "./Entities/MJContentItemAttribute/mjcontentitemattribute.form.component";
148
149
  import { MJContentItemChunkFormComponent } from "./Entities/MJContentItemChunk/mjcontentitemchunk.form.component";
149
150
  import { MJContentItemDuplicateFormComponent } from "./Entities/MJContentItemDuplicate/mjcontentitemduplicate.form.component";
150
- import { MJContentItemTagFormComponent } from "./Entities/MJContentItemTag/mjcontentitemtag.form.component";
151
151
  import { MJContentItemFormComponent } from "./Entities/MJContentItem/mjcontentitem.form.component";
152
+ import { MJContentItemTagFormComponent } from "./Entities/MJContentItemTag/mjcontentitemtag.form.component";
152
153
  import { MJContentProcessRunDetailFormComponent } from "./Entities/MJContentProcessRunDetail/mjcontentprocessrundetail.form.component";
153
- import { MJContentProcessRunPromptRunFormComponent } from "./Entities/MJContentProcessRunPromptRun/mjcontentprocessrunpromptrun.form.component";
154
154
  import { MJContentProcessRunFormComponent } from "./Entities/MJContentProcessRun/mjcontentprocessrun.form.component";
155
+ import { MJContentProcessRunPromptRunFormComponent } from "./Entities/MJContentProcessRunPromptRun/mjcontentprocessrunpromptrun.form.component";
156
+ import { MJContentSourceFormComponent } from "./Entities/MJContentSource/mjcontentsource.form.component";
155
157
  import { MJContentSourceParamFormComponent } from "./Entities/MJContentSourceParam/mjcontentsourceparam.form.component";
156
- import { MJContentSourceTypeParamFormComponent } from "./Entities/MJContentSourceTypeParam/mjcontentsourcetypeparam.form.component";
157
158
  import { MJContentSourceTypeFormComponent } from "./Entities/MJContentSourceType/mjcontentsourcetype.form.component";
158
- import { MJContentSourceFormComponent } from "./Entities/MJContentSource/mjcontentsource.form.component";
159
+ import { MJContentSourceTypeParamFormComponent } from "./Entities/MJContentSourceTypeParam/mjcontentsourcetypeparam.form.component";
159
160
  import { MJContentTypeAttributeFormComponent } from "./Entities/MJContentTypeAttribute/mjcontenttypeattribute.form.component";
160
161
  import { MJContentTypeFormComponent } from "./Entities/MJContentType/mjcontenttype.form.component";
162
+ import { MJConversationArtifactFormComponent } from "./Entities/MJConversationArtifact/mjconversationartifact.form.component";
161
163
  import { MJConversationArtifactPermissionFormComponent } from "./Entities/MJConversationArtifactPermission/mjconversationartifactpermission.form.component";
162
164
  import { MJConversationArtifactVersionFormComponent } from "./Entities/MJConversationArtifactVersion/mjconversationartifactversion.form.component";
163
- import { MJConversationArtifactFormComponent } from "./Entities/MJConversationArtifact/mjconversationartifact.form.component";
164
165
  import { MJConversationCompactionRunFormComponent } from "./Entities/MJConversationCompactionRun/mjconversationcompactionrun.form.component";
165
166
  import { MJConversationDetailArtifactFormComponent } from "./Entities/MJConversationDetailArtifact/mjconversationdetailartifact.form.component";
166
167
  import { MJConversationDetailAttachmentFormComponent } from "./Entities/MJConversationDetailAttachment/mjconversationdetailattachment.form.component";
167
- import { MJConversationDetailRatingFormComponent } from "./Entities/MJConversationDetailRating/mjconversationdetailrating.form.component";
168
168
  import { MJConversationDetailFormComponent } from "./Entities/MJConversationDetail/mjconversationdetail.form.component";
169
- import { MJConversationWidgetInstanceFormComponent } from "./Entities/MJConversationWidgetInstance/mjconversationwidgetinstance.form.component";
169
+ import { MJConversationDetailRatingFormComponent } from "./Entities/MJConversationDetailRating/mjconversationdetailrating.form.component";
170
170
  import { MJConversationFormComponent } from "./Entities/MJConversation/mjconversation.form.component";
171
+ import { MJConversationSkillFormComponent } from "./Entities/MJConversationSkill/mjconversationskill.form.component";
172
+ import { MJConversationWidgetInstanceFormComponent } from "./Entities/MJConversationWidgetInstance/mjconversationwidgetinstance.form.component";
171
173
  import { MJCountryFormComponent } from "./Entities/MJCountry/mjcountry.form.component";
172
174
  import { MJCredentialCategoryFormComponent } from "./Entities/MJCredentialCategory/mjcredentialcategory.form.component";
173
- import { MJCredentialTypeFormComponent } from "./Entities/MJCredentialType/mjcredentialtype.form.component";
174
175
  import { MJCredentialFormComponent } from "./Entities/MJCredential/mjcredential.form.component";
176
+ import { MJCredentialTypeFormComponent } from "./Entities/MJCredentialType/mjcredentialtype.form.component";
175
177
  import { MJDashboardCategoryFormComponent } from "./Entities/MJDashboardCategory/mjdashboardcategory.form.component";
176
178
  import { MJDashboardCategoryLinkFormComponent } from "./Entities/MJDashboardCategoryLink/mjdashboardcategorylink.form.component";
177
179
  import { MJDashboardCategoryPermissionFormComponent } from "./Entities/MJDashboardCategoryPermission/mjdashboardcategorypermission.form.component";
180
+ import { MJDashboardFormComponent } from "./Entities/MJDashboard/mjdashboard.form.component";
178
181
  import { MJDashboardPartTypeFormComponent } from "./Entities/MJDashboardPartType/mjdashboardparttype.form.component";
179
182
  import { MJDashboardPermissionFormComponent } from "./Entities/MJDashboardPermission/mjdashboardpermission.form.component";
180
183
  import { MJDashboardUserPreferenceFormComponent } from "./Entities/MJDashboardUserPreference/mjdashboarduserpreference.form.component";
181
184
  import { MJDashboardUserStateFormComponent } from "./Entities/MJDashboardUserState/mjdashboarduserstate.form.component";
182
- import { MJDashboardFormComponent } from "./Entities/MJDashboard/mjdashboard.form.component";
183
- import { MJDataContextItemFormComponent } from "./Entities/MJDataContextItem/mjdatacontextitem.form.component";
184
185
  import { MJDataContextFormComponent } from "./Entities/MJDataContext/mjdatacontext.form.component";
185
- import { MJDatasetItemFormComponent } from "./Entities/MJDatasetItem/mjdatasetitem.form.component";
186
+ import { MJDataContextItemFormComponent } from "./Entities/MJDataContextItem/mjdatacontextitem.form.component";
186
187
  import { MJDatasetFormComponent } from "./Entities/MJDataset/mjdataset.form.component";
187
- import { MJDuplicateRunDetailMatchFormComponent } from "./Entities/MJDuplicateRunDetailMatch/mjduplicaterundetailmatch.form.component";
188
+ import { MJDatasetItemFormComponent } from "./Entities/MJDatasetItem/mjdatasetitem.form.component";
188
189
  import { MJDuplicateRunDetailFormComponent } from "./Entities/MJDuplicateRunDetail/mjduplicaterundetail.form.component";
190
+ import { MJDuplicateRunDetailMatchFormComponent } from "./Entities/MJDuplicateRunDetailMatch/mjduplicaterundetailmatch.form.component";
189
191
  import { MJDuplicateRunFormComponent } from "./Entities/MJDuplicateRun/mjduplicaterun.form.component";
190
192
  import { MJEmployeeCompanyIntegrationFormComponent } from "./Entities/MJEmployeeCompanyIntegration/mjemployeecompanyintegration.form.component";
193
+ import { MJEmployeeFormComponent } from "./Entities/MJEmployee/mjemployee.form.component";
191
194
  import { MJEmployeeRoleFormComponent } from "./Entities/MJEmployeeRole/mjemployeerole.form.component";
192
195
  import { MJEmployeeSkillFormComponent } from "./Entities/MJEmployeeSkill/mjemployeeskill.form.component";
193
- import { MJEmployeeFormComponent } from "./Entities/MJEmployee/mjemployee.form.component";
194
196
  import { MJEncryptionAlgorithmFormComponent } from "./Entities/MJEncryptionAlgorithm/mjencryptionalgorithm.form.component";
195
- import { MJEncryptionKeySourceFormComponent } from "./Entities/MJEncryptionKeySource/mjencryptionkeysource.form.component";
196
197
  import { MJEncryptionKeyFormComponent } from "./Entities/MJEncryptionKey/mjencryptionkey.form.component";
197
- import { MJEntityFormComponent } from "./Entities/MJEntity/mjentity.form.component";
198
+ import { MJEncryptionKeySourceFormComponent } from "./Entities/MJEncryptionKeySource/mjencryptionkeysource.form.component";
199
+ import { MJEntityAIActionFormComponent } from "./Entities/MJEntityAIAction/mjentityaiaction.form.component";
198
200
  import { MJEntityActionFilterFormComponent } from "./Entities/MJEntityActionFilter/mjentityactionfilter.form.component";
199
- import { MJEntityActionInvocationTypeFormComponent } from "./Entities/MJEntityActionInvocationType/mjentityactioninvocationtype.form.component";
201
+ import { MJEntityActionFormComponent } from "./Entities/MJEntityAction/mjentityaction.form.component";
200
202
  import { MJEntityActionInvocationFormComponent } from "./Entities/MJEntityActionInvocation/mjentityactioninvocation.form.component";
203
+ import { MJEntityActionInvocationTypeFormComponent } from "./Entities/MJEntityActionInvocationType/mjentityactioninvocationtype.form.component";
201
204
  import { MJEntityActionParamFormComponent } from "./Entities/MJEntityActionParam/mjentityactionparam.form.component";
202
- import { MJEntityActionFormComponent } from "./Entities/MJEntityAction/mjentityaction.form.component";
203
- import { MJEntityAIActionFormComponent } from "./Entities/MJEntityAIAction/mjentityaiaction.form.component";
204
205
  import { MJEntityCommunicationFieldFormComponent } from "./Entities/MJEntityCommunicationField/mjentitycommunicationfield.form.component";
205
206
  import { MJEntityCommunicationMessageTypeFormComponent } from "./Entities/MJEntityCommunicationMessageType/mjentitycommunicationmessagetype.form.component";
207
+ import { MJEntityDocumentFormComponent } from "./Entities/MJEntityDocument/mjentitydocument.form.component";
206
208
  import { MJEntityDocumentRunFormComponent } from "./Entities/MJEntityDocumentRun/mjentitydocumentrun.form.component";
207
209
  import { MJEntityDocumentSettingFormComponent } from "./Entities/MJEntityDocumentSetting/mjentitydocumentsetting.form.component";
208
210
  import { MJEntityDocumentTypeFormComponent } from "./Entities/MJEntityDocumentType/mjentitydocumenttype.form.component";
209
- import { MJEntityDocumentFormComponent } from "./Entities/MJEntityDocument/mjentitydocument.form.component";
210
- import { MJEntityFieldValueFormComponent } from "./Entities/MJEntityFieldValue/mjentityfieldvalue.form.component";
211
211
  import { MJEntityFieldFormComponent } from "./Entities/MJEntityField/mjentityfield.form.component";
212
+ import { MJEntityFieldValueFormComponent } from "./Entities/MJEntityFieldValue/mjentityfieldvalue.form.component";
213
+ import { MJEntityFormComponent } from "./Entities/MJEntity/mjentity.form.component";
212
214
  import { MJEntityFormOverrideFormComponent } from "./Entities/MJEntityFormOverride/mjentityformoverride.form.component";
213
- import { MJEntityOrganicKeyRelatedEntityFormComponent } from "./Entities/MJEntityOrganicKeyRelatedEntity/mjentityorganickeyrelatedentity.form.component";
214
215
  import { MJEntityOrganicKeyFormComponent } from "./Entities/MJEntityOrganicKey/mjentityorganickey.form.component";
216
+ import { MJEntityOrganicKeyRelatedEntityFormComponent } from "./Entities/MJEntityOrganicKeyRelatedEntity/mjentityorganickeyrelatedentity.form.component";
215
217
  import { MJEntityPermissionFormComponent } from "./Entities/MJEntityPermission/mjentitypermission.form.component";
216
218
  import { MJEntityRecordDocumentFormComponent } from "./Entities/MJEntityRecordDocument/mjentityrecorddocument.form.component";
217
219
  import { MJEntityRelationshipDisplayComponentFormComponent } from "./Entities/MJEntityRelationshipDisplayComponent/mjentityrelationshipdisplaycomponent.form.component";
@@ -219,66 +221,66 @@ import { MJEntityRelationshipFormComponent } from "./Entities/MJEntityRelationsh
219
221
  import { MJEntitySettingFormComponent } from "./Entities/MJEntitySetting/mjentitysetting.form.component";
220
222
  import { MJEnvironmentFormComponent } from "./Entities/MJEnvironment/mjenvironment.form.component";
221
223
  import { MJErrorLogFormComponent } from "./Entities/MJErrorLog/mjerrorlog.form.component";
222
- import { MJExperimentSessionIterationFormComponent } from "./Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component";
223
- import { MJExperimentSessionFormComponent } from "./Entities/MJExperimentSession/mjexperimentsession.form.component";
224
224
  import { MJExperimentFormComponent } from "./Entities/MJExperiment/mjexperiment.form.component";
225
+ import { MJExperimentSessionFormComponent } from "./Entities/MJExperimentSession/mjexperimentsession.form.component";
226
+ import { MJExperimentSessionIterationFormComponent } from "./Entities/MJExperimentSessionIteration/mjexperimentsessioniteration.form.component";
225
227
  import { MJExplorerNavigationItemFormComponent } from "./Entities/MJExplorerNavigationItem/mjexplorernavigationitem.form.component";
226
- import { MJExternalDataSourceTypeFormComponent } from "./Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component";
227
228
  import { MJExternalDataSourceFormComponent } from "./Entities/MJExternalDataSource/mjexternaldatasource.form.component";
229
+ import { MJExternalDataSourceTypeFormComponent } from "./Entities/MJExternalDataSourceType/mjexternaldatasourcetype.form.component";
228
230
  import { MJFileCategoryFormComponent } from "./Entities/MJFileCategory/mjfilecategory.form.component";
229
231
  import { MJFileEntityRecordLinkFormComponent } from "./Entities/MJFileEntityRecordLink/mjfileentityrecordlink.form.component";
230
- import { MJFileStorageAccountPermissionFormComponent } from "./Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component";
232
+ import { MJFileFormComponent } from "./Entities/MJFile/mjfile.form.component";
231
233
  import { MJFileStorageAccountFormComponent } from "./Entities/MJFileStorageAccount/mjfilestorageaccount.form.component";
234
+ import { MJFileStorageAccountPermissionFormComponent } from "./Entities/MJFileStorageAccountPermission/mjfilestorageaccountpermission.form.component";
232
235
  import { MJFileStorageProviderFormComponent } from "./Entities/MJFileStorageProvider/mjfilestorageprovider.form.component";
233
- import { MJFileFormComponent } from "./Entities/MJFile/mjfile.form.component";
234
236
  import { MJFormChromeRuleFormComponent } from "./Entities/MJFormChromeRule/mjformchromerule.form.component";
235
237
  import { MJGeneratedCodeCategoryFormComponent } from "./Entities/MJGeneratedCodeCategory/mjgeneratedcodecategory.form.component";
236
238
  import { MJGeneratedCodeFormComponent } from "./Entities/MJGeneratedCode/mjgeneratedcode.form.component";
237
- import { MJIdentityClaimTypeFormComponent } from "./Entities/MJIdentityClaimType/mjidentityclaimtype.form.component";
238
239
  import { MJIdentityClaimFormComponent } from "./Entities/MJIdentityClaim/mjidentityclaim.form.component";
240
+ import { MJIdentityClaimTypeFormComponent } from "./Entities/MJIdentityClaimType/mjidentityclaimtype.form.component";
239
241
  import { MJInstanceConfigurationFormComponent } from "./Entities/MJInstanceConfiguration/mjinstanceconfiguration.form.component";
242
+ import { MJIntegrationFormComponent } from "./Entities/MJIntegration/mjintegration.form.component";
240
243
  import { MJIntegrationObjectFieldFormComponent } from "./Entities/MJIntegrationObjectField/mjintegrationobjectfield.form.component";
241
244
  import { MJIntegrationObjectFormComponent } from "./Entities/MJIntegrationObject/mjintegrationobject.form.component";
242
245
  import { MJIntegrationSourceTypeFormComponent } from "./Entities/MJIntegrationSourceType/mjintegrationsourcetype.form.component";
243
246
  import { MJIntegrationURLFormatFormComponent } from "./Entities/MJIntegrationURLFormat/mjintegrationurlformat.form.component";
244
- import { MJIntegrationFormComponent } from "./Entities/MJIntegration/mjintegration.form.component";
245
247
  import { MJKnowledgeHubSavedSearchFormComponent } from "./Entities/MJKnowledgeHubSavedSearch/mjknowledgehubsavedsearch.form.component";
246
248
  import { MJLibraryFormComponent } from "./Entities/MJLibrary/mjlibrary.form.component";
247
249
  import { MJLibraryItemFormComponent } from "./Entities/MJLibraryItem/mjlibraryitem.form.component";
248
250
  import { MJListCategoryFormComponent } from "./Entities/MJListCategory/mjlistcategory.form.component";
249
251
  import { MJListDetailFormComponent } from "./Entities/MJListDetail/mjlistdetail.form.component";
252
+ import { MJListFormComponent } from "./Entities/MJList/mjlist.form.component";
250
253
  import { MJListInvitationFormComponent } from "./Entities/MJListInvitation/mjlistinvitation.form.component";
251
254
  import { MJListShareFormComponent } from "./Entities/MJListShare/mjlistshare.form.component";
252
- import { MJListFormComponent } from "./Entities/MJList/mjlist.form.component";
253
- import { MJMagicLinkInviteAllowedDomainFormComponent } from "./Entities/MJMagicLinkInviteAllowedDomain/mjmagiclinkinvitealloweddomain.form.component";
254
- import { MJMagicLinkInviteAllowedPathFormComponent } from "./Entities/MJMagicLinkInviteAllowedPath/mjmagiclinkinviteallowedpath.form.component";
255
- import { MJMagicLinkInviteApplicationFormComponent } from "./Entities/MJMagicLinkInviteApplication/mjmagiclinkinviteapplication.form.component";
256
- import { MJMagicLinkInviteRoleFormComponent } from "./Entities/MJMagicLinkInviteRole/mjmagiclinkinviterole.form.component";
257
- import { MJMagicLinkInviteFormComponent } from "./Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component";
258
- import { MJMagicLinkRedemptionFormComponent } from "./Entities/MJMagicLinkRedemption/mjmagiclinkredemption.form.component";
259
- import { MJMaterializedResultQueryFormComponent } from "./Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component";
260
- import { MJMaterializedResultFormComponent } from "./Entities/MJMaterializedResult/mjmaterializedresult.form.component";
255
+ import { MJMCPServerConnectionFormComponent } from "./Entities/MJMCPServerConnection/mjmcpserverconnection.form.component";
261
256
  import { MJMCPServerConnectionPermissionFormComponent } from "./Entities/MJMCPServerConnectionPermission/mjmcpserverconnectionpermission.form.component";
262
257
  import { MJMCPServerConnectionToolFormComponent } from "./Entities/MJMCPServerConnectionTool/mjmcpserverconnectiontool.form.component";
263
- import { MJMCPServerConnectionFormComponent } from "./Entities/MJMCPServerConnection/mjmcpserverconnection.form.component";
264
- import { MJMCPServerToolFormComponent } from "./Entities/MJMCPServerTool/mjmcpservertool.form.component";
265
258
  import { MJMCPServerFormComponent } from "./Entities/MJMCPServer/mjmcpserver.form.component";
259
+ import { MJMCPServerToolFormComponent } from "./Entities/MJMCPServerTool/mjmcpservertool.form.component";
266
260
  import { MJMCPToolExecutionLogFormComponent } from "./Entities/MJMCPToolExecutionLog/mjmcptoolexecutionlog.form.component";
267
261
  import { MJMCPToolFavoriteFormComponent } from "./Entities/MJMCPToolFavorite/mjmcptoolfavorite.form.component";
268
- import { MJMLAlgorithmUseCaseRankingFormComponent } from "./Entities/MJMLAlgorithmUseCaseRanking/mjmlalgorithmusecaseranking.form.component";
269
- import { MJMLAlgorithmUseCaseFormComponent } from "./Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component";
270
262
  import { MJMLAlgorithmFormComponent } from "./Entities/MJMLAlgorithm/mjmlalgorithm.form.component";
271
- import { MJMLModelScoringBindingFormComponent } from "./Entities/MJMLModelScoringBinding/mjmlmodelscoringbinding.form.component";
263
+ import { MJMLAlgorithmUseCaseFormComponent } from "./Entities/MJMLAlgorithmUseCase/mjmlalgorithmusecase.form.component";
264
+ import { MJMLAlgorithmUseCaseRankingFormComponent } from "./Entities/MJMLAlgorithmUseCaseRanking/mjmlalgorithmusecaseranking.form.component";
272
265
  import { MJMLModelFormComponent } from "./Entities/MJMLModel/mjmlmodel.form.component";
266
+ import { MJMLModelScoringBindingFormComponent } from "./Entities/MJMLModelScoringBinding/mjmlmodelscoringbinding.form.component";
273
267
  import { MJMLTrainingPipelineFormComponent } from "./Entities/MJMLTrainingPipeline/mjmltrainingpipeline.form.component";
274
268
  import { MJMLTrainingRunFormComponent } from "./Entities/MJMLTrainingRun/mjmltrainingrun.form.component";
269
+ import { MJMagicLinkInviteAllowedDomainFormComponent } from "./Entities/MJMagicLinkInviteAllowedDomain/mjmagiclinkinvitealloweddomain.form.component";
270
+ import { MJMagicLinkInviteAllowedPathFormComponent } from "./Entities/MJMagicLinkInviteAllowedPath/mjmagiclinkinviteallowedpath.form.component";
271
+ import { MJMagicLinkInviteApplicationFormComponent } from "./Entities/MJMagicLinkInviteApplication/mjmagiclinkinviteapplication.form.component";
272
+ import { MJMagicLinkInviteFormComponent } from "./Entities/MJMagicLinkInvite/mjmagiclinkinvite.form.component";
273
+ import { MJMagicLinkInviteRoleFormComponent } from "./Entities/MJMagicLinkInviteRole/mjmagiclinkinviterole.form.component";
274
+ import { MJMagicLinkRedemptionFormComponent } from "./Entities/MJMagicLinkRedemption/mjmagiclinkredemption.form.component";
275
+ import { MJMaterializedResultFormComponent } from "./Entities/MJMaterializedResult/mjmaterializedresult.form.component";
276
+ import { MJMaterializedResultQueryFormComponent } from "./Entities/MJMaterializedResultQuery/mjmaterializedresultquery.form.component";
275
277
  import { MJOAuthAuthServerMetadataCacheFormComponent } from "./Entities/MJOAuthAuthServerMetadataCache/mjoauthauthservermetadatacache.form.component";
276
278
  import { MJOAuthAuthorizationStateFormComponent } from "./Entities/MJOAuthAuthorizationState/mjoauthauthorizationstate.form.component";
277
279
  import { MJOAuthClientRegistrationFormComponent } from "./Entities/MJOAuthClientRegistration/mjoauthclientregistration.form.component";
278
280
  import { MJOAuthTokenFormComponent } from "./Entities/MJOAuthToken/mjoauthtoken.form.component";
279
281
  import { MJOpenAppDependencyFormComponent } from "./Entities/MJOpenAppDependency/mjopenappdependency.form.component";
280
- import { MJOpenAppInstallHistoryFormComponent } from "./Entities/MJOpenAppInstallHistory/mjopenappinstallhistory.form.component";
281
282
  import { MJOpenAppFormComponent } from "./Entities/MJOpenApp/mjopenapp.form.component";
283
+ import { MJOpenAppInstallHistoryFormComponent } from "./Entities/MJOpenAppInstallHistory/mjopenappinstallhistory.form.component";
282
284
  import { MJOutputDeliveryTypeFormComponent } from "./Entities/MJOutputDeliveryType/mjoutputdeliverytype.form.component";
283
285
  import { MJOutputFormatTypeFormComponent } from "./Entities/MJOutputFormatType/mjoutputformattype.form.component";
284
286
  import { MJPermissionDomainFormComponent } from "./Entities/MJPermissionDomain/mjpermissiondomain.form.component";
@@ -286,30 +288,31 @@ import { MJProcessRunDetailFormComponent } from "./Entities/MJProcessRunDetail/m
286
288
  import { MJProcessRunFormComponent } from "./Entities/MJProcessRun/mjprocessrun.form.component";
287
289
  import { MJProjectFormComponent } from "./Entities/MJProject/mjproject.form.component";
288
290
  import { MJPublicLinkFormComponent } from "./Entities/MJPublicLink/mjpubliclink.form.component";
289
- import { MJQueryFormComponent } from "./Entities/MJQuery/mjquery.form.component";
290
291
  import { MJQueryCategoryFormComponent } from "./Entities/MJQueryCategory/mjquerycategory.form.component";
291
292
  import { MJQueryDependencyFormComponent } from "./Entities/MJQueryDependency/mjquerydependency.form.component";
292
293
  import { MJQueryEntityFormComponent } from "./Entities/MJQueryEntity/mjqueryentity.form.component";
293
294
  import { MJQueryFieldFormComponent } from "./Entities/MJQueryField/mjqueryfield.form.component";
295
+ import { MJQueryFormComponent } from "./Entities/MJQuery/mjquery.form.component";
294
296
  import { MJQueryParameterFormComponent } from "./Entities/MJQueryParameter/mjqueryparameter.form.component";
295
297
  import { MJQueryPermissionFormComponent } from "./Entities/MJQueryPermission/mjquerypermission.form.component";
296
298
  import { MJQuerySQLFormComponent } from "./Entities/MJQuerySQL/mjquerysql.form.component";
299
+ import { MJQueueFormComponent } from "./Entities/MJQueue/mjqueue.form.component";
297
300
  import { MJQueueTaskFormComponent } from "./Entities/MJQueueTask/mjqueuetask.form.component";
298
301
  import { MJQueueTypeFormComponent } from "./Entities/MJQueueType/mjqueuetype.form.component";
299
- import { MJQueueFormComponent } from "./Entities/MJQueue/mjqueue.form.component";
302
+ import { MJRSUPendingWorkFormComponent } from "./Entities/MJRSUPendingWork/mjrsupendingwork.form.component";
303
+ import { MJRecommendationFormComponent } from "./Entities/MJRecommendation/mjrecommendation.form.component";
300
304
  import { MJRecommendationItemFormComponent } from "./Entities/MJRecommendationItem/mjrecommendationitem.form.component";
301
305
  import { MJRecommendationProviderFormComponent } from "./Entities/MJRecommendationProvider/mjrecommendationprovider.form.component";
302
306
  import { MJRecommendationRunFormComponent } from "./Entities/MJRecommendationRun/mjrecommendationrun.form.component";
303
- import { MJRecommendationFormComponent } from "./Entities/MJRecommendation/mjrecommendation.form.component";
304
- import { MJRecordChangeReplayRunFormComponent } from "./Entities/MJRecordChangeReplayRun/mjrecordchangereplayrun.form.component";
305
307
  import { MJRecordChangeFormComponent } from "./Entities/MJRecordChange/mjrecordchange.form.component";
308
+ import { MJRecordChangeReplayRunFormComponent } from "./Entities/MJRecordChangeReplayRun/mjrecordchangereplayrun.form.component";
306
309
  import { MJRecordGeoCodeFormComponent } from "./Entities/MJRecordGeoCode/mjrecordgeocode.form.component";
307
310
  import { MJRecordLinkFormComponent } from "./Entities/MJRecordLink/mjrecordlink.form.component";
308
311
  import { MJRecordMergeDeletionLogFormComponent } from "./Entities/MJRecordMergeDeletionLog/mjrecordmergedeletionlog.form.component";
309
312
  import { MJRecordMergeLogFormComponent } from "./Entities/MJRecordMergeLog/mjrecordmergelog.form.component";
310
313
  import { MJRecordProcessCategoryFormComponent } from "./Entities/MJRecordProcessCategory/mjrecordprocesscategory.form.component";
311
- import { MJRecordProcessWatermarkFormComponent } from "./Entities/MJRecordProcessWatermark/mjrecordprocesswatermark.form.component";
312
314
  import { MJRecordProcessFormComponent } from "./Entities/MJRecordProcess/mjrecordprocess.form.component";
315
+ import { MJRecordProcessWatermarkFormComponent } from "./Entities/MJRecordProcessWatermark/mjrecordprocesswatermark.form.component";
313
316
  import { MJRemoteOperationCategoryFormComponent } from "./Entities/MJRemoteOperationCategory/mjremoteoperationcategory.form.component";
314
317
  import { MJRemoteOperationFormComponent } from "./Entities/MJRemoteOperation/mjremoteoperation.form.component";
315
318
  import { MJResourceLinkFormComponent } from "./Entities/MJResourceLink/mjresourcelink.form.component";
@@ -317,10 +320,10 @@ import { MJResourcePermissionFormComponent } from "./Entities/MJResourcePermissi
317
320
  import { MJResourceTypeFormComponent } from "./Entities/MJResourceType/mjresourcetype.form.component";
318
321
  import { MJRoleFormComponent } from "./Entities/MJRole/mjrole.form.component";
319
322
  import { MJRowLevelSecurityFilterFormComponent } from "./Entities/MJRowLevelSecurityFilter/mjrowlevelsecurityfilter.form.component";
320
- import { MJRSUPendingWorkFormComponent } from "./Entities/MJRSUPendingWork/mjrsupendingwork.form.component";
323
+ import { MJSQLDialectFormComponent } from "./Entities/MJSQLDialect/mjsqldialect.form.component";
324
+ import { MJScheduledJobFormComponent } from "./Entities/MJScheduledJob/mjscheduledjob.form.component";
321
325
  import { MJScheduledJobRunFormComponent } from "./Entities/MJScheduledJobRun/mjscheduledjobrun.form.component";
322
326
  import { MJScheduledJobTypeFormComponent } from "./Entities/MJScheduledJobType/mjscheduledjobtype.form.component";
323
- import { MJScheduledJobFormComponent } from "./Entities/MJScheduledJob/mjscheduledjob.form.component";
324
327
  import { MJSchemaInfoFormComponent } from "./Entities/MJSchemaInfo/mjschemainfo.form.component";
325
328
  import { MJScopedPromptConfigFormComponent } from "./Entities/MJScopedPromptConfig/mjscopedpromptconfig.form.component";
326
329
  import { MJScopedPromptPartFormComponent } from "./Entities/MJScopedPromptPart/mjscopedpromptpart.form.component";
@@ -328,72 +331,71 @@ import { MJSearchExecutionLogFormComponent } from "./Entities/MJSearchExecutionL
328
331
  import { MJSearchProviderFormComponent } from "./Entities/MJSearchProvider/mjsearchprovider.form.component";
329
332
  import { MJSearchScopeEntityFormComponent } from "./Entities/MJSearchScopeEntity/mjsearchscopeentity.form.component";
330
333
  import { MJSearchScopeExternalIndexFormComponent } from "./Entities/MJSearchScopeExternalIndex/mjsearchscopeexternalindex.form.component";
334
+ import { MJSearchScopeFormComponent } from "./Entities/MJSearchScope/mjsearchscope.form.component";
331
335
  import { MJSearchScopePermissionFormComponent } from "./Entities/MJSearchScopePermission/mjsearchscopepermission.form.component";
332
336
  import { MJSearchScopeProviderFormComponent } from "./Entities/MJSearchScopeProvider/mjsearchscopeprovider.form.component";
333
337
  import { MJSearchScopeStorageAccountFormComponent } from "./Entities/MJSearchScopeStorageAccount/mjsearchscopestorageaccount.form.component";
334
338
  import { MJSearchScopeTestQueryFormComponent } from "./Entities/MJSearchScopeTestQuery/mjsearchscopetestquery.form.component";
335
- import { MJSearchScopeFormComponent } from "./Entities/MJSearchScope/mjsearchscope.form.component";
336
339
  import { MJSignatureAccountFormComponent } from "./Entities/MJSignatureAccount/mjsignatureaccount.form.component";
337
340
  import { MJSignatureProviderFormComponent } from "./Entities/MJSignatureProvider/mjsignatureprovider.form.component";
338
341
  import { MJSignatureRequestDocumentFormComponent } from "./Entities/MJSignatureRequestDocument/mjsignaturerequestdocument.form.component";
342
+ import { MJSignatureRequestFormComponent } from "./Entities/MJSignatureRequest/mjsignaturerequest.form.component";
339
343
  import { MJSignatureRequestLogFormComponent } from "./Entities/MJSignatureRequestLog/mjsignaturerequestlog.form.component";
340
344
  import { MJSignatureRequestRecipientFormComponent } from "./Entities/MJSignatureRequestRecipient/mjsignaturerequestrecipient.form.component";
341
- import { MJSignatureRequestFormComponent } from "./Entities/MJSignatureRequest/mjsignaturerequest.form.component";
342
345
  import { MJSkillFormComponent } from "./Entities/MJSkill/mjskill.form.component";
343
- import { MJSQLDialectFormComponent } from "./Entities/MJSQLDialect/mjsqldialect.form.component";
344
346
  import { MJStateProvinceFormComponent } from "./Entities/MJStateProvince/mjstateprovince.form.component";
345
347
  import { MJTagAuditLogFormComponent } from "./Entities/MJTagAuditLog/mjtagauditlog.form.component";
346
348
  import { MJTagCoOccurrenceFormComponent } from "./Entities/MJTagCoOccurrence/mjtagcooccurrence.form.component";
349
+ import { MJTagFormComponent } from "./Entities/MJTag/mjtag.form.component";
347
350
  import { MJTagScopeFormComponent } from "./Entities/MJTagScope/mjtagscope.form.component";
348
351
  import { MJTagSuggestionFormComponent } from "./Entities/MJTagSuggestion/mjtagsuggestion.form.component";
349
352
  import { MJTagSynonymFormComponent } from "./Entities/MJTagSynonym/mjtagsynonym.form.component";
350
353
  import { MJTaggedItemFormComponent } from "./Entities/MJTaggedItem/mjtaggeditem.form.component";
351
- import { MJTagFormComponent } from "./Entities/MJTag/mjtag.form.component";
352
354
  import { MJTaskDependencyFormComponent } from "./Entities/MJTaskDependency/mjtaskdependency.form.component";
353
- import { MJTaskTypeFormComponent } from "./Entities/MJTaskType/mjtasktype.form.component";
354
355
  import { MJTaskFormComponent } from "./Entities/MJTask/mjtask.form.component";
356
+ import { MJTaskTypeFormComponent } from "./Entities/MJTaskType/mjtasktype.form.component";
355
357
  import { MJTemplateCategoryFormComponent } from "./Entities/MJTemplateCategory/mjtemplatecategory.form.component";
356
- import { MJTemplateContentTypeFormComponent } from "./Entities/MJTemplateContentType/mjtemplatecontenttype.form.component";
357
358
  import { MJTemplateContentFormComponent } from "./Entities/MJTemplateContent/mjtemplatecontent.form.component";
358
- import { MJTemplateParamFormComponent } from "./Entities/MJTemplateParam/mjtemplateparam.form.component";
359
+ import { MJTemplateContentTypeFormComponent } from "./Entities/MJTemplateContentType/mjtemplatecontenttype.form.component";
359
360
  import { MJTemplateFormComponent } from "./Entities/MJTemplate/mjtemplate.form.component";
361
+ import { MJTemplateParamFormComponent } from "./Entities/MJTemplateParam/mjtemplateparam.form.component";
362
+ import { MJTestFormComponent } from "./Entities/MJTest/mjtest.form.component";
360
363
  import { MJTestRubricFormComponent } from "./Entities/MJTestRubric/mjtestrubric.form.component";
361
364
  import { MJTestRunFeedbackFormComponent } from "./Entities/MJTestRunFeedback/mjtestrunfeedback.form.component";
362
- import { MJTestRunOutputTypeFormComponent } from "./Entities/MJTestRunOutputType/mjtestrunoutputtype.form.component";
363
- import { MJTestRunOutputFormComponent } from "./Entities/MJTestRunOutput/mjtestrunoutput.form.component";
364
365
  import { MJTestRunFormComponent } from "./Entities/MJTestRun/mjtestrun.form.component";
366
+ import { MJTestRunOutputFormComponent } from "./Entities/MJTestRunOutput/mjtestrunoutput.form.component";
367
+ import { MJTestRunOutputTypeFormComponent } from "./Entities/MJTestRunOutputType/mjtestrunoutputtype.form.component";
368
+ import { MJTestSuiteFormComponent } from "./Entities/MJTestSuite/mjtestsuite.form.component";
365
369
  import { MJTestSuiteRunFormComponent } from "./Entities/MJTestSuiteRun/mjtestsuiterun.form.component";
366
370
  import { MJTestSuiteTestFormComponent } from "./Entities/MJTestSuiteTest/mjtestsuitetest.form.component";
367
- import { MJTestSuiteFormComponent } from "./Entities/MJTestSuite/mjtestsuite.form.component";
368
371
  import { MJTestTypeFormComponent } from "./Entities/MJTestType/mjtesttype.form.component";
369
- import { MJTestFormComponent } from "./Entities/MJTest/mjtest.form.component";
370
372
  import { MJThemeFormComponent } from "./Entities/MJTheme/mjtheme.form.component";
371
373
  import { MJUserApplicationEntityFormComponent } from "./Entities/MJUserApplicationEntity/mjuserapplicationentity.form.component";
372
374
  import { MJUserApplicationFormComponent } from "./Entities/MJUserApplication/mjuserapplication.form.component";
373
375
  import { MJUserFavoriteFormComponent } from "./Entities/MJUserFavorite/mjuserfavorite.form.component";
376
+ import { MJUserFormComponent } from "./Entities/MJUser/mjuser.form.component";
377
+ import { MJUserNotificationFormComponent } from "./Entities/MJUserNotification/mjusernotification.form.component";
374
378
  import { MJUserNotificationPreferenceFormComponent } from "./Entities/MJUserNotificationPreference/mjusernotificationpreference.form.component";
375
379
  import { MJUserNotificationTypeFormComponent } from "./Entities/MJUserNotificationType/mjusernotificationtype.form.component";
376
- import { MJUserNotificationFormComponent } from "./Entities/MJUserNotification/mjusernotification.form.component";
377
380
  import { MJUserRecordLogFormComponent } from "./Entities/MJUserRecordLog/mjuserrecordlog.form.component";
378
381
  import { MJUserRoleFormComponent } from "./Entities/MJUserRole/mjuserrole.form.component";
382
+ import { MJUserRoutineFormComponent } from "./Entities/MJUserRoutine/mjuserroutine.form.component";
379
383
  import { MJUserRoutineRecipientFormComponent } from "./Entities/MJUserRoutineRecipient/mjuserroutinerecipient.form.component";
380
384
  import { MJUserRoutineRunFormComponent } from "./Entities/MJUserRoutineRun/mjuserroutinerun.form.component";
381
- import { MJUserRoutineFormComponent } from "./Entities/MJUserRoutine/mjuserroutine.form.component";
382
385
  import { MJUserSettingFormComponent } from "./Entities/MJUserSetting/mjusersetting.form.component";
383
386
  import { MJUserViewCategoryFormComponent } from "./Entities/MJUserViewCategory/mjuserviewcategory.form.component";
387
+ import { MJUserViewFormComponent } from "./Entities/MJUserView/mjuserview.form.component";
384
388
  import { MJUserViewRunDetailFormComponent } from "./Entities/MJUserViewRunDetail/mjuserviewrundetail.form.component";
385
389
  import { MJUserViewRunFormComponent } from "./Entities/MJUserViewRun/mjuserviewrun.form.component";
386
- import { MJUserViewFormComponent } from "./Entities/MJUserView/mjuserview.form.component";
387
- import { MJUserFormComponent } from "./Entities/MJUser/mjuser.form.component";
388
390
  import { MJVectorDatabaseFormComponent } from "./Entities/MJVectorDatabase/mjvectordatabase.form.component";
389
391
  import { MJVectorIndexFormComponent } from "./Entities/MJVectorIndex/mjvectorindex.form.component";
390
392
  import { MJVersionInstallationFormComponent } from "./Entities/MJVersionInstallation/mjversioninstallation.form.component";
393
+ import { MJVersionLabelFormComponent } from "./Entities/MJVersionLabel/mjversionlabel.form.component";
391
394
  import { MJVersionLabelItemFormComponent } from "./Entities/MJVersionLabelItem/mjversionlabelitem.form.component";
392
395
  import { MJVersionLabelRestoreFormComponent } from "./Entities/MJVersionLabelRestore/mjversionlabelrestore.form.component";
393
- import { MJVersionLabelFormComponent } from "./Entities/MJVersionLabel/mjversionlabel.form.component";
394
396
  import { MJViewTypeFormComponent } from "./Entities/MJViewType/mjviewtype.form.component";
395
- import { MJWorkspaceItemFormComponent } from "./Entities/MJWorkspaceItem/mjworkspaceitem.form.component";
396
397
  import { MJWorkspaceFormComponent } from "./Entities/MJWorkspace/mjworkspace.form.component";
398
+ import { MJWorkspaceItemFormComponent } from "./Entities/MJWorkspaceItem/mjworkspaceitem.form.component";
397
399
  import { JoinGridModule } from "@memberjunction/ng-join-grid";
398
400
  import * as i0 from "@angular/core";
399
401
  export class GeneratedForms_SubModule_0 {
@@ -409,26 +411,15 @@ export class GeneratedForms_SubModule_0 {
409
411
  type: NgModule,
410
412
  args: [{
411
413
  declarations: [
412
- MJAccessControlRuleFormComponent,
413
- MJActionAuthorizationFormComponent,
414
- MJActionCategoryFormComponent,
415
- MJActionContextTypeFormComponent,
414
+ MJAIAgentSessionFormComponent,
415
+ MJAIConfigurationParamFormComponent,
416
+ MJAIPromptModelFormComponent,
416
417
  MJActionContextFormComponent,
417
- MJActionExecutionLogFormComponent,
418
- MJActionFilterFormComponent,
419
- MJActionLibraryFormComponent,
420
- MJActionParamFormComponent,
421
- MJActionResultCodeFormComponent,
422
- MJActionFormComponent,
423
- MJAIActionFormComponent,
424
- MJAIAgentActionFormComponent,
425
- MJAIAgentArtifactTypeFormComponent,
426
- MJAIAgentCategoryFormComponent,
427
- MJAIAgentChannelFormComponent,
428
- MJAIAgentClientToolFormComponent,
429
- MJAIAgentCoAgentFormComponent,
430
- MJAIAgentConfigurationFormComponent,
431
- MJAIAgentCredentialFormComponent
418
+ MJEncryptionKeySourceFormComponent,
419
+ MJEntityActionFormComponent,
420
+ MJQueryDependencyFormComponent,
421
+ MJStateProvinceFormComponent,
422
+ MJViewTypeFormComponent
432
423
  ],
433
424
  imports: [
434
425
  CommonModule,
@@ -440,26 +431,15 @@ export class GeneratedForms_SubModule_0 {
440
431
  exports: []
441
432
  }]
442
433
  }], null, null); })();
443
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_0, { declarations: [MJAccessControlRuleFormComponent,
444
- MJActionAuthorizationFormComponent,
445
- MJActionCategoryFormComponent,
446
- MJActionContextTypeFormComponent,
434
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_0, { declarations: [MJAIAgentSessionFormComponent,
435
+ MJAIConfigurationParamFormComponent,
436
+ MJAIPromptModelFormComponent,
447
437
  MJActionContextFormComponent,
448
- MJActionExecutionLogFormComponent,
449
- MJActionFilterFormComponent,
450
- MJActionLibraryFormComponent,
451
- MJActionParamFormComponent,
452
- MJActionResultCodeFormComponent,
453
- MJActionFormComponent,
454
- MJAIActionFormComponent,
455
- MJAIAgentActionFormComponent,
456
- MJAIAgentArtifactTypeFormComponent,
457
- MJAIAgentCategoryFormComponent,
458
- MJAIAgentChannelFormComponent,
459
- MJAIAgentClientToolFormComponent,
460
- MJAIAgentCoAgentFormComponent,
461
- MJAIAgentConfigurationFormComponent,
462
- MJAIAgentCredentialFormComponent], imports: [CommonModule,
438
+ MJEncryptionKeySourceFormComponent,
439
+ MJEntityActionFormComponent,
440
+ MJQueryDependencyFormComponent,
441
+ MJStateProvinceFormComponent,
442
+ MJViewTypeFormComponent], imports: [CommonModule,
463
443
  FormsModule,
464
444
  BaseFormsModule,
465
445
  EntityViewerModule,
@@ -477,26 +457,13 @@ export class GeneratedForms_SubModule_1 {
477
457
  type: NgModule,
478
458
  args: [{
479
459
  declarations: [
480
- MJAIAgentDataSourceFormComponent,
481
- MJAIAgentExampleFormComponent,
482
- MJAIAgentHarnessFormComponent,
483
- MJAIAgentLearningCycleFormComponent,
484
- MJAIAgentModalityFormComponent,
485
- MJAIAgentModelFormComponent,
486
- MJAIAgentNoteTypeFormComponent,
487
- MJAIAgentNoteFormComponent,
488
- MJAIAgentPermissionFormComponent,
489
- MJAIAgentPromptFormComponent,
490
- MJAIAgentRelationshipFormComponent,
491
- MJAIAgentRequestTypeFormComponent,
492
- MJAIAgentRequestFormComponent,
493
- MJAIAgentRunMediaFormComponent,
494
- MJAIAgentRunStepFormComponent,
495
- MJAIAgentRunFormComponent,
496
- MJAIAgentSearchScopeFormComponent,
497
- MJAIAgentSessionBridgeParticipantFormComponent,
498
- MJAIAgentSessionBridgeFormComponent,
499
- MJAIAgentSessionChannelFormComponent
460
+ MJAIAgentCoAgentFormComponent,
461
+ MJArtifactFormComponent,
462
+ MJClusterAnalysisClusterFormComponent,
463
+ MJCountryFormComponent,
464
+ MJKnowledgeHubSavedSearchFormComponent,
465
+ MJMagicLinkInviteFormComponent,
466
+ MJMaterializedResultFormComponent
500
467
  ],
501
468
  imports: [
502
469
  CommonModule,
@@ -508,26 +475,13 @@ export class GeneratedForms_SubModule_1 {
508
475
  exports: []
509
476
  }]
510
477
  }], null, null); })();
511
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_1, { declarations: [MJAIAgentDataSourceFormComponent,
512
- MJAIAgentExampleFormComponent,
513
- MJAIAgentHarnessFormComponent,
514
- MJAIAgentLearningCycleFormComponent,
515
- MJAIAgentModalityFormComponent,
516
- MJAIAgentModelFormComponent,
517
- MJAIAgentNoteTypeFormComponent,
518
- MJAIAgentNoteFormComponent,
519
- MJAIAgentPermissionFormComponent,
520
- MJAIAgentPromptFormComponent,
521
- MJAIAgentRelationshipFormComponent,
522
- MJAIAgentRequestTypeFormComponent,
523
- MJAIAgentRequestFormComponent,
524
- MJAIAgentRunMediaFormComponent,
525
- MJAIAgentRunStepFormComponent,
526
- MJAIAgentRunFormComponent,
527
- MJAIAgentSearchScopeFormComponent,
528
- MJAIAgentSessionBridgeParticipantFormComponent,
529
- MJAIAgentSessionBridgeFormComponent,
530
- MJAIAgentSessionChannelFormComponent], imports: [CommonModule,
478
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_1, { declarations: [MJAIAgentCoAgentFormComponent,
479
+ MJArtifactFormComponent,
480
+ MJClusterAnalysisClusterFormComponent,
481
+ MJCountryFormComponent,
482
+ MJKnowledgeHubSavedSearchFormComponent,
483
+ MJMagicLinkInviteFormComponent,
484
+ MJMaterializedResultFormComponent], imports: [CommonModule,
531
485
  FormsModule,
532
486
  BaseFormsModule,
533
487
  EntityViewerModule,
@@ -545,26 +499,20 @@ export class GeneratedForms_SubModule_2 {
545
499
  type: NgModule,
546
500
  args: [{
547
501
  declarations: [
548
- MJAIAgentSessionFormComponent,
549
- MJAIAgentSkillFormComponent,
550
- MJAIAgentStepPathFormComponent,
551
- MJAIAgentStepFormComponent,
502
+ MJAIAgentNoteFormComponent,
552
503
  MJAIAgentTypeFormComponent,
553
- MJAIAgentFormComponent,
554
- MJAIArchitectureFormComponent,
555
- MJAIBridgeAgentIdentityFormComponent,
556
- MJAIBridgeProviderChannelFormComponent,
557
- MJAIBridgeProviderFormComponent,
558
- MJAIClientToolDefinitionFormComponent,
559
- MJAIConfigurationParamFormComponent,
560
- MJAIConfigurationFormComponent,
561
- MJAICredentialBindingFormComponent,
562
- MJAIModalityFormComponent,
563
- MJAIModelActionFormComponent,
564
- MJAIModelArchitectureFormComponent,
565
- MJAIModelCostFormComponent,
566
- MJAIModelModalityFormComponent,
567
- MJAIModelPriceTypeFormComponent
504
+ MJAuditLogTypeFormComponent,
505
+ MJComponentFormComponent,
506
+ MJContentTypeAttributeFormComponent,
507
+ MJConversationArtifactVersionFormComponent,
508
+ MJConversationCompactionRunFormComponent,
509
+ MJEntityAIActionFormComponent,
510
+ MJEntityFormComponent,
511
+ MJIntegrationSourceTypeFormComponent,
512
+ MJScopedPromptPartFormComponent,
513
+ MJSearchScopePermissionFormComponent,
514
+ MJSignatureRequestFormComponent,
515
+ MJTemplateContentTypeFormComponent
568
516
  ],
569
517
  imports: [
570
518
  CommonModule,
@@ -576,26 +524,20 @@ export class GeneratedForms_SubModule_2 {
576
524
  exports: []
577
525
  }]
578
526
  }], null, null); })();
579
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [MJAIAgentSessionFormComponent,
580
- MJAIAgentSkillFormComponent,
581
- MJAIAgentStepPathFormComponent,
582
- MJAIAgentStepFormComponent,
527
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_2, { declarations: [MJAIAgentNoteFormComponent,
583
528
  MJAIAgentTypeFormComponent,
584
- MJAIAgentFormComponent,
585
- MJAIArchitectureFormComponent,
586
- MJAIBridgeAgentIdentityFormComponent,
587
- MJAIBridgeProviderChannelFormComponent,
588
- MJAIBridgeProviderFormComponent,
589
- MJAIClientToolDefinitionFormComponent,
590
- MJAIConfigurationParamFormComponent,
591
- MJAIConfigurationFormComponent,
592
- MJAICredentialBindingFormComponent,
593
- MJAIModalityFormComponent,
594
- MJAIModelActionFormComponent,
595
- MJAIModelArchitectureFormComponent,
596
- MJAIModelCostFormComponent,
597
- MJAIModelModalityFormComponent,
598
- MJAIModelPriceTypeFormComponent], imports: [CommonModule,
529
+ MJAuditLogTypeFormComponent,
530
+ MJComponentFormComponent,
531
+ MJContentTypeAttributeFormComponent,
532
+ MJConversationArtifactVersionFormComponent,
533
+ MJConversationCompactionRunFormComponent,
534
+ MJEntityAIActionFormComponent,
535
+ MJEntityFormComponent,
536
+ MJIntegrationSourceTypeFormComponent,
537
+ MJScopedPromptPartFormComponent,
538
+ MJSearchScopePermissionFormComponent,
539
+ MJSignatureRequestFormComponent,
540
+ MJTemplateContentTypeFormComponent], imports: [CommonModule,
599
541
  FormsModule,
600
542
  BaseFormsModule,
601
543
  EntityViewerModule,
@@ -613,26 +555,21 @@ export class GeneratedForms_SubModule_3 {
613
555
  type: NgModule,
614
556
  args: [{
615
557
  declarations: [
616
- MJAIModelPriceUnitTypeFormComponent,
617
- MJAIModelTypeFormComponent,
618
- MJAIModelVendorFormComponent,
619
- MJAIModelFormComponent,
620
- MJAIPromptCategoryFormComponent,
621
- MJAIPromptModelFormComponent,
622
- MJAIPromptRunMediaFormComponent,
623
- MJAIPromptRunFormComponent,
558
+ MJAIAgentRunFormComponent,
559
+ MJAIAgentRunMediaFormComponent,
624
560
  MJAIPromptTypeFormComponent,
625
- MJAIPromptFormComponent,
626
- MJAIRemoteBrowserProviderFormComponent,
627
- MJAIResultCacheFormComponent,
628
- MJAISkillActionFormComponent,
629
- MJAISkillPermissionFormComponent,
630
- MJAISkillSearchScopeFormComponent,
631
- MJAISkillSubAgentFormComponent,
632
- MJAISkillFormComponent,
633
- MJAIVendorTypeDefinitionFormComponent,
634
561
  MJAIVendorTypeFormComponent,
635
- MJAIVendorFormComponent
562
+ MJCommunicationBaseMessageTypeFormComponent,
563
+ MJContentSourceTypeFormComponent,
564
+ MJEmployeeFormComponent,
565
+ MJEmployeeRoleFormComponent,
566
+ MJOAuthTokenFormComponent,
567
+ MJQueryCategoryFormComponent,
568
+ MJRecommendationItemFormComponent,
569
+ MJRecordProcessWatermarkFormComponent,
570
+ MJSearchScopeFormComponent,
571
+ MJSearchScopeStorageAccountFormComponent,
572
+ MJUserNotificationTypeFormComponent
636
573
  ],
637
574
  imports: [
638
575
  CommonModule,
@@ -644,26 +581,21 @@ export class GeneratedForms_SubModule_3 {
644
581
  exports: []
645
582
  }]
646
583
  }], null, null); })();
647
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [MJAIModelPriceUnitTypeFormComponent,
648
- MJAIModelTypeFormComponent,
649
- MJAIModelVendorFormComponent,
650
- MJAIModelFormComponent,
651
- MJAIPromptCategoryFormComponent,
652
- MJAIPromptModelFormComponent,
653
- MJAIPromptRunMediaFormComponent,
654
- MJAIPromptRunFormComponent,
584
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_3, { declarations: [MJAIAgentRunFormComponent,
585
+ MJAIAgentRunMediaFormComponent,
655
586
  MJAIPromptTypeFormComponent,
656
- MJAIPromptFormComponent,
657
- MJAIRemoteBrowserProviderFormComponent,
658
- MJAIResultCacheFormComponent,
659
- MJAISkillActionFormComponent,
660
- MJAISkillPermissionFormComponent,
661
- MJAISkillSearchScopeFormComponent,
662
- MJAISkillSubAgentFormComponent,
663
- MJAISkillFormComponent,
664
- MJAIVendorTypeDefinitionFormComponent,
665
587
  MJAIVendorTypeFormComponent,
666
- MJAIVendorFormComponent], imports: [CommonModule,
588
+ MJCommunicationBaseMessageTypeFormComponent,
589
+ MJContentSourceTypeFormComponent,
590
+ MJEmployeeFormComponent,
591
+ MJEmployeeRoleFormComponent,
592
+ MJOAuthTokenFormComponent,
593
+ MJQueryCategoryFormComponent,
594
+ MJRecommendationItemFormComponent,
595
+ MJRecordProcessWatermarkFormComponent,
596
+ MJSearchScopeFormComponent,
597
+ MJSearchScopeStorageAccountFormComponent,
598
+ MJUserNotificationTypeFormComponent], imports: [CommonModule,
667
599
  FormsModule,
668
600
  BaseFormsModule,
669
601
  EntityViewerModule,
@@ -681,26 +613,13 @@ export class GeneratedForms_SubModule_4 {
681
613
  type: NgModule,
682
614
  args: [{
683
615
  declarations: [
684
- MJAPIApplicationScopeFormComponent,
685
- MJAPIApplicationFormComponent,
686
- MJAPIKeyApplicationFormComponent,
687
- MJAPIKeyScopeFormComponent,
688
- MJAPIKeyUsageLogFormComponent,
689
- MJAPIKeyFormComponent,
690
- MJAPIScopeFormComponent,
691
- MJApplicationEntityFormComponent,
692
- MJApplicationRoleFormComponent,
693
- MJApplicationSettingFormComponent,
694
- MJApplicationFormComponent,
695
- MJArchiveConfigurationEntityFormComponent,
696
- MJArchiveConfigurationFormComponent,
697
- MJArchiveRunDetailFormComponent,
698
- MJArchiveRunFormComponent,
616
+ MJAIAgentLearningCycleFormComponent,
617
+ MJAISkillActionFormComponent,
699
618
  MJArtifactPermissionFormComponent,
700
- MJArtifactTypeFormComponent,
701
- MJArtifactUseFormComponent,
702
- MJArtifactVersionAttributeFormComponent,
703
- MJArtifactVersionFormComponent
619
+ MJCredentialTypeFormComponent,
620
+ MJEntityRelationshipFormComponent,
621
+ MJExperimentSessionFormComponent,
622
+ MJMCPServerConnectionToolFormComponent
704
623
  ],
705
624
  imports: [
706
625
  CommonModule,
@@ -712,26 +631,13 @@ export class GeneratedForms_SubModule_4 {
712
631
  exports: []
713
632
  }]
714
633
  }], null, null); })();
715
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJAPIApplicationScopeFormComponent,
716
- MJAPIApplicationFormComponent,
717
- MJAPIKeyApplicationFormComponent,
718
- MJAPIKeyScopeFormComponent,
719
- MJAPIKeyUsageLogFormComponent,
720
- MJAPIKeyFormComponent,
721
- MJAPIScopeFormComponent,
722
- MJApplicationEntityFormComponent,
723
- MJApplicationRoleFormComponent,
724
- MJApplicationSettingFormComponent,
725
- MJApplicationFormComponent,
726
- MJArchiveConfigurationEntityFormComponent,
727
- MJArchiveConfigurationFormComponent,
728
- MJArchiveRunDetailFormComponent,
729
- MJArchiveRunFormComponent,
634
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_4, { declarations: [MJAIAgentLearningCycleFormComponent,
635
+ MJAISkillActionFormComponent,
730
636
  MJArtifactPermissionFormComponent,
731
- MJArtifactTypeFormComponent,
732
- MJArtifactUseFormComponent,
733
- MJArtifactVersionAttributeFormComponent,
734
- MJArtifactVersionFormComponent], imports: [CommonModule,
637
+ MJCredentialTypeFormComponent,
638
+ MJEntityRelationshipFormComponent,
639
+ MJExperimentSessionFormComponent,
640
+ MJMCPServerConnectionToolFormComponent], imports: [CommonModule,
735
641
  FormsModule,
736
642
  BaseFormsModule,
737
643
  EntityViewerModule,
@@ -743,70 +649,71 @@ export class GeneratedForms_SubModule_5 {
743
649
  FormsModule,
744
650
  BaseFormsModule,
745
651
  EntityViewerModule,
746
- LinkDirectivesModule,
747
- JoinGridModule] }); }
652
+ LinkDirectivesModule] }); }
748
653
  }
749
654
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_5, [{
750
655
  type: NgModule,
751
656
  args: [{
752
657
  declarations: [
753
- MJArtifactFormComponent,
754
- MJAuditLogTypeFormComponent,
755
- MJAuditLogFormComponent,
756
- MJAuthenticationProviderFormComponent,
757
- MJAuthorizationRoleFormComponent,
758
- MJAuthorizationFormComponent,
759
- MJClusterAnalysisFormComponent,
760
- MJClusterAnalysisClusterFormComponent,
761
- MJCollectionArtifactFormComponent,
762
- MJCollectionPermissionFormComponent,
763
- MJCollectionFormComponent,
764
- MJCommunicationBaseMessageTypeFormComponent,
765
- MJCommunicationLogFormComponent,
766
- MJCommunicationProviderMessageTypeFormComponent,
767
- MJCommunicationProviderFormComponent,
768
- MJCommunicationRunFormComponent,
769
- MJCompanyFormComponent,
770
- MJCompanyIntegrationEntityMapFormComponent,
771
- MJCompanyIntegrationFieldMapFormComponent,
772
- MJCompanyIntegrationRecordMapFormComponent
658
+ MJAIAgentCredentialFormComponent,
659
+ MJAIAgentDataSourceFormComponent,
660
+ MJAIAgentRunStepFormComponent,
661
+ MJAIBridgeAgentIdentityFormComponent,
662
+ MJAPIApplicationFormComponent,
663
+ MJArchiveRunDetailFormComponent,
664
+ MJComponentLibraryFormComponent,
665
+ MJContentItemAttributeFormComponent,
666
+ MJContentItemFormComponent,
667
+ MJContentItemTagFormComponent,
668
+ MJContentProcessRunDetailFormComponent,
669
+ MJDashboardUserPreferenceFormComponent,
670
+ MJDuplicateRunFormComponent,
671
+ MJEntityDocumentSettingFormComponent,
672
+ MJFileFormComponent,
673
+ MJFileStorageAccountFormComponent,
674
+ MJIdentityClaimTypeFormComponent,
675
+ MJMCPToolExecutionLogFormComponent,
676
+ MJOpenAppInstallHistoryFormComponent,
677
+ MJUserRoutineRunFormComponent,
678
+ MJVectorDatabaseFormComponent,
679
+ MJWorkspaceItemFormComponent
773
680
  ],
774
681
  imports: [
775
682
  CommonModule,
776
683
  FormsModule,
777
684
  BaseFormsModule,
778
685
  EntityViewerModule,
779
- LinkDirectivesModule,
780
- JoinGridModule
686
+ LinkDirectivesModule
781
687
  ],
782
688
  exports: []
783
689
  }]
784
690
  }], null, null); })();
785
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJArtifactFormComponent,
786
- MJAuditLogTypeFormComponent,
787
- MJAuditLogFormComponent,
788
- MJAuthenticationProviderFormComponent,
789
- MJAuthorizationRoleFormComponent,
790
- MJAuthorizationFormComponent,
791
- MJClusterAnalysisFormComponent,
792
- MJClusterAnalysisClusterFormComponent,
793
- MJCollectionArtifactFormComponent,
794
- MJCollectionPermissionFormComponent,
795
- MJCollectionFormComponent,
796
- MJCommunicationBaseMessageTypeFormComponent,
797
- MJCommunicationLogFormComponent,
798
- MJCommunicationProviderMessageTypeFormComponent,
799
- MJCommunicationProviderFormComponent,
800
- MJCommunicationRunFormComponent,
801
- MJCompanyFormComponent,
802
- MJCompanyIntegrationEntityMapFormComponent,
803
- MJCompanyIntegrationFieldMapFormComponent,
804
- MJCompanyIntegrationRecordMapFormComponent], imports: [CommonModule,
691
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [MJAIAgentCredentialFormComponent,
692
+ MJAIAgentDataSourceFormComponent,
693
+ MJAIAgentRunStepFormComponent,
694
+ MJAIBridgeAgentIdentityFormComponent,
695
+ MJAPIApplicationFormComponent,
696
+ MJArchiveRunDetailFormComponent,
697
+ MJComponentLibraryFormComponent,
698
+ MJContentItemAttributeFormComponent,
699
+ MJContentItemFormComponent,
700
+ MJContentItemTagFormComponent,
701
+ MJContentProcessRunDetailFormComponent,
702
+ MJDashboardUserPreferenceFormComponent,
703
+ MJDuplicateRunFormComponent,
704
+ MJEntityDocumentSettingFormComponent,
705
+ MJFileFormComponent,
706
+ MJFileStorageAccountFormComponent,
707
+ MJIdentityClaimTypeFormComponent,
708
+ MJMCPToolExecutionLogFormComponent,
709
+ MJOpenAppInstallHistoryFormComponent,
710
+ MJUserRoutineRunFormComponent,
711
+ MJVectorDatabaseFormComponent,
712
+ MJWorkspaceItemFormComponent], imports: [CommonModule,
805
713
  FormsModule,
806
714
  BaseFormsModule,
807
715
  EntityViewerModule,
808
- LinkDirectivesModule,
809
- JoinGridModule] }); })();
716
+ LinkDirectivesModule] }); })();
810
717
  export class GeneratedForms_SubModule_6 {
811
718
  static { this.ɵfac = function GeneratedForms_SubModule_6_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_6)(); }; }
812
719
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_6 }); }
@@ -820,26 +727,14 @@ export class GeneratedForms_SubModule_6 {
820
727
  type: NgModule,
821
728
  args: [{
822
729
  declarations: [
823
- MJCompanyIntegrationRunAPILogFormComponent,
824
- MJCompanyIntegrationRunDetailFormComponent,
825
- MJCompanyIntegrationRunFormComponent,
826
- MJCompanyIntegrationSyncWatermarkFormComponent,
827
- MJCompanyIntegrationFormComponent,
828
- MJComponentDependencyFormComponent,
829
- MJComponentLibraryFormComponent,
830
- MJComponentLibraryLinkFormComponent,
831
- MJComponentRegistryFormComponent,
832
- MJComponentFormComponent,
730
+ MJAIModelFormComponent,
731
+ MJArchiveRunFormComponent,
732
+ MJCollectionPermissionFormComponent,
833
733
  MJContentFileTypeFormComponent,
834
- MJContentItemAttributeFormComponent,
835
- MJContentItemChunkFormComponent,
836
- MJContentItemDuplicateFormComponent,
837
- MJContentItemTagFormComponent,
838
- MJContentItemFormComponent,
839
- MJContentProcessRunDetailFormComponent,
840
- MJContentProcessRunPromptRunFormComponent,
841
734
  MJContentProcessRunFormComponent,
842
- MJContentSourceParamFormComponent
735
+ MJDataContextFormComponent,
736
+ MJOAuthAuthServerMetadataCacheFormComponent,
737
+ MJResourcePermissionFormComponent
843
738
  ],
844
739
  imports: [
845
740
  CommonModule,
@@ -851,26 +746,14 @@ export class GeneratedForms_SubModule_6 {
851
746
  exports: []
852
747
  }]
853
748
  }], null, null); })();
854
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJCompanyIntegrationRunAPILogFormComponent,
855
- MJCompanyIntegrationRunDetailFormComponent,
856
- MJCompanyIntegrationRunFormComponent,
857
- MJCompanyIntegrationSyncWatermarkFormComponent,
858
- MJCompanyIntegrationFormComponent,
859
- MJComponentDependencyFormComponent,
860
- MJComponentLibraryFormComponent,
861
- MJComponentLibraryLinkFormComponent,
862
- MJComponentRegistryFormComponent,
863
- MJComponentFormComponent,
749
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [MJAIModelFormComponent,
750
+ MJArchiveRunFormComponent,
751
+ MJCollectionPermissionFormComponent,
864
752
  MJContentFileTypeFormComponent,
865
- MJContentItemAttributeFormComponent,
866
- MJContentItemChunkFormComponent,
867
- MJContentItemDuplicateFormComponent,
868
- MJContentItemTagFormComponent,
869
- MJContentItemFormComponent,
870
- MJContentProcessRunDetailFormComponent,
871
- MJContentProcessRunPromptRunFormComponent,
872
753
  MJContentProcessRunFormComponent,
873
- MJContentSourceParamFormComponent], imports: [CommonModule,
754
+ MJDataContextFormComponent,
755
+ MJOAuthAuthServerMetadataCacheFormComponent,
756
+ MJResourcePermissionFormComponent], imports: [CommonModule,
874
757
  FormsModule,
875
758
  BaseFormsModule,
876
759
  EntityViewerModule,
@@ -888,26 +771,16 @@ export class GeneratedForms_SubModule_7 {
888
771
  type: NgModule,
889
772
  args: [{
890
773
  declarations: [
891
- MJContentSourceTypeParamFormComponent,
892
- MJContentSourceTypeFormComponent,
893
- MJContentSourceFormComponent,
894
- MJContentTypeAttributeFormComponent,
895
- MJContentTypeFormComponent,
896
- MJConversationArtifactPermissionFormComponent,
897
- MJConversationArtifactVersionFormComponent,
898
- MJConversationArtifactFormComponent,
899
- MJConversationCompactionRunFormComponent,
900
- MJConversationDetailArtifactFormComponent,
901
- MJConversationDetailAttachmentFormComponent,
902
- MJConversationDetailRatingFormComponent,
903
- MJConversationDetailFormComponent,
904
- MJConversationWidgetInstanceFormComponent,
905
- MJConversationFormComponent,
906
- MJCountryFormComponent,
907
- MJCredentialCategoryFormComponent,
908
- MJCredentialTypeFormComponent,
909
- MJCredentialFormComponent,
910
- MJDashboardCategoryFormComponent
774
+ MJAIAgentSessionBridgeFormComponent,
775
+ MJAIAgentSkillFormComponent,
776
+ MJArchiveConfigurationFormComponent,
777
+ MJCollectionFormComponent,
778
+ MJComponentRegistryFormComponent,
779
+ MJDatasetFormComponent,
780
+ MJGeneratedCodeCategoryFormComponent,
781
+ MJQueryFieldFormComponent,
782
+ MJRSUPendingWorkFormComponent,
783
+ MJResourceTypeFormComponent
911
784
  ],
912
785
  imports: [
913
786
  CommonModule,
@@ -919,26 +792,16 @@ export class GeneratedForms_SubModule_7 {
919
792
  exports: []
920
793
  }]
921
794
  }], null, null); })();
922
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJContentSourceTypeParamFormComponent,
923
- MJContentSourceTypeFormComponent,
924
- MJContentSourceFormComponent,
925
- MJContentTypeAttributeFormComponent,
926
- MJContentTypeFormComponent,
927
- MJConversationArtifactPermissionFormComponent,
928
- MJConversationArtifactVersionFormComponent,
929
- MJConversationArtifactFormComponent,
930
- MJConversationCompactionRunFormComponent,
931
- MJConversationDetailArtifactFormComponent,
932
- MJConversationDetailAttachmentFormComponent,
933
- MJConversationDetailRatingFormComponent,
934
- MJConversationDetailFormComponent,
935
- MJConversationWidgetInstanceFormComponent,
936
- MJConversationFormComponent,
937
- MJCountryFormComponent,
938
- MJCredentialCategoryFormComponent,
939
- MJCredentialTypeFormComponent,
940
- MJCredentialFormComponent,
941
- MJDashboardCategoryFormComponent], imports: [CommonModule,
795
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [MJAIAgentSessionBridgeFormComponent,
796
+ MJAIAgentSkillFormComponent,
797
+ MJArchiveConfigurationFormComponent,
798
+ MJCollectionFormComponent,
799
+ MJComponentRegistryFormComponent,
800
+ MJDatasetFormComponent,
801
+ MJGeneratedCodeCategoryFormComponent,
802
+ MJQueryFieldFormComponent,
803
+ MJRSUPendingWorkFormComponent,
804
+ MJResourceTypeFormComponent], imports: [CommonModule,
942
805
  FormsModule,
943
806
  BaseFormsModule,
944
807
  EntityViewerModule,
@@ -956,26 +819,16 @@ export class GeneratedForms_SubModule_8 {
956
819
  type: NgModule,
957
820
  args: [{
958
821
  declarations: [
959
- MJDashboardCategoryLinkFormComponent,
960
- MJDashboardCategoryPermissionFormComponent,
822
+ MJAIModelVendorFormComponent,
823
+ MJActionContextTypeFormComponent,
824
+ MJActionLibraryFormComponent,
825
+ MJAuthenticationProviderFormComponent,
826
+ MJCredentialCategoryFormComponent,
961
827
  MJDashboardPartTypeFormComponent,
962
- MJDashboardPermissionFormComponent,
963
- MJDashboardUserPreferenceFormComponent,
964
- MJDashboardUserStateFormComponent,
965
- MJDashboardFormComponent,
966
- MJDataContextItemFormComponent,
967
- MJDataContextFormComponent,
968
- MJDatasetItemFormComponent,
969
- MJDatasetFormComponent,
970
- MJDuplicateRunDetailMatchFormComponent,
971
- MJDuplicateRunDetailFormComponent,
972
- MJDuplicateRunFormComponent,
973
- MJEmployeeCompanyIntegrationFormComponent,
974
- MJEmployeeRoleFormComponent,
975
- MJEmployeeSkillFormComponent,
976
- MJEmployeeFormComponent,
977
- MJEncryptionAlgorithmFormComponent,
978
- MJEncryptionKeySourceFormComponent
828
+ MJEntityFieldFormComponent,
829
+ MJOAuthClientRegistrationFormComponent,
830
+ MJOutputDeliveryTypeFormComponent,
831
+ MJProjectFormComponent
979
832
  ],
980
833
  imports: [
981
834
  CommonModule,
@@ -987,26 +840,16 @@ export class GeneratedForms_SubModule_8 {
987
840
  exports: []
988
841
  }]
989
842
  }], null, null); })();
990
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJDashboardCategoryLinkFormComponent,
991
- MJDashboardCategoryPermissionFormComponent,
843
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [MJAIModelVendorFormComponent,
844
+ MJActionContextTypeFormComponent,
845
+ MJActionLibraryFormComponent,
846
+ MJAuthenticationProviderFormComponent,
847
+ MJCredentialCategoryFormComponent,
992
848
  MJDashboardPartTypeFormComponent,
993
- MJDashboardPermissionFormComponent,
994
- MJDashboardUserPreferenceFormComponent,
995
- MJDashboardUserStateFormComponent,
996
- MJDashboardFormComponent,
997
- MJDataContextItemFormComponent,
998
- MJDataContextFormComponent,
999
- MJDatasetItemFormComponent,
1000
- MJDatasetFormComponent,
1001
- MJDuplicateRunDetailMatchFormComponent,
1002
- MJDuplicateRunDetailFormComponent,
1003
- MJDuplicateRunFormComponent,
1004
- MJEmployeeCompanyIntegrationFormComponent,
1005
- MJEmployeeRoleFormComponent,
1006
- MJEmployeeSkillFormComponent,
1007
- MJEmployeeFormComponent,
1008
- MJEncryptionAlgorithmFormComponent,
1009
- MJEncryptionKeySourceFormComponent], imports: [CommonModule,
849
+ MJEntityFieldFormComponent,
850
+ MJOAuthClientRegistrationFormComponent,
851
+ MJOutputDeliveryTypeFormComponent,
852
+ MJProjectFormComponent], imports: [CommonModule,
1010
853
  FormsModule,
1011
854
  BaseFormsModule,
1012
855
  EntityViewerModule,
@@ -1024,26 +867,15 @@ export class GeneratedForms_SubModule_9 {
1024
867
  type: NgModule,
1025
868
  args: [{
1026
869
  declarations: [
1027
- MJEncryptionKeyFormComponent,
1028
- MJEntityFormComponent,
1029
- MJEntityActionFilterFormComponent,
1030
- MJEntityActionInvocationTypeFormComponent,
1031
- MJEntityActionInvocationFormComponent,
870
+ MJApplicationFormComponent,
871
+ MJArtifactTypeFormComponent,
872
+ MJCollectionArtifactFormComponent,
873
+ MJConversationDetailFormComponent,
1032
874
  MJEntityActionParamFormComponent,
1033
- MJEntityActionFormComponent,
1034
- MJEntityAIActionFormComponent,
1035
- MJEntityCommunicationFieldFormComponent,
1036
- MJEntityCommunicationMessageTypeFormComponent,
1037
- MJEntityDocumentRunFormComponent,
1038
- MJEntityDocumentSettingFormComponent,
1039
- MJEntityDocumentTypeFormComponent,
1040
- MJEntityDocumentFormComponent,
1041
- MJEntityFieldValueFormComponent,
1042
- MJEntityFieldFormComponent,
1043
- MJEntityFormOverrideFormComponent,
1044
- MJEntityOrganicKeyRelatedEntityFormComponent,
1045
- MJEntityOrganicKeyFormComponent,
1046
- MJEntityPermissionFormComponent
875
+ MJMagicLinkInviteRoleFormComponent,
876
+ MJProcessRunFormComponent,
877
+ MJTestRunFeedbackFormComponent,
878
+ MJUserViewCategoryFormComponent
1047
879
  ],
1048
880
  imports: [
1049
881
  CommonModule,
@@ -1055,26 +887,15 @@ export class GeneratedForms_SubModule_9 {
1055
887
  exports: []
1056
888
  }]
1057
889
  }], null, null); })();
1058
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJEncryptionKeyFormComponent,
1059
- MJEntityFormComponent,
1060
- MJEntityActionFilterFormComponent,
1061
- MJEntityActionInvocationTypeFormComponent,
1062
- MJEntityActionInvocationFormComponent,
890
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [MJApplicationFormComponent,
891
+ MJArtifactTypeFormComponent,
892
+ MJCollectionArtifactFormComponent,
893
+ MJConversationDetailFormComponent,
1063
894
  MJEntityActionParamFormComponent,
1064
- MJEntityActionFormComponent,
1065
- MJEntityAIActionFormComponent,
1066
- MJEntityCommunicationFieldFormComponent,
1067
- MJEntityCommunicationMessageTypeFormComponent,
1068
- MJEntityDocumentRunFormComponent,
1069
- MJEntityDocumentSettingFormComponent,
1070
- MJEntityDocumentTypeFormComponent,
1071
- MJEntityDocumentFormComponent,
1072
- MJEntityFieldValueFormComponent,
1073
- MJEntityFieldFormComponent,
1074
- MJEntityFormOverrideFormComponent,
1075
- MJEntityOrganicKeyRelatedEntityFormComponent,
1076
- MJEntityOrganicKeyFormComponent,
1077
- MJEntityPermissionFormComponent], imports: [CommonModule,
895
+ MJMagicLinkInviteRoleFormComponent,
896
+ MJProcessRunFormComponent,
897
+ MJTestRunFeedbackFormComponent,
898
+ MJUserViewCategoryFormComponent], imports: [CommonModule,
1078
899
  FormsModule,
1079
900
  BaseFormsModule,
1080
901
  EntityViewerModule,
@@ -1092,26 +913,19 @@ export class GeneratedForms_SubModule_10 {
1092
913
  type: NgModule,
1093
914
  args: [{
1094
915
  declarations: [
1095
- MJEntityRecordDocumentFormComponent,
1096
- MJEntityRelationshipDisplayComponentFormComponent,
1097
- MJEntityRelationshipFormComponent,
1098
- MJEntitySettingFormComponent,
1099
- MJEnvironmentFormComponent,
1100
- MJErrorLogFormComponent,
1101
- MJExperimentSessionIterationFormComponent,
1102
- MJExperimentSessionFormComponent,
1103
- MJExperimentFormComponent,
1104
- MJExplorerNavigationItemFormComponent,
1105
- MJExternalDataSourceTypeFormComponent,
1106
- MJExternalDataSourceFormComponent,
1107
- MJFileCategoryFormComponent,
1108
- MJFileEntityRecordLinkFormComponent,
1109
- MJFileStorageAccountPermissionFormComponent,
1110
- MJFileStorageAccountFormComponent,
1111
- MJFileStorageProviderFormComponent,
1112
- MJFileFormComponent,
1113
- MJFormChromeRuleFormComponent,
1114
- MJGeneratedCodeCategoryFormComponent
916
+ MJAIAgentFormComponent,
917
+ MJAIAgentNoteTypeFormComponent,
918
+ MJAIResultCacheFormComponent,
919
+ MJActionAuthorizationFormComponent,
920
+ MJArchiveConfigurationEntityFormComponent,
921
+ MJAuditLogFormComponent,
922
+ MJCompanyFormComponent,
923
+ MJContentItemChunkFormComponent,
924
+ MJDatasetItemFormComponent,
925
+ MJInstanceConfigurationFormComponent,
926
+ MJQueryParameterFormComponent,
927
+ MJTagCoOccurrenceFormComponent,
928
+ MJTemplateContentFormComponent
1115
929
  ],
1116
930
  imports: [
1117
931
  CommonModule,
@@ -1123,26 +937,19 @@ export class GeneratedForms_SubModule_10 {
1123
937
  exports: []
1124
938
  }]
1125
939
  }], null, null); })();
1126
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJEntityRecordDocumentFormComponent,
1127
- MJEntityRelationshipDisplayComponentFormComponent,
1128
- MJEntityRelationshipFormComponent,
1129
- MJEntitySettingFormComponent,
1130
- MJEnvironmentFormComponent,
1131
- MJErrorLogFormComponent,
1132
- MJExperimentSessionIterationFormComponent,
1133
- MJExperimentSessionFormComponent,
1134
- MJExperimentFormComponent,
1135
- MJExplorerNavigationItemFormComponent,
1136
- MJExternalDataSourceTypeFormComponent,
1137
- MJExternalDataSourceFormComponent,
1138
- MJFileCategoryFormComponent,
1139
- MJFileEntityRecordLinkFormComponent,
1140
- MJFileStorageAccountPermissionFormComponent,
1141
- MJFileStorageAccountFormComponent,
1142
- MJFileStorageProviderFormComponent,
1143
- MJFileFormComponent,
1144
- MJFormChromeRuleFormComponent,
1145
- MJGeneratedCodeCategoryFormComponent], imports: [CommonModule,
940
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [MJAIAgentFormComponent,
941
+ MJAIAgentNoteTypeFormComponent,
942
+ MJAIResultCacheFormComponent,
943
+ MJActionAuthorizationFormComponent,
944
+ MJArchiveConfigurationEntityFormComponent,
945
+ MJAuditLogFormComponent,
946
+ MJCompanyFormComponent,
947
+ MJContentItemChunkFormComponent,
948
+ MJDatasetItemFormComponent,
949
+ MJInstanceConfigurationFormComponent,
950
+ MJQueryParameterFormComponent,
951
+ MJTagCoOccurrenceFormComponent,
952
+ MJTemplateContentFormComponent], imports: [CommonModule,
1146
953
  FormsModule,
1147
954
  BaseFormsModule,
1148
955
  EntityViewerModule,
@@ -1160,26 +967,17 @@ export class GeneratedForms_SubModule_11 {
1160
967
  type: NgModule,
1161
968
  args: [{
1162
969
  declarations: [
1163
- MJGeneratedCodeFormComponent,
1164
- MJIdentityClaimTypeFormComponent,
1165
- MJIdentityClaimFormComponent,
1166
- MJInstanceConfigurationFormComponent,
1167
- MJIntegrationObjectFieldFormComponent,
1168
- MJIntegrationObjectFormComponent,
1169
- MJIntegrationSourceTypeFormComponent,
1170
- MJIntegrationURLFormatFormComponent,
1171
- MJIntegrationFormComponent,
1172
- MJKnowledgeHubSavedSearchFormComponent,
1173
- MJLibraryFormComponent,
1174
- MJLibraryItemFormComponent,
970
+ MJAIAgentPermissionFormComponent,
971
+ MJAIPromptCategoryFormComponent,
972
+ MJCommunicationProviderMessageTypeFormComponent,
973
+ MJCompanyIntegrationRunFormComponent,
974
+ MJDashboardUserStateFormComponent,
975
+ MJDataContextItemFormComponent,
976
+ MJExperimentSessionIterationFormComponent,
1175
977
  MJListCategoryFormComponent,
1176
- MJListDetailFormComponent,
1177
- MJListInvitationFormComponent,
1178
- MJListShareFormComponent,
1179
- MJListFormComponent,
1180
- MJMagicLinkInviteAllowedDomainFormComponent,
1181
- MJMagicLinkInviteAllowedPathFormComponent,
1182
- MJMagicLinkInviteApplicationFormComponent
978
+ MJQueryFormComponent,
979
+ MJTestRunOutputFormComponent,
980
+ MJTestRunOutputTypeFormComponent
1183
981
  ],
1184
982
  imports: [
1185
983
  CommonModule,
@@ -1191,26 +989,17 @@ export class GeneratedForms_SubModule_11 {
1191
989
  exports: []
1192
990
  }]
1193
991
  }], null, null); })();
1194
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJGeneratedCodeFormComponent,
1195
- MJIdentityClaimTypeFormComponent,
1196
- MJIdentityClaimFormComponent,
1197
- MJInstanceConfigurationFormComponent,
1198
- MJIntegrationObjectFieldFormComponent,
1199
- MJIntegrationObjectFormComponent,
1200
- MJIntegrationSourceTypeFormComponent,
1201
- MJIntegrationURLFormatFormComponent,
1202
- MJIntegrationFormComponent,
1203
- MJKnowledgeHubSavedSearchFormComponent,
1204
- MJLibraryFormComponent,
1205
- MJLibraryItemFormComponent,
992
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [MJAIAgentPermissionFormComponent,
993
+ MJAIPromptCategoryFormComponent,
994
+ MJCommunicationProviderMessageTypeFormComponent,
995
+ MJCompanyIntegrationRunFormComponent,
996
+ MJDashboardUserStateFormComponent,
997
+ MJDataContextItemFormComponent,
998
+ MJExperimentSessionIterationFormComponent,
1206
999
  MJListCategoryFormComponent,
1207
- MJListDetailFormComponent,
1208
- MJListInvitationFormComponent,
1209
- MJListShareFormComponent,
1210
- MJListFormComponent,
1211
- MJMagicLinkInviteAllowedDomainFormComponent,
1212
- MJMagicLinkInviteAllowedPathFormComponent,
1213
- MJMagicLinkInviteApplicationFormComponent], imports: [CommonModule,
1000
+ MJQueryFormComponent,
1001
+ MJTestRunOutputFormComponent,
1002
+ MJTestRunOutputTypeFormComponent], imports: [CommonModule,
1214
1003
  FormsModule,
1215
1004
  BaseFormsModule,
1216
1005
  EntityViewerModule,
@@ -1228,26 +1017,23 @@ export class GeneratedForms_SubModule_12 {
1228
1017
  type: NgModule,
1229
1018
  args: [{
1230
1019
  declarations: [
1231
- MJMagicLinkInviteRoleFormComponent,
1232
- MJMagicLinkInviteFormComponent,
1233
- MJMagicLinkRedemptionFormComponent,
1234
- MJMaterializedResultQueryFormComponent,
1235
- MJMaterializedResultFormComponent,
1236
- MJMCPServerConnectionPermissionFormComponent,
1237
- MJMCPServerConnectionToolFormComponent,
1238
- MJMCPServerConnectionFormComponent,
1239
- MJMCPServerToolFormComponent,
1240
- MJMCPServerFormComponent,
1241
- MJMCPToolExecutionLogFormComponent,
1242
- MJMCPToolFavoriteFormComponent,
1243
- MJMLAlgorithmUseCaseRankingFormComponent,
1020
+ MJAIAgentArtifactTypeFormComponent,
1021
+ MJAIAgentHarnessFormComponent,
1022
+ MJAIAgentPromptFormComponent,
1023
+ MJAIAgentRelationshipFormComponent,
1024
+ MJAIBridgeProviderChannelFormComponent,
1025
+ MJAIPromptRunFormComponent,
1026
+ MJAIUsageTypeFormComponent,
1027
+ MJAIVendorTypeDefinitionFormComponent,
1028
+ MJAccessControlRuleFormComponent,
1029
+ MJAuthorizationRoleFormComponent,
1030
+ MJContentSourceTypeParamFormComponent,
1031
+ MJCredentialFormComponent,
1244
1032
  MJMLAlgorithmUseCaseFormComponent,
1245
- MJMLAlgorithmFormComponent,
1246
- MJMLModelScoringBindingFormComponent,
1247
- MJMLModelFormComponent,
1248
- MJMLTrainingPipelineFormComponent,
1249
- MJMLTrainingRunFormComponent,
1250
- MJOAuthAuthServerMetadataCacheFormComponent
1033
+ MJOAuthAuthorizationStateFormComponent,
1034
+ MJTagSynonymFormComponent,
1035
+ MJUserNotificationPreferenceFormComponent,
1036
+ MJVectorIndexFormComponent
1251
1037
  ],
1252
1038
  imports: [
1253
1039
  CommonModule,
@@ -1259,26 +1045,23 @@ export class GeneratedForms_SubModule_12 {
1259
1045
  exports: []
1260
1046
  }]
1261
1047
  }], null, null); })();
1262
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJMagicLinkInviteRoleFormComponent,
1263
- MJMagicLinkInviteFormComponent,
1264
- MJMagicLinkRedemptionFormComponent,
1265
- MJMaterializedResultQueryFormComponent,
1266
- MJMaterializedResultFormComponent,
1267
- MJMCPServerConnectionPermissionFormComponent,
1268
- MJMCPServerConnectionToolFormComponent,
1269
- MJMCPServerConnectionFormComponent,
1270
- MJMCPServerToolFormComponent,
1271
- MJMCPServerFormComponent,
1272
- MJMCPToolExecutionLogFormComponent,
1273
- MJMCPToolFavoriteFormComponent,
1274
- MJMLAlgorithmUseCaseRankingFormComponent,
1048
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [MJAIAgentArtifactTypeFormComponent,
1049
+ MJAIAgentHarnessFormComponent,
1050
+ MJAIAgentPromptFormComponent,
1051
+ MJAIAgentRelationshipFormComponent,
1052
+ MJAIBridgeProviderChannelFormComponent,
1053
+ MJAIPromptRunFormComponent,
1054
+ MJAIUsageTypeFormComponent,
1055
+ MJAIVendorTypeDefinitionFormComponent,
1056
+ MJAccessControlRuleFormComponent,
1057
+ MJAuthorizationRoleFormComponent,
1058
+ MJContentSourceTypeParamFormComponent,
1059
+ MJCredentialFormComponent,
1275
1060
  MJMLAlgorithmUseCaseFormComponent,
1276
- MJMLAlgorithmFormComponent,
1277
- MJMLModelScoringBindingFormComponent,
1278
- MJMLModelFormComponent,
1279
- MJMLTrainingPipelineFormComponent,
1280
- MJMLTrainingRunFormComponent,
1281
- MJOAuthAuthServerMetadataCacheFormComponent], imports: [CommonModule,
1061
+ MJOAuthAuthorizationStateFormComponent,
1062
+ MJTagSynonymFormComponent,
1063
+ MJUserNotificationPreferenceFormComponent,
1064
+ MJVectorIndexFormComponent], imports: [CommonModule,
1282
1065
  FormsModule,
1283
1066
  BaseFormsModule,
1284
1067
  EntityViewerModule,
@@ -1296,26 +1079,17 @@ export class GeneratedForms_SubModule_13 {
1296
1079
  type: NgModule,
1297
1080
  args: [{
1298
1081
  declarations: [
1299
- MJOAuthAuthorizationStateFormComponent,
1300
- MJOAuthClientRegistrationFormComponent,
1301
- MJOAuthTokenFormComponent,
1302
- MJOpenAppDependencyFormComponent,
1303
- MJOpenAppInstallHistoryFormComponent,
1304
- MJOpenAppFormComponent,
1305
- MJOutputDeliveryTypeFormComponent,
1306
- MJOutputFormatTypeFormComponent,
1307
- MJPermissionDomainFormComponent,
1308
- MJProcessRunDetailFormComponent,
1309
- MJProcessRunFormComponent,
1310
- MJProjectFormComponent,
1311
- MJPublicLinkFormComponent,
1312
- MJQueryFormComponent,
1313
- MJQueryCategoryFormComponent,
1314
- MJQueryDependencyFormComponent,
1315
- MJQueryEntityFormComponent,
1316
- MJQueryFieldFormComponent,
1317
- MJQueryParameterFormComponent,
1318
- MJQueryPermissionFormComponent
1082
+ MJAIModelPriceUnitTypeFormComponent,
1083
+ MJApplicationSettingFormComponent,
1084
+ MJArtifactVersionAttributeFormComponent,
1085
+ MJArtifactVersionFormComponent,
1086
+ MJEncryptionAlgorithmFormComponent,
1087
+ MJFileStorageProviderFormComponent,
1088
+ MJIdentityClaimFormComponent,
1089
+ MJIntegrationFormComponent,
1090
+ MJMagicLinkInviteAllowedDomainFormComponent,
1091
+ MJRowLevelSecurityFilterFormComponent,
1092
+ MJSignatureRequestRecipientFormComponent
1319
1093
  ],
1320
1094
  imports: [
1321
1095
  CommonModule,
@@ -1327,26 +1101,17 @@ export class GeneratedForms_SubModule_13 {
1327
1101
  exports: []
1328
1102
  }]
1329
1103
  }], null, null); })();
1330
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJOAuthAuthorizationStateFormComponent,
1331
- MJOAuthClientRegistrationFormComponent,
1332
- MJOAuthTokenFormComponent,
1333
- MJOpenAppDependencyFormComponent,
1334
- MJOpenAppInstallHistoryFormComponent,
1335
- MJOpenAppFormComponent,
1336
- MJOutputDeliveryTypeFormComponent,
1337
- MJOutputFormatTypeFormComponent,
1338
- MJPermissionDomainFormComponent,
1339
- MJProcessRunDetailFormComponent,
1340
- MJProcessRunFormComponent,
1341
- MJProjectFormComponent,
1342
- MJPublicLinkFormComponent,
1343
- MJQueryFormComponent,
1344
- MJQueryCategoryFormComponent,
1345
- MJQueryDependencyFormComponent,
1346
- MJQueryEntityFormComponent,
1347
- MJQueryFieldFormComponent,
1348
- MJQueryParameterFormComponent,
1349
- MJQueryPermissionFormComponent], imports: [CommonModule,
1104
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_13, { declarations: [MJAIModelPriceUnitTypeFormComponent,
1105
+ MJApplicationSettingFormComponent,
1106
+ MJArtifactVersionAttributeFormComponent,
1107
+ MJArtifactVersionFormComponent,
1108
+ MJEncryptionAlgorithmFormComponent,
1109
+ MJFileStorageProviderFormComponent,
1110
+ MJIdentityClaimFormComponent,
1111
+ MJIntegrationFormComponent,
1112
+ MJMagicLinkInviteAllowedDomainFormComponent,
1113
+ MJRowLevelSecurityFilterFormComponent,
1114
+ MJSignatureRequestRecipientFormComponent], imports: [CommonModule,
1350
1115
  FormsModule,
1351
1116
  BaseFormsModule,
1352
1117
  EntityViewerModule,
@@ -1364,26 +1129,666 @@ export class GeneratedForms_SubModule_14 {
1364
1129
  type: NgModule,
1365
1130
  args: [{
1366
1131
  declarations: [
1367
- MJQuerySQLFormComponent,
1368
- MJQueueTaskFormComponent,
1369
- MJQueueTypeFormComponent,
1370
- MJQueueFormComponent,
1371
- MJRecommendationItemFormComponent,
1372
- MJRecommendationProviderFormComponent,
1373
- MJRecommendationRunFormComponent,
1374
- MJRecommendationFormComponent,
1375
- MJRecordChangeReplayRunFormComponent,
1376
- MJRecordChangeFormComponent,
1377
- MJRecordGeoCodeFormComponent,
1378
- MJRecordLinkFormComponent,
1379
- MJRecordMergeDeletionLogFormComponent,
1132
+ MJAIAgentExampleFormComponent,
1133
+ MJAIModelTypeFormComponent,
1134
+ MJAPIKeyFormComponent,
1135
+ MJConversationDetailAttachmentFormComponent,
1136
+ MJConversationDetailRatingFormComponent,
1137
+ MJDashboardPermissionFormComponent,
1138
+ MJLibraryFormComponent,
1139
+ MJMCPServerConnectionFormComponent,
1140
+ MJQueryEntityFormComponent,
1141
+ MJRemoteOperationCategoryFormComponent,
1142
+ MJSchemaInfoFormComponent,
1143
+ MJSignatureProviderFormComponent,
1144
+ MJTaggedItemFormComponent,
1145
+ MJUserFormComponent
1146
+ ],
1147
+ imports: [
1148
+ CommonModule,
1149
+ FormsModule,
1150
+ BaseFormsModule,
1151
+ EntityViewerModule,
1152
+ LinkDirectivesModule
1153
+ ],
1154
+ exports: []
1155
+ }]
1156
+ }], null, null); })();
1157
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJAIAgentExampleFormComponent,
1158
+ MJAIModelTypeFormComponent,
1159
+ MJAPIKeyFormComponent,
1160
+ MJConversationDetailAttachmentFormComponent,
1161
+ MJConversationDetailRatingFormComponent,
1162
+ MJDashboardPermissionFormComponent,
1163
+ MJLibraryFormComponent,
1164
+ MJMCPServerConnectionFormComponent,
1165
+ MJQueryEntityFormComponent,
1166
+ MJRemoteOperationCategoryFormComponent,
1167
+ MJSchemaInfoFormComponent,
1168
+ MJSignatureProviderFormComponent,
1169
+ MJTaggedItemFormComponent,
1170
+ MJUserFormComponent], imports: [CommonModule,
1171
+ FormsModule,
1172
+ BaseFormsModule,
1173
+ EntityViewerModule,
1174
+ LinkDirectivesModule] }); })();
1175
+ export class GeneratedForms_SubModule_15 {
1176
+ static { this.ɵfac = function GeneratedForms_SubModule_15_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_15)(); }; }
1177
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_15 }); }
1178
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1179
+ FormsModule,
1180
+ BaseFormsModule,
1181
+ EntityViewerModule,
1182
+ LinkDirectivesModule] }); }
1183
+ }
1184
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_15, [{
1185
+ type: NgModule,
1186
+ args: [{
1187
+ declarations: [
1188
+ MJAIActionFormComponent,
1189
+ MJAIAgentModalityFormComponent,
1190
+ MJAIModelArchitectureFormComponent,
1191
+ MJAIModelPriceTypeFormComponent,
1192
+ MJAISkillPermissionFormComponent,
1193
+ MJAPIScopeFormComponent,
1194
+ MJDashboardCategoryLinkFormComponent,
1195
+ MJGeneratedCodeFormComponent,
1196
+ MJMLTrainingRunFormComponent,
1197
+ MJUserApplicationEntityFormComponent
1198
+ ],
1199
+ imports: [
1200
+ CommonModule,
1201
+ FormsModule,
1202
+ BaseFormsModule,
1203
+ EntityViewerModule,
1204
+ LinkDirectivesModule
1205
+ ],
1206
+ exports: []
1207
+ }]
1208
+ }], null, null); })();
1209
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJAIActionFormComponent,
1210
+ MJAIAgentModalityFormComponent,
1211
+ MJAIModelArchitectureFormComponent,
1212
+ MJAIModelPriceTypeFormComponent,
1213
+ MJAISkillPermissionFormComponent,
1214
+ MJAPIScopeFormComponent,
1215
+ MJDashboardCategoryLinkFormComponent,
1216
+ MJGeneratedCodeFormComponent,
1217
+ MJMLTrainingRunFormComponent,
1218
+ MJUserApplicationEntityFormComponent], imports: [CommonModule,
1219
+ FormsModule,
1220
+ BaseFormsModule,
1221
+ EntityViewerModule,
1222
+ LinkDirectivesModule] }); })();
1223
+ export class GeneratedForms_SubModule_16 {
1224
+ static { this.ɵfac = function GeneratedForms_SubModule_16_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_16)(); }; }
1225
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_16 }); }
1226
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1227
+ FormsModule,
1228
+ BaseFormsModule,
1229
+ EntityViewerModule,
1230
+ LinkDirectivesModule] }); }
1231
+ }
1232
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_16, [{
1233
+ type: NgModule,
1234
+ args: [{
1235
+ declarations: [
1236
+ MJAIAgentSearchScopeFormComponent,
1237
+ MJArtifactUseFormComponent,
1238
+ MJCommunicationRunFormComponent,
1239
+ MJContentTypeFormComponent,
1240
+ MJIntegrationObjectFormComponent,
1241
+ MJSearchScopeExternalIndexFormComponent,
1242
+ MJSearchScopeProviderFormComponent,
1243
+ MJSkillFormComponent,
1244
+ MJThemeFormComponent,
1245
+ MJUserSettingFormComponent,
1246
+ MJVersionLabelItemFormComponent
1247
+ ],
1248
+ imports: [
1249
+ CommonModule,
1250
+ FormsModule,
1251
+ BaseFormsModule,
1252
+ EntityViewerModule,
1253
+ LinkDirectivesModule
1254
+ ],
1255
+ exports: []
1256
+ }]
1257
+ }], null, null); })();
1258
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJAIAgentSearchScopeFormComponent,
1259
+ MJArtifactUseFormComponent,
1260
+ MJCommunicationRunFormComponent,
1261
+ MJContentTypeFormComponent,
1262
+ MJIntegrationObjectFormComponent,
1263
+ MJSearchScopeExternalIndexFormComponent,
1264
+ MJSearchScopeProviderFormComponent,
1265
+ MJSkillFormComponent,
1266
+ MJThemeFormComponent,
1267
+ MJUserSettingFormComponent,
1268
+ MJVersionLabelItemFormComponent], imports: [CommonModule,
1269
+ FormsModule,
1270
+ BaseFormsModule,
1271
+ EntityViewerModule,
1272
+ LinkDirectivesModule] }); })();
1273
+ export class GeneratedForms_SubModule_17 {
1274
+ static { this.ɵfac = function GeneratedForms_SubModule_17_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_17)(); }; }
1275
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_17 }); }
1276
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1277
+ FormsModule,
1278
+ BaseFormsModule,
1279
+ EntityViewerModule,
1280
+ LinkDirectivesModule] }); }
1281
+ }
1282
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_17, [{
1283
+ type: NgModule,
1284
+ args: [{
1285
+ declarations: [
1286
+ MJAIModelCostFormComponent,
1287
+ MJAPIApplicationScopeFormComponent,
1288
+ MJActionCategoryFormComponent,
1289
+ MJActionResultCodeFormComponent,
1290
+ MJApplicationRoleFormComponent,
1291
+ MJCompanyIntegrationEntityMapFormComponent,
1292
+ MJCompanyIntegrationRunAPILogFormComponent,
1293
+ MJComponentDependencyFormComponent,
1294
+ MJEntityDocumentFormComponent,
1295
+ MJMLAlgorithmFormComponent,
1296
+ MJMLModelFormComponent,
1297
+ MJMagicLinkRedemptionFormComponent,
1298
+ MJScheduledJobTypeFormComponent,
1299
+ MJSignatureRequestDocumentFormComponent,
1300
+ MJUserViewFormComponent
1301
+ ],
1302
+ imports: [
1303
+ CommonModule,
1304
+ FormsModule,
1305
+ BaseFormsModule,
1306
+ EntityViewerModule,
1307
+ LinkDirectivesModule
1308
+ ],
1309
+ exports: []
1310
+ }]
1311
+ }], null, null); })();
1312
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJAIModelCostFormComponent,
1313
+ MJAPIApplicationScopeFormComponent,
1314
+ MJActionCategoryFormComponent,
1315
+ MJActionResultCodeFormComponent,
1316
+ MJApplicationRoleFormComponent,
1317
+ MJCompanyIntegrationEntityMapFormComponent,
1318
+ MJCompanyIntegrationRunAPILogFormComponent,
1319
+ MJComponentDependencyFormComponent,
1320
+ MJEntityDocumentFormComponent,
1321
+ MJMLAlgorithmFormComponent,
1322
+ MJMLModelFormComponent,
1323
+ MJMagicLinkRedemptionFormComponent,
1324
+ MJScheduledJobTypeFormComponent,
1325
+ MJSignatureRequestDocumentFormComponent,
1326
+ MJUserViewFormComponent], imports: [CommonModule,
1327
+ FormsModule,
1328
+ BaseFormsModule,
1329
+ EntityViewerModule,
1330
+ LinkDirectivesModule] }); })();
1331
+ export class GeneratedForms_SubModule_18 {
1332
+ static { this.ɵfac = function GeneratedForms_SubModule_18_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_18)(); }; }
1333
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_18 }); }
1334
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1335
+ FormsModule,
1336
+ BaseFormsModule,
1337
+ EntityViewerModule,
1338
+ LinkDirectivesModule] }); }
1339
+ }
1340
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_18, [{
1341
+ type: NgModule,
1342
+ args: [{
1343
+ declarations: [
1344
+ MJAIPromptRunMediaFormComponent,
1345
+ MJCompanyIntegrationFormComponent,
1346
+ MJEntityActionInvocationFormComponent,
1347
+ MJMCPServerFormComponent,
1348
+ MJPermissionDomainFormComponent,
1349
+ MJRecordChangeReplayRunFormComponent,
1350
+ MJUserRoleFormComponent
1351
+ ],
1352
+ imports: [
1353
+ CommonModule,
1354
+ FormsModule,
1355
+ BaseFormsModule,
1356
+ EntityViewerModule,
1357
+ LinkDirectivesModule
1358
+ ],
1359
+ exports: []
1360
+ }]
1361
+ }], null, null); })();
1362
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [MJAIPromptRunMediaFormComponent,
1363
+ MJCompanyIntegrationFormComponent,
1364
+ MJEntityActionInvocationFormComponent,
1365
+ MJMCPServerFormComponent,
1366
+ MJPermissionDomainFormComponent,
1367
+ MJRecordChangeReplayRunFormComponent,
1368
+ MJUserRoleFormComponent], imports: [CommonModule,
1369
+ FormsModule,
1370
+ BaseFormsModule,
1371
+ EntityViewerModule,
1372
+ LinkDirectivesModule] }); })();
1373
+ export class GeneratedForms_SubModule_19 {
1374
+ static { this.ɵfac = function GeneratedForms_SubModule_19_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_19)(); }; }
1375
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_19 }); }
1376
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1377
+ FormsModule,
1378
+ BaseFormsModule,
1379
+ EntityViewerModule,
1380
+ LinkDirectivesModule] }); }
1381
+ }
1382
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_19, [{
1383
+ type: NgModule,
1384
+ args: [{
1385
+ declarations: [
1386
+ MJAIAgentModelFormComponent,
1387
+ MJAICredentialBindingFormComponent,
1388
+ MJAIModelModalityFormComponent,
1389
+ MJAIPromptFormComponent,
1390
+ MJAISkillSubAgentFormComponent,
1391
+ MJAIVendorFormComponent,
1392
+ MJClusterAnalysisFormComponent,
1393
+ MJCompanyIntegrationRecordMapFormComponent,
1394
+ MJContentSourceFormComponent,
1395
+ MJEncryptionKeyFormComponent,
1396
+ MJEntityPermissionFormComponent,
1397
+ MJErrorLogFormComponent,
1398
+ MJFileEntityRecordLinkFormComponent,
1399
+ MJLibraryItemFormComponent,
1400
+ MJListFormComponent,
1401
+ MJTagScopeFormComponent,
1402
+ MJUserNotificationFormComponent,
1403
+ MJVersionInstallationFormComponent,
1404
+ MJVersionLabelRestoreFormComponent
1405
+ ],
1406
+ imports: [
1407
+ CommonModule,
1408
+ FormsModule,
1409
+ BaseFormsModule,
1410
+ EntityViewerModule,
1411
+ LinkDirectivesModule
1412
+ ],
1413
+ exports: []
1414
+ }]
1415
+ }], null, null); })();
1416
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [MJAIAgentModelFormComponent,
1417
+ MJAICredentialBindingFormComponent,
1418
+ MJAIModelModalityFormComponent,
1419
+ MJAIPromptFormComponent,
1420
+ MJAISkillSubAgentFormComponent,
1421
+ MJAIVendorFormComponent,
1422
+ MJClusterAnalysisFormComponent,
1423
+ MJCompanyIntegrationRecordMapFormComponent,
1424
+ MJContentSourceFormComponent,
1425
+ MJEncryptionKeyFormComponent,
1426
+ MJEntityPermissionFormComponent,
1427
+ MJErrorLogFormComponent,
1428
+ MJFileEntityRecordLinkFormComponent,
1429
+ MJLibraryItemFormComponent,
1430
+ MJListFormComponent,
1431
+ MJTagScopeFormComponent,
1432
+ MJUserNotificationFormComponent,
1433
+ MJVersionInstallationFormComponent,
1434
+ MJVersionLabelRestoreFormComponent], imports: [CommonModule,
1435
+ FormsModule,
1436
+ BaseFormsModule,
1437
+ EntityViewerModule,
1438
+ LinkDirectivesModule] }); })();
1439
+ export class GeneratedForms_SubModule_20 {
1440
+ static { this.ɵfac = function GeneratedForms_SubModule_20_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_20)(); }; }
1441
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_20 }); }
1442
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1443
+ FormsModule,
1444
+ BaseFormsModule,
1445
+ EntityViewerModule,
1446
+ LinkDirectivesModule] }); }
1447
+ }
1448
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_20, [{
1449
+ type: NgModule,
1450
+ args: [{
1451
+ declarations: [
1452
+ MJAIModalityFormComponent,
1453
+ MJAISkillSearchScopeFormComponent,
1454
+ MJCompanyIntegrationRunDetailFormComponent,
1455
+ MJConversationArtifactFormComponent,
1456
+ MJEntityOrganicKeyRelatedEntityFormComponent,
1457
+ MJEntitySettingFormComponent,
1458
+ MJMagicLinkInviteAllowedPathFormComponent,
1459
+ MJTaskFormComponent,
1460
+ MJTestSuiteRunFormComponent
1461
+ ],
1462
+ imports: [
1463
+ CommonModule,
1464
+ FormsModule,
1465
+ BaseFormsModule,
1466
+ EntityViewerModule,
1467
+ LinkDirectivesModule
1468
+ ],
1469
+ exports: []
1470
+ }]
1471
+ }], null, null); })();
1472
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_20, { declarations: [MJAIModalityFormComponent,
1473
+ MJAISkillSearchScopeFormComponent,
1474
+ MJCompanyIntegrationRunDetailFormComponent,
1475
+ MJConversationArtifactFormComponent,
1476
+ MJEntityOrganicKeyRelatedEntityFormComponent,
1477
+ MJEntitySettingFormComponent,
1478
+ MJMagicLinkInviteAllowedPathFormComponent,
1479
+ MJTaskFormComponent,
1480
+ MJTestSuiteRunFormComponent], imports: [CommonModule,
1481
+ FormsModule,
1482
+ BaseFormsModule,
1483
+ EntityViewerModule,
1484
+ LinkDirectivesModule] }); })();
1485
+ export class GeneratedForms_SubModule_21 {
1486
+ static { this.ɵfac = function GeneratedForms_SubModule_21_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_21)(); }; }
1487
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_21 }); }
1488
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1489
+ FormsModule,
1490
+ BaseFormsModule,
1491
+ EntityViewerModule,
1492
+ LinkDirectivesModule] }); }
1493
+ }
1494
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_21, [{
1495
+ type: NgModule,
1496
+ args: [{
1497
+ declarations: [
1498
+ MJAIAgentClientToolFormComponent,
1499
+ MJAIAgentStepPathFormComponent,
1500
+ MJActionExecutionLogFormComponent,
1501
+ MJCompanyIntegrationSyncWatermarkFormComponent,
1502
+ MJComponentLibraryLinkFormComponent,
1503
+ MJExternalDataSourceTypeFormComponent,
1504
+ MJMCPToolFavoriteFormComponent,
1505
+ MJMaterializedResultQueryFormComponent,
1506
+ MJOutputFormatTypeFormComponent,
1507
+ MJQueueTaskFormComponent,
1508
+ MJRecommendationProviderFormComponent,
1509
+ MJRecordProcessCategoryFormComponent,
1510
+ MJTemplateCategoryFormComponent,
1511
+ MJUserViewRunDetailFormComponent,
1512
+ MJVersionLabelFormComponent
1513
+ ],
1514
+ imports: [
1515
+ CommonModule,
1516
+ FormsModule,
1517
+ BaseFormsModule,
1518
+ EntityViewerModule,
1519
+ LinkDirectivesModule
1520
+ ],
1521
+ exports: []
1522
+ }]
1523
+ }], null, null); })();
1524
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_21, { declarations: [MJAIAgentClientToolFormComponent,
1525
+ MJAIAgentStepPathFormComponent,
1526
+ MJActionExecutionLogFormComponent,
1527
+ MJCompanyIntegrationSyncWatermarkFormComponent,
1528
+ MJComponentLibraryLinkFormComponent,
1529
+ MJExternalDataSourceTypeFormComponent,
1530
+ MJMCPToolFavoriteFormComponent,
1531
+ MJMaterializedResultQueryFormComponent,
1532
+ MJOutputFormatTypeFormComponent,
1533
+ MJQueueTaskFormComponent,
1534
+ MJRecommendationProviderFormComponent,
1535
+ MJRecordProcessCategoryFormComponent,
1536
+ MJTemplateCategoryFormComponent,
1537
+ MJUserViewRunDetailFormComponent,
1538
+ MJVersionLabelFormComponent], imports: [CommonModule,
1539
+ FormsModule,
1540
+ BaseFormsModule,
1541
+ EntityViewerModule,
1542
+ LinkDirectivesModule] }); })();
1543
+ export class GeneratedForms_SubModule_22 {
1544
+ static { this.ɵfac = function GeneratedForms_SubModule_22_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_22)(); }; }
1545
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_22 }); }
1546
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1547
+ FormsModule,
1548
+ BaseFormsModule,
1549
+ EntityViewerModule,
1550
+ LinkDirectivesModule] }); }
1551
+ }
1552
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_22, [{
1553
+ type: NgModule,
1554
+ args: [{
1555
+ declarations: [
1556
+ MJAIAgentConfigurationFormComponent,
1557
+ MJAPIKeyApplicationFormComponent,
1558
+ MJContentItemDuplicateFormComponent,
1559
+ MJDashboardCategoryPermissionFormComponent,
1560
+ MJDuplicateRunDetailFormComponent,
1561
+ MJEmployeeCompanyIntegrationFormComponent,
1562
+ MJEntityDocumentRunFormComponent,
1563
+ MJIntegrationObjectFieldFormComponent,
1564
+ MJListInvitationFormComponent,
1565
+ MJQueueFormComponent,
1566
+ MJSearchScopeEntityFormComponent,
1567
+ MJSignatureRequestLogFormComponent,
1568
+ MJUserApplicationFormComponent,
1569
+ MJUserViewRunFormComponent
1570
+ ],
1571
+ imports: [
1572
+ CommonModule,
1573
+ FormsModule,
1574
+ BaseFormsModule,
1575
+ EntityViewerModule,
1576
+ LinkDirectivesModule
1577
+ ],
1578
+ exports: []
1579
+ }]
1580
+ }], null, null); })();
1581
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_22, { declarations: [MJAIAgentConfigurationFormComponent,
1582
+ MJAPIKeyApplicationFormComponent,
1583
+ MJContentItemDuplicateFormComponent,
1584
+ MJDashboardCategoryPermissionFormComponent,
1585
+ MJDuplicateRunDetailFormComponent,
1586
+ MJEmployeeCompanyIntegrationFormComponent,
1587
+ MJEntityDocumentRunFormComponent,
1588
+ MJIntegrationObjectFieldFormComponent,
1589
+ MJListInvitationFormComponent,
1590
+ MJQueueFormComponent,
1591
+ MJSearchScopeEntityFormComponent,
1592
+ MJSignatureRequestLogFormComponent,
1593
+ MJUserApplicationFormComponent,
1594
+ MJUserViewRunFormComponent], imports: [CommonModule,
1595
+ FormsModule,
1596
+ BaseFormsModule,
1597
+ EntityViewerModule,
1598
+ LinkDirectivesModule] }); })();
1599
+ export class GeneratedForms_SubModule_23 {
1600
+ static { this.ɵfac = function GeneratedForms_SubModule_23_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_23)(); }; }
1601
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_23 }); }
1602
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1603
+ FormsModule,
1604
+ BaseFormsModule,
1605
+ EntityViewerModule,
1606
+ LinkDirectivesModule] }); }
1607
+ }
1608
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_23, [{
1609
+ type: NgModule,
1610
+ args: [{
1611
+ declarations: [
1612
+ MJAIAgentSessionChannelFormComponent,
1613
+ MJAIConfigurationFormComponent,
1614
+ MJAPIKeyUsageLogFormComponent,
1615
+ MJActionFilterFormComponent,
1616
+ MJConversationSkillFormComponent,
1617
+ MJDashboardCategoryFormComponent,
1618
+ MJMLModelScoringBindingFormComponent,
1619
+ MJRoleFormComponent,
1620
+ MJScopedPromptConfigFormComponent,
1621
+ MJSearchExecutionLogFormComponent,
1622
+ MJSearchScopeTestQueryFormComponent,
1623
+ MJTaskDependencyFormComponent,
1624
+ MJTestFormComponent,
1625
+ MJTestTypeFormComponent
1626
+ ],
1627
+ imports: [
1628
+ CommonModule,
1629
+ FormsModule,
1630
+ BaseFormsModule,
1631
+ EntityViewerModule,
1632
+ LinkDirectivesModule
1633
+ ],
1634
+ exports: []
1635
+ }]
1636
+ }], null, null); })();
1637
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_23, { declarations: [MJAIAgentSessionChannelFormComponent,
1638
+ MJAIConfigurationFormComponent,
1639
+ MJAPIKeyUsageLogFormComponent,
1640
+ MJActionFilterFormComponent,
1641
+ MJConversationSkillFormComponent,
1642
+ MJDashboardCategoryFormComponent,
1643
+ MJMLModelScoringBindingFormComponent,
1644
+ MJRoleFormComponent,
1645
+ MJScopedPromptConfigFormComponent,
1646
+ MJSearchExecutionLogFormComponent,
1647
+ MJSearchScopeTestQueryFormComponent,
1648
+ MJTaskDependencyFormComponent,
1649
+ MJTestFormComponent,
1650
+ MJTestTypeFormComponent], imports: [CommonModule,
1651
+ FormsModule,
1652
+ BaseFormsModule,
1653
+ EntityViewerModule,
1654
+ LinkDirectivesModule] }); })();
1655
+ export class GeneratedForms_SubModule_24 {
1656
+ static { this.ɵfac = function GeneratedForms_SubModule_24_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_24)(); }; }
1657
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_24 }); }
1658
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1659
+ FormsModule,
1660
+ BaseFormsModule,
1661
+ EntityViewerModule,
1662
+ LinkDirectivesModule] }); }
1663
+ }
1664
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_24, [{
1665
+ type: NgModule,
1666
+ args: [{
1667
+ declarations: [
1668
+ MJAIAgentActionFormComponent,
1669
+ MJAIAgentStepFormComponent,
1670
+ MJAIArchitectureFormComponent,
1671
+ MJAPIKeyScopeFormComponent,
1672
+ MJApplicationEntityFormComponent,
1673
+ MJAuthorizationFormComponent,
1674
+ MJCompanyIntegrationFieldMapFormComponent,
1675
+ MJEntityFormOverrideFormComponent,
1676
+ MJFileStorageAccountPermissionFormComponent,
1677
+ MJMCPServerToolFormComponent,
1678
+ MJMLAlgorithmUseCaseRankingFormComponent,
1679
+ MJMLTrainingPipelineFormComponent,
1680
+ MJRecordChangeFormComponent,
1681
+ MJRecordLinkFormComponent,
1682
+ MJTestRubricFormComponent,
1683
+ MJTestRunFormComponent,
1684
+ MJUserRoutineFormComponent,
1685
+ MJWorkspaceFormComponent
1686
+ ],
1687
+ imports: [
1688
+ CommonModule,
1689
+ FormsModule,
1690
+ BaseFormsModule,
1691
+ EntityViewerModule,
1692
+ LinkDirectivesModule
1693
+ ],
1694
+ exports: []
1695
+ }]
1696
+ }], null, null); })();
1697
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_24, { declarations: [MJAIAgentActionFormComponent,
1698
+ MJAIAgentStepFormComponent,
1699
+ MJAIArchitectureFormComponent,
1700
+ MJAPIKeyScopeFormComponent,
1701
+ MJApplicationEntityFormComponent,
1702
+ MJAuthorizationFormComponent,
1703
+ MJCompanyIntegrationFieldMapFormComponent,
1704
+ MJEntityFormOverrideFormComponent,
1705
+ MJFileStorageAccountPermissionFormComponent,
1706
+ MJMCPServerToolFormComponent,
1707
+ MJMLAlgorithmUseCaseRankingFormComponent,
1708
+ MJMLTrainingPipelineFormComponent,
1709
+ MJRecordChangeFormComponent,
1710
+ MJRecordLinkFormComponent,
1711
+ MJTestRubricFormComponent,
1712
+ MJTestRunFormComponent,
1713
+ MJUserRoutineFormComponent,
1714
+ MJWorkspaceFormComponent], imports: [CommonModule,
1715
+ FormsModule,
1716
+ BaseFormsModule,
1717
+ EntityViewerModule,
1718
+ LinkDirectivesModule] }); })();
1719
+ export class GeneratedForms_SubModule_25 {
1720
+ static { this.ɵfac = function GeneratedForms_SubModule_25_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_25)(); }; }
1721
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_25 }); }
1722
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1723
+ FormsModule,
1724
+ BaseFormsModule,
1725
+ EntityViewerModule,
1726
+ LinkDirectivesModule] }); }
1727
+ }
1728
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_25, [{
1729
+ type: NgModule,
1730
+ args: [{
1731
+ declarations: [
1732
+ MJAIAgentChannelFormComponent,
1733
+ MJActionFormComponent,
1734
+ MJCommunicationLogFormComponent,
1735
+ MJConversationArtifactPermissionFormComponent,
1736
+ MJEntityDocumentTypeFormComponent,
1737
+ MJEntityFieldValueFormComponent,
1738
+ MJFormChromeRuleFormComponent,
1739
+ MJOpenAppDependencyFormComponent,
1740
+ MJSQLDialectFormComponent,
1741
+ MJScheduledJobFormComponent
1742
+ ],
1743
+ imports: [
1744
+ CommonModule,
1745
+ FormsModule,
1746
+ BaseFormsModule,
1747
+ EntityViewerModule,
1748
+ LinkDirectivesModule
1749
+ ],
1750
+ exports: []
1751
+ }]
1752
+ }], null, null); })();
1753
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_25, { declarations: [MJAIAgentChannelFormComponent,
1754
+ MJActionFormComponent,
1755
+ MJCommunicationLogFormComponent,
1756
+ MJConversationArtifactPermissionFormComponent,
1757
+ MJEntityDocumentTypeFormComponent,
1758
+ MJEntityFieldValueFormComponent,
1759
+ MJFormChromeRuleFormComponent,
1760
+ MJOpenAppDependencyFormComponent,
1761
+ MJSQLDialectFormComponent,
1762
+ MJScheduledJobFormComponent], imports: [CommonModule,
1763
+ FormsModule,
1764
+ BaseFormsModule,
1765
+ EntityViewerModule,
1766
+ LinkDirectivesModule] }); })();
1767
+ export class GeneratedForms_SubModule_26 {
1768
+ static { this.ɵfac = function GeneratedForms_SubModule_26_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_26)(); }; }
1769
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_26 }); }
1770
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1771
+ FormsModule,
1772
+ BaseFormsModule,
1773
+ EntityViewerModule,
1774
+ LinkDirectivesModule] }); }
1775
+ }
1776
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_26, [{
1777
+ type: NgModule,
1778
+ args: [{
1779
+ declarations: [
1780
+ MJActionParamFormComponent,
1781
+ MJConversationFormComponent,
1782
+ MJEntityActionInvocationTypeFormComponent,
1783
+ MJEntityCommunicationFieldFormComponent,
1784
+ MJEntityOrganicKeyFormComponent,
1785
+ MJEntityRecordDocumentFormComponent,
1786
+ MJOpenAppFormComponent,
1787
+ MJProcessRunDetailFormComponent,
1788
+ MJQueryPermissionFormComponent,
1380
1789
  MJRecordMergeLogFormComponent,
1381
- MJRecordProcessCategoryFormComponent,
1382
- MJRecordProcessWatermarkFormComponent,
1383
- MJRecordProcessFormComponent,
1384
- MJRemoteOperationCategoryFormComponent,
1385
1790
  MJRemoteOperationFormComponent,
1386
- MJResourceLinkFormComponent
1791
+ MJTagAuditLogFormComponent
1387
1792
  ],
1388
1793
  imports: [
1389
1794
  CommonModule,
@@ -1395,63 +1800,46 @@ export class GeneratedForms_SubModule_14 {
1395
1800
  exports: []
1396
1801
  }]
1397
1802
  }], null, null); })();
1398
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_14, { declarations: [MJQuerySQLFormComponent,
1399
- MJQueueTaskFormComponent,
1400
- MJQueueTypeFormComponent,
1401
- MJQueueFormComponent,
1402
- MJRecommendationItemFormComponent,
1403
- MJRecommendationProviderFormComponent,
1404
- MJRecommendationRunFormComponent,
1405
- MJRecommendationFormComponent,
1406
- MJRecordChangeReplayRunFormComponent,
1407
- MJRecordChangeFormComponent,
1408
- MJRecordGeoCodeFormComponent,
1409
- MJRecordLinkFormComponent,
1410
- MJRecordMergeDeletionLogFormComponent,
1803
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_26, { declarations: [MJActionParamFormComponent,
1804
+ MJConversationFormComponent,
1805
+ MJEntityActionInvocationTypeFormComponent,
1806
+ MJEntityCommunicationFieldFormComponent,
1807
+ MJEntityOrganicKeyFormComponent,
1808
+ MJEntityRecordDocumentFormComponent,
1809
+ MJOpenAppFormComponent,
1810
+ MJProcessRunDetailFormComponent,
1811
+ MJQueryPermissionFormComponent,
1411
1812
  MJRecordMergeLogFormComponent,
1412
- MJRecordProcessCategoryFormComponent,
1413
- MJRecordProcessWatermarkFormComponent,
1414
- MJRecordProcessFormComponent,
1415
- MJRemoteOperationCategoryFormComponent,
1416
1813
  MJRemoteOperationFormComponent,
1417
- MJResourceLinkFormComponent], imports: [CommonModule,
1814
+ MJTagAuditLogFormComponent], imports: [CommonModule,
1418
1815
  FormsModule,
1419
1816
  BaseFormsModule,
1420
1817
  EntityViewerModule,
1421
1818
  LinkDirectivesModule] }); })();
1422
- export class GeneratedForms_SubModule_15 {
1423
- static { this.ɵfac = function GeneratedForms_SubModule_15_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_15)(); }; }
1424
- static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_15 }); }
1819
+ export class GeneratedForms_SubModule_27 {
1820
+ static { this.ɵfac = function GeneratedForms_SubModule_27_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_27)(); }; }
1821
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_27 }); }
1425
1822
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1426
1823
  FormsModule,
1427
1824
  BaseFormsModule,
1428
1825
  EntityViewerModule,
1429
1826
  LinkDirectivesModule] }); }
1430
1827
  }
1431
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_15, [{
1828
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_27, [{
1432
1829
  type: NgModule,
1433
1830
  args: [{
1434
1831
  declarations: [
1435
- MJResourcePermissionFormComponent,
1436
- MJResourceTypeFormComponent,
1437
- MJRoleFormComponent,
1438
- MJRowLevelSecurityFilterFormComponent,
1439
- MJRSUPendingWorkFormComponent,
1440
- MJScheduledJobRunFormComponent,
1441
- MJScheduledJobTypeFormComponent,
1442
- MJScheduledJobFormComponent,
1443
- MJSchemaInfoFormComponent,
1444
- MJScopedPromptConfigFormComponent,
1445
- MJScopedPromptPartFormComponent,
1446
- MJSearchExecutionLogFormComponent,
1447
- MJSearchProviderFormComponent,
1448
- MJSearchScopeEntityFormComponent,
1449
- MJSearchScopeExternalIndexFormComponent,
1450
- MJSearchScopePermissionFormComponent,
1451
- MJSearchScopeProviderFormComponent,
1452
- MJSearchScopeStorageAccountFormComponent,
1453
- MJSearchScopeTestQueryFormComponent,
1454
- MJSearchScopeFormComponent
1832
+ MJAIAgentRequestFormComponent,
1833
+ MJAIAgentRequestTypeFormComponent,
1834
+ MJConversationWidgetInstanceFormComponent,
1835
+ MJDuplicateRunDetailMatchFormComponent,
1836
+ MJEntityCommunicationMessageTypeFormComponent,
1837
+ MJMagicLinkInviteApplicationFormComponent,
1838
+ MJTagSuggestionFormComponent,
1839
+ MJTestSuiteFormComponent,
1840
+ MJTestSuiteTestFormComponent,
1841
+ MJUserRecordLogFormComponent,
1842
+ MJUserRoutineRecipientFormComponent
1455
1843
  ],
1456
1844
  imports: [
1457
1845
  CommonModule,
@@ -1463,131 +1851,99 @@ export class GeneratedForms_SubModule_15 {
1463
1851
  exports: []
1464
1852
  }]
1465
1853
  }], null, null); })();
1466
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_15, { declarations: [MJResourcePermissionFormComponent,
1467
- MJResourceTypeFormComponent,
1468
- MJRoleFormComponent,
1469
- MJRowLevelSecurityFilterFormComponent,
1470
- MJRSUPendingWorkFormComponent,
1471
- MJScheduledJobRunFormComponent,
1472
- MJScheduledJobTypeFormComponent,
1473
- MJScheduledJobFormComponent,
1474
- MJSchemaInfoFormComponent,
1475
- MJScopedPromptConfigFormComponent,
1476
- MJScopedPromptPartFormComponent,
1477
- MJSearchExecutionLogFormComponent,
1478
- MJSearchProviderFormComponent,
1479
- MJSearchScopeEntityFormComponent,
1480
- MJSearchScopeExternalIndexFormComponent,
1481
- MJSearchScopePermissionFormComponent,
1482
- MJSearchScopeProviderFormComponent,
1483
- MJSearchScopeStorageAccountFormComponent,
1484
- MJSearchScopeTestQueryFormComponent,
1485
- MJSearchScopeFormComponent], imports: [CommonModule,
1854
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_27, { declarations: [MJAIAgentRequestFormComponent,
1855
+ MJAIAgentRequestTypeFormComponent,
1856
+ MJConversationWidgetInstanceFormComponent,
1857
+ MJDuplicateRunDetailMatchFormComponent,
1858
+ MJEntityCommunicationMessageTypeFormComponent,
1859
+ MJMagicLinkInviteApplicationFormComponent,
1860
+ MJTagSuggestionFormComponent,
1861
+ MJTestSuiteFormComponent,
1862
+ MJTestSuiteTestFormComponent,
1863
+ MJUserRecordLogFormComponent,
1864
+ MJUserRoutineRecipientFormComponent], imports: [CommonModule,
1486
1865
  FormsModule,
1487
1866
  BaseFormsModule,
1488
1867
  EntityViewerModule,
1489
1868
  LinkDirectivesModule] }); })();
1490
- export class GeneratedForms_SubModule_16 {
1491
- static { this.ɵfac = function GeneratedForms_SubModule_16_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_16)(); }; }
1492
- static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_16 }); }
1869
+ export class GeneratedForms_SubModule_28 {
1870
+ static { this.ɵfac = function GeneratedForms_SubModule_28_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_28)(); }; }
1871
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_28 }); }
1493
1872
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1494
1873
  FormsModule,
1495
1874
  BaseFormsModule,
1496
1875
  EntityViewerModule,
1497
- LinkDirectivesModule] }); }
1876
+ LinkDirectivesModule,
1877
+ JoinGridModule] }); }
1498
1878
  }
1499
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_16, [{
1879
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_28, [{
1500
1880
  type: NgModule,
1501
1881
  args: [{
1502
1882
  declarations: [
1883
+ MJAIAgentSessionBridgeParticipantFormComponent,
1884
+ MJAIModelActionFormComponent,
1885
+ MJAIRemoteBrowserProviderFormComponent,
1886
+ MJCommunicationProviderFormComponent,
1887
+ MJContentSourceParamFormComponent,
1888
+ MJEmployeeSkillFormComponent,
1889
+ MJEnvironmentFormComponent,
1890
+ MJListDetailFormComponent,
1891
+ MJPublicLinkFormComponent,
1892
+ MJRecordMergeDeletionLogFormComponent,
1893
+ MJSearchProviderFormComponent,
1503
1894
  MJSignatureAccountFormComponent,
1504
- MJSignatureProviderFormComponent,
1505
- MJSignatureRequestDocumentFormComponent,
1506
- MJSignatureRequestLogFormComponent,
1507
- MJSignatureRequestRecipientFormComponent,
1508
- MJSignatureRequestFormComponent,
1509
- MJSkillFormComponent,
1510
- MJSQLDialectFormComponent,
1511
- MJStateProvinceFormComponent,
1512
- MJTagAuditLogFormComponent,
1513
- MJTagCoOccurrenceFormComponent,
1514
- MJTagScopeFormComponent,
1515
- MJTagSuggestionFormComponent,
1516
- MJTagSynonymFormComponent,
1517
- MJTaggedItemFormComponent,
1518
- MJTagFormComponent,
1519
- MJTaskDependencyFormComponent,
1520
- MJTaskTypeFormComponent,
1521
- MJTaskFormComponent,
1522
- MJTemplateCategoryFormComponent
1895
+ MJTaskTypeFormComponent
1523
1896
  ],
1524
1897
  imports: [
1525
1898
  CommonModule,
1526
1899
  FormsModule,
1527
1900
  BaseFormsModule,
1528
1901
  EntityViewerModule,
1529
- LinkDirectivesModule
1902
+ LinkDirectivesModule,
1903
+ JoinGridModule
1530
1904
  ],
1531
1905
  exports: []
1532
1906
  }]
1533
1907
  }], null, null); })();
1534
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_16, { declarations: [MJSignatureAccountFormComponent,
1535
- MJSignatureProviderFormComponent,
1536
- MJSignatureRequestDocumentFormComponent,
1537
- MJSignatureRequestLogFormComponent,
1538
- MJSignatureRequestRecipientFormComponent,
1539
- MJSignatureRequestFormComponent,
1540
- MJSkillFormComponent,
1541
- MJSQLDialectFormComponent,
1542
- MJStateProvinceFormComponent,
1543
- MJTagAuditLogFormComponent,
1544
- MJTagCoOccurrenceFormComponent,
1545
- MJTagScopeFormComponent,
1546
- MJTagSuggestionFormComponent,
1547
- MJTagSynonymFormComponent,
1548
- MJTaggedItemFormComponent,
1549
- MJTagFormComponent,
1550
- MJTaskDependencyFormComponent,
1551
- MJTaskTypeFormComponent,
1552
- MJTaskFormComponent,
1553
- MJTemplateCategoryFormComponent], imports: [CommonModule,
1908
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_28, { declarations: [MJAIAgentSessionBridgeParticipantFormComponent,
1909
+ MJAIModelActionFormComponent,
1910
+ MJAIRemoteBrowserProviderFormComponent,
1911
+ MJCommunicationProviderFormComponent,
1912
+ MJContentSourceParamFormComponent,
1913
+ MJEmployeeSkillFormComponent,
1914
+ MJEnvironmentFormComponent,
1915
+ MJListDetailFormComponent,
1916
+ MJPublicLinkFormComponent,
1917
+ MJRecordMergeDeletionLogFormComponent,
1918
+ MJSearchProviderFormComponent,
1919
+ MJSignatureAccountFormComponent,
1920
+ MJTaskTypeFormComponent], imports: [CommonModule,
1554
1921
  FormsModule,
1555
1922
  BaseFormsModule,
1556
1923
  EntityViewerModule,
1557
- LinkDirectivesModule] }); })();
1558
- export class GeneratedForms_SubModule_17 {
1559
- static { this.ɵfac = function GeneratedForms_SubModule_17_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_17)(); }; }
1560
- static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_17 }); }
1924
+ LinkDirectivesModule,
1925
+ JoinGridModule] }); })();
1926
+ export class GeneratedForms_SubModule_29 {
1927
+ static { this.ɵfac = function GeneratedForms_SubModule_29_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_29)(); }; }
1928
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_29 }); }
1561
1929
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1562
1930
  FormsModule,
1563
1931
  BaseFormsModule,
1564
1932
  EntityViewerModule,
1565
1933
  LinkDirectivesModule] }); }
1566
1934
  }
1567
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_17, [{
1935
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_29, [{
1568
1936
  type: NgModule,
1569
1937
  args: [{
1570
1938
  declarations: [
1571
- MJTemplateContentTypeFormComponent,
1572
- MJTemplateContentFormComponent,
1573
- MJTemplateParamFormComponent,
1574
- MJTemplateFormComponent,
1575
- MJTestRubricFormComponent,
1576
- MJTestRunFeedbackFormComponent,
1577
- MJTestRunOutputTypeFormComponent,
1578
- MJTestRunOutputFormComponent,
1579
- MJTestRunFormComponent,
1580
- MJTestSuiteRunFormComponent,
1581
- MJTestSuiteTestFormComponent,
1582
- MJTestSuiteFormComponent,
1583
- MJTestTypeFormComponent,
1584
- MJTestFormComponent,
1585
- MJThemeFormComponent,
1586
- MJUserApplicationEntityFormComponent,
1587
- MJUserApplicationFormComponent,
1588
- MJUserFavoriteFormComponent,
1589
- MJUserNotificationPreferenceFormComponent,
1590
- MJUserNotificationTypeFormComponent
1939
+ MJAIBridgeProviderFormComponent,
1940
+ MJAIClientToolDefinitionFormComponent,
1941
+ MJContentProcessRunPromptRunFormComponent,
1942
+ MJExplorerNavigationItemFormComponent,
1943
+ MJExternalDataSourceFormComponent,
1944
+ MJFileCategoryFormComponent,
1945
+ MJRecordProcessFormComponent,
1946
+ MJTemplateFormComponent
1591
1947
  ],
1592
1948
  imports: [
1593
1949
  CommonModule,
@@ -1599,63 +1955,42 @@ export class GeneratedForms_SubModule_17 {
1599
1955
  exports: []
1600
1956
  }]
1601
1957
  }], null, null); })();
1602
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_17, { declarations: [MJTemplateContentTypeFormComponent,
1603
- MJTemplateContentFormComponent,
1604
- MJTemplateParamFormComponent,
1605
- MJTemplateFormComponent,
1606
- MJTestRubricFormComponent,
1607
- MJTestRunFeedbackFormComponent,
1608
- MJTestRunOutputTypeFormComponent,
1609
- MJTestRunOutputFormComponent,
1610
- MJTestRunFormComponent,
1611
- MJTestSuiteRunFormComponent,
1612
- MJTestSuiteTestFormComponent,
1613
- MJTestSuiteFormComponent,
1614
- MJTestTypeFormComponent,
1615
- MJTestFormComponent,
1616
- MJThemeFormComponent,
1617
- MJUserApplicationEntityFormComponent,
1618
- MJUserApplicationFormComponent,
1619
- MJUserFavoriteFormComponent,
1620
- MJUserNotificationPreferenceFormComponent,
1621
- MJUserNotificationTypeFormComponent], imports: [CommonModule,
1958
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_29, { declarations: [MJAIBridgeProviderFormComponent,
1959
+ MJAIClientToolDefinitionFormComponent,
1960
+ MJContentProcessRunPromptRunFormComponent,
1961
+ MJExplorerNavigationItemFormComponent,
1962
+ MJExternalDataSourceFormComponent,
1963
+ MJFileCategoryFormComponent,
1964
+ MJRecordProcessFormComponent,
1965
+ MJTemplateFormComponent], imports: [CommonModule,
1622
1966
  FormsModule,
1623
1967
  BaseFormsModule,
1624
1968
  EntityViewerModule,
1625
1969
  LinkDirectivesModule] }); })();
1626
- export class GeneratedForms_SubModule_18 {
1627
- static { this.ɵfac = function GeneratedForms_SubModule_18_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_18)(); }; }
1628
- static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_18 }); }
1970
+ export class GeneratedForms_SubModule_30 {
1971
+ static { this.ɵfac = function GeneratedForms_SubModule_30_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_30)(); }; }
1972
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_30 }); }
1629
1973
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1630
1974
  FormsModule,
1631
1975
  BaseFormsModule,
1632
1976
  EntityViewerModule,
1633
1977
  LinkDirectivesModule] }); }
1634
1978
  }
1635
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_18, [{
1979
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_30, [{
1636
1980
  type: NgModule,
1637
1981
  args: [{
1638
1982
  declarations: [
1639
- MJUserNotificationFormComponent,
1640
- MJUserRecordLogFormComponent,
1641
- MJUserRoleFormComponent,
1642
- MJUserRoutineRecipientFormComponent,
1643
- MJUserRoutineRunFormComponent,
1644
- MJUserRoutineFormComponent,
1645
- MJUserSettingFormComponent,
1646
- MJUserViewCategoryFormComponent,
1647
- MJUserViewRunDetailFormComponent,
1648
- MJUserViewRunFormComponent,
1649
- MJUserViewFormComponent,
1650
- MJUserFormComponent,
1651
- MJVectorDatabaseFormComponent,
1652
- MJVectorIndexFormComponent,
1653
- MJVersionInstallationFormComponent,
1654
- MJVersionLabelItemFormComponent,
1655
- MJVersionLabelRestoreFormComponent,
1656
- MJVersionLabelFormComponent,
1657
- MJViewTypeFormComponent,
1658
- MJWorkspaceItemFormComponent
1983
+ MJAIAgentCategoryFormComponent,
1984
+ MJAISkillFormComponent,
1985
+ MJEntityActionFilterFormComponent,
1986
+ MJExperimentFormComponent,
1987
+ MJListShareFormComponent,
1988
+ MJQueueTypeFormComponent,
1989
+ MJRecommendationFormComponent,
1990
+ MJRecordGeoCodeFormComponent,
1991
+ MJScheduledJobRunFormComponent,
1992
+ MJTemplateParamFormComponent,
1993
+ MJUserFavoriteFormComponent
1659
1994
  ],
1660
1995
  imports: [
1661
1996
  CommonModule,
@@ -1667,44 +2002,43 @@ export class GeneratedForms_SubModule_18 {
1667
2002
  exports: []
1668
2003
  }]
1669
2004
  }], null, null); })();
1670
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_18, { declarations: [MJUserNotificationFormComponent,
1671
- MJUserRecordLogFormComponent,
1672
- MJUserRoleFormComponent,
1673
- MJUserRoutineRecipientFormComponent,
1674
- MJUserRoutineRunFormComponent,
1675
- MJUserRoutineFormComponent,
1676
- MJUserSettingFormComponent,
1677
- MJUserViewCategoryFormComponent,
1678
- MJUserViewRunDetailFormComponent,
1679
- MJUserViewRunFormComponent,
1680
- MJUserViewFormComponent,
1681
- MJUserFormComponent,
1682
- MJVectorDatabaseFormComponent,
1683
- MJVectorIndexFormComponent,
1684
- MJVersionInstallationFormComponent,
1685
- MJVersionLabelItemFormComponent,
1686
- MJVersionLabelRestoreFormComponent,
1687
- MJVersionLabelFormComponent,
1688
- MJViewTypeFormComponent,
1689
- MJWorkspaceItemFormComponent], imports: [CommonModule,
2005
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_30, { declarations: [MJAIAgentCategoryFormComponent,
2006
+ MJAISkillFormComponent,
2007
+ MJEntityActionFilterFormComponent,
2008
+ MJExperimentFormComponent,
2009
+ MJListShareFormComponent,
2010
+ MJQueueTypeFormComponent,
2011
+ MJRecommendationFormComponent,
2012
+ MJRecordGeoCodeFormComponent,
2013
+ MJScheduledJobRunFormComponent,
2014
+ MJTemplateParamFormComponent,
2015
+ MJUserFavoriteFormComponent], imports: [CommonModule,
1690
2016
  FormsModule,
1691
2017
  BaseFormsModule,
1692
2018
  EntityViewerModule,
1693
2019
  LinkDirectivesModule] }); })();
1694
- export class GeneratedForms_SubModule_19 {
1695
- static { this.ɵfac = function GeneratedForms_SubModule_19_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_19)(); }; }
1696
- static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_19 }); }
2020
+ export class GeneratedForms_SubModule_31 {
2021
+ static { this.ɵfac = function GeneratedForms_SubModule_31_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || GeneratedForms_SubModule_31)(); }; }
2022
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: GeneratedForms_SubModule_31 }); }
1697
2023
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
1698
2024
  FormsModule,
1699
2025
  BaseFormsModule,
1700
2026
  EntityViewerModule,
1701
2027
  LinkDirectivesModule] }); }
1702
2028
  }
1703
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_19, [{
2029
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(GeneratedForms_SubModule_31, [{
1704
2030
  type: NgModule,
1705
2031
  args: [{
1706
2032
  declarations: [
1707
- MJWorkspaceFormComponent
2033
+ MJConversationDetailArtifactFormComponent,
2034
+ MJDashboardFormComponent,
2035
+ MJEntityRelationshipDisplayComponentFormComponent,
2036
+ MJIntegrationURLFormatFormComponent,
2037
+ MJMCPServerConnectionPermissionFormComponent,
2038
+ MJQuerySQLFormComponent,
2039
+ MJRecommendationRunFormComponent,
2040
+ MJResourceLinkFormComponent,
2041
+ MJTagFormComponent
1708
2042
  ],
1709
2043
  imports: [
1710
2044
  CommonModule,
@@ -1716,7 +2050,15 @@ export class GeneratedForms_SubModule_19 {
1716
2050
  exports: []
1717
2051
  }]
1718
2052
  }], null, null); })();
1719
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_19, { declarations: [MJWorkspaceFormComponent], imports: [CommonModule,
2053
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_31, { declarations: [MJConversationDetailArtifactFormComponent,
2054
+ MJDashboardFormComponent,
2055
+ MJEntityRelationshipDisplayComponentFormComponent,
2056
+ MJIntegrationURLFormatFormComponent,
2057
+ MJMCPServerConnectionPermissionFormComponent,
2058
+ MJQuerySQLFormComponent,
2059
+ MJRecommendationRunFormComponent,
2060
+ MJResourceLinkFormComponent,
2061
+ MJTagFormComponent], imports: [CommonModule,
1720
2062
  FormsModule,
1721
2063
  BaseFormsModule,
1722
2064
  EntityViewerModule,
@@ -1743,7 +2085,19 @@ export class CoreGeneratedFormsModule {
1743
2085
  GeneratedForms_SubModule_16,
1744
2086
  GeneratedForms_SubModule_17,
1745
2087
  GeneratedForms_SubModule_18,
1746
- GeneratedForms_SubModule_19] }); }
2088
+ GeneratedForms_SubModule_19,
2089
+ GeneratedForms_SubModule_20,
2090
+ GeneratedForms_SubModule_21,
2091
+ GeneratedForms_SubModule_22,
2092
+ GeneratedForms_SubModule_23,
2093
+ GeneratedForms_SubModule_24,
2094
+ GeneratedForms_SubModule_25,
2095
+ GeneratedForms_SubModule_26,
2096
+ GeneratedForms_SubModule_27,
2097
+ GeneratedForms_SubModule_28,
2098
+ GeneratedForms_SubModule_29,
2099
+ GeneratedForms_SubModule_30,
2100
+ GeneratedForms_SubModule_31] }); }
1747
2101
  }
1748
2102
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CoreGeneratedFormsModule, [{
1749
2103
  type: NgModule,
@@ -1769,9 +2123,21 @@ export class CoreGeneratedFormsModule {
1769
2123
  GeneratedForms_SubModule_16,
1770
2124
  GeneratedForms_SubModule_17,
1771
2125
  GeneratedForms_SubModule_18,
1772
- GeneratedForms_SubModule_19
2126
+ GeneratedForms_SubModule_19,
2127
+ GeneratedForms_SubModule_20,
2128
+ GeneratedForms_SubModule_21,
2129
+ GeneratedForms_SubModule_22,
2130
+ GeneratedForms_SubModule_23,
2131
+ GeneratedForms_SubModule_24,
2132
+ GeneratedForms_SubModule_25,
2133
+ GeneratedForms_SubModule_26,
2134
+ GeneratedForms_SubModule_27,
2135
+ GeneratedForms_SubModule_28,
2136
+ GeneratedForms_SubModule_29,
2137
+ GeneratedForms_SubModule_30,
2138
+ GeneratedForms_SubModule_31
1773
2139
  ]
1774
2140
  }]
1775
2141
  }], null, null); })();
1776
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15, GeneratedForms_SubModule_16, GeneratedForms_SubModule_17, GeneratedForms_SubModule_18, GeneratedForms_SubModule_19] }); })();
2142
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(CoreGeneratedFormsModule, { imports: [GeneratedForms_SubModule_0, GeneratedForms_SubModule_1, GeneratedForms_SubModule_2, GeneratedForms_SubModule_3, GeneratedForms_SubModule_4, GeneratedForms_SubModule_5, GeneratedForms_SubModule_6, GeneratedForms_SubModule_7, GeneratedForms_SubModule_8, GeneratedForms_SubModule_9, GeneratedForms_SubModule_10, GeneratedForms_SubModule_11, GeneratedForms_SubModule_12, GeneratedForms_SubModule_13, GeneratedForms_SubModule_14, GeneratedForms_SubModule_15, GeneratedForms_SubModule_16, GeneratedForms_SubModule_17, GeneratedForms_SubModule_18, GeneratedForms_SubModule_19, GeneratedForms_SubModule_20, GeneratedForms_SubModule_21, GeneratedForms_SubModule_22, GeneratedForms_SubModule_23, GeneratedForms_SubModule_24, GeneratedForms_SubModule_25, GeneratedForms_SubModule_26, GeneratedForms_SubModule_27, GeneratedForms_SubModule_28, GeneratedForms_SubModule_29, GeneratedForms_SubModule_30, GeneratedForms_SubModule_31] }); })();
1777
2143
  //# sourceMappingURL=generated-forms.module.js.map