@memberjunction/ng-core-entity-forms 3.1.1 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/lib/generated/Entities/APIKey/apikey.form.component.d.ts +11 -0
  2. package/dist/lib/generated/Entities/APIKey/apikey.form.component.d.ts.map +1 -0
  3. package/dist/lib/generated/Entities/APIKey/apikey.form.component.js +122 -0
  4. package/dist/lib/generated/Entities/APIKey/apikey.form.component.js.map +1 -0
  5. package/dist/lib/generated/Entities/APIKeyScope/apikeyscope.form.component.d.ts +11 -0
  6. package/dist/lib/generated/Entities/APIKeyScope/apikeyscope.form.component.d.ts.map +1 -0
  7. package/dist/lib/generated/Entities/APIKeyScope/apikeyscope.form.component.js +67 -0
  8. package/dist/lib/generated/Entities/APIKeyScope/apikeyscope.form.component.js.map +1 -0
  9. package/dist/lib/generated/Entities/APIKeyUsageLog/apikeyusagelog.form.component.d.ts +11 -0
  10. package/dist/lib/generated/Entities/APIKeyUsageLog/apikeyusagelog.form.component.d.ts.map +1 -0
  11. package/dist/lib/generated/Entities/APIKeyUsageLog/apikeyusagelog.form.component.js +83 -0
  12. package/dist/lib/generated/Entities/APIKeyUsageLog/apikeyusagelog.form.component.js.map +1 -0
  13. package/dist/lib/generated/Entities/APIScope/apiscope.form.component.d.ts +11 -0
  14. package/dist/lib/generated/Entities/APIScope/apiscope.form.component.d.ts.map +1 -0
  15. package/dist/lib/generated/Entities/APIScope/apiscope.form.component.js +78 -0
  16. package/dist/lib/generated/Entities/APIScope/apiscope.form.component.js.map +1 -0
  17. package/dist/lib/generated/Entities/Credential/credential.form.component.d.ts.map +1 -1
  18. package/dist/lib/generated/Entities/Credential/credential.form.component.js +22 -4
  19. package/dist/lib/generated/Entities/Credential/credential.form.component.js.map +1 -1
  20. package/dist/lib/generated/Entities/FileStorageAccount/filestorageaccount.form.component.d.ts +11 -0
  21. package/dist/lib/generated/Entities/FileStorageAccount/filestorageaccount.form.component.d.ts.map +1 -0
  22. package/dist/lib/generated/Entities/FileStorageAccount/filestorageaccount.form.component.js +71 -0
  23. package/dist/lib/generated/Entities/FileStorageAccount/filestorageaccount.form.component.js.map +1 -0
  24. package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.d.ts.map +1 -1
  25. package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.js +45 -17
  26. package/dist/lib/generated/Entities/FileStorageProvider/filestorageprovider.form.component.js.map +1 -1
  27. package/dist/lib/generated/Entities/Template/template.form.component.d.ts.map +1 -1
  28. package/dist/lib/generated/Entities/Template/template.form.component.js +45 -9
  29. package/dist/lib/generated/Entities/Template/template.form.component.js.map +1 -1
  30. package/dist/lib/generated/Entities/User/user.form.component.d.ts.map +1 -1
  31. package/dist/lib/generated/Entities/User/user.form.component.js +218 -164
  32. package/dist/lib/generated/Entities/User/user.form.component.js.map +1 -1
  33. package/dist/lib/generated/Entities/UserNotification/usernotification.form.component.js +11 -7
  34. package/dist/lib/generated/Entities/UserNotification/usernotification.form.component.js.map +1 -1
  35. package/dist/lib/generated/Entities/UserNotificationPreference/usernotificationpreference.form.component.d.ts +11 -0
  36. package/dist/lib/generated/Entities/UserNotificationPreference/usernotificationpreference.form.component.d.ts.map +1 -0
  37. package/dist/lib/generated/Entities/UserNotificationPreference/usernotificationpreference.form.component.js +75 -0
  38. package/dist/lib/generated/Entities/UserNotificationPreference/usernotificationpreference.form.component.js.map +1 -0
  39. package/dist/lib/generated/Entities/UserNotificationType/usernotificationtype.form.component.d.ts +11 -0
  40. package/dist/lib/generated/Entities/UserNotificationType/usernotificationtype.form.component.d.ts.map +1 -0
  41. package/dist/lib/generated/Entities/UserNotificationType/usernotificationtype.form.component.js +130 -0
  42. package/dist/lib/generated/Entities/UserNotificationType/usernotificationtype.form.component.js.map +1 -0
  43. package/dist/lib/generated/generated-forms.module.d.ts +170 -164
  44. package/dist/lib/generated/generated-forms.module.d.ts.map +1 -1
  45. package/dist/lib/generated/generated-forms.module.js +110 -86
  46. package/dist/lib/generated/generated-forms.module.js.map +1 -1
  47. package/package.json +30 -30
  48. package/dist/lib/generated/Entities/flyway_schema_history/flyway_schema_history.form.component.d.ts +0 -11
  49. package/dist/lib/generated/Entities/flyway_schema_history/flyway_schema_history.form.component.d.ts.map +0 -1
  50. package/dist/lib/generated/Entities/flyway_schema_history/flyway_schema_history.form.component.js +0 -67
  51. package/dist/lib/generated/Entities/flyway_schema_history/flyway_schema_history.form.component.js.map +0 -1
@@ -118,7 +118,6 @@ import { FileCategoryFormComponent, LoadFileCategoryFormComponent } from "./Enti
118
118
  import { FileEntityRecordLinkFormComponent, LoadFileEntityRecordLinkFormComponent } from "./Entities/FileEntityRecordLink/fileentityrecordlink.form.component";
119
119
  import { FileStorageProviderFormComponent, LoadFileStorageProviderFormComponent } from "./Entities/FileStorageProvider/filestorageprovider.form.component";
120
120
  import { FileFormComponent, LoadFileFormComponent } from "./Entities/File/file.form.component";
121
- import { flyway_schema_historyFormComponent, Loadflyway_schema_historyFormComponent } from "./Entities/flyway_schema_history/flyway_schema_history.form.component";
122
121
  import { GeneratedCodeCategoryFormComponent, LoadGeneratedCodeCategoryFormComponent } from "./Entities/GeneratedCodeCategory/generatedcodecategory.form.component";
123
122
  import { GeneratedCodeFormComponent, LoadGeneratedCodeFormComponent } from "./Entities/GeneratedCode/generatedcode.form.component";
124
123
  import { IntegrationURLFormatFormComponent, LoadIntegrationURLFormatFormComponent } from "./Entities/IntegrationURLFormat/integrationurlformat.form.component";
@@ -160,6 +159,10 @@ import { AIPromptRunFormComponent, LoadAIPromptRunFormComponent } from "./Entiti
160
159
  import { AIVendorTypeDefinitionFormComponent, LoadAIVendorTypeDefinitionFormComponent } from "./Entities/AIVendorTypeDefinition/aivendortypedefinition.form.component";
161
160
  import { AIVendorTypeFormComponent, LoadAIVendorTypeFormComponent } from "./Entities/AIVendorType/aivendortype.form.component";
162
161
  import { AIVendorFormComponent, LoadAIVendorFormComponent } from "./Entities/AIVendor/aivendor.form.component";
162
+ import { APIKeyScopeFormComponent, LoadAPIKeyScopeFormComponent } from "./Entities/APIKeyScope/apikeyscope.form.component";
163
+ import { APIKeyUsageLogFormComponent, LoadAPIKeyUsageLogFormComponent } from "./Entities/APIKeyUsageLog/apikeyusagelog.form.component";
164
+ import { APIKeyFormComponent, LoadAPIKeyFormComponent } from "./Entities/APIKey/apikey.form.component";
165
+ import { APIScopeFormComponent, LoadAPIScopeFormComponent } from "./Entities/APIScope/apiscope.form.component";
163
166
  import { ArtifactPermissionFormComponent, LoadArtifactPermissionFormComponent } from "./Entities/ArtifactPermission/artifactpermission.form.component";
164
167
  import { ArtifactTypeFormComponent, LoadArtifactTypeFormComponent } from "./Entities/ArtifactType/artifacttype.form.component";
165
168
  import { ArtifactUseFormComponent, LoadArtifactUseFormComponent } from "./Entities/ArtifactUse/artifactuse.form.component";
@@ -193,6 +196,7 @@ import { EncryptionAlgorithmFormComponent, LoadEncryptionAlgorithmFormComponent
193
196
  import { EncryptionKeySourceFormComponent, LoadEncryptionKeySourceFormComponent } from "./Entities/EncryptionKeySource/encryptionkeysource.form.component";
194
197
  import { EncryptionKeyFormComponent, LoadEncryptionKeyFormComponent } from "./Entities/EncryptionKey/encryptionkey.form.component";
195
198
  import { EnvironmentFormComponent, LoadEnvironmentFormComponent } from "./Entities/Environment/environment.form.component";
199
+ import { FileStorageAccountFormComponent, LoadFileStorageAccountFormComponent } from "./Entities/FileStorageAccount/filestorageaccount.form.component";
196
200
  import { ListInvitationFormComponent, LoadListInvitationFormComponent } from "./Entities/ListInvitation/listinvitation.form.component";
197
201
  import { ListShareFormComponent, LoadListShareFormComponent } from "./Entities/ListShare/listshare.form.component";
198
202
  import { ProjectFormComponent, LoadProjectFormComponent } from "./Entities/Project/project.form.component";
@@ -215,6 +219,8 @@ import { TestSuiteTestFormComponent, LoadTestSuiteTestFormComponent } from "./En
215
219
  import { TestSuiteFormComponent, LoadTestSuiteFormComponent } from "./Entities/TestSuite/testsuite.form.component";
216
220
  import { TestTypeFormComponent, LoadTestTypeFormComponent } from "./Entities/TestType/testtype.form.component";
217
221
  import { TestFormComponent, LoadTestFormComponent } from "./Entities/Test/test.form.component";
222
+ import { UserNotificationPreferenceFormComponent, LoadUserNotificationPreferenceFormComponent } from "./Entities/UserNotificationPreference/usernotificationpreference.form.component";
223
+ import { UserNotificationTypeFormComponent, LoadUserNotificationTypeFormComponent } from "./Entities/UserNotificationType/usernotificationtype.form.component";
218
224
  import { UserSettingFormComponent, LoadUserSettingFormComponent } from "./Entities/UserSetting/usersetting.form.component";
219
225
  import { OutputDeliveryTypeFormComponent, LoadOutputDeliveryTypeFormComponent } from "./Entities/OutputDeliveryType/outputdeliverytype.form.component";
220
226
  import { OutputFormatTypeFormComponent, LoadOutputFormatTypeFormComponent } from "./Entities/OutputFormatType/outputformattype.form.component";
@@ -695,11 +701,11 @@ export class GeneratedForms_SubModule_4 {
695
701
  FileEntityRecordLinkFormComponent,
696
702
  FileStorageProviderFormComponent,
697
703
  FileFormComponent,
698
- flyway_schema_historyFormComponent,
699
704
  GeneratedCodeCategoryFormComponent,
700
705
  GeneratedCodeFormComponent,
701
706
  IntegrationURLFormatFormComponent,
702
- IntegrationFormComponent
707
+ IntegrationFormComponent,
708
+ LibraryFormComponent
703
709
  ],
704
710
  imports: [
705
711
  CommonModule,
@@ -735,11 +741,11 @@ export class GeneratedForms_SubModule_4 {
735
741
  FileEntityRecordLinkFormComponent,
736
742
  FileStorageProviderFormComponent,
737
743
  FileFormComponent,
738
- flyway_schema_historyFormComponent,
739
744
  GeneratedCodeCategoryFormComponent,
740
745
  GeneratedCodeFormComponent,
741
746
  IntegrationURLFormatFormComponent,
742
- IntegrationFormComponent], imports: [CommonModule,
747
+ IntegrationFormComponent,
748
+ LibraryFormComponent], imports: [CommonModule,
743
749
  FormsModule,
744
750
  LayoutModule,
745
751
  InputsModule,
@@ -775,7 +781,6 @@ export class GeneratedForms_SubModule_5 {
775
781
  type: NgModule,
776
782
  args: [{
777
783
  declarations: [
778
- LibraryFormComponent,
779
784
  LibraryItemFormComponent,
780
785
  ListCategoryFormComponent,
781
786
  ListDetailFormComponent,
@@ -794,7 +799,8 @@ export class GeneratedForms_SubModule_5 {
794
799
  AIAgentRunFormComponent,
795
800
  AIAgentStepPathFormComponent,
796
801
  AIAgentStepFormComponent,
797
- AIAgentTypeFormComponent
802
+ AIAgentTypeFormComponent,
803
+ AIArchitectureFormComponent
798
804
  ],
799
805
  imports: [
800
806
  CommonModule,
@@ -815,8 +821,7 @@ export class GeneratedForms_SubModule_5 {
815
821
  exports: []
816
822
  }]
817
823
  }], null, null); })();
818
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [LibraryFormComponent,
819
- LibraryItemFormComponent,
824
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_5, { declarations: [LibraryItemFormComponent,
820
825
  ListCategoryFormComponent,
821
826
  ListDetailFormComponent,
822
827
  ListFormComponent,
@@ -834,7 +839,8 @@ export class GeneratedForms_SubModule_5 {
834
839
  AIAgentRunFormComponent,
835
840
  AIAgentStepPathFormComponent,
836
841
  AIAgentStepFormComponent,
837
- AIAgentTypeFormComponent], imports: [CommonModule,
842
+ AIAgentTypeFormComponent,
843
+ AIArchitectureFormComponent], imports: [CommonModule,
838
844
  FormsModule,
839
845
  LayoutModule,
840
846
  InputsModule,
@@ -870,7 +876,6 @@ export class GeneratedForms_SubModule_6 {
870
876
  type: NgModule,
871
877
  args: [{
872
878
  declarations: [
873
- AIArchitectureFormComponent,
874
879
  AIConfigurationParamFormComponent,
875
880
  AIConfigurationFormComponent,
876
881
  AICredentialBindingFormComponent,
@@ -887,9 +892,10 @@ export class GeneratedForms_SubModule_6 {
887
892
  AIVendorTypeDefinitionFormComponent,
888
893
  AIVendorTypeFormComponent,
889
894
  AIVendorFormComponent,
890
- ArtifactPermissionFormComponent,
891
- ArtifactTypeFormComponent,
892
- ArtifactUseFormComponent
895
+ APIKeyScopeFormComponent,
896
+ APIKeyUsageLogFormComponent,
897
+ APIKeyFormComponent,
898
+ APIScopeFormComponent
893
899
  ],
894
900
  imports: [
895
901
  CommonModule,
@@ -910,8 +916,7 @@ export class GeneratedForms_SubModule_6 {
910
916
  exports: []
911
917
  }]
912
918
  }], null, null); })();
913
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [AIArchitectureFormComponent,
914
- AIConfigurationParamFormComponent,
919
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_6, { declarations: [AIConfigurationParamFormComponent,
915
920
  AIConfigurationFormComponent,
916
921
  AICredentialBindingFormComponent,
917
922
  AIModalityFormComponent,
@@ -927,9 +932,10 @@ export class GeneratedForms_SubModule_6 {
927
932
  AIVendorTypeDefinitionFormComponent,
928
933
  AIVendorTypeFormComponent,
929
934
  AIVendorFormComponent,
930
- ArtifactPermissionFormComponent,
931
- ArtifactTypeFormComponent,
932
- ArtifactUseFormComponent], imports: [CommonModule,
935
+ APIKeyScopeFormComponent,
936
+ APIKeyUsageLogFormComponent,
937
+ APIKeyFormComponent,
938
+ APIScopeFormComponent], imports: [CommonModule,
933
939
  FormsModule,
934
940
  LayoutModule,
935
941
  InputsModule,
@@ -965,6 +971,9 @@ export class GeneratedForms_SubModule_7 {
965
971
  type: NgModule,
966
972
  args: [{
967
973
  declarations: [
974
+ ArtifactPermissionFormComponent,
975
+ ArtifactTypeFormComponent,
976
+ ArtifactUseFormComponent,
968
977
  ArtifactVersionAttributeFormComponent,
969
978
  ArtifactVersionFormComponent,
970
979
  ArtifactFormComponent,
@@ -981,10 +990,7 @@ export class GeneratedForms_SubModule_7 {
981
990
  ConversationArtifactFormComponent,
982
991
  ConversationDetailArtifactFormComponent,
983
992
  ConversationDetailAttachmentFormComponent,
984
- ConversationDetailRatingFormComponent,
985
- CredentialCategoryFormComponent,
986
- CredentialTypeFormComponent,
987
- CredentialFormComponent
993
+ ConversationDetailRatingFormComponent
988
994
  ],
989
995
  imports: [
990
996
  CommonModule,
@@ -1005,7 +1011,10 @@ export class GeneratedForms_SubModule_7 {
1005
1011
  exports: []
1006
1012
  }]
1007
1013
  }], null, null); })();
1008
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [ArtifactVersionAttributeFormComponent,
1014
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_7, { declarations: [ArtifactPermissionFormComponent,
1015
+ ArtifactTypeFormComponent,
1016
+ ArtifactUseFormComponent,
1017
+ ArtifactVersionAttributeFormComponent,
1009
1018
  ArtifactVersionFormComponent,
1010
1019
  ArtifactFormComponent,
1011
1020
  CollectionArtifactFormComponent,
@@ -1021,10 +1030,7 @@ export class GeneratedForms_SubModule_7 {
1021
1030
  ConversationArtifactFormComponent,
1022
1031
  ConversationDetailArtifactFormComponent,
1023
1032
  ConversationDetailAttachmentFormComponent,
1024
- ConversationDetailRatingFormComponent,
1025
- CredentialCategoryFormComponent,
1026
- CredentialTypeFormComponent,
1027
- CredentialFormComponent], imports: [CommonModule,
1033
+ ConversationDetailRatingFormComponent], imports: [CommonModule,
1028
1034
  FormsModule,
1029
1035
  LayoutModule,
1030
1036
  InputsModule,
@@ -1060,6 +1066,9 @@ export class GeneratedForms_SubModule_8 {
1060
1066
  type: NgModule,
1061
1067
  args: [{
1062
1068
  declarations: [
1069
+ CredentialCategoryFormComponent,
1070
+ CredentialTypeFormComponent,
1071
+ CredentialFormComponent,
1063
1072
  DashboardCategoryLinkFormComponent,
1064
1073
  DashboardCategoryPermissionFormComponent,
1065
1074
  DashboardPartTypeFormComponent,
@@ -1070,16 +1079,13 @@ export class GeneratedForms_SubModule_8 {
1070
1079
  EncryptionKeySourceFormComponent,
1071
1080
  EncryptionKeyFormComponent,
1072
1081
  EnvironmentFormComponent,
1082
+ FileStorageAccountFormComponent,
1073
1083
  ListInvitationFormComponent,
1074
1084
  ListShareFormComponent,
1075
1085
  ProjectFormComponent,
1076
1086
  PublicLinkFormComponent,
1077
1087
  QueryParameterFormComponent,
1078
- RecordLinkFormComponent,
1079
- ReportUserStateFormComponent,
1080
- ReportVersionFormComponent,
1081
- ScheduledJobRunFormComponent,
1082
- ScheduledJobTypeFormComponent
1088
+ RecordLinkFormComponent
1083
1089
  ],
1084
1090
  imports: [
1085
1091
  CommonModule,
@@ -1100,7 +1106,10 @@ export class GeneratedForms_SubModule_8 {
1100
1106
  exports: []
1101
1107
  }]
1102
1108
  }], null, null); })();
1103
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [DashboardCategoryLinkFormComponent,
1109
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_8, { declarations: [CredentialCategoryFormComponent,
1110
+ CredentialTypeFormComponent,
1111
+ CredentialFormComponent,
1112
+ DashboardCategoryLinkFormComponent,
1104
1113
  DashboardCategoryPermissionFormComponent,
1105
1114
  DashboardPartTypeFormComponent,
1106
1115
  DashboardPermissionFormComponent,
@@ -1110,16 +1119,13 @@ export class GeneratedForms_SubModule_8 {
1110
1119
  EncryptionKeySourceFormComponent,
1111
1120
  EncryptionKeyFormComponent,
1112
1121
  EnvironmentFormComponent,
1122
+ FileStorageAccountFormComponent,
1113
1123
  ListInvitationFormComponent,
1114
1124
  ListShareFormComponent,
1115
1125
  ProjectFormComponent,
1116
1126
  PublicLinkFormComponent,
1117
1127
  QueryParameterFormComponent,
1118
- RecordLinkFormComponent,
1119
- ReportUserStateFormComponent,
1120
- ReportVersionFormComponent,
1121
- ScheduledJobRunFormComponent,
1122
- ScheduledJobTypeFormComponent], imports: [CommonModule,
1128
+ RecordLinkFormComponent], imports: [CommonModule,
1123
1129
  FormsModule,
1124
1130
  LayoutModule,
1125
1131
  InputsModule,
@@ -1155,6 +1161,10 @@ export class GeneratedForms_SubModule_9 {
1155
1161
  type: NgModule,
1156
1162
  args: [{
1157
1163
  declarations: [
1164
+ ReportUserStateFormComponent,
1165
+ ReportVersionFormComponent,
1166
+ ScheduledJobRunFormComponent,
1167
+ ScheduledJobTypeFormComponent,
1158
1168
  ScheduledJobFormComponent,
1159
1169
  TaskDependencyFormComponent,
1160
1170
  TaskTypeFormComponent,
@@ -1167,14 +1177,10 @@ export class GeneratedForms_SubModule_9 {
1167
1177
  TestSuiteFormComponent,
1168
1178
  TestTypeFormComponent,
1169
1179
  TestFormComponent,
1180
+ UserNotificationPreferenceFormComponent,
1181
+ UserNotificationTypeFormComponent,
1170
1182
  UserSettingFormComponent,
1171
- OutputDeliveryTypeFormComponent,
1172
- OutputFormatTypeFormComponent,
1173
- OutputTriggerTypeFormComponent,
1174
- QueryFormComponent,
1175
- QueryCategoryFormComponent,
1176
- QueryEntityFormComponent,
1177
- QueryFieldFormComponent
1183
+ OutputDeliveryTypeFormComponent
1178
1184
  ],
1179
1185
  imports: [
1180
1186
  CommonModule,
@@ -1195,7 +1201,11 @@ export class GeneratedForms_SubModule_9 {
1195
1201
  exports: []
1196
1202
  }]
1197
1203
  }], null, null); })();
1198
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [ScheduledJobFormComponent,
1204
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_9, { declarations: [ReportUserStateFormComponent,
1205
+ ReportVersionFormComponent,
1206
+ ScheduledJobRunFormComponent,
1207
+ ScheduledJobTypeFormComponent,
1208
+ ScheduledJobFormComponent,
1199
1209
  TaskDependencyFormComponent,
1200
1210
  TaskTypeFormComponent,
1201
1211
  TaskFormComponent,
@@ -1207,14 +1217,10 @@ export class GeneratedForms_SubModule_9 {
1207
1217
  TestSuiteFormComponent,
1208
1218
  TestTypeFormComponent,
1209
1219
  TestFormComponent,
1220
+ UserNotificationPreferenceFormComponent,
1221
+ UserNotificationTypeFormComponent,
1210
1222
  UserSettingFormComponent,
1211
- OutputDeliveryTypeFormComponent,
1212
- OutputFormatTypeFormComponent,
1213
- OutputTriggerTypeFormComponent,
1214
- QueryFormComponent,
1215
- QueryCategoryFormComponent,
1216
- QueryEntityFormComponent,
1217
- QueryFieldFormComponent], imports: [CommonModule,
1223
+ OutputDeliveryTypeFormComponent], imports: [CommonModule,
1218
1224
  FormsModule,
1219
1225
  LayoutModule,
1220
1226
  InputsModule,
@@ -1250,6 +1256,12 @@ export class GeneratedForms_SubModule_10 {
1250
1256
  type: NgModule,
1251
1257
  args: [{
1252
1258
  declarations: [
1259
+ OutputFormatTypeFormComponent,
1260
+ OutputTriggerTypeFormComponent,
1261
+ QueryFormComponent,
1262
+ QueryCategoryFormComponent,
1263
+ QueryEntityFormComponent,
1264
+ QueryFieldFormComponent,
1253
1265
  QueryPermissionFormComponent,
1254
1266
  QueueTaskFormComponent,
1255
1267
  QueueTypeFormComponent,
@@ -1263,13 +1275,7 @@ export class GeneratedForms_SubModule_10 {
1263
1275
  RecordMergeDeletionLogFormComponent,
1264
1276
  RecordMergeLogFormComponent,
1265
1277
  ReportCategoryFormComponent,
1266
- ReportSnapshotFormComponent,
1267
- ReportFormComponent,
1268
- ResourceLinkFormComponent,
1269
- ResourcePermissionFormComponent,
1270
- ResourceTypeFormComponent,
1271
- RoleFormComponent,
1272
- RowLevelSecurityFilterFormComponent
1278
+ ReportSnapshotFormComponent
1273
1279
  ],
1274
1280
  imports: [
1275
1281
  CommonModule,
@@ -1290,7 +1296,13 @@ export class GeneratedForms_SubModule_10 {
1290
1296
  exports: []
1291
1297
  }]
1292
1298
  }], null, null); })();
1293
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [QueryPermissionFormComponent,
1299
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_10, { declarations: [OutputFormatTypeFormComponent,
1300
+ OutputTriggerTypeFormComponent,
1301
+ QueryFormComponent,
1302
+ QueryCategoryFormComponent,
1303
+ QueryEntityFormComponent,
1304
+ QueryFieldFormComponent,
1305
+ QueryPermissionFormComponent,
1294
1306
  QueueTaskFormComponent,
1295
1307
  QueueTypeFormComponent,
1296
1308
  QueueFormComponent,
@@ -1303,13 +1315,7 @@ export class GeneratedForms_SubModule_10 {
1303
1315
  RecordMergeDeletionLogFormComponent,
1304
1316
  RecordMergeLogFormComponent,
1305
1317
  ReportCategoryFormComponent,
1306
- ReportSnapshotFormComponent,
1307
- ReportFormComponent,
1308
- ResourceLinkFormComponent,
1309
- ResourcePermissionFormComponent,
1310
- ResourceTypeFormComponent,
1311
- RoleFormComponent,
1312
- RowLevelSecurityFilterFormComponent], imports: [CommonModule,
1318
+ ReportSnapshotFormComponent], imports: [CommonModule,
1313
1319
  FormsModule,
1314
1320
  LayoutModule,
1315
1321
  InputsModule,
@@ -1345,6 +1351,12 @@ export class GeneratedForms_SubModule_11 {
1345
1351
  type: NgModule,
1346
1352
  args: [{
1347
1353
  declarations: [
1354
+ ReportFormComponent,
1355
+ ResourceLinkFormComponent,
1356
+ ResourcePermissionFormComponent,
1357
+ ResourceTypeFormComponent,
1358
+ RoleFormComponent,
1359
+ RowLevelSecurityFilterFormComponent,
1348
1360
  ScheduledActionParamFormComponent,
1349
1361
  ScheduledActionFormComponent,
1350
1362
  SchemaInfoFormComponent,
@@ -1358,13 +1370,7 @@ export class GeneratedForms_SubModule_11 {
1358
1370
  TemplateFormComponent,
1359
1371
  UserApplicationEntityFormComponent,
1360
1372
  UserApplicationFormComponent,
1361
- UserFavoriteFormComponent,
1362
- UserNotificationFormComponent,
1363
- UserRecordLogFormComponent,
1364
- UserRoleFormComponent,
1365
- UserViewCategoryFormComponent,
1366
- UserViewRunDetailFormComponent,
1367
- UserViewRunFormComponent
1373
+ UserFavoriteFormComponent
1368
1374
  ],
1369
1375
  imports: [
1370
1376
  CommonModule,
@@ -1385,7 +1391,13 @@ export class GeneratedForms_SubModule_11 {
1385
1391
  exports: []
1386
1392
  }]
1387
1393
  }], null, null); })();
1388
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [ScheduledActionParamFormComponent,
1394
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_11, { declarations: [ReportFormComponent,
1395
+ ResourceLinkFormComponent,
1396
+ ResourcePermissionFormComponent,
1397
+ ResourceTypeFormComponent,
1398
+ RoleFormComponent,
1399
+ RowLevelSecurityFilterFormComponent,
1400
+ ScheduledActionParamFormComponent,
1389
1401
  ScheduledActionFormComponent,
1390
1402
  SchemaInfoFormComponent,
1391
1403
  SkillFormComponent,
@@ -1398,13 +1410,7 @@ export class GeneratedForms_SubModule_11 {
1398
1410
  TemplateFormComponent,
1399
1411
  UserApplicationEntityFormComponent,
1400
1412
  UserApplicationFormComponent,
1401
- UserFavoriteFormComponent,
1402
- UserNotificationFormComponent,
1403
- UserRecordLogFormComponent,
1404
- UserRoleFormComponent,
1405
- UserViewCategoryFormComponent,
1406
- UserViewRunDetailFormComponent,
1407
- UserViewRunFormComponent], imports: [CommonModule,
1413
+ UserFavoriteFormComponent], imports: [CommonModule,
1408
1414
  FormsModule,
1409
1415
  LayoutModule,
1410
1416
  InputsModule,
@@ -1440,6 +1446,12 @@ export class GeneratedForms_SubModule_12 {
1440
1446
  type: NgModule,
1441
1447
  args: [{
1442
1448
  declarations: [
1449
+ UserNotificationFormComponent,
1450
+ UserRecordLogFormComponent,
1451
+ UserRoleFormComponent,
1452
+ UserViewCategoryFormComponent,
1453
+ UserViewRunDetailFormComponent,
1454
+ UserViewRunFormComponent,
1443
1455
  UserViewFormComponent,
1444
1456
  UserFormComponent,
1445
1457
  VectorDatabaseFormComponent,
@@ -1470,7 +1482,13 @@ export class GeneratedForms_SubModule_12 {
1470
1482
  exports: []
1471
1483
  }]
1472
1484
  }], null, null); })();
1473
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [UserViewFormComponent,
1485
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(GeneratedForms_SubModule_12, { declarations: [UserNotificationFormComponent,
1486
+ UserRecordLogFormComponent,
1487
+ UserRoleFormComponent,
1488
+ UserViewCategoryFormComponent,
1489
+ UserViewRunDetailFormComponent,
1490
+ UserViewRunFormComponent,
1491
+ UserViewFormComponent,
1474
1492
  UserFormComponent,
1475
1493
  VectorDatabaseFormComponent,
1476
1494
  VectorIndexFormComponent,
@@ -1633,7 +1651,6 @@ export function LoadCoreGeneratedForms() {
1633
1651
  LoadFileEntityRecordLinkFormComponent();
1634
1652
  LoadFileStorageProviderFormComponent();
1635
1653
  LoadFileFormComponent();
1636
- Loadflyway_schema_historyFormComponent();
1637
1654
  LoadGeneratedCodeCategoryFormComponent();
1638
1655
  LoadGeneratedCodeFormComponent();
1639
1656
  LoadIntegrationURLFormatFormComponent();
@@ -1675,6 +1692,10 @@ export function LoadCoreGeneratedForms() {
1675
1692
  LoadAIVendorTypeDefinitionFormComponent();
1676
1693
  LoadAIVendorTypeFormComponent();
1677
1694
  LoadAIVendorFormComponent();
1695
+ LoadAPIKeyScopeFormComponent();
1696
+ LoadAPIKeyUsageLogFormComponent();
1697
+ LoadAPIKeyFormComponent();
1698
+ LoadAPIScopeFormComponent();
1678
1699
  LoadArtifactPermissionFormComponent();
1679
1700
  LoadArtifactTypeFormComponent();
1680
1701
  LoadArtifactUseFormComponent();
@@ -1708,6 +1729,7 @@ export function LoadCoreGeneratedForms() {
1708
1729
  LoadEncryptionKeySourceFormComponent();
1709
1730
  LoadEncryptionKeyFormComponent();
1710
1731
  LoadEnvironmentFormComponent();
1732
+ LoadFileStorageAccountFormComponent();
1711
1733
  LoadListInvitationFormComponent();
1712
1734
  LoadListShareFormComponent();
1713
1735
  LoadProjectFormComponent();
@@ -1730,6 +1752,8 @@ export function LoadCoreGeneratedForms() {
1730
1752
  LoadTestSuiteFormComponent();
1731
1753
  LoadTestTypeFormComponent();
1732
1754
  LoadTestFormComponent();
1755
+ LoadUserNotificationPreferenceFormComponent();
1756
+ LoadUserNotificationTypeFormComponent();
1733
1757
  LoadUserSettingFormComponent();
1734
1758
  LoadOutputDeliveryTypeFormComponent();
1735
1759
  LoadOutputFormatTypeFormComponent();