@resolveio/client-lib-core 21.3.1 → 21.3.3

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.
@@ -1,23 +1,23 @@
1
1
  import * as rxjs from 'rxjs';
2
2
  import { BehaviorSubject, Observable, Subject, Subscription } from 'rxjs';
3
3
  import * as i0 from '@angular/core';
4
- import { OnDestroy, OnInit, Type, ElementRef, EventEmitter, AfterViewInit, QueryList, ChangeDetectorRef, PipeTransform, OnChanges, ModuleWithProviders, Renderer2, NgZone, SimpleChanges } from '@angular/core';
4
+ import { OnDestroy, OnInit, ElementRef, OnChanges, SimpleChanges, EventEmitter, AfterViewInit, QueryList, ChangeDetectorRef, PipeTransform, ModuleWithProviders, Renderer2, NgZone } from '@angular/core';
5
5
  import { DeviceDetectorService } from 'ngx-device-detector';
6
- import * as i1$1 from '@angular/forms';
6
+ import * as i1 from '@angular/forms';
7
7
  import { FormControl, FormGroup, AbstractControl, FormBuilder } from '@angular/forms';
8
- import * as i2 from 'ngx-toastr';
8
+ import * as i2$1 from 'ngx-toastr';
9
9
  import { ToastrService, ActiveToast } from 'ngx-toastr';
10
10
  import * as i3 from '@angular/router';
11
11
  import { Router, ActivatedRoute, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router';
12
12
  import { HttpClient } from '@angular/common/http';
13
13
  import * as i4 from '@ng-bootstrap/ng-bootstrap';
14
14
  import { NgbModal, NgbModalOptions, NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
15
- import * as i2$1 from '@angular/common';
15
+ import * as i2 from '@angular/common';
16
16
  import { DomSanitizer, SafeHtml, SafeStyle, SafeScript, SafeUrl, SafeResourceUrl } from '@angular/platform-browser';
17
- import * as i1 from '@angular/platform-browser/animations';
18
17
  import * as i9 from '@resolveio/client-lib-rio-select';
19
18
  import { StickySelectPreference, RioSelectStickyAdapter } from '@resolveio/client-lib-rio-select';
20
19
  import * as i14 from '@resolveio/client-lib-date-picker';
20
+ import * as i1$1 from '@angular/platform-browser/animations';
21
21
  import * as i7 from 'ngx-file-drop';
22
22
  import * as i8 from '@resolveio/client-lib-pdf-viewer';
23
23
  import moment from 'moment-timezone';
@@ -740,7 +740,6 @@ declare class CoreComponent extends BaseComponent implements OnInit {
740
740
  publicProgram: boolean;
741
741
  showSupport: boolean;
742
742
  aiAssistantEnabled: boolean;
743
- aiTerminalComponent: Type<unknown> | null;
744
743
  el_navBarMain: ElementRef;
745
744
  el_navBarModule: ElementRef;
746
745
  year: string;
@@ -764,6 +763,7 @@ declare class CoreComponent extends BaseComponent implements OnInit {
764
763
  openedWindow: boolean;
765
764
  aiAssistantOpen: boolean;
766
765
  aiAssistantAppId: string;
766
+ currentRoute: string;
767
767
  isOffline: boolean;
768
768
  foundUpdate: boolean;
769
769
  orientation: string;
@@ -775,7 +775,10 @@ declare class CoreComponent extends BaseComponent implements OnInit {
775
775
  getNavbarModuleHeight(): any;
776
776
  private updateStandaloneNavigation;
777
777
  toggleAiAssistant(): void;
778
+ openAiAssistant(): void;
778
779
  closeAiAssistant(): void;
780
+ getAiAssistantTopOffset(): number;
781
+ getAiAssistantHeight(): number;
779
782
  private resolveAiAssistantAppId;
780
783
  onPushBackButton(): void;
781
784
  onPushReloadButton(): void;
@@ -784,7 +787,7 @@ declare class CoreComponent extends BaseComponent implements OnInit {
784
787
  closeNav(): void;
785
788
  private isStandaloneMode;
786
789
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreComponent, never>;
787
- static ɵcmp: i0.ɵɵComponentDeclaration<CoreComponent, "resolveio-client-lib-core", never, { "environment": { "alias": "environment"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "navTabs": { "alias": "navTabs"; "required": false; }; "userHasPhoneNumber": { "alias": "userHasPhoneNumber"; "required": false; }; "client": { "alias": "client"; "required": false; }; "showNavbarModule": { "alias": "showNavbarModule"; "required": false; }; "publicProgram": { "alias": "publicProgram"; "required": false; }; "showSupport": { "alias": "showSupport"; "required": false; }; "aiAssistantEnabled": { "alias": "aiAssistantEnabled"; "required": false; }; "aiTerminalComponent": { "alias": "aiTerminalComponent"; "required": false; }; }, {}, never, never, false, never>;
790
+ static ɵcmp: i0.ɵɵComponentDeclaration<CoreComponent, "resolveio-client-lib-core", never, { "environment": { "alias": "environment"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "navTabs": { "alias": "navTabs"; "required": false; }; "userHasPhoneNumber": { "alias": "userHasPhoneNumber"; "required": false; }; "client": { "alias": "client"; "required": false; }; "showNavbarModule": { "alias": "showNavbarModule"; "required": false; }; "publicProgram": { "alias": "publicProgram"; "required": false; }; "showSupport": { "alias": "showSupport"; "required": false; }; "aiAssistantEnabled": { "alias": "aiAssistantEnabled"; "required": false; }; }, {}, never, never, false, never>;
788
791
  }
789
792
 
790
793
  declare class HomeComponent extends BaseComponent implements OnInit {
@@ -806,7 +809,178 @@ declare class HomeComponent extends BaseComponent implements OnInit {
806
809
  static ɵcmp: i0.ɵɵComponentDeclaration<HomeComponent, "resolveio-home", never, {}, {}, never, never, false, never>;
807
810
  }
808
811
 
809
- type AiTerminalConfig$1 = {
812
+ type AiTerminalMode = 'openai' | 'codex';
813
+ interface AiTerminalMethodNames {
814
+ conversationCreate?: string;
815
+ conversationUpdate?: string;
816
+ conversationDelete?: string;
817
+ runOpenAI?: string;
818
+ uploadOpenAI?: string;
819
+ runCodex?: string;
820
+ uploadCodex?: string;
821
+ deployTest?: string;
822
+ conversationsPublication?: string;
823
+ messagesPublication?: string;
824
+ }
825
+ interface AiTerminalConfig$1 {
826
+ mode?: AiTerminalMode;
827
+ branchEnabled?: boolean;
828
+ showAdvanced?: boolean;
829
+ showToolMessages?: boolean;
830
+ allowUploads?: boolean;
831
+ maxFileMb?: number;
832
+ maxTotalMb?: number;
833
+ guardrails?: boolean;
834
+ deleteFilesAfterRun?: boolean;
835
+ systemPrompt?: string;
836
+ userPromptTemplate?: string;
837
+ responseFormat?: string;
838
+ model?: string;
839
+ temperature?: number;
840
+ maxTokens?: number;
841
+ profileId?: string;
842
+ methodNames?: AiTerminalMethodNames;
843
+ }
844
+
845
+ type AiTerminalConversationStatus = 'active' | 'archived';
846
+ interface AiTerminalConversationModel {
847
+ _id?: string;
848
+ id_client?: string;
849
+ id_app?: string;
850
+ title?: string;
851
+ mode?: AiTerminalMode;
852
+ branch_enabled?: boolean;
853
+ branch_name?: string;
854
+ status?: AiTerminalConversationStatus;
855
+ profile_id?: string;
856
+ metadata?: Record<string, any>;
857
+ last_message_at?: Date;
858
+ last_message_id?: string;
859
+ createdAt?: Date;
860
+ updatedAt?: Date;
861
+ }
862
+
863
+ type AiTerminalMessageRole = 'system' | 'user' | 'assistant' | 'tool';
864
+ interface AiTerminalAttachmentModel {
865
+ id?: string;
866
+ name?: string;
867
+ type?: string;
868
+ size?: number;
869
+ local_path?: string;
870
+ }
871
+ interface AiTerminalMessageUsage {
872
+ model?: string;
873
+ input_tokens?: number;
874
+ output_tokens?: number;
875
+ total_tokens?: number;
876
+ cost_estimate?: number;
877
+ }
878
+ interface AiTerminalMessageModel {
879
+ _id?: string;
880
+ id_conversation: string;
881
+ role: AiTerminalMessageRole;
882
+ content: string;
883
+ metadata?: Record<string, any>;
884
+ usage?: AiTerminalMessageUsage;
885
+ attachments?: AiTerminalAttachmentModel[];
886
+ createdAt?: Date;
887
+ updatedAt?: Date;
888
+ }
889
+
890
+ declare class AiTerminalService {
891
+ private provider;
892
+ constructor(provider: ProviderService);
893
+ call<T>(method: string, ...parameters: any[]): Promise<T>;
894
+ subscribe<T>(publication: string, ...parameters: any[]): Observable<T>;
895
+ static ɵfac: i0.ɵɵFactoryDeclaration<AiTerminalService, never>;
896
+ static ɵprov: i0.ɵɵInjectableDeclaration<AiTerminalService>;
897
+ }
898
+
899
+ type AiTerminalMessagePart = {
900
+ text: string;
901
+ route?: string;
902
+ };
903
+ declare class AiTerminalComponent implements OnInit, OnChanges, OnDestroy {
904
+ private terminal;
905
+ idClient: string;
906
+ idApp: string;
907
+ title: string;
908
+ config: AiTerminalConfig$1 | null;
909
+ conversationStatus: AiTerminalConversationStatus;
910
+ messageLimit: number;
911
+ placeholder: string;
912
+ singleConversation: boolean;
913
+ contextMode: 'current' | 'all';
914
+ contextRoute: string;
915
+ messageScroll?: ElementRef<HTMLDivElement>;
916
+ conversations: AiTerminalConversationModel[];
917
+ messages: AiTerminalMessageModel[];
918
+ activeConversationId: string;
919
+ activeConversation: AiTerminalConversationModel | null;
920
+ messageText: string;
921
+ pendingFiles: File[];
922
+ isSending: boolean;
923
+ isDeployingTest: boolean;
924
+ isLoading: boolean;
925
+ errorMessage: string;
926
+ infoMessage: string;
927
+ editingConversationId: string;
928
+ editingTitle: string;
929
+ private messagePartsCache;
930
+ private conversationsSub?;
931
+ private messagesSub?;
932
+ constructor(terminal: AiTerminalService);
933
+ ngOnInit(): void;
934
+ ngOnChanges(changes: SimpleChanges): void;
935
+ ngOnDestroy(): void;
936
+ isCodexMode(): boolean;
937
+ showAdvanced(): boolean;
938
+ showToolMessages(): boolean;
939
+ allowUploads(): boolean;
940
+ maxFileMb(): number;
941
+ maxTotalMb(): number;
942
+ deleteFilesAfterRun(): boolean;
943
+ totalTokens(): number;
944
+ filteredMessages(): AiTerminalMessageModel[];
945
+ messageParts(message: AiTerminalMessageModel): AiTerminalMessagePart[];
946
+ trackByMessagePart(index: number, part: AiTerminalMessagePart): string;
947
+ formatFileSize(bytes?: number): string;
948
+ trackByConversation(index: number, convo: AiTerminalConversationModel): string;
949
+ trackByMessage(index: number, message: AiTerminalMessageModel): string;
950
+ createConversation(): Promise<void>;
951
+ setActiveConversation(conversation: AiTerminalConversationModel): void;
952
+ startRename(conversation: AiTerminalConversationModel): void;
953
+ cancelRename(): void;
954
+ saveRename(conversation: AiTerminalConversationModel): Promise<void>;
955
+ deleteConversation(conversation: AiTerminalConversationModel): Promise<void>;
956
+ sendMessage(): Promise<void>;
957
+ startNewConversation(): Promise<void>;
958
+ deployTest(): Promise<void>;
959
+ handleFileSelect(event: Event): void;
960
+ removePendingFile(index: number): void;
961
+ clearComposer(): void;
962
+ private resolveConfig;
963
+ private resolveMode;
964
+ private resolveBranchEnabled;
965
+ private methodNames;
966
+ private subscribeConversations;
967
+ private filterConversations;
968
+ private ensureActiveConversation;
969
+ private subscribeMessages;
970
+ private uploadPendingFiles;
971
+ private readFileAsBase64;
972
+ private afterRunResponse;
973
+ private buildMessageContext;
974
+ private ensureConversationId;
975
+ private scrollToBottom;
976
+ private splitMessageContent;
977
+ private isRouteBoundary;
978
+ private unsubscribeAll;
979
+ static ɵfac: i0.ɵɵFactoryDeclaration<AiTerminalComponent, never>;
980
+ static ɵcmp: i0.ɵɵComponentDeclaration<AiTerminalComponent, "rio-ai-terminal", never, { "idClient": { "alias": "idClient"; "required": false; }; "idApp": { "alias": "idApp"; "required": false; }; "title": { "alias": "title"; "required": false; }; "config": { "alias": "config"; "required": false; }; "conversationStatus": { "alias": "conversationStatus"; "required": false; }; "messageLimit": { "alias": "messageLimit"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "singleConversation": { "alias": "singleConversation"; "required": false; }; "contextMode": { "alias": "contextMode"; "required": false; }; "contextRoute": { "alias": "contextRoute"; "required": false; }; }, {}, never, never, false, never>;
981
+ }
982
+
983
+ type AiTerminalConfig = {
810
984
  mode?: string;
811
985
  model?: string;
812
986
  guardrails?: boolean;
@@ -817,7 +991,7 @@ type AiTerminalConfig$1 = {
817
991
  systemPrompt?: string;
818
992
  [key: string]: unknown;
819
993
  };
820
- declare class AiAssistantComponent {
994
+ declare class AiAssistantComponent implements OnChanges {
821
995
  private router;
822
996
  idClient: string;
823
997
  idApp: string;
@@ -825,20 +999,33 @@ declare class AiAssistantComponent {
825
999
  open: boolean;
826
1000
  supportTicketRoute: string;
827
1001
  supportTicketEnabled: boolean;
828
- config: Partial<AiTerminalConfig$1> | null;
829
- terminalComponent: Type<unknown> | null;
1002
+ config: Partial<AiTerminalConfig> | null;
1003
+ topOffset: number;
1004
+ panelHeight: number;
1005
+ currentRoute: string;
1006
+ hoverEnabled: boolean;
1007
+ openRequested: EventEmitter<void>;
830
1008
  closed: EventEmitter<void>;
831
- terminalOutlet?: any;
1009
+ terminal?: AiTerminalComponent;
1010
+ contextMode: 'current' | 'all';
1011
+ private hoverOpened;
832
1012
  constructor(router: Router);
833
- get terminalConfig(): AiTerminalConfig$1;
1013
+ ngOnChanges(changes: SimpleChanges): void;
1014
+ get terminalConfig(): AiTerminalConfig;
834
1015
  closePanel(): void;
1016
+ handleRailClick(event?: MouseEvent): void;
1017
+ handleRailEnter(): void;
1018
+ handleRailLeave(): void;
1019
+ setContextMode(mode: string): void;
1020
+ get contextRouteLabel(): string;
835
1021
  openSupportTicket(): void;
836
1022
  handleBackdropClick(event: MouseEvent): void;
1023
+ private buildSystemPrompt;
837
1024
  private buildSupportTicketSummary;
838
1025
  private sanitizeSummary;
839
1026
  private truncate;
840
1027
  static ɵfac: i0.ɵɵFactoryDeclaration<AiAssistantComponent, never>;
841
- static ɵcmp: i0.ɵɵComponentDeclaration<AiAssistantComponent, "rio-ai-assistant", never, { "idClient": { "alias": "idClient"; "required": false; }; "idApp": { "alias": "idApp"; "required": false; }; "title": { "alias": "title"; "required": false; }; "open": { "alias": "open"; "required": false; }; "supportTicketRoute": { "alias": "supportTicketRoute"; "required": false; }; "supportTicketEnabled": { "alias": "supportTicketEnabled"; "required": false; }; "config": { "alias": "config"; "required": false; }; "terminalComponent": { "alias": "terminalComponent"; "required": false; }; }, { "closed": "closed"; }, never, never, false, never>;
1028
+ static ɵcmp: i0.ɵɵComponentDeclaration<AiAssistantComponent, "rio-ai-assistant", never, { "idClient": { "alias": "idClient"; "required": false; }; "idApp": { "alias": "idApp"; "required": false; }; "title": { "alias": "title"; "required": false; }; "open": { "alias": "open"; "required": false; }; "supportTicketRoute": { "alias": "supportTicketRoute"; "required": false; }; "supportTicketEnabled": { "alias": "supportTicketEnabled"; "required": false; }; "config": { "alias": "config"; "required": false; }; "topOffset": { "alias": "topOffset"; "required": false; }; "panelHeight": { "alias": "panelHeight"; "required": false; }; "currentRoute": { "alias": "currentRoute"; "required": false; }; "hoverEnabled": { "alias": "hoverEnabled"; "required": false; }; }, { "openRequested": "openRequested"; "closed": "closed"; }, never, never, false, never>;
842
1029
  }
843
1030
 
844
1031
  declare class NavbarMainComponent extends BaseComponent implements OnInit, AfterViewInit, OnDestroy {
@@ -1001,73 +1188,6 @@ declare class PipeModule {
1001
1188
  static ɵinj: i0.ɵɵInjectorDeclaration<PipeModule>;
1002
1189
  }
1003
1190
 
1004
- declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
1005
- resolveFirstDayOfWeek: () => "S" | "M";
1006
- resolveTimezone: () => any;
1007
- };
1008
- declare class CoreServicesModule {
1009
- static ɵfac: i0.ɵɵFactoryDeclaration<CoreServicesModule, never>;
1010
- static ɵmod: i0.ɵɵNgModuleDeclaration<CoreServicesModule, never, [typeof i1.BrowserAnimationsModule, typeof i2.ToastrModule], never>;
1011
- static ɵinj: i0.ɵɵInjectorDeclaration<CoreServicesModule>;
1012
- }
1013
-
1014
- declare class CoreShellModule {
1015
- static ɵfac: i0.ɵɵFactoryDeclaration<CoreShellModule, never>;
1016
- static ɵmod: i0.ɵɵNgModuleDeclaration<CoreShellModule, [typeof CoreComponent, typeof HomeComponent, typeof AiAssistantComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof FocusDirective, typeof ScrollDirective], [typeof i2$1.CommonModule, typeof i3.RouterModule, typeof PipeModule, typeof i4.NgbModalModule, typeof CoreServicesModule], [typeof CoreComponent, typeof HomeComponent, typeof AiAssistantComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof FocusDirective, typeof ScrollDirective]>;
1017
- static ɵinj: i0.ɵɵInjectorDeclaration<CoreShellModule>;
1018
- }
1019
-
1020
- declare class ForgotPasswordComponent extends BaseComponent implements OnInit, OnDestroy {
1021
- private _route;
1022
- private _services;
1023
- private _http;
1024
- private _ds;
1025
- serverURL: string;
1026
- form: FormGroup;
1027
- user: UserModel;
1028
- subscription$: Subscription[];
1029
- token: string;
1030
- disableFormButton: boolean;
1031
- constructor(_route: ActivatedRoute, _services: ProviderService, _http: HttpClient, _ds: DialogService);
1032
- ngOnInit(): void;
1033
- ngOnDestroy(): void;
1034
- submit(): void;
1035
- static ɵfac: i0.ɵɵFactoryDeclaration<ForgotPasswordComponent, never>;
1036
- static ɵcmp: i0.ɵɵComponentDeclaration<ForgotPasswordComponent, "resolveio-forgot-password", never, {}, {}, never, never, false, never>;
1037
- }
1038
-
1039
- declare class EnrollComponent extends BaseComponent implements OnInit, OnDestroy {
1040
- private _route;
1041
- private _services;
1042
- private _http;
1043
- private _ds;
1044
- serverURL: string;
1045
- form: FormGroup;
1046
- user: UserModel;
1047
- subscription$: Subscription[];
1048
- token: string;
1049
- disableFormButton: boolean;
1050
- constructor(_route: ActivatedRoute, _services: ProviderService, _http: HttpClient, _ds: DialogService);
1051
- ngOnInit(): void;
1052
- ngOnDestroy(): void;
1053
- submit(): void;
1054
- static ɵfac: i0.ɵɵFactoryDeclaration<EnrollComponent, never>;
1055
- static ɵcmp: i0.ɵɵComponentDeclaration<EnrollComponent, "resolveio-enroll", never, {}, {}, never, never, false, never>;
1056
- }
1057
-
1058
- declare class Auth365Component extends BaseComponent {
1059
- private _app;
1060
- private _route;
1061
- private _services;
1062
- private _http;
1063
- private _ds;
1064
- private _socket;
1065
- token: string;
1066
- constructor(_app: CoreService, _route: ActivatedRoute, _services: ProviderService, _http: HttpClient, _ds: DialogService, _socket: SocketManagerService);
1067
- static ɵfac: i0.ɵɵFactoryDeclaration<Auth365Component, never>;
1068
- static ɵcmp: i0.ɵɵComponentDeclaration<Auth365Component, "resolveio-auth365", never, {}, {}, never, never, false, never>;
1069
- }
1070
-
1071
1191
  declare class CollapseTableComponent implements OnInit, OnDestroy {
1072
1192
  private _resizeService;
1073
1193
  private _account;
@@ -1090,7 +1210,7 @@ declare class CollapseTableComponent implements OnInit, OnDestroy {
1090
1210
 
1091
1211
  declare class CollapseTableModule {
1092
1212
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapseTableModule, never>;
1093
- static ɵmod: i0.ɵɵNgModuleDeclaration<CollapseTableModule, [typeof CollapseTableComponent], [typeof i1$1.FormsModule, typeof i2$1.CommonModule], [typeof CollapseTableComponent]>;
1213
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CollapseTableModule, [typeof CollapseTableComponent], [typeof i1.FormsModule, typeof i2.CommonModule], [typeof CollapseTableComponent]>;
1094
1214
  static ɵinj: i0.ɵɵInjectorDeclaration<CollapseTableModule>;
1095
1215
  }
1096
1216
 
@@ -1109,7 +1229,7 @@ declare class FormButtonComponent extends BaseComponent {
1109
1229
 
1110
1230
  declare class FormButtonModule {
1111
1231
  static ɵfac: i0.ɵɵFactoryDeclaration<FormButtonModule, never>;
1112
- static ɵmod: i0.ɵɵNgModuleDeclaration<FormButtonModule, [typeof FormButtonComponent], [typeof i2$1.CommonModule, typeof i4.NgbTooltipModule], [typeof FormButtonComponent]>;
1232
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FormButtonModule, [typeof FormButtonComponent], [typeof i2.CommonModule, typeof i4.NgbTooltipModule], [typeof FormButtonComponent]>;
1113
1233
  static ɵinj: i0.ɵɵInjectorDeclaration<FormButtonModule>;
1114
1234
  }
1115
1235
 
@@ -1129,7 +1249,7 @@ declare class ResponsiveButtonGroupComponent extends BaseComponent implements On
1129
1249
 
1130
1250
  declare class ResponsiveButtonGroupModule {
1131
1251
  static ɵfac: i0.ɵɵFactoryDeclaration<ResponsiveButtonGroupModule, never>;
1132
- static ɵmod: i0.ɵɵNgModuleDeclaration<ResponsiveButtonGroupModule, [typeof ResponsiveButtonGroupComponent], [typeof i2$1.CommonModule], [typeof ResponsiveButtonGroupComponent]>;
1252
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ResponsiveButtonGroupModule, [typeof ResponsiveButtonGroupComponent], [typeof i2.CommonModule], [typeof ResponsiveButtonGroupComponent]>;
1133
1253
  static ɵinj: i0.ɵɵInjectorDeclaration<ResponsiveButtonGroupModule>;
1134
1254
  }
1135
1255
 
@@ -1144,7 +1264,7 @@ declare class UserRoleComponent extends BaseComponent {
1144
1264
 
1145
1265
  declare class UserRoleModule {
1146
1266
  static ɵfac: i0.ɵɵFactoryDeclaration<UserRoleModule, never>;
1147
- static ɵmod: i0.ɵɵNgModuleDeclaration<UserRoleModule, [typeof UserRoleComponent], [typeof i2$1.CommonModule], [typeof UserRoleComponent]>;
1267
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UserRoleModule, [typeof UserRoleComponent], [typeof i2.CommonModule], [typeof UserRoleComponent]>;
1148
1268
  static ɵinj: i0.ɵɵInjectorDeclaration<UserRoleModule>;
1149
1269
  }
1150
1270
 
@@ -1230,7 +1350,7 @@ declare class SortTableNgForComponent implements OnInit, OnChanges, OnDestroy {
1230
1350
 
1231
1351
  declare class SortTableModule {
1232
1352
  static ɵfac: i0.ɵɵFactoryDeclaration<SortTableModule, never>;
1233
- static ɵmod: i0.ɵɵNgModuleDeclaration<SortTableModule, [typeof SortTableDirective, typeof SortTableHeaderComponent, typeof SortTableNgForComponent], [typeof i1$1.FormsModule, typeof i2$1.CommonModule], [typeof SortTableDirective, typeof SortTableHeaderComponent, typeof SortTableNgForComponent]>;
1353
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SortTableModule, [typeof SortTableDirective, typeof SortTableHeaderComponent, typeof SortTableNgForComponent], [typeof i1.FormsModule, typeof i2.CommonModule], [typeof SortTableDirective, typeof SortTableHeaderComponent, typeof SortTableNgForComponent]>;
1234
1354
  static ɵinj: i0.ɵɵInjectorDeclaration<SortTableModule>;
1235
1355
  }
1236
1356
 
@@ -1402,10 +1522,83 @@ declare class NgDragDropModule {
1402
1522
 
1403
1523
  declare class SharedModule {
1404
1524
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
1405
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1$1.ReactiveFormsModule, typeof i1$1.FormsModule, typeof CollapseTableModule, typeof i3.RouterModule, typeof i4.NgbModule, typeof i4.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i9.RioSelectModule, typeof SortTableModule, typeof i2$1.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i14.RioDatePickerModule], [typeof i1$1.ReactiveFormsModule, typeof i1$1.FormsModule, typeof CollapseTableModule, typeof i3.RouterModule, typeof i4.NgbModule, typeof i4.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i9.RioSelectModule, typeof SortTableModule, typeof i2$1.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i14.RioDatePickerModule]>;
1525
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.ReactiveFormsModule, typeof i1.FormsModule, typeof CollapseTableModule, typeof i3.RouterModule, typeof i4.NgbModule, typeof i4.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i9.RioSelectModule, typeof SortTableModule, typeof i2.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i14.RioDatePickerModule], [typeof i1.ReactiveFormsModule, typeof i1.FormsModule, typeof CollapseTableModule, typeof i3.RouterModule, typeof i4.NgbModule, typeof i4.NgbAccordionModule, typeof FormButtonModule, typeof ResponsiveButtonGroupModule, typeof PipeModule, typeof UserRoleModule, typeof i9.RioSelectModule, typeof SortTableModule, typeof i2.CommonModule, typeof SortablejsModule, typeof NgDragDropModule, typeof i14.RioDatePickerModule]>;
1406
1526
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
1407
1527
  }
1408
1528
 
1529
+ declare class AiTerminalModule {
1530
+ static ɵfac: i0.ɵɵFactoryDeclaration<AiTerminalModule, never>;
1531
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AiTerminalModule, [typeof AiTerminalComponent], [typeof SharedModule], [typeof AiTerminalComponent]>;
1532
+ static ɵinj: i0.ɵɵInjectorDeclaration<AiTerminalModule>;
1533
+ }
1534
+
1535
+ declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
1536
+ resolveFirstDayOfWeek: () => "S" | "M";
1537
+ resolveTimezone: () => any;
1538
+ };
1539
+ declare class CoreServicesModule {
1540
+ static ɵfac: i0.ɵɵFactoryDeclaration<CoreServicesModule, never>;
1541
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CoreServicesModule, never, [typeof i1$1.BrowserAnimationsModule, typeof i2$1.ToastrModule], never>;
1542
+ static ɵinj: i0.ɵɵInjectorDeclaration<CoreServicesModule>;
1543
+ }
1544
+
1545
+ declare class CoreShellModule {
1546
+ static ɵfac: i0.ɵɵFactoryDeclaration<CoreShellModule, never>;
1547
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CoreShellModule, [typeof CoreComponent, typeof HomeComponent, typeof AiAssistantComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof FocusDirective, typeof ScrollDirective], [typeof i2.CommonModule, typeof i3.RouterModule, typeof PipeModule, typeof i4.NgbModalModule, typeof AiTerminalModule, typeof CoreServicesModule], [typeof CoreComponent, typeof HomeComponent, typeof AiAssistantComponent, typeof NavbarMainComponent, typeof NavbarModuleComponent, typeof FocusDirective, typeof ScrollDirective]>;
1548
+ static ɵinj: i0.ɵɵInjectorDeclaration<CoreShellModule>;
1549
+ }
1550
+
1551
+ declare class ForgotPasswordComponent extends BaseComponent implements OnInit, OnDestroy {
1552
+ private _route;
1553
+ private _services;
1554
+ private _http;
1555
+ private _ds;
1556
+ serverURL: string;
1557
+ form: FormGroup;
1558
+ user: UserModel;
1559
+ subscription$: Subscription[];
1560
+ token: string;
1561
+ disableFormButton: boolean;
1562
+ constructor(_route: ActivatedRoute, _services: ProviderService, _http: HttpClient, _ds: DialogService);
1563
+ ngOnInit(): void;
1564
+ ngOnDestroy(): void;
1565
+ submit(): void;
1566
+ static ɵfac: i0.ɵɵFactoryDeclaration<ForgotPasswordComponent, never>;
1567
+ static ɵcmp: i0.ɵɵComponentDeclaration<ForgotPasswordComponent, "resolveio-forgot-password", never, {}, {}, never, never, false, never>;
1568
+ }
1569
+
1570
+ declare class EnrollComponent extends BaseComponent implements OnInit, OnDestroy {
1571
+ private _route;
1572
+ private _services;
1573
+ private _http;
1574
+ private _ds;
1575
+ serverURL: string;
1576
+ form: FormGroup;
1577
+ user: UserModel;
1578
+ subscription$: Subscription[];
1579
+ token: string;
1580
+ disableFormButton: boolean;
1581
+ constructor(_route: ActivatedRoute, _services: ProviderService, _http: HttpClient, _ds: DialogService);
1582
+ ngOnInit(): void;
1583
+ ngOnDestroy(): void;
1584
+ submit(): void;
1585
+ static ɵfac: i0.ɵɵFactoryDeclaration<EnrollComponent, never>;
1586
+ static ɵcmp: i0.ɵɵComponentDeclaration<EnrollComponent, "resolveio-enroll", never, {}, {}, never, never, false, never>;
1587
+ }
1588
+
1589
+ declare class Auth365Component extends BaseComponent {
1590
+ private _app;
1591
+ private _route;
1592
+ private _services;
1593
+ private _http;
1594
+ private _ds;
1595
+ private _socket;
1596
+ token: string;
1597
+ constructor(_app: CoreService, _route: ActivatedRoute, _services: ProviderService, _http: HttpClient, _ds: DialogService, _socket: SocketManagerService);
1598
+ static ɵfac: i0.ɵɵFactoryDeclaration<Auth365Component, never>;
1599
+ static ɵcmp: i0.ɵɵComponentDeclaration<Auth365Component, "resolveio-auth365", never, {}, {}, never, never, false, never>;
1600
+ }
1601
+
1409
1602
  declare class CoreAuthModule {
1410
1603
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreAuthModule, never>;
1411
1604
  static ɵmod: i0.ɵɵNgModuleDeclaration<CoreAuthModule, [typeof ForgotPasswordComponent, typeof EnrollComponent, typeof Auth365Component], [typeof SharedModule], [typeof ForgotPasswordComponent, typeof EnrollComponent, typeof Auth365Component]>;
@@ -1823,7 +2016,7 @@ declare class DatatableComponent extends BaseComponent {
1823
2016
 
1824
2017
  declare class DatatableModule {
1825
2018
  static ɵfac: i0.ɵɵFactoryDeclaration<DatatableModule, never>;
1826
- static ɵmod: i0.ɵɵNgModuleDeclaration<DatatableModule, [typeof DatatableComponent], [typeof i4.NgbModule, typeof i1$1.FormsModule, typeof i2$1.CommonModule, typeof i3.RouterModule, typeof CollapseTableModule], [typeof DatatableComponent]>;
2019
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DatatableModule, [typeof DatatableComponent], [typeof i4.NgbModule, typeof i1.FormsModule, typeof i2.CommonModule, typeof i3.RouterModule, typeof CollapseTableModule], [typeof DatatableComponent]>;
1827
2020
  static ɵinj: i0.ɵɵInjectorDeclaration<DatatableModule>;
1828
2021
  }
1829
2022
 
@@ -1872,7 +2065,7 @@ declare class FileUploadComponent extends BaseComponent implements OnInit, OnDes
1872
2065
 
1873
2066
  declare class FileModule {
1874
2067
  static ɵfac: i0.ɵɵFactoryDeclaration<FileModule, never>;
1875
- static ɵmod: i0.ɵɵNgModuleDeclaration<FileModule, [typeof FileUploadComponent], [typeof i2$1.CommonModule, typeof i1$1.FormsModule, typeof CollapseTableModule, typeof i4.NgbModule, typeof ResponsiveButtonGroupModule, typeof i7.NgxFileDropModule, typeof i8.PdfViewerModule], [typeof FileUploadComponent]>;
2068
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FileModule, [typeof FileUploadComponent], [typeof i2.CommonModule, typeof i1.FormsModule, typeof CollapseTableModule, typeof i4.NgbModule, typeof ResponsiveButtonGroupModule, typeof i7.NgxFileDropModule, typeof i8.PdfViewerModule], [typeof FileUploadComponent]>;
1876
2069
  static ɵinj: i0.ɵɵInjectorDeclaration<FileModule>;
1877
2070
  }
1878
2071
 
@@ -1979,173 +2172,10 @@ declare class DateShortcutComponent extends BaseComponent implements OnInit {
1979
2172
 
1980
2173
  declare class DateShortcutModule {
1981
2174
  static ɵfac: i0.ɵɵFactoryDeclaration<DateShortcutModule, never>;
1982
- static ɵmod: i0.ɵɵNgModuleDeclaration<DateShortcutModule, [typeof DateShortcutComponent], [typeof i1$1.FormsModule, typeof i2$1.CommonModule, typeof i9.RioSelectModule], [typeof DateShortcutComponent]>;
2175
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DateShortcutModule, [typeof DateShortcutComponent], [typeof i1.FormsModule, typeof i2.CommonModule, typeof i9.RioSelectModule], [typeof DateShortcutComponent]>;
1983
2176
  static ɵinj: i0.ɵɵInjectorDeclaration<DateShortcutModule>;
1984
2177
  }
1985
2178
 
1986
- type AiTerminalMode = 'openai' | 'codex';
1987
- interface AiTerminalMethodNames {
1988
- conversationCreate?: string;
1989
- conversationUpdate?: string;
1990
- conversationDelete?: string;
1991
- runOpenAI?: string;
1992
- uploadOpenAI?: string;
1993
- runCodex?: string;
1994
- uploadCodex?: string;
1995
- deployTest?: string;
1996
- conversationsPublication?: string;
1997
- messagesPublication?: string;
1998
- }
1999
- interface AiTerminalConfig {
2000
- mode?: AiTerminalMode;
2001
- branchEnabled?: boolean;
2002
- showAdvanced?: boolean;
2003
- showToolMessages?: boolean;
2004
- allowUploads?: boolean;
2005
- maxFileMb?: number;
2006
- maxTotalMb?: number;
2007
- guardrails?: boolean;
2008
- deleteFilesAfterRun?: boolean;
2009
- systemPrompt?: string;
2010
- userPromptTemplate?: string;
2011
- responseFormat?: string;
2012
- model?: string;
2013
- temperature?: number;
2014
- maxTokens?: number;
2015
- profileId?: string;
2016
- methodNames?: AiTerminalMethodNames;
2017
- }
2018
-
2019
- type AiTerminalConversationStatus = 'active' | 'archived';
2020
- interface AiTerminalConversationModel {
2021
- _id?: string;
2022
- id_client?: string;
2023
- id_app?: string;
2024
- title?: string;
2025
- mode?: AiTerminalMode;
2026
- branch_enabled?: boolean;
2027
- branch_name?: string;
2028
- status?: AiTerminalConversationStatus;
2029
- profile_id?: string;
2030
- metadata?: Record<string, any>;
2031
- last_message_at?: Date;
2032
- last_message_id?: string;
2033
- createdAt?: Date;
2034
- updatedAt?: Date;
2035
- }
2036
-
2037
- type AiTerminalMessageRole = 'system' | 'user' | 'assistant' | 'tool';
2038
- interface AiTerminalAttachmentModel {
2039
- id?: string;
2040
- name?: string;
2041
- type?: string;
2042
- size?: number;
2043
- local_path?: string;
2044
- }
2045
- interface AiTerminalMessageUsage {
2046
- model?: string;
2047
- input_tokens?: number;
2048
- output_tokens?: number;
2049
- total_tokens?: number;
2050
- cost_estimate?: number;
2051
- }
2052
- interface AiTerminalMessageModel {
2053
- _id?: string;
2054
- id_conversation: string;
2055
- role: AiTerminalMessageRole;
2056
- content: string;
2057
- metadata?: Record<string, any>;
2058
- usage?: AiTerminalMessageUsage;
2059
- attachments?: AiTerminalAttachmentModel[];
2060
- createdAt?: Date;
2061
- updatedAt?: Date;
2062
- }
2063
-
2064
- declare class AiTerminalService {
2065
- private provider;
2066
- constructor(provider: ProviderService);
2067
- call<T>(method: string, ...parameters: any[]): Promise<T>;
2068
- subscribe<T>(publication: string, ...parameters: any[]): Observable<T>;
2069
- static ɵfac: i0.ɵɵFactoryDeclaration<AiTerminalService, never>;
2070
- static ɵprov: i0.ɵɵInjectableDeclaration<AiTerminalService>;
2071
- }
2072
-
2073
- declare class AiTerminalComponent implements OnInit, OnChanges, OnDestroy {
2074
- private terminal;
2075
- idClient: string;
2076
- idApp: string;
2077
- title: string;
2078
- config: AiTerminalConfig | null;
2079
- conversationStatus: AiTerminalConversationStatus;
2080
- messageLimit: number;
2081
- placeholder: string;
2082
- messageScroll?: ElementRef<HTMLDivElement>;
2083
- conversations: AiTerminalConversationModel[];
2084
- messages: AiTerminalMessageModel[];
2085
- activeConversationId: string;
2086
- activeConversation: AiTerminalConversationModel | null;
2087
- messageText: string;
2088
- pendingFiles: File[];
2089
- isSending: boolean;
2090
- isDeployingTest: boolean;
2091
- isLoading: boolean;
2092
- errorMessage: string;
2093
- infoMessage: string;
2094
- editingConversationId: string;
2095
- editingTitle: string;
2096
- private conversationsSub?;
2097
- private messagesSub?;
2098
- constructor(terminal: AiTerminalService);
2099
- ngOnInit(): void;
2100
- ngOnChanges(changes: SimpleChanges): void;
2101
- ngOnDestroy(): void;
2102
- isCodexMode(): boolean;
2103
- showAdvanced(): boolean;
2104
- showToolMessages(): boolean;
2105
- allowUploads(): boolean;
2106
- maxFileMb(): number;
2107
- maxTotalMb(): number;
2108
- deleteFilesAfterRun(): boolean;
2109
- totalTokens(): number;
2110
- filteredMessages(): AiTerminalMessageModel[];
2111
- formatFileSize(bytes?: number): string;
2112
- trackByConversation(index: number, convo: AiTerminalConversationModel): string;
2113
- trackByMessage(index: number, message: AiTerminalMessageModel): string;
2114
- createConversation(): Promise<void>;
2115
- setActiveConversation(conversation: AiTerminalConversationModel): void;
2116
- startRename(conversation: AiTerminalConversationModel): void;
2117
- cancelRename(): void;
2118
- saveRename(conversation: AiTerminalConversationModel): Promise<void>;
2119
- deleteConversation(conversation: AiTerminalConversationModel): Promise<void>;
2120
- sendMessage(): Promise<void>;
2121
- deployTest(): Promise<void>;
2122
- handleFileSelect(event: Event): void;
2123
- removePendingFile(index: number): void;
2124
- clearComposer(): void;
2125
- private resolveConfig;
2126
- private resolveMode;
2127
- private resolveBranchEnabled;
2128
- private methodNames;
2129
- private subscribeConversations;
2130
- private filterConversations;
2131
- private ensureActiveConversation;
2132
- private subscribeMessages;
2133
- private uploadPendingFiles;
2134
- private readFileAsBase64;
2135
- private afterRunResponse;
2136
- private ensureConversationId;
2137
- private scrollToBottom;
2138
- private unsubscribeAll;
2139
- static ɵfac: i0.ɵɵFactoryDeclaration<AiTerminalComponent, never>;
2140
- static ɵcmp: i0.ɵɵComponentDeclaration<AiTerminalComponent, "rio-ai-terminal", never, { "idClient": { "alias": "idClient"; "required": false; }; "idApp": { "alias": "idApp"; "required": false; }; "title": { "alias": "title"; "required": false; }; "config": { "alias": "config"; "required": false; }; "conversationStatus": { "alias": "conversationStatus"; "required": false; }; "messageLimit": { "alias": "messageLimit"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, false, never>;
2141
- }
2142
-
2143
- declare class AiTerminalModule {
2144
- static ɵfac: i0.ɵɵFactoryDeclaration<AiTerminalModule, never>;
2145
- static ɵmod: i0.ɵɵNgModuleDeclaration<AiTerminalModule, [typeof AiTerminalComponent], [typeof SharedModule], [typeof AiTerminalComponent]>;
2146
- static ɵinj: i0.ɵɵInjectorDeclaration<AiTerminalModule>;
2147
- }
2148
-
2149
2179
  declare class SchedulerComponent extends BaseComponent implements AfterViewInit, OnDestroy {
2150
2180
  private _services;
2151
2181
  today: Date;
@@ -2196,7 +2226,7 @@ declare class SchedulerComponent extends BaseComponent implements AfterViewInit,
2196
2226
 
2197
2227
  declare class SchedulerModule {
2198
2228
  static ɵfac: i0.ɵɵFactoryDeclaration<SchedulerModule, never>;
2199
- static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof SchedulerComponent], [typeof i4.NgbModule, typeof i1$1.FormsModule, typeof i2$1.CommonModule, typeof i3.RouterModule], [typeof SchedulerComponent]>;
2229
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SchedulerModule, [typeof SchedulerComponent], [typeof i4.NgbModule, typeof i1.FormsModule, typeof i2.CommonModule, typeof i3.RouterModule], [typeof SchedulerComponent]>;
2200
2230
  static ɵinj: i0.ɵɵInjectorDeclaration<SchedulerModule>;
2201
2231
  }
2202
2232
 
@@ -2297,4 +2327,4 @@ declare const MongoExplorerModulePermission: ModulePermissionModel;
2297
2327
  declare const SuperAdminModulePermission: ModulePermissionModel;
2298
2328
 
2299
2329
  export { AccountManagerService, AiAssistantComponent, AiTerminalComponent, AiTerminalModule, AiTerminalService, AlertService, Auth365Component, AuthGuard, AuthPermissionService, AuthService, AwsService, BaseComponent, CanDeactivateGuard, CollapseTableComponent, CollapseTableModule, CoreAuthModule, CoreComponent, CoreDialogModule, CoreLoggerModule, CoreModule, CoreService, CoreServicesModule, CoreShellModule, DatatableComponent, DatatableModule, DateShortcutComponent, DateShortcutModule, DialogConfirmContent, DialogErrorContent, DialogInputContent, DialogLoginContent, DialogNotifyContent, DialogRegisterContent, DialogSelectArrayContent, DialogSelectArrayObjsContent, DialogSelectDataLabelsContent, DialogSelectDateTimeContent, DialogSelectWithButtonsURLContent, DialogService, DomSanitizorPipe, Draggable, DropEvent, Droppable, EnrollComponent, FeatureGateService, FileModule, FileUploadComponent, FilterEqualPipe, FilterNotEqualPipe, FocusDirective, ForgotPasswordComponent, FormButtonComponent, FormButtonModule, HomeComponent, HtmlDiffViewerComponent, JsonParsePipe, LoggerComponent, MinusCurrencyPipe, MongoExplorerModulePermission, NavbarMainComponent, NavbarModuleComponent, NgDragDropModule, NgDragDropService, OfflineManagerService, PhonePipe, PipeModule, ProviderService, ReportBuilderModulePermission, ResizeService, ResponsiveButtonGroupComponent, ResponsiveButtonGroupModule, ReversePipe, SchedulerComponent, SchedulerModule, ScrollDirective, SharedModule, SocketManagerService, SocketService, SortTableDirective, SortTableHeaderComponent, SortTableModule, SortTableNgForComponent, Sortable as SortableJs, SortablejsDirective, SortablejsModule, StorageDB, SuperAdminModulePermission, TitleCaseAndUnderscorePipe, TokenManagerService, UserRoleComponent, UserRoleModule, ValidationService, WindowRefService, applyMongoUpdate, b64toBlobURL, blobToFile, dateOnlyStartOfDayTz, dateReviver, deepCopy, deepDiffDetails, exportCsv, generateCronStringFromDate, isUpperCase, mergeDeep, momentTz, pad, rioDatePickerConfigFactory, round, s2ab, toDataURL, toTitleCase, type };
2300
- export type { ActiveClientSubscriptionModel, AiTerminalAttachmentModel, AiTerminalConfig, AiTerminalConversationModel, AiTerminalConversationStatus, AiTerminalMessageModel, AiTerminalMessageRole, AiTerminalMessageUsage, AiTerminalMethodNames, AiTerminalMode, AppStatusModel, CanComponentDeactivate, CollectionDocument, CronJobModel, CsvExportOptions, DatatableColumn, DatatableModel, DialogInputFieldModel, DialogInputFieldSelectOptions, DialogSelectWithButtonsOptionModel, FileModel, LogMethodLatencyModel, ModulePermissionApprovalModel, ModulePermissionModel, ModulePermissionViewModel, NavbarMainTabLinkModel, NavbarMainTabModel, NavbarMainTabType, NavbarModel, NavbarTabModel, OtherObject, PaginationOptions, ScrollEvent, SelectDataLabelModel, Sort, SortDirection, SortDirectionType, SortMongo, Sortable$1 as Sortable, SortableEvent as SortablejsEvent, Options as SortablejsOptions, SubscriptionModel, SubscriptionPubModel, UserDelegateModel, UserEmploymentLevelType, UserGroupModel, UserGroupNotificationModel, UserGroupPermissionModel, UserGroupViewModel, UserModel, UserNotificationConfigModel, UserNotificationModel, UserNotificationSubTypes, UserNotificationTypes, UserRoleApprovalModel, UserRoleGroupModel, UserRoleModel, UserSettingsModel, UserSupervisorModel, alertType };
2330
+ export type { ActiveClientSubscriptionModel, AiTerminalAttachmentModel, AiTerminalConfig$1 as AiTerminalConfig, AiTerminalConversationModel, AiTerminalConversationStatus, AiTerminalMessageModel, AiTerminalMessageRole, AiTerminalMessageUsage, AiTerminalMethodNames, AiTerminalMode, AppStatusModel, CanComponentDeactivate, CollectionDocument, CronJobModel, CsvExportOptions, DatatableColumn, DatatableModel, DialogInputFieldModel, DialogInputFieldSelectOptions, DialogSelectWithButtonsOptionModel, FileModel, LogMethodLatencyModel, ModulePermissionApprovalModel, ModulePermissionModel, ModulePermissionViewModel, NavbarMainTabLinkModel, NavbarMainTabModel, NavbarMainTabType, NavbarModel, NavbarTabModel, OtherObject, PaginationOptions, ScrollEvent, SelectDataLabelModel, Sort, SortDirection, SortDirectionType, SortMongo, Sortable$1 as Sortable, SortableEvent as SortablejsEvent, Options as SortablejsOptions, SubscriptionModel, SubscriptionPubModel, UserDelegateModel, UserEmploymentLevelType, UserGroupModel, UserGroupNotificationModel, UserGroupPermissionModel, UserGroupViewModel, UserModel, UserNotificationConfigModel, UserNotificationModel, UserNotificationSubTypes, UserNotificationTypes, UserRoleApprovalModel, UserRoleGroupModel, UserRoleModel, UserSettingsModel, UserSupervisorModel, alertType };