diff --git a/doc/TypeDoc/classes/infra_camera_camera_service.CameraService.html b/doc/TypeDoc/classes/infra_camera_camera_service.CameraService.html new file mode 100644 index 000000000..b5c9bbfb6 --- /dev/null +++ b/doc/TypeDoc/classes/infra_camera_camera_service.CameraService.html @@ -0,0 +1,9 @@ +CameraService | gabinete-digital

Service for handling camera functionality. +This service provides methods to interact with the device's camera.

+

Constructors

Methods

Constructors

Methods

  • Takes a picture using the device's camera.

    +

    Parameters

    Returns Promise<Ok<Photo, never> | Err<never, any>>

    A promise that resolves with an ok result containing the file or an err result containing the error.

    +
diff --git a/doc/TypeDoc/classes/infra_file_picker_file_picker_service.FilePickerService.html b/doc/TypeDoc/classes/infra_file_picker_file_picker_service.FilePickerService.html new file mode 100644 index 000000000..43fd75ca3 --- /dev/null +++ b/doc/TypeDoc/classes/infra_file_picker_file_picker_service.FilePickerService.html @@ -0,0 +1,9 @@ +FilePickerService | gabinete-digital

Service for handling file picking functionality. +This service provides methods to pick a picture from the device's photo library.

+

Constructors

Methods

Constructors

  • Creates an instance of FilePickerService.

    +

    Returns FilePickerService

Methods

  • Picks a picture from the device's photo library.

    +

    Parameters

    • params: PickPictureParams

      The parameters for picking the picture.

      +

    Returns Promise<Ok<Photo, never> | Err<never, any>>

    A promise that resolves with an ok result containing the file or an err result containing the error.

    +
diff --git a/doc/TypeDoc/classes/infra_file_picker_mobile_file_picker_mobile_service.FilePickerMobileService.html b/doc/TypeDoc/classes/infra_file_picker_mobile_file_picker_mobile_service.FilePickerMobileService.html new file mode 100644 index 000000000..6d69a8fd9 --- /dev/null +++ b/doc/TypeDoc/classes/infra_file_picker_mobile_file_picker_mobile_service.FilePickerMobileService.html @@ -0,0 +1,3 @@ +FilePickerMobileService | gabinete-digital

Constructors

Methods

Constructors

Methods

  • Parameters

    • __namedParameters: {
          multiple: any;
          readData: any;
          types: any;
      }
      • multiple: any
      • readData: any
      • types: any

    Returns Promise<Result<PickFilesResult, any>>

diff --git a/doc/TypeDoc/classes/infra_file_picker_web_file_picker_web_service.FilePickerWebService.html b/doc/TypeDoc/classes/infra_file_picker_web_file_picker_web_service.FilePickerWebService.html new file mode 100644 index 000000000..2976e7759 --- /dev/null +++ b/doc/TypeDoc/classes/infra_file_picker_web_file_picker_web_service.FilePickerWebService.html @@ -0,0 +1,3 @@ +FilePickerWebService | gabinete-digital

Constructors

Methods

Constructors

Methods

  • Parameters

    • types: (
          | "image/apng"
          | "image/bmp"
          | "image/gif"
          | "image/jpeg"
          | "image/pjpeg"
          | "image/png"
          | "image/svg+xml"
          | "image/tiff"
          | "image/webp"
          | "image/x-icon"
          | ".doc"
          | ".docx"
          | ".pdf")[]

    Returns Promise<Result<File, any>>

diff --git a/doc/TypeDoc/classes/infra_repository_dexie_dexie_repository_service.DexieRepository.html b/doc/TypeDoc/classes/infra_repository_dexie_dexie_repository_service.DexieRepository.html new file mode 100644 index 000000000..820b3dd1a --- /dev/null +++ b/doc/TypeDoc/classes/infra_repository_dexie_dexie_repository_service.DexieRepository.html @@ -0,0 +1,11 @@ +DexieRepository | gabinete-digital

Type Parameters

  • T

Hierarchy (view full)

Constructors

Methods

diff --git a/doc/TypeDoc/classes/infra_speaker_speaker_service.SpeakerService.html b/doc/TypeDoc/classes/infra_speaker_speaker_service.SpeakerService.html new file mode 100644 index 000000000..495095cdc --- /dev/null +++ b/doc/TypeDoc/classes/infra_speaker_speaker_service.SpeakerService.html @@ -0,0 +1,10 @@ +SpeakerService | gabinete-digital

Constructors

Properties

Methods

Constructors

Properties

recording: boolean = false

Methods

diff --git a/doc/TypeDoc/classes/module_chat_chat_module.ChatModule.html b/doc/TypeDoc/classes/module_chat_chat_module.ChatModule.html new file mode 100644 index 000000000..db33b39ae --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_chat_module.ChatModule.html @@ -0,0 +1,3 @@ +ChatModule | gabinete-digital

Constructors

Methods

diff --git a/doc/TypeDoc/classes/module_chat_chat_service_service.ChatServiceService.html b/doc/TypeDoc/classes/module_chat_chat_service_service.ChatServiceService.html new file mode 100644 index 000000000..a875e73f4 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_chat_service_service.ChatServiceService.html @@ -0,0 +1,2 @@ +ChatServiceService | gabinete-digital

Constructors

Constructors

diff --git a/doc/TypeDoc/classes/module_chat_data_async_repository_message_repository_aync_service.MessageRepositoryAyncService.html b/doc/TypeDoc/classes/module_chat_data_async_repository_message_repository_aync_service.MessageRepositoryAyncService.html new file mode 100644 index 000000000..182f42c77 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_async_repository_message_repository_aync_service.MessageRepositoryAyncService.html @@ -0,0 +1,2 @@ +MessageRepositoryAyncService | gabinete-digital

Constructors

Constructors

diff --git a/doc/TypeDoc/classes/module_chat_data_async_socket_user_typing_async_service.UserTypingAsyncService.html b/doc/TypeDoc/classes/module_chat_data_async_socket_user_typing_async_service.UserTypingAsyncService.html new file mode 100644 index 000000000..60487df28 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_async_socket_user_typing_async_service.UserTypingAsyncService.html @@ -0,0 +1,3 @@ +UserTypingAsyncService | gabinete-digital

Constructors

Properties

Constructors

Properties

typingCallback: {
    [key: string]: Subject<any>;
} = {}
diff --git a/doc/TypeDoc/classes/module_chat_data_data_source_member_list_member_list_local_data_source_service.MemberListLocalDataSourceService.html b/doc/TypeDoc/classes/module_chat_data_data_source_member_list_member_list_local_data_source_service.MemberListLocalDataSourceService.html new file mode 100644 index 000000000..887995127 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_data_source_member_list_member_list_local_data_source_service.MemberListLocalDataSourceService.html @@ -0,0 +1,11 @@ +MemberListLocalDataSourceService | gabinete-digital

Hierarchy (view full)

Constructors

Methods

  • Returns Promise<RepositoryResult<{
        $roomIdUserId?: string;
        id?: string;
        joinAt?: string;
        roomId?: string;
        status?: string;
        user?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
    }[]>>

  • Parameters

    • filter: Object

    Returns Promise<RepositoryResult<{
        $roomIdUserId?: string;
        id?: string;
        joinAt?: string;
        roomId?: string;
        status?: string;
        user?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
    }>>

  • Parameters

    • document: {
          $roomIdUserId?: string;
          id?: string;
          joinAt?: string;
          roomId?: string;
          status?: string;
          user?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
      }
      • Optional$roomIdUserId?: string
      • Optionalid?: string
      • OptionaljoinAt?: string
      • OptionalroomId?: string
      • Optionalstatus?: string
      • Optionaluser?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }
        • OptionaluserPhoto?: string
        • OptionalwxFullName?: string
        • OptionalwxUserId?: number
        • OptionalwxeMail?: string

    Returns Promise<RepositoryResult<number>>

  • Parameters

    • documents: {
          $roomIdUserId?: string;
          id?: string;
          joinAt?: string;
          roomId?: string;
          status?: string;
          user?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
      }[]

    Returns Promise<RepositoryResult<number[]>>

  • Parameters

    • id: any
    • updatedDocument: Partial<{
          $roomIdUserId?: string;
          id?: string;
          joinAt?: string;
          roomId?: string;
          status?: string;
          user?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
      }>

    Returns Promise<Ok<number, never> | Err<never, Error>>

diff --git a/doc/TypeDoc/classes/module_chat_data_data_source_member_list_member_list_remote_data_source_service.MemberListRemoteDataSourceService.html b/doc/TypeDoc/classes/module_chat_data_data_source_member_list_member_list_remote_data_source_service.MemberListRemoteDataSourceService.html new file mode 100644 index 000000000..851cb935f --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_data_source_member_list_member_list_remote_data_source_service.MemberListRemoteDataSourceService.html @@ -0,0 +1,4 @@ +MemberListRemoteDataSourceService | gabinete-digital

Constructors

Methods

diff --git a/doc/TypeDoc/classes/module_chat_data_data_source_message_message_live_data_source_service.MessageLiveDataSourceService.html b/doc/TypeDoc/classes/module_chat_data_data_source_message_message_live_data_source_service.MessageLiveDataSourceService.html new file mode 100644 index 000000000..ffbb315fe --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_data_source_message_message_live_data_source_service.MessageLiveDataSourceService.html @@ -0,0 +1,2 @@ +MessageLiveDataSourceService | gabinete-digital

Constructors

Constructors

diff --git a/doc/TypeDoc/classes/module_chat_data_data_source_message_message_live_signalr_data_source_service.MessageLiveDataSourceService.html b/doc/TypeDoc/classes/module_chat_data_data_source_message_message_live_signalr_data_source_service.MessageLiveDataSourceService.html new file mode 100644 index 000000000..2d537b94b --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_data_source_message_message_live_signalr_data_source_service.MessageLiveDataSourceService.html @@ -0,0 +1,3 @@ +MessageLiveDataSourceService | gabinete-digital

Constructors

Methods

Constructors

Methods

diff --git a/doc/TypeDoc/classes/module_chat_data_data_source_message_message_local_data_source_service.MessageLocalDataSourceService.html b/doc/TypeDoc/classes/module_chat_data_data_source_message_message_local_data_source_service.MessageLocalDataSourceService.html new file mode 100644 index 000000000..b75632d6e --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_data_source_message_message_local_data_source_service.MessageLocalDataSourceService.html @@ -0,0 +1,26 @@ +MessageLocalDataSourceService | gabinete-digital

Hierarchy (view full)

Constructors

Properties

messageSubject: Subject<unknown> = ...

Methods

  • Parameters

    • data: {
          attachments?: {
              applicationId?: string;
              docId?: string;
              file?: string;
              fileName?: string;
              fileType?: MessageAttachmentFileType;
              source?: MessageAttachmentSource;
          }[];
          canEdit?: boolean;
          message?: string;
          messageType?: number;
          oneShot?: boolean;
          requestId?: string;
          requireUnlock?: boolean;
          roomId?: string;
          senderId?: number;
      }[]

    Returns Promise<Err<never, boolean> | Ok<number, never>>

  • Parameters

    • data: {
          attachments?: {
              applicationId?: string;
              docId?: string;
              file?: string;
              fileName?: string;
              fileType?: MessageAttachmentFileType;
              source?: MessageAttachmentSource;
          }[];
          canEdit?: boolean;
          message?: string;
          messageType?: number;
          oneShot?: boolean;
          requestId?: string;
          requireUnlock?: boolean;
          roomId?: string;
          senderId?: number;
      }
      • Optionalattachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[]
      • OptionalcanEdit?: boolean
      • Optionalmessage?: string
      • OptionalmessageType?: number
      • OptionaloneShot?: boolean
      • OptionalrequestId?: string
      • OptionalrequireUnlock?: boolean
      • OptionalroomId?: string
      • OptionalsenderId?: number

    Returns Promise<Err<never, boolean> | Ok<number, never>>

  • Parameters

    • id: string

    Returns Promise<Result<{
        $id?: number;
        attachments?: {}[];
        canEdit?: boolean;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sending?: boolean;
        sentAt?: string;
    }, any>>

  • Returns Promise<RepositoryResult<{
        $id?: number;
        attachments?: {}[];
        canEdit?: boolean;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sending?: boolean;
        sentAt?: string;
    }[]>>

  • Parameters

    • id: string

    Returns Promise<Err<never, string> | Ok<{
        $id?: number;
        attachments?: {}[];
        canEdit?: boolean;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sending?: boolean;
        sentAt?: string;
    }, never>>

  • Parameters

    • filter: Object

    Returns Promise<RepositoryResult<{
        $id?: number;
        attachments?: {}[];
        canEdit?: boolean;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sending?: boolean;
        sentAt?: string;
    }>>

  • Parameters

    • data: {
          $id?: number;
          attachments?: {}[];
          canEdit?: boolean;
          id?: string;
          info?: {}[];
          message?: string;
          messageType?: number;
          oneShot?: boolean;
          reactions?: {
              id?: string;
              reactedAt?: string;
              reaction?: string;
              sender?: {};
          }[];
          requireUnlock?: boolean;
          roomId?: string;
          sender?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
          sending?: boolean;
          sentAt?: string;
      }
      • Optional$id?: number
      • Optionalattachments?: {}[]
      • OptionalcanEdit?: boolean
      • Optionalid?: string
      • Optionalinfo?: {}[]
      • Optionalmessage?: string
      • OptionalmessageType?: number
      • OptionaloneShot?: boolean
      • Optionalreactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[]
      • OptionalrequireUnlock?: boolean
      • OptionalroomId?: string
      • Optionalsender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }
        • OptionaluserPhoto?: string
        • OptionalwxFullName?: string
        • OptionalwxUserId?: number
        • OptionalwxeMail?: string
      • Optionalsending?: boolean
      • OptionalsentAt?: string

    Returns Promise<Err<never, boolean> | Ok<number, never> | Err<never, Error>>

  • Parameters

    • roomId: string

    Returns PromiseExtended<{
        $id?: number;
        attachments?: {}[];
        canEdit?: boolean;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sending?: boolean;
        sentAt?: string;
    }[]>

  • Parameters

    • roomId: string

    Returns Observable<{
        $id?: number;
        attachments?: {}[];
        canEdit?: boolean;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sending?: boolean;
        sentAt?: string;
    }[]>

  • Parameters

    • roomId: string

    Returns Promise<Result<{
        $id?: number;
        attachments?: {}[];
        canEdit?: boolean;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sending?: boolean;
        sentAt?: string;
    }, any>>

  • Parameters

    • document: {
          $id?: number;
          attachments?: {}[];
          canEdit?: boolean;
          id?: string;
          info?: {}[];
          message?: string;
          messageType?: number;
          oneShot?: boolean;
          reactions?: {
              id?: string;
              reactedAt?: string;
              reaction?: string;
              sender?: {};
          }[];
          requireUnlock?: boolean;
          roomId?: string;
          sender?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
          sending?: boolean;
          sentAt?: string;
      }
      • Optional$id?: number
      • Optionalattachments?: {}[]
      • OptionalcanEdit?: boolean
      • Optionalid?: string
      • Optionalinfo?: {}[]
      • Optionalmessage?: string
      • OptionalmessageType?: number
      • OptionaloneShot?: boolean
      • Optionalreactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[]
      • OptionalrequireUnlock?: boolean
      • OptionalroomId?: string
      • Optionalsender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }
        • OptionaluserPhoto?: string
        • OptionalwxFullName?: string
        • OptionalwxUserId?: number
        • OptionalwxeMail?: string
      • Optionalsending?: boolean
      • OptionalsentAt?: string

    Returns Promise<RepositoryResult<number>>

  • Parameters

    • documents: {
          $id?: number;
          attachments?: {}[];
          canEdit?: boolean;
          id?: string;
          info?: {}[];
          message?: string;
          messageType?: number;
          oneShot?: boolean;
          reactions?: {
              id?: string;
              reactedAt?: string;
              reaction?: string;
              sender?: {};
          }[];
          requireUnlock?: boolean;
          roomId?: string;
          sender?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
          sending?: boolean;
          sentAt?: string;
      }[]

    Returns Promise<RepositoryResult<number[]>>

  • Parameters

    • __namedParameters: {
          id: any;
      }
      • id: any

    Returns Promise<Err<never, boolean> | Ok<{
        $id?: number;
        attachments?: {}[];
        canEdit?: boolean;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sending?: boolean;
        sentAt?: string;
    }, never>>

  • Parameters

    • data: {
          attachments?: {
              applicationId?: string;
              docId?: string;
              file?: string;
              fileName?: string;
              fileType?: MessageAttachmentFileType;
              source?: MessageAttachmentSource;
          }[];
          canEdit?: boolean;
          message?: string;
          messageType?: number;
          oneShot?: boolean;
          requestId?: string;
          requireUnlock?: boolean;
          roomId?: string;
          senderId?: number;
      }
      • Optionalattachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[]
      • OptionalcanEdit?: boolean
      • Optionalmessage?: string
      • OptionalmessageType?: number
      • OptionaloneShot?: boolean
      • OptionalrequestId?: string
      • OptionalrequireUnlock?: boolean
      • OptionalroomId?: string
      • OptionalsenderId?: number

    Returns Promise<Err<never, boolean> | Ok<number, never>>

  • Parameters

    • roomId: string

    Returns Observable<{
        $id?: number;
        attachments?: {}[];
        canEdit?: boolean;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sending?: boolean;
        sentAt?: string;
    }>

  • Parameters

    • id: any
    • updatedDocument: Partial<{
          $id?: number;
          attachments?: {}[];
          canEdit?: boolean;
          id?: string;
          info?: {}[];
          message?: string;
          messageType?: number;
          oneShot?: boolean;
          reactions?: {
              id?: string;
              reactedAt?: string;
              reaction?: string;
              sender?: {};
          }[];
          requireUnlock?: boolean;
          roomId?: string;
          sender?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
          sending?: boolean;
          sentAt?: string;
      }>

    Returns Promise<Ok<number, never> | Err<never, Error>>

  • Parameters

    • data: {
          $id?: number;
          attachments?: {}[];
          canEdit?: boolean;
          id?: string;
          info?: {}[];
          message?: string;
          messageType?: number;
          oneShot?: boolean;
          reactions?: {
              id?: string;
              reactedAt?: string;
              reaction?: string;
              sender?: {};
          }[];
          requireUnlock?: boolean;
          roomId?: string;
          sender?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
          sending?: boolean;
          sentAt?: string;
      }
      • Optional$id?: number
      • Optionalattachments?: {}[]
      • OptionalcanEdit?: boolean
      • Optionalid?: string
      • Optionalinfo?: {}[]
      • Optionalmessage?: string
      • OptionalmessageType?: number
      • OptionaloneShot?: boolean
      • Optionalreactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[]
      • OptionalrequireUnlock?: boolean
      • OptionalroomId?: string
      • Optionalsender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }
        • OptionaluserPhoto?: string
        • OptionalwxFullName?: string
        • OptionalwxUserId?: number
        • OptionalwxeMail?: string
      • Optionalsending?: boolean
      • OptionalsentAt?: string

    Returns Promise<Err<never, boolean> | Ok<number, never>>

diff --git a/doc/TypeDoc/classes/module_chat_data_data_source_message_message_remote_data_source_service.MessageRemoteDataSourceService.html b/doc/TypeDoc/classes/module_chat_data_data_source_message_message_remote_data_source_service.MessageRemoteDataSourceService.html new file mode 100644 index 000000000..8d76350a8 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_data_source_message_message_remote_data_source_service.MessageRemoteDataSourceService.html @@ -0,0 +1,5 @@ +MessageRemoteDataSourceService | gabinete-digital

Constructors

Methods

  • Parameters

    • id: string

    Returns DataSourceReturn<{
        data?: {
            attachments?: {
                applicationId?: string;
                docId?: string;
                file?: string;
                fileName?: string;
                fileType?: MessageAttachmentFileType;
                source?: MessageAttachmentSource;
            }[];
            canEdit?: boolean;
            deliverAt?: string;
            id?: string;
            info?: {}[];
            message?: string;
            messageType?: number;
            oneShot?: boolean;
            reactions?: {
                id?: string;
                reactedAt?: string;
                reaction?: string;
                sender?: {};
            }[];
            requestId?: string;
            requireUnlock?: boolean;
            roomId?: string;
            sender?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            sentAt?: string;
        }[];
        message?: string;
        success?: boolean;
    }>

  • Parameters

    • data: {
          attachments?: {
              applicationId?: string;
              docId?: string;
              file?: string;
              fileName?: string;
              fileType?: MessageAttachmentFileType;
              source?: MessageAttachmentSource;
          }[];
          canEdit?: boolean;
          message?: string;
          messageType?: number;
          oneShot?: boolean;
          requestId?: string;
          requireUnlock?: boolean;
          roomId?: string;
          senderId?: number;
      }
      • Optionalattachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[]
      • OptionalcanEdit?: boolean
      • Optionalmessage?: string
      • OptionalmessageType?: number
      • OptionaloneShot?: boolean
      • OptionalrequestId?: string
      • OptionalrequireUnlock?: boolean
      • OptionalroomId?: string
      • OptionalsenderId?: number

    Returns Promise<Result<{
        data?: {
            attachments?: {
                applicationId?: string;
                docId?: string;
                file?: string;
                fileName?: string;
                fileType?: MessageAttachmentFileType;
                source?: MessageAttachmentSource;
            }[];
            canEdit?: boolean;
            deliverAt?: string;
            id?: string;
            info?: {}[];
            message?: string;
            messageType?: number;
            oneShot?: boolean;
            reactions?: {
                id?: string;
                reactedAt?: string;
                reaction?: string;
                sender?: {};
            }[];
            requestId?: string;
            requireUnlock?: boolean;
            roomId?: string;
            sender?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            sentAt?: string;
        }[];
        message?: string;
        success?: boolean;
    }, HttpErrorResponse>>

diff --git a/doc/TypeDoc/classes/module_chat_data_data_source_room_room_live_data_source_service.RoomLiveDataSourceService.html b/doc/TypeDoc/classes/module_chat_data_data_source_room_room_live_data_source_service.RoomLiveDataSourceService.html new file mode 100644 index 000000000..e42a3b6e2 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_data_source_room_room_live_data_source_service.RoomLiveDataSourceService.html @@ -0,0 +1,3 @@ +RoomLiveDataSourceService | gabinete-digital

Constructors

Methods

Constructors

Methods

diff --git a/doc/TypeDoc/classes/module_chat_data_data_source_room_room_remote_data_source_service.RoomRemoteDataSourceService.html b/doc/TypeDoc/classes/module_chat_data_data_source_room_room_remote_data_source_service.RoomRemoteDataSourceService.html new file mode 100644 index 000000000..e58636777 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_data_source_room_room_remote_data_source_service.RoomRemoteDataSourceService.html @@ -0,0 +1,10 @@ +RoomRemoteDataSourceService | gabinete-digital

Constructors

Methods

  • Parameters

    • data: {
          createdBy?: number;
          expirationDate?: string;
          members?: number[];
          roomName?: string;
          roomType?: number;
      }
      • OptionalcreatedBy?: number
      • OptionalexpirationDate?: string
      • Optionalmembers?: number[]
      • OptionalroomName?: string
      • OptionalroomType?: number

    Returns DataSourceReturn<{
        data?: {
            createdAt?: string;
            createdBy?: any;
            expirationDate?: string;
            id?: string;
            roomName?: string;
            roomType?: any;
        };
        message?: string;
        success?: boolean;
    }>

  • Parameters

    • id: string

    Returns DataSourceReturn<{
        data?: {
            createdAt?: string;
            createdBy?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            expirationDate?: string;
            id?: string;
            members?: {
                id?: string;
                isAdmin?: boolean;
                joinAt?: string;
                user?: {
                    userPhoto?: string;
                    wxFullName?: string;
                    wxUserId?: number;
                    wxeMail?: string;
                };
            }[];
            roomName?: string;
            roomType?: number;
        };
        message?: string;
        success?: boolean;
    }>

  • Returns Promise<DataSourceReturn<{
        data?: {
            chatRoom?: {
                createdAt?: string;
                createdBy?: {
                    userPhoto?: string;
                    wxFullName?: string;
                    wxUserId?: number;
                    wxeMail?: string;
                };
                expirationDate?: string;
                id?: string;
                roomName?: string;
                roomType?: number;
            };
            joinAt?: string;
        }[];
        message?: string;
        success?: boolean;
    }>>

  • Parameters

    • data: {
          roomId?: string;
          roomName?: string;
          roomType?: number;
      }
      • OptionalroomId?: string
      • OptionalroomName?: string
      • OptionalroomType?: number

    Returns Promise<DataSourceReturn<{
        data?: {
            createdAt?: string;
            createdBy?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            expirationDate?: string;
            id?: string;
            members?: {
                id?: string;
                joinAt?: string;
                user?: {
                    userPhoto?: string;
                    wxFullName?: string;
                    wxUserId?: number;
                    wxeMail?: string;
                };
            }[];
            roomName?: string;
            roomType?: number;
        };
        message?: string;
        success?: boolean;
    }>>

diff --git a/doc/TypeDoc/classes/module_chat_data_data_source_room_rooom_local_data_source_service.RoomLocalDataSourceService.html b/doc/TypeDoc/classes/module_chat_data_data_source_room_rooom_local_data_source_service.RoomLocalDataSourceService.html new file mode 100644 index 000000000..2911a6a33 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_data_source_room_rooom_local_data_source_service.RoomLocalDataSourceService.html @@ -0,0 +1,21 @@ +RoomLocalDataSourceService | gabinete-digital

Constructors

Methods

  • Parameters

    • data: {
          $roomIdUserId?: string;
          id?: string;
          isAdmin?: boolean;
          joinAt?: string;
          roomId?: string;
          status?: string;
          userPhoto?: string;
          wxFullName?: string;
          wxUserId?: number;
          wxeMail?: string;
      }
      • Optional$roomIdUserId?: string
      • Optionalid?: string
      • OptionalisAdmin?: boolean
      • OptionaljoinAt?: string
      • OptionalroomId?: string
      • Optionalstatus?: string
      • OptionaluserPhoto?: string
      • OptionalwxFullName?: string
      • OptionalwxUserId?: number
      • OptionalwxeMail?: string

    Returns Promise<Err<never, boolean> | Ok<string, never>>

  • Parameters

    • data: {
          createdAt?: any;
          createdBy?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
          expirationDate?: any;
          id?: string;
          roomName?: string;
      }
      • OptionalcreatedAt?: any
      • OptionalcreatedBy?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }
        • OptionaluserPhoto?: string
        • OptionalwxFullName?: string
        • OptionalwxUserId?: number
        • OptionalwxeMail?: string
      • OptionalexpirationDate?: any
      • Optionalid?: string
      • OptionalroomName?: string

    Returns Promise<Err<never, boolean> | Ok<number, never> | Ok<string, never>>

  • Parameters

    • data: {
          createdAt?: any;
          createdBy?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
          expirationDate?: any;
          id?: string;
          roomName?: string;
      }
      • OptionalcreatedAt?: any
      • OptionalcreatedBy?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }
        • OptionaluserPhoto?: string
        • OptionalwxFullName?: string
        • OptionalwxUserId?: number
        • OptionalwxeMail?: string
      • OptionalexpirationDate?: any
      • Optionalid?: string
      • OptionalroomName?: string

    Returns Promise<Err<never, boolean> | Ok<string, never>>

  • Returns Observable<{
        data?: {
            chatRoom?: {
                createdAt?: string;
                createdBy?: {
                    userPhoto?: string;
                    wxFullName?: string;
                    wxUserId?: number;
                    wxeMail?: string;
                };
                expirationDate?: string;
                id?: string;
                roomName?: string;
                roomType?: number;
            };
            joinAt?: string;
        }[];
        message?: string;
        success?: boolean;
    }[]>

  • Parameters

    • id: any

    Returns Promise<Err<never, boolean> | Ok<{
        createdAt?: any;
        createdBy?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        expirationDate?: any;
        id?: string;
        roomName?: string;
    }, never>>

  • Parameters

    • id: any

    Returns Observable<{
        chatRoom?: {
            createdAt?: string;
            createdBy?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            expirationDate?: string;
            id?: string;
            roomName?: string;
            roomType?: number;
        };
        joinAt?: string;
    }>

  • Returns Promise<{
        createdAt?: any;
        createdBy?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        expirationDate?: any;
        id?: string;
        roomName?: string;
    }[]>

  • Parameters

    • roomId: any

    Returns Promise<{
        $roomIdUserId?: string;
        id?: string;
        isAdmin?: boolean;
        joinAt?: string;
        roomId?: string;
        status?: string;
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    }[]>

  • Parameters

    • roomId: any

    Returns Observable<{
        $roomIdUserId?: string;
        id?: string;
        isAdmin?: boolean;
        joinAt?: string;
        roomId?: string;
        status?: string;
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    }[]>

  • Parameters

    • roomId: any

    Returns Observable<{
        $roomIdUserId?: string;
        id?: string;
        isAdmin?: boolean;
        joinAt?: string;
        roomId?: string;
        status?: string;
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    }[]>

  • Parameters

    • data: {
          $roomIdUserId?: string;
          id?: string;
          isAdmin?: boolean;
          joinAt?: string;
          roomId?: string;
          status?: string;
          userPhoto?: string;
          wxFullName?: string;
          wxUserId?: number;
          wxeMail?: string;
      }
      • Optional$roomIdUserId?: string
      • Optionalid?: string
      • OptionalisAdmin?: boolean
      • OptionaljoinAt?: string
      • OptionalroomId?: string
      • Optionalstatus?: string
      • OptionaluserPhoto?: string
      • OptionalwxFullName?: string
      • OptionalwxUserId?: number
      • OptionalwxeMail?: string

    Returns Promise<Err<never, boolean> | Ok<number, never>>

  • Parameters

    • data: {
          createdAt?: any;
          createdBy?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
          expirationDate?: any;
          id?: string;
          roomName?: string;
      }
      • OptionalcreatedAt?: any
      • OptionalcreatedBy?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }
        • OptionaluserPhoto?: string
        • OptionalwxFullName?: string
        • OptionalwxUserId?: number
        • OptionalwxeMail?: string
      • OptionalexpirationDate?: any
      • Optionalid?: string
      • OptionalroomName?: string

    Returns Promise<Err<never, boolean> | Ok<number, never>>

diff --git a/doc/TypeDoc/classes/module_chat_data_data_source_userTyping_user_typing_live_data_source_service.UserTypingLiveDataSourceService.html b/doc/TypeDoc/classes/module_chat_data_data_source_userTyping_user_typing_live_data_source_service.UserTypingLiveDataSourceService.html new file mode 100644 index 000000000..886752d1f --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_data_source_userTyping_user_typing_live_data_source_service.UserTypingLiveDataSourceService.html @@ -0,0 +1,3 @@ +UserTypingLiveDataSourceService | gabinete-digital

Constructors

Methods

Constructors

Methods

diff --git a/doc/TypeDoc/classes/module_chat_data_data_source_userTyping_user_typing_local_data_source_service.UserTypingLocalDataSourceService.html b/doc/TypeDoc/classes/module_chat_data_data_source_userTyping_user_typing_local_data_source_service.UserTypingLocalDataSourceService.html new file mode 100644 index 000000000..88b95ed36 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_data_source_userTyping_user_typing_local_data_source_service.UserTypingLocalDataSourceService.html @@ -0,0 +1,5 @@ +UserTypingLocalDataSourceService | gabinete-digital

Constructors

Methods

  • Parameters

    • data: {
          chatRoomId?: string;
          entryDate?: string;
          id?: string;
          userId?: string;
          userName?: string;
      }
      • OptionalchatRoomId?: string
      • OptionalentryDate?: string
      • Optionalid?: string
      • OptionaluserId?: string
      • OptionaluserName?: string

    Returns Promise<Err<never, boolean> | Ok<string, never>>

  • Parameters

    • data: {
          chatRoomId?: string;
          entryDate?: string;
          id?: string;
          userId?: string;
          userName?: string;
      }
      • OptionalchatRoomId?: string
      • OptionalentryDate?: string
      • Optionalid?: string
      • OptionaluserId?: string
      • OptionaluserName?: string

    Returns Promise<Err<never, boolean> | Ok<void, never>>

diff --git a/doc/TypeDoc/classes/module_chat_data_repository_message_respository_service.MessageRepositoryService.html b/doc/TypeDoc/classes/module_chat_data_repository_message_respository_service.MessageRepositoryService.html new file mode 100644 index 000000000..ca84d3d5b --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_repository_message_respository_service.MessageRepositoryService.html @@ -0,0 +1,12 @@ +MessageRepositoryService | gabinete-digital

Constructors

Methods

  • Parameters

    • roomId: string

    Returns Observable<{
        $id?: number;
        attachments?: {}[];
        canEdit?: boolean;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sending?: boolean;
        sentAt?: string;
    }[]>

  • Parameters

    • id: string

    Returns Promise<Result<{
        data?: {
            attachments?: {
                applicationId?: string;
                docId?: string;
                file?: string;
                fileName?: string;
                fileType?: MessageAttachmentFileType;
                source?: MessageAttachmentSource;
            }[];
            canEdit?: boolean;
            deliverAt?: string;
            id?: string;
            info?: {}[];
            message?: string;
            messageType?: number;
            oneShot?: boolean;
            reactions?: {
                id?: string;
                reactedAt?: string;
                reaction?: string;
                sender?: {};
            }[];
            requestId?: string;
            requireUnlock?: boolean;
            roomId?: string;
            sender?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            sentAt?: string;
        }[];
        message?: string;
        success?: boolean;
    }, HttpErrorResponse | ZodError<any>>>

  • Parameters

    • data: {
          messageId?: string;
          requestId?: string;
          roomId?: string;
          senderId?: number;
      }
      • OptionalmessageId?: string
      • OptionalrequestId?: string
      • OptionalroomId?: string
      • OptionalsenderId?: number

    Returns Promise<unknown>

  • Parameters

    • roomId: any

    Returns Observable<{
        $id?: number;
        attachments?: {}[];
        canEdit?: boolean;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sending?: boolean;
        sentAt?: string;
    }>

  • Parameters

    • input: {
          memberId?: number;
          message?: string;
          messageId?: string;
          requestId?: string;
          roomId?: string;
      }
      • OptionalmemberId?: number
      • Optionalmessage?: string
      • OptionalmessageId?: string
      • OptionalrequestId?: string
      • OptionalroomId?: string

    Returns void

diff --git a/doc/TypeDoc/classes/module_chat_data_repository_room_repository_service.RoomRepositoryService.html b/doc/TypeDoc/classes/module_chat_data_repository_room_repository_service.RoomRepositoryService.html new file mode 100644 index 000000000..86656864a --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_repository_room_repository_service.RoomRepositoryService.html @@ -0,0 +1,18 @@ +RoomRepositoryService | gabinete-digital

Constructors

Methods

  • Parameters

    • data: {
          createdBy?: number;
          expirationDate?: string;
          members?: number[];
          roomName?: string;
          roomType?: number;
      }
      • OptionalcreatedBy?: number
      • OptionalexpirationDate?: string
      • Optionalmembers?: number[]
      • OptionalroomName?: string
      • OptionalroomType?: number

    Returns Promise<Err<{
        data?: {
            createdAt?: string;
            createdBy?: any;
            expirationDate?: string;
            id?: string;
            roomName?: string;
            roomType?: any;
        };
        message?: string;
        success?: boolean;
    }, HttpErrorResponse | ZodError<any>> | Ok<{
        data?: {
            createdAt?: string;
            createdBy?: any;
            expirationDate?: string;
            id?: string;
            roomName?: string;
            roomType?: any;
        };
        message?: string;
        success?: boolean;
    }, boolean> | Err<{
        data?: {
            createdAt?: string;
            createdBy?: any;
            expirationDate?: string;
            id?: string;
            roomName?: string;
            roomType?: any;
        };
        message?: string;
        success?: boolean;
    }, boolean>>

  • Parameters

    • id: any

    Returns Observable<{
        chatRoom?: {
            createdAt?: string;
            createdBy?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            expirationDate?: string;
            id?: string;
            roomName?: string;
            roomType?: number;
        };
        joinAt?: string;
    }>

  • Returns Observable<{
        data?: {
            chatRoom?: {
                createdAt?: string;
                createdBy?: {
                    userPhoto?: string;
                    wxFullName?: string;
                    wxUserId?: number;
                    wxeMail?: string;
                };
                expirationDate?: string;
                id?: string;
                roomName?: string;
                roomType?: number;
            };
            joinAt?: string;
        }[];
        message?: string;
        success?: boolean;
    }[]>

  • Parameters

    • id: string

    Returns Promise<Result<{
        data?: {
            createdAt?: string;
            createdBy?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            expirationDate?: string;
            id?: string;
            members?: {
                id?: string;
                isAdmin?: boolean;
                joinAt?: string;
                user?: {
                    userPhoto?: string;
                    wxFullName?: string;
                    wxUserId?: number;
                    wxeMail?: string;
                };
            }[];
            roomName?: string;
            roomType?: number;
        };
        message?: string;
        success?: boolean;
    }, HttpErrorResponse | ZodError<any>>>

  • Parameters

    • roomId: any

    Returns Promise<{
        $roomIdUserId?: string;
        id?: string;
        isAdmin?: boolean;
        joinAt?: string;
        roomId?: string;
        status?: string;
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    }[]>

  • Parameters

    • roomId: any

    Returns Observable<{
        $roomIdUserId?: string;
        id?: string;
        isAdmin?: boolean;
        joinAt?: string;
        roomId?: string;
        status?: string;
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    }[]>

  • Parameters

    • roomId: any

    Returns Observable<{
        $roomIdUserId?: string;
        id?: string;
        isAdmin?: boolean;
        joinAt?: string;
        roomId?: string;
        status?: string;
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    }[]>

  • Returns Promise<Result<{
        data?: {
            chatRoom?: {
                createdAt?: string;
                createdBy?: {
                    userPhoto?: string;
                    wxFullName?: string;
                    wxUserId?: number;
                    wxeMail?: string;
                };
                expirationDate?: string;
                id?: string;
                roomName?: string;
                roomType?: number;
            };
            joinAt?: string;
        }[];
        message?: string;
        success?: boolean;
    }, HttpErrorResponse | ZodError<any>>>

  • Parameters

    • data: {
          key?: string;
          value?: {
              userId?: number;
              userName?: string;
          };
      }[]

    Returns Promise<Ok<boolean, never> | Err<never, any>>

  • Parameters

    • data: {
          roomId?: string;
          roomName?: string;
          roomType?: number;
      }
      • OptionalroomId?: string
      • OptionalroomName?: string
      • OptionalroomType?: number

    Returns Promise<Result<{
        data?: {
            createdAt?: string;
            createdBy?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            expirationDate?: string;
            id?: string;
            members?: {
                id?: string;
                joinAt?: string;
                user?: {
                    userPhoto?: string;
                    wxFullName?: string;
                    wxUserId?: number;
                    wxeMail?: string;
                };
            }[];
            roomName?: string;
            roomType?: number;
        };
        message?: string;
        success?: boolean;
    }, HttpErrorResponse | ZodError<any>>>

diff --git a/doc/TypeDoc/classes/module_chat_data_repository_user_typing_repository_service.UserTypingServiceRepository.html b/doc/TypeDoc/classes/module_chat_data_repository_user_typing_repository_service.UserTypingServiceRepository.html new file mode 100644 index 000000000..88be8063f --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_repository_user_typing_repository_service.UserTypingServiceRepository.html @@ -0,0 +1,5 @@ +UserTypingServiceRepository | gabinete-digital

Constructors

Methods

  • Returns Observable<{
        chatRoomId?: string;
        entryDate?: string;
        id?: string;
        userId?: string;
        userName?: string;
    }[]>

  • Parameters

    • data: {
          chatRoomId?: string;
          entryDate?: string;
          id?: string;
          userId?: string;
          userName?: string;
      }
      • OptionalchatRoomId?: string
      • OptionalentryDate?: string
      • Optionalid?: string
      • OptionaluserId?: string
      • OptionaluserName?: string

    Returns Promise<Err<never, boolean> | Ok<void, never>>

diff --git a/doc/TypeDoc/classes/module_chat_data_service_sync_repository_sync_message_repository_service.SyncMessageRepositoryService.html b/doc/TypeDoc/classes/module_chat_data_service_sync_repository_sync_message_repository_service.SyncMessageRepositoryService.html new file mode 100644 index 000000000..d418d69b3 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_data_service_sync_repository_sync_message_repository_service.SyncMessageRepositoryService.html @@ -0,0 +1,3 @@ +SyncMessageRepositoryService | gabinete-digital

Constructors

Methods

Constructors

Methods

diff --git a/doc/TypeDoc/classes/module_chat_domain_chat_service_service.ChatServiceService.html b/doc/TypeDoc/classes/module_chat_domain_chat_service_service.ChatServiceService.html new file mode 100644 index 000000000..78946a77c --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_domain_chat_service_service.ChatServiceService.html @@ -0,0 +1,7 @@ +ChatServiceService | gabinete-digital

Constructors

Methods

  • Parameters

    • input: {
          memberId?: number;
          messageId?: string;
          reaction?: string;
          requestId?: string;
          roomId?: string;
      }
      • OptionalmemberId?: number
      • OptionalmessageId?: string
      • Optionalreaction?: string
      • OptionalrequestId?: string
      • OptionalroomId?: string

    Returns void

  • Parameters

    • input: {
          memberId?: number;
          message?: string;
          messageId?: string;
          requestId?: string;
          roomId?: string;
      }
      • OptionalmemberId?: number
      • Optionalmessage?: string
      • OptionalmessageId?: string
      • OptionalrequestId?: string
      • OptionalroomId?: string

    Returns void

diff --git a/doc/TypeDoc/classes/module_chat_domain_entity_message.MessageEntity.html b/doc/TypeDoc/classes/module_chat_domain_entity_message.MessageEntity.html new file mode 100644 index 000000000..a1842493f --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_domain_entity_message.MessageEntity.html @@ -0,0 +1,16 @@ +MessageEntity | gabinete-digital

Implements

  • Message

Constructors

Properties

$id: number
attachments: {
    applicationId?: string;
    docId?: string;
    file?: string;
    fileName: string;
    fileType: MessageAttachmentFileType;
    source: MessageAttachmentSource;
}[]
canEdit: boolean = false
id: string
message: string
messageType: number = 0
oneShot: boolean = false
requireUnlock: boolean = false
roomId: string
sendAttemp: number = 0
sender: {
    userPhoto: string;
    wxFullName: string;
    wxUserId: number;
    wxeMail: string;
}
sending: boolean = false
sentAt: string

Accessors

diff --git a/doc/TypeDoc/classes/module_chat_domain_mapper_messageMapper.MessageMapper.html b/doc/TypeDoc/classes/module_chat_domain_mapper_messageMapper.MessageMapper.html new file mode 100644 index 000000000..e6dcd40af --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_domain_mapper_messageMapper.MessageMapper.html @@ -0,0 +1,4 @@ +MessageMapper | gabinete-digital

Constructors

Methods

Constructors

Methods

  • Parameters

    Returns {
        attachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[];
        canEdit?: boolean;
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        requestId?: string;
        requireUnlock?: boolean;
        roomId?: string;
        senderId?: number;
    }

    • Optionalattachments?: {
          applicationId?: string;
          docId?: string;
          file?: string;
          fileName?: string;
          fileType?: MessageAttachmentFileType;
          source?: MessageAttachmentSource;
      }[]
    • OptionalcanEdit?: boolean
    • Optionalmessage?: string
    • OptionalmessageType?: number
    • OptionaloneShot?: boolean
    • OptionalrequestId?: string
    • OptionalrequireUnlock?: boolean
    • OptionalroomId?: string
    • OptionalsenderId?: number
  • Parameters

    • DTO: {
          attachments?: {
              applicationId?: string;
              docId?: string;
              file?: string;
              fileName?: string;
              fileType?: MessageAttachmentFileType;
              source?: MessageAttachmentSource;
          }[];
          canEdit?: boolean;
          deliverAt?: string;
          id?: string;
          info?: {}[];
          message?: string;
          messageType?: number;
          oneShot?: boolean;
          reactions?: {
              id?: string;
              reactedAt?: string;
              reaction?: string;
              sender?: {};
          }[];
          requestId?: string;
          requireUnlock?: boolean;
          roomId?: string;
          sender?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
          sentAt?: string;
      }
      • Optionalattachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[]
      • OptionalcanEdit?: boolean
      • OptionaldeliverAt?: string
      • Optionalid?: string
      • Optionalinfo?: {}[]
      • Optionalmessage?: string
      • OptionalmessageType?: number
      • OptionaloneShot?: boolean
      • Optionalreactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[]
      • OptionalrequestId?: string
      • OptionalrequireUnlock?: boolean
      • OptionalroomId?: string
      • Optionalsender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }
        • OptionaluserPhoto?: string
        • OptionalwxFullName?: string
        • OptionalwxUserId?: number
        • OptionalwxeMail?: string
      • OptionalsentAt?: string

    Returns MessageEntity

diff --git a/doc/TypeDoc/classes/module_chat_domain_use_case_member_admin_use_case_service.MemberAdminUseCaseService.html b/doc/TypeDoc/classes/module_chat_domain_use_case_member_admin_use_case_service.MemberAdminUseCaseService.html new file mode 100644 index 000000000..4e8886da7 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_domain_use_case_member_admin_use_case_service.MemberAdminUseCaseService.html @@ -0,0 +1,4 @@ +MemberAdminUseCaseService | gabinete-digital

Constructors

Properties

Methods

Constructors

Properties

Methods

diff --git a/doc/TypeDoc/classes/module_chat_domain_use_case_message_create_use_case_service.MessageCreateUseCaseService.html b/doc/TypeDoc/classes/module_chat_domain_use_case_message_create_use_case_service.MessageCreateUseCaseService.html new file mode 100644 index 000000000..e54506865 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_domain_use_case_message_create_use_case_service.MessageCreateUseCaseService.html @@ -0,0 +1,3 @@ +MessageCreateUseCaseService | gabinete-digital

Constructors

Methods

Constructors

Methods

diff --git a/doc/TypeDoc/classes/module_chat_domain_use_case_message_delete_live_use_case_service.MessageDeleteLiveUseCaseService.html b/doc/TypeDoc/classes/module_chat_domain_use_case_message_delete_live_use_case_service.MessageDeleteLiveUseCaseService.html new file mode 100644 index 000000000..8d02b5bea --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_domain_use_case_message_delete_live_use_case_service.MessageDeleteLiveUseCaseService.html @@ -0,0 +1,4 @@ +MessageDeleteLiveUseCaseService | gabinete-digital

Constructors

Properties

Methods

Constructors

Properties

Methods

diff --git a/doc/TypeDoc/classes/module_chat_domain_use_case_message_reaction_use_case_service.MessageReactionUseCaseService.html b/doc/TypeDoc/classes/module_chat_domain_use_case_message_reaction_use_case_service.MessageReactionUseCaseService.html new file mode 100644 index 000000000..12a19ccd7 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_domain_use_case_message_reaction_use_case_service.MessageReactionUseCaseService.html @@ -0,0 +1,4 @@ +MessageReactionUseCaseService | gabinete-digital

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Parameters

    • input: {
          memberId?: number;
          messageId?: string;
          reaction?: string;
          requestId?: string;
          roomId?: string;
      }
      • OptionalmemberId?: number
      • OptionalmessageId?: string
      • Optionalreaction?: string
      • OptionalrequestId?: string
      • OptionalroomId?: string

    Returns void

diff --git a/doc/TypeDoc/classes/module_chat_domain_use_case_message_update_use_case_service.MessageUpdateUseCaseService.html b/doc/TypeDoc/classes/module_chat_domain_use_case_message_update_use_case_service.MessageUpdateUseCaseService.html new file mode 100644 index 000000000..3f02d6eec --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_domain_use_case_message_update_use_case_service.MessageUpdateUseCaseService.html @@ -0,0 +1,4 @@ +MessageUpdateUseCaseService | gabinete-digital

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Parameters

    • input: {
          memberId?: number;
          message?: string;
          messageId?: string;
          requestId?: string;
          roomId?: string;
      }
      • OptionalmemberId?: number
      • Optionalmessage?: string
      • OptionalmessageId?: string
      • OptionalrequestId?: string
      • OptionalroomId?: string

    Returns void

diff --git a/doc/TypeDoc/classes/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.MemberListUpdateStatusUseCaseService.html b/doc/TypeDoc/classes/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.MemberListUpdateStatusUseCaseService.html new file mode 100644 index 000000000..c748000ce --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.MemberListUpdateStatusUseCaseService.html @@ -0,0 +1,3 @@ +MemberListUpdateStatusUseCaseService | gabinete-digital

Constructors

Methods

Constructors

Methods

diff --git a/doc/TypeDoc/classes/module_chat_domain_use_case_socket_socket_message_create_use_case_service.SocketMessageCreateUseCaseService.html b/doc/TypeDoc/classes/module_chat_domain_use_case_socket_socket_message_create_use_case_service.SocketMessageCreateUseCaseService.html new file mode 100644 index 000000000..2fefff065 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_domain_use_case_socket_socket_message_create_use_case_service.SocketMessageCreateUseCaseService.html @@ -0,0 +1,3 @@ +SocketMessageCreateUseCaseService | gabinete-digital

Constructors

Methods

Constructors

Methods

diff --git a/doc/TypeDoc/classes/module_chat_domain_use_case_socket_socket_message_delete_use_case_service.SocketMessageDeleteUseCaseService.html b/doc/TypeDoc/classes/module_chat_domain_use_case_socket_socket_message_delete_use_case_service.SocketMessageDeleteUseCaseService.html new file mode 100644 index 000000000..6bbe2b777 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_domain_use_case_socket_socket_message_delete_use_case_service.SocketMessageDeleteUseCaseService.html @@ -0,0 +1,3 @@ +SocketMessageDeleteUseCaseService | gabinete-digital

Constructors

Methods

Constructors

Methods

  • Parameters

    • input: {
          attachments?: {
              applicationId?: string;
              docId?: string;
              file?: string;
              fileName?: string;
              fileType?: MessageAttachmentFileType;
              source?: MessageAttachmentSource;
          }[];
          canEdit?: boolean;
          deliverAt?: string;
          id?: string;
          info?: {}[];
          message?: string;
          messageType?: number;
          oneShot?: boolean;
          reactions?: {
              id?: string;
              reactedAt?: string;
              reaction?: string;
              sender?: {};
          }[];
          requestId?: string;
          requireUnlock?: boolean;
          roomId?: string;
          sender?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
          sentAt?: string;
      }
      • Optionalattachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[]
      • OptionalcanEdit?: boolean
      • OptionaldeliverAt?: string
      • Optionalid?: string
      • Optionalinfo?: {}[]
      • Optionalmessage?: string
      • OptionalmessageType?: number
      • OptionaloneShot?: boolean
      • Optionalreactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[]
      • OptionalrequestId?: string
      • OptionalrequireUnlock?: boolean
      • OptionalroomId?: string
      • Optionalsender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }
        • OptionaluserPhoto?: string
        • OptionalwxFullName?: string
        • OptionalwxUserId?: number
        • OptionalwxeMail?: string
      • OptionalsentAt?: string

    Returns Promise<void>

diff --git a/doc/TypeDoc/classes/module_chat_domain_use_case_socket_socket_message_update_use_case_service.SocketMessageUpdateUseCaseService.html b/doc/TypeDoc/classes/module_chat_domain_use_case_socket_socket_message_update_use_case_service.SocketMessageUpdateUseCaseService.html new file mode 100644 index 000000000..2d12afeeb --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_domain_use_case_socket_socket_message_update_use_case_service.SocketMessageUpdateUseCaseService.html @@ -0,0 +1,3 @@ +SocketMessageUpdateUseCaseService | gabinete-digital

Constructors

Methods

Constructors

Methods

  • Parameters

    • data: {
          attachments?: {
              applicationId?: string;
              docId?: string;
              file?: string;
              fileName?: string;
              fileType?: MessageAttachmentFileType;
              source?: MessageAttachmentSource;
          }[];
          canEdit?: boolean;
          deliverAt?: string;
          id?: string;
          info?: {}[];
          message?: string;
          messageType?: number;
          oneShot?: boolean;
          reactions?: {
              id?: string;
              reactedAt?: string;
              reaction?: string;
              sender?: {};
          }[];
          requestId?: string;
          requireUnlock?: boolean;
          roomId?: string;
          sender?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
          sentAt?: string;
      }
      • Optionalattachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[]
      • OptionalcanEdit?: boolean
      • OptionaldeliverAt?: string
      • Optionalid?: string
      • Optionalinfo?: {}[]
      • Optionalmessage?: string
      • OptionalmessageType?: number
      • OptionaloneShot?: boolean
      • Optionalreactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[]
      • OptionalrequestId?: string
      • OptionalrequireUnlock?: boolean
      • OptionalroomId?: string
      • Optionalsender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }
        • OptionaluserPhoto?: string
        • OptionalwxFullName?: string
        • OptionalwxUserId?: number
        • OptionalwxeMail?: string
      • OptionalsentAt?: string
    • Optionaltracing: TracingType

    Returns Promise<Ok<number, never> | Err<never, Error>>

diff --git a/doc/TypeDoc/classes/module_chat_domain_use_case_sync_local_message_service.SyncLocalMessageService.html b/doc/TypeDoc/classes/module_chat_domain_use_case_sync_local_message_service.SyncLocalMessageService.html new file mode 100644 index 000000000..22537b638 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_domain_use_case_sync_local_message_service.SyncLocalMessageService.html @@ -0,0 +1,3 @@ +SyncLocalMessageService | gabinete-digital

Constructors

Methods

Constructors

Methods

diff --git a/doc/TypeDoc/classes/module_chat_infra_socket_signalR.SignalRConnection.html b/doc/TypeDoc/classes/module_chat_infra_socket_signalR.SignalRConnection.html new file mode 100644 index 000000000..1b5cce669 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_infra_socket_signalR.SignalRConnection.html @@ -0,0 +1,21 @@ +SignalRConnection | gabinete-digital

Constructors

Properties

url: string

Methods

  • Parameters

    • data: {
          messageId?: string;
          requestId?: string;
          roomId?: string;
          senderId?: number;
      }
      • OptionalmessageId?: string
      • OptionalrequestId?: string
      • OptionalroomId?: string
      • OptionalsenderId?: number

    Returns Promise<unknown>

  • Returns Observable<{
        attachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[];
        canEdit?: boolean;
        deliverAt?: string;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requestId?: string;
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sentAt?: string;
    }>

  • Returns Observable<{
        attachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[];
        canEdit?: boolean;
        deliverAt?: string;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requestId?: string;
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sentAt?: string;
    }>

  • Returns Observable<{
        attachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[];
        canEdit?: boolean;
        deliverAt?: string;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requestId?: string;
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sentAt?: string;
    }>

  • Returns Observable<{
        requestId?: string;
        roomId?: string;
        userId?: string;
        userName?: string;
    }>

  • Parameters

    • input: {
          data?: objectOutputType<{
              requestId: ZodString;
          }, ZodUnknown, "strip">;
          method?: string;
      }
      • Optionaldata?: objectOutputType<{
            requestId: ZodString;
        }, ZodUnknown, "strip">
      • Optionalmethod?: string

    Returns Promise<unknown>

  • Parameters

    • data: {
          memberId?: number;
          messageId?: string;
          reaction?: string;
          requestId?: string;
          roomId?: string;
      }
      • OptionalmemberId?: number
      • OptionalmessageId?: string
      • Optionalreaction?: string
      • OptionalrequestId?: string
      • OptionalroomId?: string

    Returns Promise<Result<any, any>>

diff --git a/doc/TypeDoc/classes/module_chat_infra_socket_signal_r_service.SignalRService.html b/doc/TypeDoc/classes/module_chat_infra_socket_signal_r_service.SignalRService.html new file mode 100644 index 000000000..28c283ac3 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_infra_socket_signal_r_service.SignalRService.html @@ -0,0 +1,15 @@ +SignalRService | gabinete-digital

Constructors

Methods

  • Returns Observable<{
        attachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[];
        canEdit?: boolean;
        deliverAt?: string;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requestId?: string;
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sentAt?: string;
    }>

  • Returns Observable<{
        attachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[];
        canEdit?: boolean;
        deliverAt?: string;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requestId?: string;
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sentAt?: string;
    }>

  • Returns Observable<{
        attachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[];
        canEdit?: boolean;
        deliverAt?: string;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requestId?: string;
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sentAt?: string;
    }>

  • Returns Observable<{
        requestId?: string;
        roomId?: string;
        userId?: string;
        userName?: string;
    }>

  • Parameters

    • input: {
          data?: objectOutputType<{
              requestId: ZodString;
          }, ZodUnknown, "strip">;
          method?: string;
      }
      • Optionaldata?: objectOutputType<{
            requestId: ZodString;
        }, ZodUnknown, "strip">
      • Optionalmethod?: string

    Returns Promise<unknown>

  • Parameters

    • data: {
          messageId?: string;
          requestId?: string;
          roomId?: string;
          senderId?: number;
      }
      • OptionalmessageId?: string
      • OptionalrequestId?: string
      • OptionalroomId?: string
      • OptionalsenderId?: number

    Returns Promise<unknown>

  • Parameters

    • __namedParameters: {
          chatMessageId: any;
          memberId: any;
          roomId: any;
      }
      • chatMessageId: any
      • memberId: any
      • roomId: any

    Returns Promise<Result<any, any>>

  • Parameters

    • __namedParameters: {
          UserName: any;
          roomId: any;
          userId: any;
      }
      • UserName: any
      • roomId: any
      • userId: any

    Returns Promise<Result<any, any>>

diff --git a/doc/TypeDoc/classes/module_chat_infra_socket_socket.WebSocketService.html b/doc/TypeDoc/classes/module_chat_infra_socket_socket.WebSocketService.html new file mode 100644 index 000000000..f73f34609 --- /dev/null +++ b/doc/TypeDoc/classes/module_chat_infra_socket_socket.WebSocketService.html @@ -0,0 +1,7 @@ +WebSocketService | gabinete-digital

Constructors

Properties

Accessors

Methods

Constructors

Properties

callback: {
    [key: string]: Function;
} = {}

Accessors

Methods

diff --git a/doc/TypeDoc/enums/infra_speaker_speaker_service.StartRecordingResultError.html b/doc/TypeDoc/enums/infra_speaker_speaker_service.StartRecordingResultError.html new file mode 100644 index 000000000..3d39384bb --- /dev/null +++ b/doc/TypeDoc/enums/infra_speaker_speaker_service.StartRecordingResultError.html @@ -0,0 +1,4 @@ +StartRecordingResultError | gabinete-digital

Enumeration Members

NeedPermission: 1
NoSpeaker: 0
alreadyRecording: 2
diff --git a/doc/TypeDoc/enums/infra_speaker_speaker_service.StopRecordingResultError.html b/doc/TypeDoc/enums/infra_speaker_speaker_service.StopRecordingResultError.html new file mode 100644 index 000000000..522f7c8b8 --- /dev/null +++ b/doc/TypeDoc/enums/infra_speaker_speaker_service.StopRecordingResultError.html @@ -0,0 +1,4 @@ +StopRecordingResultError | gabinete-digital

Enumeration Members

Enumeration Members

NoValue: 1
UnknownError: 2
haventStartYet: 0
diff --git a/doc/TypeDoc/enums/infra_speaker_type.StartRecordingResultError.html b/doc/TypeDoc/enums/infra_speaker_type.StartRecordingResultError.html new file mode 100644 index 000000000..0d5cdcb46 --- /dev/null +++ b/doc/TypeDoc/enums/infra_speaker_type.StartRecordingResultError.html @@ -0,0 +1,4 @@ +StartRecordingResultError | gabinete-digital

Enumeration Members

NeedPermission: 1
NoSpeaker: 0
alreadyRecording: 2
diff --git a/doc/TypeDoc/enums/infra_speaker_type.StopRecordingResultError.html b/doc/TypeDoc/enums/infra_speaker_type.StopRecordingResultError.html new file mode 100644 index 000000000..1e5a50921 --- /dev/null +++ b/doc/TypeDoc/enums/infra_speaker_type.StopRecordingResultError.html @@ -0,0 +1,4 @@ +StopRecordingResultError | gabinete-digital

Enumeration Members

Enumeration Members

NoValue: 1
UnknownError: 2
haventStartYet: 0
diff --git a/doc/TypeDoc/enums/module_chat_data_dto_message_messageOutputDTO.MessageAttachmentFileType.html b/doc/TypeDoc/enums/module_chat_data_dto_message_messageOutputDTO.MessageAttachmentFileType.html new file mode 100644 index 000000000..d1bcd4aff --- /dev/null +++ b/doc/TypeDoc/enums/module_chat_data_dto_message_messageOutputDTO.MessageAttachmentFileType.html @@ -0,0 +1,5 @@ +MessageAttachmentFileType | gabinete-digital

Enumeration Members

Enumeration Members

Audio: 3
Doc: 1
Image: 2
Video: 4
diff --git a/doc/TypeDoc/enums/module_chat_data_dto_message_messageOutputDTO.MessageAttachmentSource.html b/doc/TypeDoc/enums/module_chat_data_dto_message_messageOutputDTO.MessageAttachmentSource.html new file mode 100644 index 000000000..6133c6100 --- /dev/null +++ b/doc/TypeDoc/enums/module_chat_data_dto_message_messageOutputDTO.MessageAttachmentSource.html @@ -0,0 +1,3 @@ +MessageAttachmentSource | gabinete-digital

Enumeration Members

Enumeration Members

Device: 2
Webtrix: 1
diff --git a/doc/TypeDoc/functions/module_chat_data_async_list_rooms_messageListChangedetector.messageListDetermineChanges.html b/doc/TypeDoc/functions/module_chat_data_async_list_rooms_messageListChangedetector.messageListDetermineChanges.html new file mode 100644 index 000000000..f863f354f --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_async_list_rooms_messageListChangedetector.messageListDetermineChanges.html @@ -0,0 +1 @@ +messageListDetermineChanges | gabinete-digital
  • Parameters

    • serverList: any[]
    • localList: any[]

    Returns {
        addedItems: any[];
        changedItems: any[];
        deletedItems: any[];
    }

    • addedItems: any[]
    • changedItems: any[]
    • deletedItems: any[]
diff --git a/doc/TypeDoc/functions/module_chat_data_async_list_rooms_roomListChangeDetector.roomListDetermineChanges.html b/doc/TypeDoc/functions/module_chat_data_async_list_rooms_roomListChangeDetector.roomListDetermineChanges.html new file mode 100644 index 000000000..f8676028f --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_async_list_rooms_roomListChangeDetector.roomListDetermineChanges.html @@ -0,0 +1 @@ +roomListDetermineChanges | gabinete-digital
  • Parameters

    • serverRooms: {
          chatRoom?: {
              createdAt?: string;
              createdBy?: {
                  userPhoto?: string;
                  wxFullName?: string;
                  wxUserId?: number;
                  wxeMail?: string;
              };
              expirationDate?: string;
              id?: string;
              roomName?: string;
              roomType?: number;
          };
          joinAt?: string;
      }[]
    • localRooms: {
          createdAt?: any;
          createdBy?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
          expirationDate?: any;
          id?: string;
          roomName?: string;
      }[]

    Returns {
        roomsToDelete: {
            createdAt?: any;
            createdBy?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            expirationDate?: any;
            id?: string;
            roomName?: string;
        }[];
        roomsToInsert: {
            chatRoom?: {
                createdAt?: string;
                createdBy?: {
                    userPhoto?: string;
                    wxFullName?: string;
                    wxUserId?: number;
                    wxeMail?: string;
                };
                expirationDate?: string;
                id?: string;
                roomName?: string;
                roomType?: number;
            };
            joinAt?: string;
        }[];
        roomsToUpdate: {
            chatRoom?: {
                createdAt?: string;
                createdBy?: {
                    userPhoto?: string;
                    wxFullName?: string;
                    wxUserId?: number;
                    wxeMail?: string;
                };
                expirationDate?: string;
                id?: string;
                roomName?: string;
                roomType?: number;
            };
            joinAt?: string;
        }[];
    }

    • roomsToDelete: {
          createdAt?: any;
          createdBy?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
          expirationDate?: any;
          id?: string;
          roomName?: string;
      }[]
    • roomsToInsert: {
          chatRoom?: {
              createdAt?: string;
              createdBy?: {
                  userPhoto?: string;
                  wxFullName?: string;
                  wxUserId?: number;
                  wxeMail?: string;
              };
              expirationDate?: string;
              id?: string;
              roomName?: string;
              roomType?: number;
          };
          joinAt?: string;
      }[]
    • roomsToUpdate: {
          chatRoom?: {
              createdAt?: string;
              createdBy?: {
                  userPhoto?: string;
                  wxFullName?: string;
                  wxUserId?: number;
                  wxeMail?: string;
              };
              expirationDate?: string;
              id?: string;
              roomName?: string;
              roomType?: number;
          };
          joinAt?: string;
      }[]
diff --git a/doc/TypeDoc/functions/module_chat_data_async_list_rooms_roomMembersChangeDetector.roomMemberListDetermineChanges.html b/doc/TypeDoc/functions/module_chat_data_async_list_rooms_roomMembersChangeDetector.roomMemberListDetermineChanges.html new file mode 100644 index 000000000..f36c88bb6 --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_async_list_rooms_roomMembersChangeDetector.roomMemberListDetermineChanges.html @@ -0,0 +1 @@ +roomMemberListDetermineChanges | gabinete-digital
  • Parameters

    • ____serverRooms: {
          id?: string;
          isAdmin?: boolean;
          joinAt?: string;
          user?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
      }[]
    • localRooms: {
          $roomIdUserId?: string;
          id?: string;
          isAdmin?: boolean;
          joinAt?: string;
          roomId?: string;
          status?: string;
          userPhoto?: string;
          wxFullName?: string;
          wxUserId?: number;
          wxeMail?: string;
      }[]
    • roomId: string

    Returns {
        membersToDelete: {
            $roomIdUserId?: string;
            id?: string;
            isAdmin?: boolean;
            joinAt?: string;
            roomId?: string;
            status?: string;
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }[];
        membersToInsert: ({
            id?: string;
            isAdmin?: boolean;
            joinAt?: string;
            user?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
        } & {
            $roomIdUserId: string;
        })[];
        membersToUpdate: ({
            id?: string;
            isAdmin?: boolean;
            joinAt?: string;
            user?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
        } & {
            $roomIdUserId: string;
        })[];
    }

    • membersToDelete: {
          $roomIdUserId?: string;
          id?: string;
          isAdmin?: boolean;
          joinAt?: string;
          roomId?: string;
          status?: string;
          userPhoto?: string;
          wxFullName?: string;
          wxUserId?: number;
          wxeMail?: string;
      }[]
    • membersToInsert: ({
          id?: string;
          isAdmin?: boolean;
          joinAt?: string;
          user?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
      } & {
          $roomIdUserId: string;
      })[]
    • membersToUpdate: ({
          id?: string;
          isAdmin?: boolean;
          joinAt?: string;
          user?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
      } & {
          $roomIdUserId: string;
      })[]
diff --git a/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.addMessage.html b/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.addMessage.html new file mode 100644 index 000000000..04c5ef747 --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.addMessage.html @@ -0,0 +1,2 @@ +addMessage | gabinete-digital
  • Parameters

    • props: {
          message: any;
          roomId: string;
      }
      • message: any
      • roomId: string

    Returns {
        message: any;
        roomId: string;
    } & TypedAction<"[Chat] Add Message">

Properties

Properties

type: "[Chat] Add Message"
diff --git a/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.addRoom.html b/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.addRoom.html new file mode 100644 index 000000000..f6b55c7c2 --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.addRoom.html @@ -0,0 +1,2 @@ +addRoom | gabinete-digital
  • Parameters

    • props: {
          data?: {
              createdAt?: string;
              createdBy?: any;
              expirationDate?: string;
              id?: string;
              roomName?: string;
              roomType?: any;
          };
          message?: string;
          success?: boolean;
      }
      • Optionaldata?: {
            createdAt?: string;
            createdBy?: any;
            expirationDate?: string;
            id?: string;
            roomName?: string;
            roomType?: any;
        }
        • OptionalcreatedAt?: string
        • OptionalcreatedBy?: any
        • OptionalexpirationDate?: string
        • Optionalid?: string
        • OptionalroomName?: string
        • OptionalroomType?: any
      • Optionalmessage?: string
      • Optionalsuccess?: boolean

    Returns {
        data?: {
            createdAt?: string;
            createdBy?: any;
            expirationDate?: string;
            id?: string;
            roomName?: string;
            roomType?: any;
        };
        message?: string;
        success?: boolean;
    } & TypedAction<"[Chat] Add Room">

Properties

Properties

type: "[Chat] Add Room"
diff --git a/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.chatReducer.html b/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.chatReducer.html new file mode 100644 index 000000000..602dfd4a4 --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.chatReducer.html @@ -0,0 +1 @@ +chatReducer | gabinete-digital
diff --git a/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.selectAllRooms.html b/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.selectAllRooms.html new file mode 100644 index 000000000..6ce97dbc6 --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.selectAllRooms.html @@ -0,0 +1,5 @@ +selectAllRooms | gabinete-digital

Properties

Methods

Properties

clearResult: (() => void)
projector: DefaultProjectorFn<string[]>
setResult: ((result?: string[]) => void)

Methods

  • Returns void

diff --git a/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.selectChatState.html b/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.selectChatState.html new file mode 100644 index 000000000..b2c3987e3 --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.selectChatState.html @@ -0,0 +1,5 @@ +selectChatState | gabinete-digital

Properties

Methods

Properties

clearResult: (() => void)
projector: DefaultProjectorFn<RoomRemoteDataSourceState>
setResult: ((result?: RoomRemoteDataSourceState) => void)

Methods

  • Returns void

diff --git a/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.selectMessagesByRoom.html b/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.selectMessagesByRoom.html new file mode 100644 index 000000000..1d9f7ec81 --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.selectMessagesByRoom.html @@ -0,0 +1 @@ +selectMessagesByRoom | gabinete-digital
  • Parameters

    • roomId: string

    Returns MemoizedSelector<object, {
        createdAt?: any;
        createdBy?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        expirationDate?: any;
        id?: string;
        roomName?: string;
    }[], DefaultProjectorFn<{
        createdAt?: any;
        createdBy?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        expirationDate?: any;
        id?: string;
        roomName?: string;
    }[]>>

diff --git a/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.addUserTyping.html b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.addUserTyping.html new file mode 100644 index 000000000..a2fb280b0 --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.addUserTyping.html @@ -0,0 +1,2 @@ +addUserTyping | gabinete-digital
  • Parameters

    • props: {
          data: {
              chatRoomId?: string;
              entryDate?: string;
              id?: string;
              userId?: string;
              userName?: string;
          };
      }
      • data: {
            chatRoomId?: string;
            entryDate?: string;
            id?: string;
            userId?: string;
            userName?: string;
        }
        • OptionalchatRoomId?: string
        • OptionalentryDate?: string
        • Optionalid?: string
        • OptionaluserId?: string
        • OptionaluserName?: string

    Returns {
        data: {
            chatRoomId?: string;
            entryDate?: string;
            id?: string;
            userId?: string;
            userName?: string;
        };
    } & TypedAction<"[Typing] Add User Typing">

Properties

Properties

type: "[Typing] Add User Typing"
diff --git a/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.loadUserTyping.html b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.loadUserTyping.html new file mode 100644 index 000000000..584ebc29d --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.loadUserTyping.html @@ -0,0 +1,2 @@ +loadUserTyping | gabinete-digital

Properties

Properties

type: "[Typing] Load User Typing"
diff --git a/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.loadUserTypingFailure.html b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.loadUserTypingFailure.html new file mode 100644 index 000000000..12804f7f3 --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.loadUserTypingFailure.html @@ -0,0 +1,2 @@ +loadUserTypingFailure | gabinete-digital

Properties

Properties

type: "[Typing] Load User Typing Failure"
diff --git a/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.loadUserTypingSuccess.html b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.loadUserTypingSuccess.html new file mode 100644 index 000000000..0250724e7 --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.loadUserTypingSuccess.html @@ -0,0 +1,2 @@ +loadUserTypingSuccess | gabinete-digital
  • Parameters

    • props: {
          data: {
              chatRoomId?: string;
              entryDate?: string;
              id?: string;
              userId?: string;
              userName?: string;
          }[];
      }
      • data: {
            chatRoomId?: string;
            entryDate?: string;
            id?: string;
            userId?: string;
            userName?: string;
        }[]

    Returns {
        data: {
            chatRoomId?: string;
            entryDate?: string;
            id?: string;
            userId?: string;
            userName?: string;
        }[];
    } & TypedAction<"[Typing] Load User Typing Success">

Properties

Properties

type: "[Typing] Load User Typing Success"
diff --git a/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.removeUserTyping.html b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.removeUserTyping.html new file mode 100644 index 000000000..85987701c --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.removeUserTyping.html @@ -0,0 +1,2 @@ +removeUserTyping | gabinete-digital
  • Parameters

    • props: {
          data: {
              chatRoomId?: string;
              entryDate?: string;
              id?: string;
              userId?: string;
              userName?: string;
          };
      }
      • data: {
            chatRoomId?: string;
            entryDate?: string;
            id?: string;
            userId?: string;
            userName?: string;
        }
        • OptionalchatRoomId?: string
        • OptionalentryDate?: string
        • Optionalid?: string
        • OptionaluserId?: string
        • OptionaluserName?: string

    Returns {
        data: {
            chatRoomId?: string;
            entryDate?: string;
            id?: string;
            userId?: string;
            userName?: string;
        };
    } & TypedAction<"[Typing] Remove User Typing">

Properties

Properties

type: "[Typing] Remove User Typing"
diff --git a/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.selectAllUserSource.html b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.selectAllUserSource.html new file mode 100644 index 000000000..7945ef982 --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.selectAllUserSource.html @@ -0,0 +1,5 @@ +selectAllUserSource | gabinete-digital

Properties

Methods

Properties

clearResult: (() => void)
projector: DefaultProjectorFn<{
    chatRoomId?: string;
    entryDate?: string;
    id?: string;
    userId?: string;
    userName?: string;
}[]>
setResult: ((result?: {
    chatRoomId?: string;
    entryDate?: string;
    id?: string;
    userId?: string;
    userName?: string;
}[]) => void)

Methods

  • Returns void

diff --git a/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.selectCalendarState.html b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.selectCalendarState.html new file mode 100644 index 000000000..deba0ab8a --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.selectCalendarState.html @@ -0,0 +1,5 @@ +selectCalendarState | gabinete-digital

Properties

Methods

Properties

clearResult: (() => void)
projector: DefaultProjectorFn<TypingState>
setResult: ((result?: TypingState) => void)

Methods

  • Returns void

diff --git a/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.selectUserTypingTable.html b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.selectUserTypingTable.html new file mode 100644 index 000000000..e46c59791 --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.selectUserTypingTable.html @@ -0,0 +1 @@ +selectUserTypingTable | gabinete-digital
  • Returns MemoizedSelector<object, {
        chatRoomId?: string;
        entryDate?: string;
        id?: string;
        userId?: string;
        userName?: string;
    }[], DefaultProjectorFn<{
        chatRoomId?: string;
        entryDate?: string;
        id?: string;
        userId?: string;
        userName?: string;
    }[]>>

diff --git a/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.typingReducer.html b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.typingReducer.html new file mode 100644 index 000000000..10b975774 --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.typingReducer.html @@ -0,0 +1 @@ +typingReducer | gabinete-digital
diff --git a/doc/TypeDoc/functions/module_chat_domain_mapper_memberLIstMapper.MemberListMapper.html b/doc/TypeDoc/functions/module_chat_domain_mapper_memberLIstMapper.MemberListMapper.html new file mode 100644 index 000000000..200f4c724 --- /dev/null +++ b/doc/TypeDoc/functions/module_chat_domain_mapper_memberLIstMapper.MemberListMapper.html @@ -0,0 +1 @@ +MemberListMapper | gabinete-digital
  • Parameters

    • outputDto: {
          id?: string;
          isAdmin?: boolean;
          joinAt?: string;
          user?: {
              userPhoto?: string;
              wxFullName?: string;
              wxUserId?: number;
              wxeMail?: string;
          };
      }
      • Optionalid?: string
      • OptionalisAdmin?: boolean
      • OptionaljoinAt?: string
      • Optionaluser?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }
        • OptionaluserPhoto?: string
        • OptionalwxFullName?: string
        • OptionalwxUserId?: number
        • OptionalwxeMail?: string
    • roomId: string

    Returns MemberTable

diff --git a/doc/TypeDoc/functions/utils_ToBase64.JSFileToBase64.html b/doc/TypeDoc/functions/utils_ToBase64.JSFileToBase64.html new file mode 100644 index 000000000..dd46d9b26 --- /dev/null +++ b/doc/TypeDoc/functions/utils_ToBase64.JSFileToBase64.html @@ -0,0 +1,4 @@ +JSFileToBase64 | gabinete-digital
  • Converts a File object to a Base64 encoded string.

    +

    Parameters

    • file: File

      The file to be converted.

      +

    Returns Promise<Result<string, any>>

    A promise that resolves with a Result object containing either the Base64 encoded string or an error.

    +
diff --git a/doc/TypeDoc/functions/utils_allowedDocExtension.allowedDocExtension.html b/doc/TypeDoc/functions/utils_allowedDocExtension.allowedDocExtension.html new file mode 100644 index 000000000..595205d0d --- /dev/null +++ b/doc/TypeDoc/functions/utils_allowedDocExtension.allowedDocExtension.html @@ -0,0 +1 @@ +allowedDocExtension | gabinete-digital
diff --git a/doc/TypeDoc/functions/utils_imageCompressore.compressImageBase64.html b/doc/TypeDoc/functions/utils_imageCompressore.compressImageBase64.html new file mode 100644 index 000000000..baf6a9eea --- /dev/null +++ b/doc/TypeDoc/functions/utils_imageCompressore.compressImageBase64.html @@ -0,0 +1,16 @@ +compressImageBase64 | gabinete-digital
  • Compresses an image represented as a Base64 string.

    +

    This function resizes the image to fit within the specified maximum width and height while maintaining the aspect ratio. +The image is then compressed to a JPEG format with the given quality level.

    +

    Parameters

    • base64String: string

      The Base64 string of the image to be compressed.

      +
    • maxWidth: number

      The maximum width of the compressed image. The aspect ratio is preserved.

      +
    • maxHeight: number

      The maximum height of the compressed image. The aspect ratio is preserved.

      +
    • quality: number

      The quality of the compressed image, ranging from 0 to 1, where 1 is the best quality.

      +

    Returns Promise<Result<string, any>>

    A Promise that resolves to a Result containing either:

    +
      +
    • ok with the compressed image as a Base64 string, or
    • +
    • err with an error if the image fails to load or compress.
    • +
    +
    compressImageBase64('data:image/png;base64,...', 800, 600, 0.8)
    .then(result => {
    if (result.isOk()) {
    console.log('Compressed image:', result.value);
    } else {
    console.error('Error compressing image:', result.error);
    }
    }); +
    + +
diff --git a/doc/TypeDoc/hierarchy.html b/doc/TypeDoc/hierarchy.html new file mode 100644 index 000000000..1de8fe2d4 --- /dev/null +++ b/doc/TypeDoc/hierarchy.html @@ -0,0 +1 @@ +gabinete-digital

gabinete-digital

Class Hierarchy

diff --git a/doc/TypeDoc/interfaces/module_chat_data_data_source_room_room_memory_data_source.ChatRoom.html b/doc/TypeDoc/interfaces/module_chat_data_data_source_room_room_memory_data_source.ChatRoom.html new file mode 100644 index 000000000..4ff706240 --- /dev/null +++ b/doc/TypeDoc/interfaces/module_chat_data_data_source_room_room_memory_data_source.ChatRoom.html @@ -0,0 +1 @@ +ChatRoom | gabinete-digital

Indexable

diff --git a/doc/TypeDoc/interfaces/module_chat_data_data_source_room_room_memory_data_source.RoomRemoteDataSourceState.html b/doc/TypeDoc/interfaces/module_chat_data_data_source_room_room_memory_data_source.RoomRemoteDataSourceState.html new file mode 100644 index 000000000..9d1accf0e --- /dev/null +++ b/doc/TypeDoc/interfaces/module_chat_data_data_source_room_room_memory_data_source.RoomRemoteDataSourceState.html @@ -0,0 +1,2 @@ +RoomRemoteDataSourceState | gabinete-digital
interface RoomRemoteDataSourceState {
    chatRooms: ChatRoom;
}

Properties

Properties

chatRooms: ChatRoom
diff --git a/doc/TypeDoc/interfaces/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.TypingState.html b/doc/TypeDoc/interfaces/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.TypingState.html new file mode 100644 index 000000000..bb07f51a1 --- /dev/null +++ b/doc/TypeDoc/interfaces/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.TypingState.html @@ -0,0 +1,3 @@ +TypingState | gabinete-digital
interface TypingState {
    error: any;
    typingList: {
        chatRoomId?: string;
        entryDate?: string;
        id?: string;
        userId?: string;
        userName?: string;
    }[];
}

Properties

Properties

error: any
typingList: {
    chatRoomId?: string;
    entryDate?: string;
    id?: string;
    userId?: string;
    userName?: string;
}[]
diff --git a/doc/TypeDoc/interfaces/module_chat_infra_socket_socket.WebSocketMessage.html b/doc/TypeDoc/interfaces/module_chat_infra_socket_socket.WebSocketMessage.html new file mode 100644 index 000000000..603a4d7f9 --- /dev/null +++ b/doc/TypeDoc/interfaces/module_chat_infra_socket_socket.WebSocketMessage.html @@ -0,0 +1,4 @@ +WebSocketMessage | gabinete-digital
interface WebSocketMessage {
    payload: any;
    requestId?: string;
    type: string;
}

Properties

Properties

payload: any
requestId?: string
type: string
diff --git a/doc/TypeDoc/modules/infra_camera_camera_service-1.html b/doc/TypeDoc/modules/infra_camera_camera_service-1.html new file mode 100644 index 000000000..acf409cf2 --- /dev/null +++ b/doc/TypeDoc/modules/infra_camera_camera_service-1.html @@ -0,0 +1,3 @@ +infra/camera/camera.service | gabinete-digital

Module infra/camera/camera.service

References

Re-exports CameraService
Re-exports takePictureParams
diff --git a/doc/TypeDoc/modules/infra_camera_camera_service.html b/doc/TypeDoc/modules/infra_camera_camera_service.html new file mode 100644 index 000000000..fa6b8831e --- /dev/null +++ b/doc/TypeDoc/modules/infra_camera_camera_service.html @@ -0,0 +1,3 @@ +infra/camera/camera.service | gabinete-digital

Module infra/camera/camera.service

Index

Classes

Type Aliases

diff --git a/doc/TypeDoc/modules/infra_camera_camera_service_spec-1.html b/doc/TypeDoc/modules/infra_camera_camera_service_spec-1.html new file mode 100644 index 000000000..374ab11fd --- /dev/null +++ b/doc/TypeDoc/modules/infra_camera_camera_service_spec-1.html @@ -0,0 +1 @@ +infra/camera/camera.service.spec | gabinete-digital

Module infra/camera/camera.service.spec

diff --git a/doc/TypeDoc/modules/infra_camera_camera_service_spec.html b/doc/TypeDoc/modules/infra_camera_camera_service_spec.html new file mode 100644 index 000000000..ee2534a25 --- /dev/null +++ b/doc/TypeDoc/modules/infra_camera_camera_service_spec.html @@ -0,0 +1 @@ +infra/camera/camera.service.spec | gabinete-digital

Module infra/camera/camera.service.spec

diff --git a/doc/TypeDoc/modules/infra_file_picker_adapter.html b/doc/TypeDoc/modules/infra_file_picker_adapter.html new file mode 100644 index 000000000..17868003b --- /dev/null +++ b/doc/TypeDoc/modules/infra_file_picker_adapter.html @@ -0,0 +1 @@ +infra/file-picker/adapter | gabinete-digital

Module infra/file-picker/adapter

diff --git a/doc/TypeDoc/modules/infra_file_picker_file_picker_service.html b/doc/TypeDoc/modules/infra_file_picker_file_picker_service.html new file mode 100644 index 000000000..c29b21062 --- /dev/null +++ b/doc/TypeDoc/modules/infra_file_picker_file_picker_service.html @@ -0,0 +1,2 @@ +infra/file-picker/file-picker.service | gabinete-digital

Module infra/file-picker/file-picker.service

Index

Classes

diff --git a/doc/TypeDoc/modules/infra_file_picker_mobile_file_picker_mobile_service.html b/doc/TypeDoc/modules/infra_file_picker_mobile_file_picker_mobile_service.html new file mode 100644 index 000000000..8c091cac2 --- /dev/null +++ b/doc/TypeDoc/modules/infra_file_picker_mobile_file_picker_mobile_service.html @@ -0,0 +1,2 @@ +infra/file-picker/mobile/file-picker-mobile.service | gabinete-digital

Module infra/file-picker/mobile/file-picker-mobile.service

Index

Classes

diff --git a/doc/TypeDoc/modules/infra_file_picker_web_file_picker_web_service.html b/doc/TypeDoc/modules/infra_file_picker_web_file_picker_web_service.html new file mode 100644 index 000000000..1181696e5 --- /dev/null +++ b/doc/TypeDoc/modules/infra_file_picker_web_file_picker_web_service.html @@ -0,0 +1,2 @@ +infra/file-picker/web/file-picker-web.service | gabinete-digital

Module infra/file-picker/web/file-picker-web.service

Index

Classes

diff --git a/doc/TypeDoc/modules/infra_repository_dexie_dexie_repository_service.html b/doc/TypeDoc/modules/infra_repository_dexie_dexie_repository_service.html new file mode 100644 index 000000000..7e43917a6 --- /dev/null +++ b/doc/TypeDoc/modules/infra_repository_dexie_dexie_repository_service.html @@ -0,0 +1,2 @@ +infra/repository/dexie/dexie-repository.service | gabinete-digital

Module infra/repository/dexie/dexie-repository.service

Index

Classes

diff --git a/doc/TypeDoc/modules/infra_speaker_speaker_service.html b/doc/TypeDoc/modules/infra_speaker_speaker_service.html new file mode 100644 index 000000000..0dc3a5605 --- /dev/null +++ b/doc/TypeDoc/modules/infra_speaker_speaker_service.html @@ -0,0 +1,4 @@ +infra/speaker/speaker.service | gabinete-digital

Module infra/speaker/speaker.service

Index

Enumerations

Classes

diff --git a/doc/TypeDoc/modules/infra_speaker_type.html b/doc/TypeDoc/modules/infra_speaker_type.html new file mode 100644 index 000000000..19b498b23 --- /dev/null +++ b/doc/TypeDoc/modules/infra_speaker_type.html @@ -0,0 +1,3 @@ +infra/speaker/type | gabinete-digital

Module infra/speaker/type

Index

Enumerations

diff --git a/doc/TypeDoc/modules/module_chat_chat_module.html b/doc/TypeDoc/modules/module_chat_chat_module.html new file mode 100644 index 000000000..dda5aba7c --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_chat_module.html @@ -0,0 +1,2 @@ +module/chat/chat.module | gabinete-digital

Module module/chat/chat.module

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_chat_service_service.html b/doc/TypeDoc/modules/module_chat_chat_service_service.html new file mode 100644 index 000000000..9ba5e6b13 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_chat_service_service.html @@ -0,0 +1,2 @@ +module/chat/chat-service.service | gabinete-digital

Module module/chat/chat-service.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_async_list_rooms_messageListChangedetector.html b/doc/TypeDoc/modules/module_chat_data_async_list_rooms_messageListChangedetector.html new file mode 100644 index 000000000..732c6add7 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_async_list_rooms_messageListChangedetector.html @@ -0,0 +1,2 @@ +module/chat/data/async/list/rooms/messageListChangedetector | gabinete-digital

Module module/chat/data/async/list/rooms/messageListChangedetector

Index

Functions

diff --git a/doc/TypeDoc/modules/module_chat_data_async_list_rooms_roomListChangeDetector.html b/doc/TypeDoc/modules/module_chat_data_async_list_rooms_roomListChangeDetector.html new file mode 100644 index 000000000..93cfc2f6e --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_async_list_rooms_roomListChangeDetector.html @@ -0,0 +1,2 @@ +module/chat/data/async/list/rooms/roomListChangeDetector | gabinete-digital

Module module/chat/data/async/list/rooms/roomListChangeDetector

Index

Functions

diff --git a/doc/TypeDoc/modules/module_chat_data_async_list_rooms_roomMembersChangeDetector.html b/doc/TypeDoc/modules/module_chat_data_async_list_rooms_roomMembersChangeDetector.html new file mode 100644 index 000000000..c4e74a410 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_async_list_rooms_roomMembersChangeDetector.html @@ -0,0 +1,2 @@ +module/chat/data/async/list/rooms/roomMembersChangeDetector | gabinete-digital

Module module/chat/data/async/list/rooms/roomMembersChangeDetector

Index

Functions

diff --git a/doc/TypeDoc/modules/module_chat_data_async_repository_message_repository_aync_service.html b/doc/TypeDoc/modules/module_chat_data_async_repository_message_repository_aync_service.html new file mode 100644 index 000000000..7418d1177 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_async_repository_message_repository_aync_service.html @@ -0,0 +1,2 @@ +module/chat/data/async/repository/message-repository-aync.service | gabinete-digital

Module module/chat/data/async/repository/message-repository-aync.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_async_repository_message_repository_aync_service_spec.html b/doc/TypeDoc/modules/module_chat_data_async_repository_message_repository_aync_service_spec.html new file mode 100644 index 000000000..ba4fe3f59 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_async_repository_message_repository_aync_service_spec.html @@ -0,0 +1 @@ +module/chat/data/async/repository/message-repository-aync.service.spec | gabinete-digital

Module module/chat/data/async/repository/message-repository-aync.service.spec

diff --git a/doc/TypeDoc/modules/module_chat_data_async_socket_user_typing_async_service.html b/doc/TypeDoc/modules/module_chat_data_async_socket_user_typing_async_service.html new file mode 100644 index 000000000..8598792cb --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_async_socket_user_typing_async_service.html @@ -0,0 +1,2 @@ +module/chat/data/async/socket/user-typing-async.service | gabinete-digital

Module module/chat/data/async/socket/user-typing-async.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_data_source_member_list_member_list_local_data_source_service.html b/doc/TypeDoc/modules/module_chat_data_data_source_member_list_member_list_local_data_source_service.html new file mode 100644 index 000000000..e61c2f9d2 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_data_source_member_list_member_list_local_data_source_service.html @@ -0,0 +1,4 @@ +module/chat/data/data-source/member-list/member-list-local-data-source.service | gabinete-digital

Module module/chat/data/data-source/member-list/member-list-local-data-source.service

Index

Classes

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_data_data_source_member_list_member_list_remote_data_source_service.html b/doc/TypeDoc/modules/module_chat_data_data_source_member_list_member_list_remote_data_source_service.html new file mode 100644 index 000000000..c3dd9e8c0 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_data_source_member_list_member_list_remote_data_source_service.html @@ -0,0 +1,2 @@ +module/chat/data/data-source/member-list/member-list-remote-data-source.service | gabinete-digital

Module module/chat/data/data-source/member-list/member-list-remote-data-source.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_data_source_message_message_live_data_source_service.html b/doc/TypeDoc/modules/module_chat_data_data_source_message_message_live_data_source_service.html new file mode 100644 index 000000000..d44e7ee78 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_data_source_message_message_live_data_source_service.html @@ -0,0 +1,2 @@ +module/chat/data/data-source/message/message-live-data-source.service | gabinete-digital

Module module/chat/data/data-source/message/message-live-data-source.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_data_source_message_message_live_signalr_data_source_service.html b/doc/TypeDoc/modules/module_chat_data_data_source_message_message_live_signalr_data_source_service.html new file mode 100644 index 000000000..c1ece232a --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_data_source_message_message_live_signalr_data_source_service.html @@ -0,0 +1,2 @@ +module/chat/data/data-source/message/message-live-signalr-data-source.service | gabinete-digital

Module module/chat/data/data-source/message/message-live-signalr-data-source.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_data_source_message_message_local_data_source_service.html b/doc/TypeDoc/modules/module_chat_data_data_source_message_message_local_data_source_service.html new file mode 100644 index 000000000..e9b39e4a4 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_data_source_message_message_local_data_source_service.html @@ -0,0 +1,2 @@ +module/chat/data/data-source/message/message-local-data-source.service | gabinete-digital

Module module/chat/data/data-source/message/message-local-data-source.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_data_source_message_message_remote_data_source_service.html b/doc/TypeDoc/modules/module_chat_data_data_source_message_message_remote_data_source_service.html new file mode 100644 index 000000000..7a15858c3 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_data_source_message_message_remote_data_source_service.html @@ -0,0 +1,2 @@ +module/chat/data/data-source/message/message-remote-data-source.service | gabinete-digital

Module module/chat/data/data-source/message/message-remote-data-source.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_data_source_room_room_live_data_source_service.html b/doc/TypeDoc/modules/module_chat_data_data_source_room_room_live_data_source_service.html new file mode 100644 index 000000000..2784093ec --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_data_source_room_room_live_data_source_service.html @@ -0,0 +1,2 @@ +module/chat/data/data-source/room/room-live-data-source.service | gabinete-digital

Module module/chat/data/data-source/room/room-live-data-source.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_data_source_room_room_memory_data_source.html b/doc/TypeDoc/modules/module_chat_data_data_source_room_room_memory_data_source.html new file mode 100644 index 000000000..b628aad25 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_data_source_room_room_memory_data_source.html @@ -0,0 +1,10 @@ +module/chat/data/data-source/room/room-memory-data-source | gabinete-digital

Module module/chat/data/data-source/room/room-memory-data-source

Index

Interfaces

Variables

Functions

diff --git a/doc/TypeDoc/modules/module_chat_data_data_source_room_room_remote_data_source_service.html b/doc/TypeDoc/modules/module_chat_data_data_source_room_room_remote_data_source_service.html new file mode 100644 index 000000000..3902bfae3 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_data_source_room_room_remote_data_source_service.html @@ -0,0 +1,2 @@ +module/chat/data/data-source/room/room-remote-data-source.service | gabinete-digital

Module module/chat/data/data-source/room/room-remote-data-source.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_data_source_room_rooom_local_data_source_service.html b/doc/TypeDoc/modules/module_chat_data_data_source_room_rooom_local_data_source_service.html new file mode 100644 index 000000000..827bbdc84 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_data_source_room_rooom_local_data_source_service.html @@ -0,0 +1,2 @@ +module/chat/data/data-source/room/rooom-local-data-source.service | gabinete-digital

Module module/chat/data/data-source/room/rooom-local-data-source.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_data_source_userTyping_user_typing_live_data_source_service.html b/doc/TypeDoc/modules/module_chat_data_data_source_userTyping_user_typing_live_data_source_service.html new file mode 100644 index 000000000..950bc3c4a --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_data_source_userTyping_user_typing_live_data_source_service.html @@ -0,0 +1,2 @@ +module/chat/data/data-source/userTyping/user-typing-live-data-source.service | gabinete-digital

Module module/chat/data/data-source/userTyping/user-typing-live-data-source.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_data_source_userTyping_user_typing_local_data_source_service.html b/doc/TypeDoc/modules/module_chat_data_data_source_userTyping_user_typing_local_data_source_service.html new file mode 100644 index 000000000..7e7f50ad8 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_data_source_userTyping_user_typing_local_data_source_service.html @@ -0,0 +1,2 @@ +module/chat/data/data-source/userTyping/user-typing-local-data-source.service | gabinete-digital

Module module/chat/data/data-source/userTyping/user-typing-local-data-source.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.html b/doc/TypeDoc/modules/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.html new file mode 100644 index 000000000..441318c67 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.html @@ -0,0 +1,12 @@ +module/chat/data/data-source/userTyping/user-typing-memory-data-source.service | gabinete-digital

Module module/chat/data/data-source/userTyping/user-typing-memory-data-source.service

Index

Interfaces

Variables

Functions

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_message_messageDeleteInputDTO.html b/doc/TypeDoc/modules/module_chat_data_dto_message_messageDeleteInputDTO.html new file mode 100644 index 000000000..8f3dbf7f2 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_message_messageDeleteInputDTO.html @@ -0,0 +1,3 @@ +module/chat/data/dto/message/messageDeleteInputDTO | gabinete-digital

Module module/chat/data/dto/message/messageDeleteInputDTO

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_message_messageInputDtO.html b/doc/TypeDoc/modules/module_chat_data_dto_message_messageInputDtO.html new file mode 100644 index 000000000..614f25a1c --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_message_messageInputDtO.html @@ -0,0 +1,3 @@ +module/chat/data/dto/message/messageInputDtO | gabinete-digital

Module module/chat/data/dto/message/messageInputDtO

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_message_messageListInputDTO.html b/doc/TypeDoc/modules/module_chat_data_dto_message_messageListInputDTO.html new file mode 100644 index 000000000..b80369e85 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_message_messageListInputDTO.html @@ -0,0 +1,2 @@ +module/chat/data/dto/message/messageListInputDTO | gabinete-digital

Module module/chat/data/dto/message/messageListInputDTO

Index

Type Aliases

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_message_messageOutputDTO.html b/doc/TypeDoc/modules/module_chat_data_dto_message_messageOutputDTO.html new file mode 100644 index 000000000..935e0fc77 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_message_messageOutputDTO.html @@ -0,0 +1,7 @@ +module/chat/data/dto/message/messageOutputDTO | gabinete-digital

Module module/chat/data/dto/message/messageOutputDTO

Index

Enumerations

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_room_addMemberToRoomInputDto.html b/doc/TypeDoc/modules/module_chat_data_dto_room_addMemberToRoomInputDto.html new file mode 100644 index 000000000..2e9c7b679 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_room_addMemberToRoomInputDto.html @@ -0,0 +1,3 @@ +module/chat/data/dto/room/addMemberToRoomInputDto | gabinete-digital

Module module/chat/data/dto/room/addMemberToRoomInputDto

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_room_outPut.html b/doc/TypeDoc/modules/module_chat_data_dto_room_outPut.html new file mode 100644 index 000000000..cf1fa18ed --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_room_outPut.html @@ -0,0 +1,2 @@ +module/chat/data/dto/room/outPut | gabinete-digital

Module module/chat/data/dto/room/outPut

Index

Type Aliases

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_room_roomByIdInputDTO.html b/doc/TypeDoc/modules/module_chat_data_dto_room_roomByIdInputDTO.html new file mode 100644 index 000000000..326f3c27e --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_room_roomByIdInputDTO.html @@ -0,0 +1,3 @@ +module/chat/data/dto/room/roomByIdInputDTO | gabinete-digital

Module module/chat/data/dto/room/roomByIdInputDTO

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_room_roomByIdOutputDTO.html b/doc/TypeDoc/modules/module_chat_data_dto_room_roomByIdOutputDTO.html new file mode 100644 index 000000000..c127ca7ac --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_room_roomByIdOutputDTO.html @@ -0,0 +1,4 @@ +module/chat/data/dto/room/roomByIdOutputDTO | gabinete-digital

Module module/chat/data/dto/room/roomByIdOutputDTO

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_room_roomInputDTO.html b/doc/TypeDoc/modules/module_chat_data_dto_room_roomInputDTO.html new file mode 100644 index 000000000..623cd8985 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_room_roomInputDTO.html @@ -0,0 +1,3 @@ +module/chat/data/dto/room/roomInputDTO | gabinete-digital

Module module/chat/data/dto/room/roomInputDTO

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_room_roomListOutputDTO.html b/doc/TypeDoc/modules/module_chat_data_dto_room_roomListOutputDTO.html new file mode 100644 index 000000000..83b9467aa --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_room_roomListOutputDTO.html @@ -0,0 +1,4 @@ +module/chat/data/dto/room/roomListOutputDTO | gabinete-digital

Module module/chat/data/dto/room/roomListOutputDTO

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_room_roomOutputDTO.html b/doc/TypeDoc/modules/module_chat_data_dto_room_roomOutputDTO.html new file mode 100644 index 000000000..6c9227e6e --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_room_roomOutputDTO.html @@ -0,0 +1,3 @@ +module/chat/data/dto/room/roomOutputDTO | gabinete-digital

Module module/chat/data/dto/room/roomOutputDTO

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_room_roomUpdateInputDTO.html b/doc/TypeDoc/modules/module_chat_data_dto_room_roomUpdateInputDTO.html new file mode 100644 index 000000000..867f5cf10 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_room_roomUpdateInputDTO.html @@ -0,0 +1,3 @@ +module/chat/data/dto/room/roomUpdateInputDTO | gabinete-digital

Module module/chat/data/dto/room/roomUpdateInputDTO

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_room_roomUpdateOutputDTO.html b/doc/TypeDoc/modules/module_chat_data_dto_room_roomUpdateOutputDTO.html new file mode 100644 index 000000000..0d6c4837e --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_room_roomUpdateOutputDTO.html @@ -0,0 +1,3 @@ +module/chat/data/dto/room/roomUpdateOutputDTO | gabinete-digital

Module module/chat/data/dto/room/roomUpdateOutputDTO

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_room_userRemoveListInputDTO.html b/doc/TypeDoc/modules/module_chat_data_dto_room_userRemoveListInputDTO.html new file mode 100644 index 000000000..4cd017822 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_room_userRemoveListInputDTO.html @@ -0,0 +1,3 @@ +module/chat/data/dto/room/userRemoveListInputDTO | gabinete-digital

Module module/chat/data/dto/room/userRemoveListInputDTO

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_typing_typingInputDTO.html b/doc/TypeDoc/modules/module_chat_data_dto_typing_typingInputDTO.html new file mode 100644 index 000000000..1e0c36f5a --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_typing_typingInputDTO.html @@ -0,0 +1,3 @@ +module/chat/data/dto/typing/typingInputDTO | gabinete-digital

Module module/chat/data/dto/typing/typingInputDTO

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_data_dto_typing_typingOutputDTO.html b/doc/TypeDoc/modules/module_chat_data_dto_typing_typingOutputDTO.html new file mode 100644 index 000000000..49a28a13b --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_dto_typing_typingOutputDTO.html @@ -0,0 +1 @@ +module/chat/data/dto/typing/typingOutputDTO | gabinete-digital

Module module/chat/data/dto/typing/typingOutputDTO

diff --git a/doc/TypeDoc/modules/module_chat_data_repository_message_respository_service.html b/doc/TypeDoc/modules/module_chat_data_repository_message_respository_service.html new file mode 100644 index 000000000..c3f54f5bf --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_repository_message_respository_service.html @@ -0,0 +1,2 @@ +module/chat/data/repository/message-respository.service | gabinete-digital

Module module/chat/data/repository/message-respository.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_repository_room_repository_service.html b/doc/TypeDoc/modules/module_chat_data_repository_room_repository_service.html new file mode 100644 index 000000000..49c923628 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_repository_room_repository_service.html @@ -0,0 +1,2 @@ +module/chat/data/repository/room-repository.service | gabinete-digital

Module module/chat/data/repository/room-repository.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_repository_user_typing_repository_service.html b/doc/TypeDoc/modules/module_chat_data_repository_user_typing_repository_service.html new file mode 100644 index 000000000..09b33f4bb --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_repository_user_typing_repository_service.html @@ -0,0 +1,2 @@ +module/chat/data/repository/user-typing-repository.service | gabinete-digital

Module module/chat/data/repository/user-typing-repository.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_data_service_sync_repository_sync_message_repository_service.html b/doc/TypeDoc/modules/module_chat_data_service_sync_repository_sync_message_repository_service.html new file mode 100644 index 000000000..ed100c251 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_data_service_sync_repository_sync_message_repository_service.html @@ -0,0 +1,2 @@ +module/chat/data/service/sync-repository/sync-message-repository.service | gabinete-digital

Module module/chat/data/service/sync-repository/sync-message-repository.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_domain_chat_service_service.html b/doc/TypeDoc/modules/module_chat_domain_chat_service_service.html new file mode 100644 index 000000000..6c61aff2f --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_domain_chat_service_service.html @@ -0,0 +1,3 @@ +module/chat/domain/chat-service.service | gabinete-digital

Module module/chat/domain/chat-service.service

Index

Classes

Variables

diff --git a/doc/TypeDoc/modules/module_chat_domain_entity_message.html b/doc/TypeDoc/modules/module_chat_domain_entity_message.html new file mode 100644 index 000000000..bdf51b8da --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_domain_entity_message.html @@ -0,0 +1,2 @@ +module/chat/domain/entity/message | gabinete-digital

Module module/chat/domain/entity/message

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_domain_mapper_memberLIstMapper.html b/doc/TypeDoc/modules/module_chat_domain_mapper_memberLIstMapper.html new file mode 100644 index 000000000..e05738881 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_domain_mapper_memberLIstMapper.html @@ -0,0 +1,2 @@ +module/chat/domain/mapper/memberLIstMapper | gabinete-digital

Module module/chat/domain/mapper/memberLIstMapper

Index

Functions

diff --git a/doc/TypeDoc/modules/module_chat_domain_mapper_messageMapper.html b/doc/TypeDoc/modules/module_chat_domain_mapper_messageMapper.html new file mode 100644 index 000000000..38cde72d3 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_domain_mapper_messageMapper.html @@ -0,0 +1,2 @@ +module/chat/domain/mapper/messageMapper | gabinete-digital

Module module/chat/domain/mapper/messageMapper

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_domain_use_case_member_admin_use_case_service.html b/doc/TypeDoc/modules/module_chat_domain_use_case_member_admin_use_case_service.html new file mode 100644 index 000000000..35839ff4a --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_domain_use_case_member_admin_use_case_service.html @@ -0,0 +1,3 @@ +module/chat/domain/use-case/member-admin-use-case.service | gabinete-digital

Module module/chat/domain/use-case/member-admin-use-case.service

Index

Classes

Type Aliases

diff --git a/doc/TypeDoc/modules/module_chat_domain_use_case_message_create_use_case_service.html b/doc/TypeDoc/modules/module_chat_domain_use_case_message_create_use_case_service.html new file mode 100644 index 000000000..80cfe69aa --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_domain_use_case_message_create_use_case_service.html @@ -0,0 +1,3 @@ +module/chat/domain/use-case/message-create-use-case.service | gabinete-digital

Module module/chat/domain/use-case/message-create-use-case.service

Index

Classes

Type Aliases

diff --git a/doc/TypeDoc/modules/module_chat_domain_use_case_message_delete_live_use_case_service.html b/doc/TypeDoc/modules/module_chat_domain_use_case_message_delete_live_use_case_service.html new file mode 100644 index 000000000..74d938aef --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_domain_use_case_message_delete_live_use_case_service.html @@ -0,0 +1,4 @@ +module/chat/domain/use-case/message-delete-live-use-case.service | gabinete-digital

Module module/chat/domain/use-case/message-delete-live-use-case.service

Index

Classes

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_domain_use_case_message_reaction_use_case_service.html b/doc/TypeDoc/modules/module_chat_domain_use_case_message_reaction_use_case_service.html new file mode 100644 index 000000000..95ce9c4b3 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_domain_use_case_message_reaction_use_case_service.html @@ -0,0 +1,3 @@ +module/chat/domain/use-case/message-reaction-use-case.service | gabinete-digital

Module module/chat/domain/use-case/message-reaction-use-case.service

Index

Classes

Type Aliases

diff --git a/doc/TypeDoc/modules/module_chat_domain_use_case_message_update_use_case_service.html b/doc/TypeDoc/modules/module_chat_domain_use_case_message_update_use_case_service.html new file mode 100644 index 000000000..230c9f69d --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_domain_use_case_message_update_use_case_service.html @@ -0,0 +1,3 @@ +module/chat/domain/use-case/message-update-use-case.service | gabinete-digital

Module module/chat/domain/use-case/message-update-use-case.service

Index

Classes

Type Aliases

diff --git a/doc/TypeDoc/modules/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.html b/doc/TypeDoc/modules/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.html new file mode 100644 index 000000000..5e424f90a --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.html @@ -0,0 +1,4 @@ +module/chat/domain/use-case/socket/member-list-update-status-use-case.service | gabinete-digital

Module module/chat/domain/use-case/socket/member-list-update-status-use-case.service

Index

Classes

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_domain_use_case_socket_socket_message_create_use_case_service.html b/doc/TypeDoc/modules/module_chat_domain_use_case_socket_socket_message_create_use_case_service.html new file mode 100644 index 000000000..a68cfac05 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_domain_use_case_socket_socket_message_create_use_case_service.html @@ -0,0 +1,2 @@ +module/chat/domain/use-case/socket/socket-message-create-use-case.service | gabinete-digital

Module module/chat/domain/use-case/socket/socket-message-create-use-case.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_domain_use_case_socket_socket_message_delete_use_case_service.html b/doc/TypeDoc/modules/module_chat_domain_use_case_socket_socket_message_delete_use_case_service.html new file mode 100644 index 000000000..f3a3460e6 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_domain_use_case_socket_socket_message_delete_use_case_service.html @@ -0,0 +1,2 @@ +module/chat/domain/use-case/socket/socket-message-delete-use-case.service | gabinete-digital

Module module/chat/domain/use-case/socket/socket-message-delete-use-case.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_domain_use_case_socket_socket_message_update_use_case_service.html b/doc/TypeDoc/modules/module_chat_domain_use_case_socket_socket_message_update_use_case_service.html new file mode 100644 index 000000000..8380e696b --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_domain_use_case_socket_socket_message_update_use_case_service.html @@ -0,0 +1,2 @@ +module/chat/domain/use-case/socket/socket-message-update-use-case.service | gabinete-digital

Module module/chat/domain/use-case/socket/socket-message-update-use-case.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_domain_use_case_sync_local_message_service.html b/doc/TypeDoc/modules/module_chat_domain_use_case_sync_local_message_service.html new file mode 100644 index 000000000..08e5b18b0 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_domain_use_case_sync_local_message_service.html @@ -0,0 +1,2 @@ +module/chat/domain/use-case/sync-local-message.service | gabinete-digital

Module module/chat/domain/use-case/sync-local-message.service

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_members.html b/doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_members.html new file mode 100644 index 000000000..c0af36e45 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_members.html @@ -0,0 +1,5 @@ +module/chat/infra/database/dexie/schema/members | gabinete-digital

Module module/chat/infra/database/dexie/schema/members

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_message.html b/doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_message.html new file mode 100644 index 000000000..7e3c2cd64 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_message.html @@ -0,0 +1,5 @@ +module/chat/infra/database/dexie/schema/message | gabinete-digital

Module module/chat/infra/database/dexie/schema/message

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_room.html b/doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_room.html new file mode 100644 index 000000000..84be7e553 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_room.html @@ -0,0 +1,5 @@ +module/chat/infra/database/dexie/schema/room | gabinete-digital

Module module/chat/infra/database/dexie/schema/room

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_typing.html b/doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_typing.html new file mode 100644 index 000000000..64779cf03 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_typing.html @@ -0,0 +1,5 @@ +module/chat/infra/database/dexie/schema/typing | gabinete-digital

Module module/chat/infra/database/dexie/schema/typing

Index

Type Aliases

Variables

diff --git a/doc/TypeDoc/modules/module_chat_infra_database_dexie_service.html b/doc/TypeDoc/modules/module_chat_infra_database_dexie_service.html new file mode 100644 index 000000000..08e148d8b --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_infra_database_dexie_service.html @@ -0,0 +1,2 @@ +module/chat/infra/database/dexie/service | gabinete-digital

Module module/chat/infra/database/dexie/service

Index

Variables

diff --git a/doc/TypeDoc/modules/module_chat_infra_socket_signalR.html b/doc/TypeDoc/modules/module_chat_infra_socket_signalR.html new file mode 100644 index 000000000..d069ed04a --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_infra_socket_signalR.html @@ -0,0 +1,2 @@ +module/chat/infra/socket/signalR | gabinete-digital

Module module/chat/infra/socket/signalR

Index

Classes

diff --git a/doc/TypeDoc/modules/module_chat_infra_socket_signal_r_service.html b/doc/TypeDoc/modules/module_chat_infra_socket_signal_r_service.html new file mode 100644 index 000000000..73b9b48fe --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_infra_socket_signal_r_service.html @@ -0,0 +1,3 @@ +module/chat/infra/socket/signal-r.service | gabinete-digital

Module module/chat/infra/socket/signal-r.service

Index

Classes

Type Aliases

diff --git a/doc/TypeDoc/modules/module_chat_infra_socket_socket.html b/doc/TypeDoc/modules/module_chat_infra_socket_socket.html new file mode 100644 index 000000000..52d2953c4 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_infra_socket_socket.html @@ -0,0 +1,3 @@ +module/chat/infra/socket/socket | gabinete-digital

Module module/chat/infra/socket/socket

Index

Classes

Interfaces

diff --git a/doc/TypeDoc/modules/module_chat_type.html b/doc/TypeDoc/modules/module_chat_type.html new file mode 100644 index 000000000..6e6010d71 --- /dev/null +++ b/doc/TypeDoc/modules/module_chat_type.html @@ -0,0 +1 @@ +module/chat/type | gabinete-digital

Module module/chat/type

diff --git a/doc/TypeDoc/modules/utils_ToBase64.html b/doc/TypeDoc/modules/utils_ToBase64.html new file mode 100644 index 000000000..c253a3c59 --- /dev/null +++ b/doc/TypeDoc/modules/utils_ToBase64.html @@ -0,0 +1,2 @@ +utils/ToBase64 | gabinete-digital

Module utils/ToBase64

Index

Functions

diff --git a/doc/TypeDoc/modules/utils_allowedDocExtension.html b/doc/TypeDoc/modules/utils_allowedDocExtension.html new file mode 100644 index 000000000..4747192cf --- /dev/null +++ b/doc/TypeDoc/modules/utils_allowedDocExtension.html @@ -0,0 +1,2 @@ +utils/allowedDocExtension | gabinete-digital

Module utils/allowedDocExtension

Index

Functions

diff --git a/doc/TypeDoc/modules/utils_imageCompressore.html b/doc/TypeDoc/modules/utils_imageCompressore.html new file mode 100644 index 000000000..9826267a7 --- /dev/null +++ b/doc/TypeDoc/modules/utils_imageCompressore.html @@ -0,0 +1,2 @@ +utils/imageCompressore | gabinete-digital

Module utils/imageCompressore

Index

Functions

diff --git a/doc/TypeDoc/types/infra_camera_camera_service.takePictureParams.html b/doc/TypeDoc/types/infra_camera_camera_service.takePictureParams.html new file mode 100644 index 000000000..4a6618c6d --- /dev/null +++ b/doc/TypeDoc/types/infra_camera_camera_service.takePictureParams.html @@ -0,0 +1,2 @@ +takePictureParams | gabinete-digital
takePictureParams: {
    cameraResultType: CameraResultType;
    quality?: number;
}

Parameters for taking a picture.

+
diff --git a/doc/TypeDoc/types/module_chat_data_data_source_member_list_member_list_local_data_source_service.IMemberTable.html b/doc/TypeDoc/types/module_chat_data_data_source_member_list_member_list_local_data_source_service.IMemberTable.html new file mode 100644 index 000000000..ee8f84290 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_data_source_member_list_member_list_local_data_source_service.IMemberTable.html @@ -0,0 +1 @@ +IMemberTable | gabinete-digital
IMemberTable: z.infer<typeof MemberTableSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_message_messageDeleteInputDTO.MessageDeleteInputDTO.html b/doc/TypeDoc/types/module_chat_data_dto_message_messageDeleteInputDTO.MessageDeleteInputDTO.html new file mode 100644 index 000000000..2a482f0a9 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_message_messageDeleteInputDTO.MessageDeleteInputDTO.html @@ -0,0 +1 @@ +MessageDeleteInputDTO | gabinete-digital
MessageDeleteInputDTO: z.infer<typeof MessageDeleteInputDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_message_messageInputDtO.MessageInputDTO.html b/doc/TypeDoc/types/module_chat_data_dto_message_messageInputDtO.MessageInputDTO.html new file mode 100644 index 000000000..eb512ec74 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_message_messageInputDtO.MessageInputDTO.html @@ -0,0 +1 @@ +MessageInputDTO | gabinete-digital
MessageInputDTO: z.infer<typeof MessageInputDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_message_messageListInputDTO.MessageListInputDTO.html b/doc/TypeDoc/types/module_chat_data_dto_message_messageListInputDTO.MessageListInputDTO.html new file mode 100644 index 000000000..5e2288630 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_message_messageListInputDTO.MessageListInputDTO.html @@ -0,0 +1 @@ +MessageListInputDTO | gabinete-digital
MessageListInputDTO: z.infer<typeof MessageListInputDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDTO.html b/doc/TypeDoc/types/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDTO.html new file mode 100644 index 000000000..70d20fdb2 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDTO.html @@ -0,0 +1 @@ +MessageOutPutDTO | gabinete-digital
MessageOutPutDTO: z.infer<typeof MessageOutPutDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDataDTO.html b/doc/TypeDoc/types/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDataDTO.html new file mode 100644 index 000000000..a53573fe7 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDataDTO.html @@ -0,0 +1 @@ +MessageOutPutDataDTO | gabinete-digital
MessageOutPutDataDTO: z.infer<typeof MessageOutPutDataDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_room_addMemberToRoomInputDto.AddMemberToRoomInputDTO.html b/doc/TypeDoc/types/module_chat_data_dto_room_addMemberToRoomInputDto.AddMemberToRoomInputDTO.html new file mode 100644 index 000000000..95a5eb9b3 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_room_addMemberToRoomInputDto.AddMemberToRoomInputDTO.html @@ -0,0 +1 @@ +AddMemberToRoomInputDTO | gabinete-digital
AddMemberToRoomInputDTO: z.infer<typeof AddMemberToRoomInputDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_room_outPut.OutPutDTO.html b/doc/TypeDoc/types/module_chat_data_dto_room_outPut.OutPutDTO.html new file mode 100644 index 000000000..4460dbd2a --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_room_outPut.OutPutDTO.html @@ -0,0 +1 @@ +OutPutDTO | gabinete-digital
OutPutDTO: z.infer<typeof OutPutDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_room_roomByIdInputDTO.RoomByIdInputDTO.html b/doc/TypeDoc/types/module_chat_data_dto_room_roomByIdInputDTO.RoomByIdInputDTO.html new file mode 100644 index 000000000..5958c6316 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_room_roomByIdInputDTO.RoomByIdInputDTO.html @@ -0,0 +1 @@ +RoomByIdInputDTO | gabinete-digital
RoomByIdInputDTO: z.infer<typeof RoomByIdInputDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_room_roomByIdOutputDTO.RoomByIdMemberItemOutputDTO.html b/doc/TypeDoc/types/module_chat_data_dto_room_roomByIdOutputDTO.RoomByIdMemberItemOutputDTO.html new file mode 100644 index 000000000..1431d54f1 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_room_roomByIdOutputDTO.RoomByIdMemberItemOutputDTO.html @@ -0,0 +1 @@ +RoomByIdMemberItemOutputDTO | gabinete-digital
RoomByIdMemberItemOutputDTO: z.infer<typeof MemberSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_room_roomByIdOutputDTO.RoomByIdOutputDTO.html b/doc/TypeDoc/types/module_chat_data_dto_room_roomByIdOutputDTO.RoomByIdOutputDTO.html new file mode 100644 index 000000000..0b5798594 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_room_roomByIdOutputDTO.RoomByIdOutputDTO.html @@ -0,0 +1 @@ +RoomByIdOutputDTO | gabinete-digital
RoomByIdOutputDTO: z.infer<typeof RoomByIdOutputDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_room_roomInputDTO.RoomInputDTO.html b/doc/TypeDoc/types/module_chat_data_dto_room_roomInputDTO.RoomInputDTO.html new file mode 100644 index 000000000..238dc64f1 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_room_roomInputDTO.RoomInputDTO.html @@ -0,0 +1 @@ +RoomInputDTO | gabinete-digital
RoomInputDTO: z.infer<typeof RoomInputDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_room_roomListOutputDTO.RoomListItemOutPutDTO.html b/doc/TypeDoc/types/module_chat_data_dto_room_roomListOutputDTO.RoomListItemOutPutDTO.html new file mode 100644 index 000000000..9ca6bde3e --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_room_roomListOutputDTO.RoomListItemOutPutDTO.html @@ -0,0 +1 @@ +RoomListItemOutPutDTO | gabinete-digital
RoomListItemOutPutDTO: z.infer<typeof RoomListItemOutPutDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_room_roomListOutputDTO.RoomListOutPutDTO.html b/doc/TypeDoc/types/module_chat_data_dto_room_roomListOutputDTO.RoomListOutPutDTO.html new file mode 100644 index 000000000..bb17d84f5 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_room_roomListOutputDTO.RoomListOutPutDTO.html @@ -0,0 +1 @@ +RoomListOutPutDTO | gabinete-digital
RoomListOutPutDTO: z.infer<typeof RoomListOutPutDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_room_roomOutputDTO.RoomOutPutDTO.html b/doc/TypeDoc/types/module_chat_data_dto_room_roomOutputDTO.RoomOutPutDTO.html new file mode 100644 index 000000000..5be0f06e4 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_room_roomOutputDTO.RoomOutPutDTO.html @@ -0,0 +1 @@ +RoomOutPutDTO | gabinete-digital
RoomOutPutDTO: z.infer<typeof RoomOutPutDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_room_roomUpdateInputDTO.RoomUpdateInputDTO.html b/doc/TypeDoc/types/module_chat_data_dto_room_roomUpdateInputDTO.RoomUpdateInputDTO.html new file mode 100644 index 000000000..bdc9b3f02 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_room_roomUpdateInputDTO.RoomUpdateInputDTO.html @@ -0,0 +1 @@ +RoomUpdateInputDTO | gabinete-digital
RoomUpdateInputDTO: z.infer<typeof RoomUpdateInputDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_room_roomUpdateOutputDTO.RoomUpdateOutputDTO.html b/doc/TypeDoc/types/module_chat_data_dto_room_roomUpdateOutputDTO.RoomUpdateOutputDTO.html new file mode 100644 index 000000000..998d0e3f7 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_room_roomUpdateOutputDTO.RoomUpdateOutputDTO.html @@ -0,0 +1 @@ +RoomUpdateOutputDTO | gabinete-digital
RoomUpdateOutputDTO: z.infer<typeof RoomUpdateOutputDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_room_userRemoveListInputDTO.UserRemoveListInputDTO.html b/doc/TypeDoc/types/module_chat_data_dto_room_userRemoveListInputDTO.UserRemoveListInputDTO.html new file mode 100644 index 000000000..eeeb9b16a --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_room_userRemoveListInputDTO.UserRemoveListInputDTO.html @@ -0,0 +1 @@ +UserRemoveListInputDTO | gabinete-digital
UserRemoveListInputDTO: z.infer<typeof UserRemoveListInputDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_data_dto_typing_typingInputDTO.UserTypingDTO.html b/doc/TypeDoc/types/module_chat_data_dto_typing_typingInputDTO.UserTypingDTO.html new file mode 100644 index 000000000..79e748a13 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_data_dto_typing_typingInputDTO.UserTypingDTO.html @@ -0,0 +1 @@ +UserTypingDTO | gabinete-digital
UserTypingDTO: z.infer<typeof UserTypingDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_domain_use_case_member_admin_use_case_service.MemberSetAdminDTO.html b/doc/TypeDoc/types/module_chat_domain_use_case_member_admin_use_case_service.MemberSetAdminDTO.html new file mode 100644 index 000000000..8d6f74932 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_domain_use_case_member_admin_use_case_service.MemberSetAdminDTO.html @@ -0,0 +1 @@ +MemberSetAdminDTO | gabinete-digital
MemberSetAdminDTO: z.infer<typeof MemberSetAdminDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_domain_use_case_message_create_use_case_service.MessageInputUseCase.html b/doc/TypeDoc/types/module_chat_domain_use_case_message_create_use_case_service.MessageInputUseCase.html new file mode 100644 index 000000000..00da1c603 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_domain_use_case_message_create_use_case_service.MessageInputUseCase.html @@ -0,0 +1 @@ +MessageInputUseCase | gabinete-digital
MessageInputUseCase: z.infer<typeof MessageInputUseCaseSchema>
diff --git a/doc/TypeDoc/types/module_chat_domain_use_case_message_delete_live_use_case_service.MessageDeleteInputDTO.html b/doc/TypeDoc/types/module_chat_domain_use_case_message_delete_live_use_case_service.MessageDeleteInputDTO.html new file mode 100644 index 000000000..c329d76d2 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_domain_use_case_message_delete_live_use_case_service.MessageDeleteInputDTO.html @@ -0,0 +1 @@ +MessageDeleteInputDTO | gabinete-digital
MessageDeleteInputDTO: z.infer<typeof MessageDeleteInputDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_domain_use_case_message_reaction_use_case_service.MessageReactionInput.html b/doc/TypeDoc/types/module_chat_domain_use_case_message_reaction_use_case_service.MessageReactionInput.html new file mode 100644 index 000000000..f41181bc8 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_domain_use_case_message_reaction_use_case_service.MessageReactionInput.html @@ -0,0 +1 @@ +MessageReactionInput | gabinete-digital
MessageReactionInput: z.infer<typeof MessageReactionInputDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_domain_use_case_message_update_use_case_service.MessageUpdateInput.html b/doc/TypeDoc/types/module_chat_domain_use_case_message_update_use_case_service.MessageUpdateInput.html new file mode 100644 index 000000000..2333490e7 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_domain_use_case_message_update_use_case_service.MessageUpdateInput.html @@ -0,0 +1 @@ +MessageUpdateInput | gabinete-digital
MessageUpdateInput: z.infer<typeof MessageUpdateInputDTOSchema>
diff --git a/doc/TypeDoc/types/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.MemberListUPdateStatusInputDTO.html b/doc/TypeDoc/types/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.MemberListUPdateStatusInputDTO.html new file mode 100644 index 000000000..ae63d88bf --- /dev/null +++ b/doc/TypeDoc/types/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.MemberListUPdateStatusInputDTO.html @@ -0,0 +1 @@ +MemberListUPdateStatusInputDTO | gabinete-digital
MemberListUPdateStatusInputDTO: z.infer<typeof MemberListUPdateStatus>
diff --git a/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_members.DexieMembersTableSchema.html b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_members.DexieMembersTableSchema.html new file mode 100644 index 000000000..932225719 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_members.DexieMembersTableSchema.html @@ -0,0 +1 @@ +DexieMembersTableSchema | gabinete-digital
DexieMembersTableSchema: EntityTable<MemberTable, "$roomIdUserId">
diff --git a/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_members.MemberTable.html b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_members.MemberTable.html new file mode 100644 index 000000000..942fae8ef --- /dev/null +++ b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_members.MemberTable.html @@ -0,0 +1 @@ +MemberTable | gabinete-digital
MemberTable: z.infer<typeof MemberTableSchema>
diff --git a/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_message.DexieMessageTable.html b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_message.DexieMessageTable.html new file mode 100644 index 000000000..dc31be75d --- /dev/null +++ b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_message.DexieMessageTable.html @@ -0,0 +1 @@ +DexieMessageTable | gabinete-digital
DexieMessageTable: EntityTable<MessageTable, "$id">
diff --git a/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_message.MessageTable.html b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_message.MessageTable.html new file mode 100644 index 000000000..8db2d94c9 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_message.MessageTable.html @@ -0,0 +1 @@ +MessageTable | gabinete-digital
MessageTable: z.infer<typeof MessageTable>
diff --git a/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_room.DexieRoomsTableSchema.html b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_room.DexieRoomsTableSchema.html new file mode 100644 index 000000000..9a4e27276 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_room.DexieRoomsTableSchema.html @@ -0,0 +1 @@ +DexieRoomsTableSchema | gabinete-digital
DexieRoomsTableSchema: EntityTable<RoomTable, "id">
diff --git a/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_room.RoomTable.html b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_room.RoomTable.html new file mode 100644 index 000000000..76f5fa085 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_room.RoomTable.html @@ -0,0 +1 @@ +RoomTable | gabinete-digital
RoomTable: z.infer<typeof RoomTableSchema>
diff --git a/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_typing.DexieTypingsTableSchema.html b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_typing.DexieTypingsTableSchema.html new file mode 100644 index 000000000..359163c29 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_typing.DexieTypingsTableSchema.html @@ -0,0 +1 @@ +DexieTypingsTableSchema | gabinete-digital
DexieTypingsTableSchema: EntityTable<TypingTable, "id">
diff --git a/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_typing.TypingTable.html b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_typing.TypingTable.html new file mode 100644 index 000000000..0db24ebaa --- /dev/null +++ b/doc/TypeDoc/types/module_chat_infra_database_dexie_schema_typing.TypingTable.html @@ -0,0 +1 @@ +TypingTable | gabinete-digital
TypingTable: z.infer<typeof TypingTableSchema>
diff --git a/doc/TypeDoc/types/module_chat_infra_socket_signal_r_service.ISignalRInput.html b/doc/TypeDoc/types/module_chat_infra_socket_signal_r_service.ISignalRInput.html new file mode 100644 index 000000000..4fa36d241 --- /dev/null +++ b/doc/TypeDoc/types/module_chat_infra_socket_signal_r_service.ISignalRInput.html @@ -0,0 +1 @@ +ISignalRInput | gabinete-digital
ISignalRInput: z.infer<typeof SignalRInputSchema>
diff --git a/doc/TypeDoc/variables/module_chat_data_data_source_member_list_member_list_local_data_source_service.roomMemberList.html b/doc/TypeDoc/variables/module_chat_data_data_source_member_list_member_list_local_data_source_service.roomMemberList.html new file mode 100644 index 000000000..edd7a1ddc --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_data_source_member_list_member_list_local_data_source_service.roomMemberList.html @@ -0,0 +1 @@ +roomMemberList | gabinete-digital
roomMemberList: Dexie & {
    memberList: EntityTable<{
        $roomIdUserId?: string;
        id?: string;
        joinAt?: string;
        roomId?: string;
        status?: string;
        user?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
    }, "$roomIdUserId", InsertType<{
        $roomIdUserId?: string;
        id?: string;
        joinAt?: string;
        roomId?: string;
        status?: string;
        user?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
    }, "$roomIdUserId">>;
} = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_data_source_room_room_memory_data_source.initialState.html b/doc/TypeDoc/variables/module_chat_data_data_source_room_room_memory_data_source.initialState.html new file mode 100644 index 000000000..ee7cdb200 --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_data_source_room_room_memory_data_source.initialState.html @@ -0,0 +1 @@ +initialState | gabinete-digital
initialState: RoomRemoteDataSourceState = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.initialState.html b/doc/TypeDoc/variables/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.initialState.html new file mode 100644 index 000000000..74e8736a2 --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.initialState.html @@ -0,0 +1 @@ +initialState | gabinete-digital
initialState: TypingState = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_dto_message_messageDeleteInputDTO.MessageDeleteInputDTOSchema.html b/doc/TypeDoc/variables/module_chat_data_dto_message_messageDeleteInputDTO.MessageDeleteInputDTOSchema.html new file mode 100644 index 000000000..2550cbdf6 --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_dto_message_messageDeleteInputDTO.MessageDeleteInputDTOSchema.html @@ -0,0 +1 @@ +MessageDeleteInputDTOSchema | gabinete-digital
MessageDeleteInputDTOSchema: ZodObject<{
    messageId: ZodString;
    requestId: ZodString;
    roomId: ZodString;
    senderId: ZodNumber;
}, "strip", ZodTypeAny, {
    messageId?: string;
    requestId?: string;
    roomId?: string;
    senderId?: number;
}, {
    messageId?: string;
    requestId?: string;
    roomId?: string;
    senderId?: number;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_dto_message_messageInputDtO.MessageInputDTOSchema.html b/doc/TypeDoc/variables/module_chat_data_dto_message_messageInputDtO.MessageInputDTOSchema.html new file mode 100644 index 000000000..5270e0160 --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_dto_message_messageInputDtO.MessageInputDTOSchema.html @@ -0,0 +1 @@ +MessageInputDTOSchema | gabinete-digital
MessageInputDTOSchema: ZodObject<{
    attachments: ZodOptional<ZodArray<ZodObject<{
        applicationId: ZodString;
        docId: ZodString;
        file: ZodString;
        fileName: ZodString;
        fileType: ZodNativeEnum<typeof MessageAttachmentFileType>;
        source: ZodNativeEnum<typeof MessageAttachmentSource>;
    }, "strip", ZodTypeAny, {
        applicationId?: string;
        docId?: string;
        file?: string;
        fileName?: string;
        fileType?: MessageAttachmentFileType;
        source?: MessageAttachmentSource;
    }, {
        applicationId?: string;
        docId?: string;
        file?: string;
        fileName?: string;
        fileType?: MessageAttachmentFileType;
        source?: MessageAttachmentSource;
    }>, "many">>;
    canEdit: ZodBoolean;
    message: ZodString;
    messageType: ZodNumber;
    oneShot: ZodBoolean;
    requestId: ZodString;
    requireUnlock: ZodBoolean;
    roomId: ZodString;
    senderId: ZodNumber;
}, "strip", ZodTypeAny, {
    attachments?: {
        applicationId?: string;
        docId?: string;
        file?: string;
        fileName?: string;
        fileType?: MessageAttachmentFileType;
        source?: MessageAttachmentSource;
    }[];
    canEdit?: boolean;
    message?: string;
    messageType?: number;
    oneShot?: boolean;
    requestId?: string;
    requireUnlock?: boolean;
    roomId?: string;
    senderId?: number;
}, {
    attachments?: {
        applicationId?: string;
        docId?: string;
        file?: string;
        fileName?: string;
        fileType?: MessageAttachmentFileType;
        source?: MessageAttachmentSource;
    }[];
    canEdit?: boolean;
    message?: string;
    messageType?: number;
    oneShot?: boolean;
    requestId?: string;
    requireUnlock?: boolean;
    roomId?: string;
    senderId?: number;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDTOSchema.html b/doc/TypeDoc/variables/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDTOSchema.html new file mode 100644 index 000000000..5487328bd --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDTOSchema.html @@ -0,0 +1 @@ +MessageOutPutDTOSchema | gabinete-digital
MessageOutPutDTOSchema: ZodObject<{
    data: ZodArray<ZodObject<{
        attachments: ZodArray<ZodObject<{
            applicationId: ZodOptional<ZodString>;
            docId: ZodOptional<ZodString>;
            file: ZodString;
            fileName: ZodString;
            fileType: ZodNativeEnum<typeof MessageAttachmentFileType>;
            source: ZodNativeEnum<typeof MessageAttachmentSource>;
        }, "strip", ZodTypeAny, {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }, {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }>, "many">;
        canEdit: ZodBoolean;
        deliverAt: ZodNullable<ZodString>;
        id: ZodString;
        info: ZodArray<ZodObject<{}, "strip", ZodTypeAny, {}, {}>, "many">;
        message: ZodNullable<ZodString>;
        messageType: ZodNumber;
        oneShot: ZodBoolean;
        reactions: ZodArray<ZodObject<{
            id: ZodString;
            reactedAt: ZodString;
            reaction: ZodString;
            sender: ZodObject<{}, "strip", ZodTypeAny, {}, {}>;
        }, "strip", ZodTypeAny, {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }, {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }>, "many">;
        requestId: ZodOptional<ZodString>;
        requireUnlock: ZodBoolean;
        roomId: ZodString;
        sender: ZodObject<{
            userPhoto: ZodOptional<ZodString>;
            wxFullName: ZodString;
            wxUserId: ZodNumber;
            wxeMail: ZodString;
        }, "strip", ZodTypeAny, {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }, {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }>;
        sentAt: ZodString;
    }, "strip", ZodTypeAny, {
        attachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[];
        canEdit?: boolean;
        deliverAt?: string;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requestId?: string;
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sentAt?: string;
    }, {
        attachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[];
        canEdit?: boolean;
        deliverAt?: string;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requestId?: string;
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sentAt?: string;
    }>, "many">;
    message: ZodString;
    success: ZodBoolean;
}, "strip", ZodTypeAny, {
    data?: {
        attachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[];
        canEdit?: boolean;
        deliverAt?: string;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requestId?: string;
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sentAt?: string;
    }[];
    message?: string;
    success?: boolean;
}, {
    data?: {
        attachments?: {
            applicationId?: string;
            docId?: string;
            file?: string;
            fileName?: string;
            fileType?: MessageAttachmentFileType;
            source?: MessageAttachmentSource;
        }[];
        canEdit?: boolean;
        deliverAt?: string;
        id?: string;
        info?: {}[];
        message?: string;
        messageType?: number;
        oneShot?: boolean;
        reactions?: {
            id?: string;
            reactedAt?: string;
            reaction?: string;
            sender?: {};
        }[];
        requestId?: string;
        requireUnlock?: boolean;
        roomId?: string;
        sender?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        sentAt?: string;
    }[];
    message?: string;
    success?: boolean;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDataDTOSchema.html b/doc/TypeDoc/variables/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDataDTOSchema.html new file mode 100644 index 000000000..8e77b6ebd --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDataDTOSchema.html @@ -0,0 +1 @@ +MessageOutPutDataDTOSchema | gabinete-digital
MessageOutPutDataDTOSchema: ZodObject<{
    attachments: ZodArray<ZodObject<{
        applicationId: ZodOptional<ZodString>;
        docId: ZodOptional<ZodString>;
        file: ZodString;
        fileName: ZodString;
        fileType: ZodNativeEnum<typeof MessageAttachmentFileType>;
        source: ZodNativeEnum<typeof MessageAttachmentSource>;
    }, "strip", ZodTypeAny, {
        applicationId?: string;
        docId?: string;
        file?: string;
        fileName?: string;
        fileType?: MessageAttachmentFileType;
        source?: MessageAttachmentSource;
    }, {
        applicationId?: string;
        docId?: string;
        file?: string;
        fileName?: string;
        fileType?: MessageAttachmentFileType;
        source?: MessageAttachmentSource;
    }>, "many">;
    canEdit: ZodBoolean;
    deliverAt: ZodNullable<ZodString>;
    id: ZodString;
    info: ZodArray<ZodObject<{}, "strip", ZodTypeAny, {}, {}>, "many">;
    message: ZodNullable<ZodString>;
    messageType: ZodNumber;
    oneShot: ZodBoolean;
    reactions: ZodArray<ZodObject<{
        id: ZodString;
        reactedAt: ZodString;
        reaction: ZodString;
        sender: ZodObject<{}, "strip", ZodTypeAny, {}, {}>;
    }, "strip", ZodTypeAny, {
        id?: string;
        reactedAt?: string;
        reaction?: string;
        sender?: {};
    }, {
        id?: string;
        reactedAt?: string;
        reaction?: string;
        sender?: {};
    }>, "many">;
    requestId: ZodOptional<ZodString>;
    requireUnlock: ZodBoolean;
    roomId: ZodString;
    sender: ZodObject<{
        userPhoto: ZodOptional<ZodString>;
        wxFullName: ZodString;
        wxUserId: ZodNumber;
        wxeMail: ZodString;
    }, "strip", ZodTypeAny, {
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    }, {
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    }>;
    sentAt: ZodString;
}, "strip", ZodTypeAny, {
    attachments?: {
        applicationId?: string;
        docId?: string;
        file?: string;
        fileName?: string;
        fileType?: MessageAttachmentFileType;
        source?: MessageAttachmentSource;
    }[];
    canEdit?: boolean;
    deliverAt?: string;
    id?: string;
    info?: {}[];
    message?: string;
    messageType?: number;
    oneShot?: boolean;
    reactions?: {
        id?: string;
        reactedAt?: string;
        reaction?: string;
        sender?: {};
    }[];
    requestId?: string;
    requireUnlock?: boolean;
    roomId?: string;
    sender?: {
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    };
    sentAt?: string;
}, {
    attachments?: {
        applicationId?: string;
        docId?: string;
        file?: string;
        fileName?: string;
        fileType?: MessageAttachmentFileType;
        source?: MessageAttachmentSource;
    }[];
    canEdit?: boolean;
    deliverAt?: string;
    id?: string;
    info?: {}[];
    message?: string;
    messageType?: number;
    oneShot?: boolean;
    reactions?: {
        id?: string;
        reactedAt?: string;
        reaction?: string;
        sender?: {};
    }[];
    requestId?: string;
    requireUnlock?: boolean;
    roomId?: string;
    sender?: {
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    };
    sentAt?: string;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_dto_room_addMemberToRoomInputDto.AddMemberToRoomInputDTOSchema.html b/doc/TypeDoc/variables/module_chat_data_dto_room_addMemberToRoomInputDto.AddMemberToRoomInputDTOSchema.html new file mode 100644 index 000000000..b45416772 --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_dto_room_addMemberToRoomInputDto.AddMemberToRoomInputDTOSchema.html @@ -0,0 +1 @@ +AddMemberToRoomInputDTOSchema | gabinete-digital
AddMemberToRoomInputDTOSchema: ZodObject<{
    id: ZodString;
    members: ZodArray<ZodNumber, "many">;
}, "strip", ZodTypeAny, {
    id?: string;
    members?: number[];
}, {
    id?: string;
    members?: number[];
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_dto_room_roomByIdInputDTO.RoomByIdInputDTOSchema.html b/doc/TypeDoc/variables/module_chat_data_dto_room_roomByIdInputDTO.RoomByIdInputDTOSchema.html new file mode 100644 index 000000000..9577e40b6 --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_dto_room_roomByIdInputDTO.RoomByIdInputDTOSchema.html @@ -0,0 +1 @@ +RoomByIdInputDTOSchema | gabinete-digital
RoomByIdInputDTOSchema: ZodString = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_dto_room_roomByIdOutputDTO.RoomByIdOutputDTOSchema.html b/doc/TypeDoc/variables/module_chat_data_dto_room_roomByIdOutputDTO.RoomByIdOutputDTOSchema.html new file mode 100644 index 000000000..675f6a62c --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_dto_room_roomByIdOutputDTO.RoomByIdOutputDTOSchema.html @@ -0,0 +1 @@ +RoomByIdOutputDTOSchema | gabinete-digital
RoomByIdOutputDTOSchema: ZodObject<{
    data: ZodObject<{
        createdAt: ZodString;
        createdBy: ZodObject<{
            userPhoto: ZodNullable<ZodString>;
            wxFullName: ZodString;
            wxUserId: ZodNumber;
            wxeMail: ZodString;
        }, "strip", ZodTypeAny, {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }, {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }>;
        expirationDate: ZodNullable<ZodString>;
        id: ZodString;
        members: ZodArray<ZodObject<{
            id: ZodString;
            isAdmin: ZodBoolean;
            joinAt: ZodString;
            user: ZodObject<{
                userPhoto: ZodNullable<ZodString>;
                wxFullName: ZodString;
                wxUserId: ZodNumber;
                wxeMail: ZodString;
            }, "strip", ZodTypeAny, {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            }, {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            }>;
        }, "strip", ZodTypeAny, {
            id?: string;
            isAdmin?: boolean;
            joinAt?: string;
            user?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
        }, {
            id?: string;
            isAdmin?: boolean;
            joinAt?: string;
            user?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
        }>, "many">;
        roomName: ZodString;
        roomType: ZodNumber;
    }, "strip", ZodTypeAny, {
        createdAt?: string;
        createdBy?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        expirationDate?: string;
        id?: string;
        members?: {
            id?: string;
            isAdmin?: boolean;
            joinAt?: string;
            user?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
        }[];
        roomName?: string;
        roomType?: number;
    }, {
        createdAt?: string;
        createdBy?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        expirationDate?: string;
        id?: string;
        members?: {
            id?: string;
            isAdmin?: boolean;
            joinAt?: string;
            user?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
        }[];
        roomName?: string;
        roomType?: number;
    }>;
    message: ZodString;
    success: ZodBoolean;
}, "strip", ZodTypeAny, {
    data?: {
        createdAt?: string;
        createdBy?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        expirationDate?: string;
        id?: string;
        members?: {
            id?: string;
            isAdmin?: boolean;
            joinAt?: string;
            user?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
        }[];
        roomName?: string;
        roomType?: number;
    };
    message?: string;
    success?: boolean;
}, {
    data?: {
        createdAt?: string;
        createdBy?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        expirationDate?: string;
        id?: string;
        members?: {
            id?: string;
            isAdmin?: boolean;
            joinAt?: string;
            user?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
        }[];
        roomName?: string;
        roomType?: number;
    };
    message?: string;
    success?: boolean;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_dto_room_roomInputDTO.RoomInputDTOSchema.html b/doc/TypeDoc/variables/module_chat_data_dto_room_roomInputDTO.RoomInputDTOSchema.html new file mode 100644 index 000000000..6bda91639 --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_dto_room_roomInputDTO.RoomInputDTOSchema.html @@ -0,0 +1 @@ +RoomInputDTOSchema | gabinete-digital
RoomInputDTOSchema: ZodObject<{
    createdBy: ZodNumber;
    expirationDate: ZodOptional<ZodNullable<ZodString>>;
    members: ZodArray<ZodNumber, "many">;
    roomName: ZodString;
    roomType: ZodNumber;
}, "strip", ZodTypeAny, {
    createdBy?: number;
    expirationDate?: string;
    members?: number[];
    roomName?: string;
    roomType?: number;
}, {
    createdBy?: number;
    expirationDate?: string;
    members?: number[];
    roomName?: string;
    roomType?: number;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_dto_room_roomListOutputDTO.RoomListOutPutDTOSchema.html b/doc/TypeDoc/variables/module_chat_data_dto_room_roomListOutputDTO.RoomListOutPutDTOSchema.html new file mode 100644 index 000000000..26da90ffc --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_dto_room_roomListOutputDTO.RoomListOutPutDTOSchema.html @@ -0,0 +1 @@ +RoomListOutPutDTOSchema | gabinete-digital
RoomListOutPutDTOSchema: ZodObject<{
    data: ZodArray<ZodObject<{
        chatRoom: ZodObject<{
            createdAt: ZodString;
            createdBy: ZodObject<{
                userPhoto: ZodNullable<ZodString>;
                wxFullName: ZodString;
                wxUserId: ZodNumber;
                wxeMail: ZodString;
            }, "strip", ZodTypeAny, {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            }, {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            }>;
            expirationDate: ZodNullable<ZodString>;
            id: ZodString;
            roomName: ZodString;
            roomType: ZodNumber;
        }, "strip", ZodTypeAny, {
            createdAt?: string;
            createdBy?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            expirationDate?: string;
            id?: string;
            roomName?: string;
            roomType?: number;
        }, {
            createdAt?: string;
            createdBy?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            expirationDate?: string;
            id?: string;
            roomName?: string;
            roomType?: number;
        }>;
        joinAt: ZodString;
    }, "strip", ZodTypeAny, {
        chatRoom?: {
            createdAt?: string;
            createdBy?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            expirationDate?: string;
            id?: string;
            roomName?: string;
            roomType?: number;
        };
        joinAt?: string;
    }, {
        chatRoom?: {
            createdAt?: string;
            createdBy?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            expirationDate?: string;
            id?: string;
            roomName?: string;
            roomType?: number;
        };
        joinAt?: string;
    }>, "many">;
    message: ZodString;
    success: ZodBoolean;
}, "strip", ZodTypeAny, {
    data?: {
        chatRoom?: {
            createdAt?: string;
            createdBy?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            expirationDate?: string;
            id?: string;
            roomName?: string;
            roomType?: number;
        };
        joinAt?: string;
    }[];
    message?: string;
    success?: boolean;
}, {
    data?: {
        chatRoom?: {
            createdAt?: string;
            createdBy?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
            expirationDate?: string;
            id?: string;
            roomName?: string;
            roomType?: number;
        };
        joinAt?: string;
    }[];
    message?: string;
    success?: boolean;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_dto_room_roomOutputDTO.RoomOutPutDTOSchema.html b/doc/TypeDoc/variables/module_chat_data_dto_room_roomOutputDTO.RoomOutPutDTOSchema.html new file mode 100644 index 000000000..fff6cb36f --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_dto_room_roomOutputDTO.RoomOutPutDTOSchema.html @@ -0,0 +1 @@ +RoomOutPutDTOSchema | gabinete-digital
RoomOutPutDTOSchema: ZodObject<{
    data: ZodObject<{
        createdAt: ZodString;
        createdBy: ZodNullable<ZodAny>;
        expirationDate: ZodNullable<ZodString>;
        id: ZodString;
        roomName: ZodString;
        roomType: ZodAny;
    }, "strip", ZodTypeAny, {
        createdAt?: string;
        createdBy?: any;
        expirationDate?: string;
        id?: string;
        roomName?: string;
        roomType?: any;
    }, {
        createdAt?: string;
        createdBy?: any;
        expirationDate?: string;
        id?: string;
        roomName?: string;
        roomType?: any;
    }>;
    message: ZodString;
    success: ZodBoolean;
}, "strip", ZodTypeAny, {
    data?: {
        createdAt?: string;
        createdBy?: any;
        expirationDate?: string;
        id?: string;
        roomName?: string;
        roomType?: any;
    };
    message?: string;
    success?: boolean;
}, {
    data?: {
        createdAt?: string;
        createdBy?: any;
        expirationDate?: string;
        id?: string;
        roomName?: string;
        roomType?: any;
    };
    message?: string;
    success?: boolean;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_dto_room_roomUpdateInputDTO.RoomUpdateInputDTOSchema.html b/doc/TypeDoc/variables/module_chat_data_dto_room_roomUpdateInputDTO.RoomUpdateInputDTOSchema.html new file mode 100644 index 000000000..826d75d19 --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_dto_room_roomUpdateInputDTO.RoomUpdateInputDTOSchema.html @@ -0,0 +1 @@ +RoomUpdateInputDTOSchema | gabinete-digital
RoomUpdateInputDTOSchema: ZodObject<{
    roomId: ZodString;
    roomName: ZodString;
    roomType: ZodNumber;
}, "strip", ZodTypeAny, {
    roomId?: string;
    roomName?: string;
    roomType?: number;
}, {
    roomId?: string;
    roomName?: string;
    roomType?: number;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_dto_room_roomUpdateOutputDTO.RoomUpdateOutputDTOSchema.html b/doc/TypeDoc/variables/module_chat_data_dto_room_roomUpdateOutputDTO.RoomUpdateOutputDTOSchema.html new file mode 100644 index 000000000..70da53a4e --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_dto_room_roomUpdateOutputDTO.RoomUpdateOutputDTOSchema.html @@ -0,0 +1 @@ +RoomUpdateOutputDTOSchema | gabinete-digital
RoomUpdateOutputDTOSchema: ZodObject<{
    data: ZodObject<{
        createdAt: ZodString;
        createdBy: ZodObject<{
            userPhoto: ZodNullable<ZodString>;
            wxFullName: ZodString;
            wxUserId: ZodNumber;
            wxeMail: ZodString;
        }, "strip", ZodTypeAny, {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }, {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        }>;
        expirationDate: ZodNullable<ZodString>;
        id: ZodString;
        members: ZodArray<ZodObject<{
            id: ZodString;
            joinAt: ZodString;
            user: ZodObject<{
                userPhoto: ZodNullable<ZodString>;
                wxFullName: ZodString;
                wxUserId: ZodNumber;
                wxeMail: ZodString;
            }, "strip", ZodTypeAny, {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            }, {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            }>;
        }, "strip", ZodTypeAny, {
            id?: string;
            joinAt?: string;
            user?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
        }, {
            id?: string;
            joinAt?: string;
            user?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
        }>, "many">;
        roomName: ZodString;
        roomType: ZodNumber;
    }, "strip", ZodTypeAny, {
        createdAt?: string;
        createdBy?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        expirationDate?: string;
        id?: string;
        members?: {
            id?: string;
            joinAt?: string;
            user?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
        }[];
        roomName?: string;
        roomType?: number;
    }, {
        createdAt?: string;
        createdBy?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        expirationDate?: string;
        id?: string;
        members?: {
            id?: string;
            joinAt?: string;
            user?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
        }[];
        roomName?: string;
        roomType?: number;
    }>;
    message: ZodString;
    success: ZodBoolean;
}, "strip", ZodTypeAny, {
    data?: {
        createdAt?: string;
        createdBy?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        expirationDate?: string;
        id?: string;
        members?: {
            id?: string;
            joinAt?: string;
            user?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
        }[];
        roomName?: string;
        roomType?: number;
    };
    message?: string;
    success?: boolean;
}, {
    data?: {
        createdAt?: string;
        createdBy?: {
            userPhoto?: string;
            wxFullName?: string;
            wxUserId?: number;
            wxeMail?: string;
        };
        expirationDate?: string;
        id?: string;
        members?: {
            id?: string;
            joinAt?: string;
            user?: {
                userPhoto?: string;
                wxFullName?: string;
                wxUserId?: number;
                wxeMail?: string;
            };
        }[];
        roomName?: string;
        roomType?: number;
    };
    message?: string;
    success?: boolean;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_dto_room_userRemoveListInputDTO.UserRemoveListInputDTOSchema.html b/doc/TypeDoc/variables/module_chat_data_dto_room_userRemoveListInputDTO.UserRemoveListInputDTOSchema.html new file mode 100644 index 000000000..973f9e3c9 --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_dto_room_userRemoveListInputDTO.UserRemoveListInputDTOSchema.html @@ -0,0 +1 @@ +UserRemoveListInputDTOSchema | gabinete-digital
UserRemoveListInputDTOSchema: ZodObject<{
    id: ZodString;
    members: ZodArray<ZodNumber, "many">;
}, "strip", ZodTypeAny, {
    id?: string;
    members?: number[];
}, {
    id?: string;
    members?: number[];
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_data_dto_typing_typingInputDTO.UserTypingDTOSchema.html b/doc/TypeDoc/variables/module_chat_data_dto_typing_typingInputDTO.UserTypingDTOSchema.html new file mode 100644 index 000000000..d7cab99da --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_data_dto_typing_typingInputDTO.UserTypingDTOSchema.html @@ -0,0 +1 @@ +UserTypingDTOSchema | gabinete-digital
UserTypingDTOSchema: ZodObject<{
    requestId: ZodString;
    roomId: ZodString;
    userId: ZodString;
    userName: ZodString;
}, "strip", ZodTypeAny, {
    requestId?: string;
    roomId?: string;
    userId?: string;
    userName?: string;
}, {
    requestId?: string;
    roomId?: string;
    userId?: string;
    userName?: string;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_domain_chat_service_service.InstanceId.html b/doc/TypeDoc/variables/module_chat_domain_chat_service_service.InstanceId.html new file mode 100644 index 000000000..bfbf3620a --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_domain_chat_service_service.InstanceId.html @@ -0,0 +1 @@ +InstanceId | gabinete-digital
InstanceId: string = ...
diff --git a/doc/TypeDoc/variables/module_chat_domain_use_case_message_delete_live_use_case_service.MessageDeleteInputDTOSchema.html b/doc/TypeDoc/variables/module_chat_domain_use_case_message_delete_live_use_case_service.MessageDeleteInputDTOSchema.html new file mode 100644 index 000000000..edcd82597 --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_domain_use_case_message_delete_live_use_case_service.MessageDeleteInputDTOSchema.html @@ -0,0 +1 @@ +MessageDeleteInputDTOSchema | gabinete-digital
MessageDeleteInputDTOSchema: ZodObject<{
    messageId: ZodString;
    requestId: ZodOptional<ZodString>;
    roomId: ZodString;
    senderId: ZodNumber;
}, "strip", ZodTypeAny, {
    messageId?: string;
    requestId?: string;
    roomId?: string;
    senderId?: number;
}, {
    messageId?: string;
    requestId?: string;
    roomId?: string;
    senderId?: number;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.MemberListUPdateStatus.html b/doc/TypeDoc/variables/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.MemberListUPdateStatus.html new file mode 100644 index 000000000..e6d4f7879 --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.MemberListUPdateStatus.html @@ -0,0 +1 @@ +MemberListUPdateStatus | gabinete-digital
MemberListUPdateStatus: ZodArray<ZodObject<{
    key: ZodString;
    value: ZodObject<{
        userId: ZodNumber;
        userName: ZodString;
    }, "strip", ZodTypeAny, {
        userId?: number;
        userName?: string;
    }, {
        userId?: number;
        userName?: string;
    }>;
}, "strip", ZodTypeAny, {
    key?: string;
    value?: {
        userId?: number;
        userName?: string;
    };
}, {
    key?: string;
    value?: {
        userId?: number;
        userName?: string;
    };
}>, "many"> = ...
diff --git a/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_members.MemberTableColumn.html b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_members.MemberTableColumn.html new file mode 100644 index 000000000..0669ce5a0 --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_members.MemberTableColumn.html @@ -0,0 +1 @@ +MemberTableColumn | gabinete-digital
MemberTableColumn: "$roomIdUserId, userId, id, user, joinAt, roomId, status, wxUserId, isAdmin" = '$roomIdUserId, userId, id, user, joinAt, roomId, status, wxUserId, isAdmin'
diff --git a/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_members.MemberTableSchema.html b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_members.MemberTableSchema.html new file mode 100644 index 000000000..1df63071a --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_members.MemberTableSchema.html @@ -0,0 +1 @@ +MemberTableSchema | gabinete-digital
MemberTableSchema: ZodObject<{
    $roomIdUserId: ZodOptional<ZodString>;
    id: ZodString;
    isAdmin: ZodBoolean;
    joinAt: ZodString;
    roomId: ZodString;
    status: ZodString;
    userPhoto: ZodNullable<ZodString>;
    wxFullName: ZodString;
    wxUserId: ZodNumber;
    wxeMail: ZodString;
}, "strip", ZodTypeAny, {
    $roomIdUserId?: string;
    id?: string;
    isAdmin?: boolean;
    joinAt?: string;
    roomId?: string;
    status?: string;
    userPhoto?: string;
    wxFullName?: string;
    wxUserId?: number;
    wxeMail?: string;
}, {
    $roomIdUserId?: string;
    id?: string;
    isAdmin?: boolean;
    joinAt?: string;
    roomId?: string;
    status?: string;
    userPhoto?: string;
    wxFullName?: string;
    wxUserId?: number;
    wxeMail?: string;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_message.MessageTable-1.html b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_message.MessageTable-1.html new file mode 100644 index 000000000..bee8320ac --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_message.MessageTable-1.html @@ -0,0 +1 @@ +MessageTable | gabinete-digital
MessageTable: ZodObject<{
    $id: ZodOptional<ZodNumber>;
    attachments: ZodOptional<ZodArray<ZodObject<{}, "strip", ZodTypeAny, {}, {}>, "many">>;
    canEdit: ZodBoolean;
    id: ZodOptional<ZodString>;
    info: ZodOptional<ZodArray<ZodObject<{}, "strip", ZodTypeAny, {}, {}>, "many">>;
    message: ZodNullable<ZodString>;
    messageType: ZodNumber;
    oneShot: ZodBoolean;
    reactions: ZodOptional<ZodArray<ZodObject<{
        id: ZodString;
        reactedAt: ZodString;
        reaction: ZodString;
        sender: ZodObject<{}, "strip", ZodTypeAny, {}, {}>;
    }, "strip", ZodTypeAny, {
        id?: string;
        reactedAt?: string;
        reaction?: string;
        sender?: {};
    }, {
        id?: string;
        reactedAt?: string;
        reaction?: string;
        sender?: {};
    }>, "many">>;
    requireUnlock: ZodBoolean;
    roomId: ZodString;
    sender: ZodObject<{
        userPhoto: ZodString;
        wxFullName: ZodString;
        wxUserId: ZodNumber;
        wxeMail: ZodString;
    }, "strip", ZodTypeAny, {
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    }, {
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    }>;
    sending: ZodOptional<ZodBoolean>;
    sentAt: ZodOptional<ZodString>;
}, "strip", ZodTypeAny, {
    $id?: number;
    attachments?: {}[];
    canEdit?: boolean;
    id?: string;
    info?: {}[];
    message?: string;
    messageType?: number;
    oneShot?: boolean;
    reactions?: {
        id?: string;
        reactedAt?: string;
        reaction?: string;
        sender?: {};
    }[];
    requireUnlock?: boolean;
    roomId?: string;
    sender?: {
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    };
    sending?: boolean;
    sentAt?: string;
}, {
    $id?: number;
    attachments?: {}[];
    canEdit?: boolean;
    id?: string;
    info?: {}[];
    message?: string;
    messageType?: number;
    oneShot?: boolean;
    reactions?: {
        id?: string;
        reactedAt?: string;
        reaction?: string;
        sender?: {};
    }[];
    requireUnlock?: boolean;
    roomId?: string;
    sender?: {
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    };
    sending?: boolean;
    sentAt?: string;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_message.messageTableColumn.html b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_message.messageTableColumn.html new file mode 100644 index 000000000..e3d3b0243 --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_message.messageTableColumn.html @@ -0,0 +1 @@ +messageTableColumn | gabinete-digital
messageTableColumn: "++$id, id, roomId, senderId, message, messageType, canEdit, oneShot, requireUnlock" = '++$id, id, roomId, senderId, message, messageType, canEdit, oneShot, requireUnlock'
diff --git a/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_room.RoomTableColumn.html b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_room.RoomTableColumn.html new file mode 100644 index 000000000..b2e9d1fae --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_room.RoomTableColumn.html @@ -0,0 +1 @@ +RoomTableColumn | gabinete-digital
RoomTableColumn: "id, createdBy, roomName, roomType, expirationDate, lastMessage" = 'id, createdBy, roomName, roomType, expirationDate, lastMessage'
diff --git a/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_room.RoomTableSchema.html b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_room.RoomTableSchema.html new file mode 100644 index 000000000..ec92b2051 --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_room.RoomTableSchema.html @@ -0,0 +1 @@ +RoomTableSchema | gabinete-digital
RoomTableSchema: ZodObject<{
    createdAt: ZodAny;
    createdBy: ZodObject<{
        userPhoto: ZodOptional<ZodNullable<ZodString>>;
        wxFullName: ZodString;
        wxUserId: ZodNumber;
        wxeMail: ZodString;
    }, "strip", ZodTypeAny, {
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    }, {
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    }>;
    expirationDate: ZodNullable<ZodAny>;
    id: ZodString;
    roomName: ZodString;
}, "strip", ZodTypeAny, {
    createdAt?: any;
    createdBy?: {
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    };
    expirationDate?: any;
    id?: string;
    roomName?: string;
}, {
    createdAt?: any;
    createdBy?: {
        userPhoto?: string;
        wxFullName?: string;
        wxUserId?: number;
        wxeMail?: string;
    };
    expirationDate?: any;
    id?: string;
    roomName?: string;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_typing.TypingTableColumn.html b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_typing.TypingTableColumn.html new file mode 100644 index 000000000..b664a52ab --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_typing.TypingTableColumn.html @@ -0,0 +1 @@ +TypingTableColumn | gabinete-digital
TypingTableColumn: "id, userId, userName, chatRoomId, entryDate" = 'id, userId, userName, chatRoomId, entryDate'
diff --git a/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_typing.TypingTableSchema.html b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_typing.TypingTableSchema.html new file mode 100644 index 000000000..618bbb58d --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_typing.TypingTableSchema.html @@ -0,0 +1 @@ +TypingTableSchema | gabinete-digital
TypingTableSchema: ZodObject<{
    chatRoomId: ZodString;
    entryDate: ZodString;
    id: ZodOptional<ZodString>;
    userId: ZodOptional<ZodString>;
    userName: ZodString;
}, "strip", ZodTypeAny, {
    chatRoomId?: string;
    entryDate?: string;
    id?: string;
    userId?: string;
    userName?: string;
}, {
    chatRoomId?: string;
    entryDate?: string;
    id?: string;
    userId?: string;
    userName?: string;
}> = ...
diff --git a/doc/TypeDoc/variables/module_chat_infra_database_dexie_service.chatDatabase.html b/doc/TypeDoc/variables/module_chat_infra_database_dexie_service.chatDatabase.html new file mode 100644 index 000000000..40d34df5d --- /dev/null +++ b/doc/TypeDoc/variables/module_chat_infra_database_dexie_service.chatDatabase.html @@ -0,0 +1 @@ +chatDatabase | gabinete-digital
chatDatabase: Dexie & {
    members: DexieMembersTableSchema;
    message: DexieMessageTable;
    room: DexieRoomsTableSchema;
    typing: DexieTypingsTableSchema;
} = ...
diff --git a/src/app/module/agenda/agenda.module.ts b/src/app/module/agenda/agenda.module.ts new file mode 100644 index 000000000..032765247 --- /dev/null +++ b/src/app/module/agenda/agenda.module.ts @@ -0,0 +1,9 @@ +import { NgModule, LOCALE_ID } from '@angular/core'; + +@NgModule({ + imports: [], + declarations: [], + schemas: [], + providers: [] +}) +export class AgendaModule {} diff --git a/src/app/module/agenda/data/data-source/agenda-data.service.ts b/src/app/module/agenda/data/data-source/agenda-data.service.ts index 70a2d4de1..2a0c6c27b 100644 --- a/src/app/module/agenda/data/data-source/agenda-data.service.ts +++ b/src/app/module/agenda/data/data-source/agenda-data.service.ts @@ -9,6 +9,7 @@ import { AttendeesRemoveInputDTO } from '../dto/attendeeRemoveInputDTO'; import { EventListOutputDTO } from '../dto/eventListDTOOutput'; import { HttpService } from 'src/app/services/http.service'; import { TracingType } from 'src/app/services/monitoring/opentelemetry/tracer'; +import { IGetDraftListByProcessIdOutput, IGetDraftListByProcessIdSchema } from '../../domain/usecase/getDraft-list-by-process-id.service'; @Injectable({ providedIn: 'root' @@ -130,4 +131,8 @@ export class AgendaDataService { async getSharedCalendar() { return await this.httpService.get(`${this.baseUrl}/Users/${SessionStore.user.UserId}/ShareCalendar`); } + + async getDraftListByProcessId(input: IGetDraftListByProcessIdSchema) { + return await this.httpService.get(`${this.baseUrl}/Contents/FolderId/${input.processId}`); + } } diff --git a/src/app/module/agenda/domain/agenda.service.ts b/src/app/module/agenda/domain/agenda.service.ts new file mode 100644 index 000000000..5b269bbd7 --- /dev/null +++ b/src/app/module/agenda/domain/agenda.service.ts @@ -0,0 +1,16 @@ +import { Injectable } from '@angular/core'; +import { GetDraftListByProcessIdService, IGetDraftListByProcessIdSchema } from './usecase/getDraft-list-by-process-id.service'; + +@Injectable({ + providedIn: 'root' +}) +export class AgendaService { + + constructor( + private getDraftListByProcessIdService: GetDraftListByProcessIdService + ) { } + + getDraftListByProcessId(input: IGetDraftListByProcessIdSchema) { + return this.getDraftListByProcessIdService.execute(input) + } +} diff --git a/src/app/module/agenda/domain/usecase/getDraft-list-by-process-id.service.ts b/src/app/module/agenda/domain/usecase/getDraft-list-by-process-id.service.ts new file mode 100644 index 000000000..e669e8e74 --- /dev/null +++ b/src/app/module/agenda/domain/usecase/getDraft-list-by-process-id.service.ts @@ -0,0 +1,60 @@ +import { Injectable } from '@angular/core'; +import { z } from 'zod'; +import { AgendaDataService } from '../../data/data-source/agenda-data.service'; + +export const GetDraftListByProcessIdSchema = z.object({ + processId: z.number() +}); +export type IGetDraftListByProcessIdSchema = z.infer + +//======================================= + + +const UserSchema = z.object({ + wxUserId: z.number(), + createdAt: z.string(), +}); +const VersionSchema = z.object({ + versionID: z.number(), + versionNumber: z.number(), + createdBy: z.number(), + editDuration: z.number(), + content: z.string(), + createdDate: z.string(), + updatedDate: z.string(), +}); +export const GetDraftListByProcessIdOutputSchema = z.object({ + success: z.boolean(), + message: z.string().nullable(), + data: z.array(z.object({ + id: z.number(), + description: z.string(), + path: z.string(), + nnc: z.string().nullable(), + status: z.boolean(), + content: z.string(), + wxDoctypeId: z.string().nullable(), + ownerId: z.number(), + createdAt: z.string(), + updatedAt: z.string(), + serialNumber: z.string().nullable(), + folderId: z.number(), + users: z.array(UserSchema), + version: z.array(VersionSchema), + })), +}); + +export type IGetDraftListByProcessIdOutput = z.infer +@Injectable({ + providedIn: 'root' +}) +export class GetDraftListByProcessIdService { + + constructor( + private agendaDataService: AgendaDataService + ) { } + + async execute(input: IGetDraftListByProcessIdSchema) { + return await this.agendaDataService.getDraftListByProcessId(input) + } +} diff --git a/src/app/pages/gabinete-digital/despachos/despacho/despacho.page.ts b/src/app/pages/gabinete-digital/despachos/despacho/despacho.page.ts index 60571491d..f042e6b9f 100644 --- a/src/app/pages/gabinete-digital/despachos/despacho/despacho.page.ts +++ b/src/app/pages/gabinete-digital/despachos/despacho/despacho.page.ts @@ -28,7 +28,7 @@ import { fromEvent, merge, interval, Subscription } from 'rxjs'; import { takeUntil, filter, switchMap, take } from 'rxjs/operators'; import { DespachosOptionsPage } from 'src/app/shared/popover/despachos-options/despachos-options.page'; import { TracingType, XTracerAsync } from 'src/app/services/monitoring/opentelemetry/tracer'; - +import { AgendaService } from 'src/app/module/agenda/domain/agenda.service' @Component({ selector: 'app-despacho', templateUrl: './despacho.page.html', @@ -78,7 +78,8 @@ export class DespachoPage implements OnInit { private httpErrorHandle: HttpErrorHandle, public TaskService: TaskService, public DeviceService: DeviceService, - private DocumentViewerOptionService: DocumentViewerOptionService + private DocumentViewerOptionService: DocumentViewerOptionService, + private agendaService: AgendaService ) { @@ -158,6 +159,8 @@ export class DespachoPage implements OnInit { "DraftIds": res.workflowInstanceDataFields?.DraftIds } + + // console.log({res}) // this.updateProcessOnDB(res); @@ -196,7 +199,35 @@ export class DespachoPage implements OnInit { } }); } + + // getDocumentPdf({FolderID}) { + // this.agendaService.getDraftListByProcessId({ + // processId: FolderID + // }).then(( draftList => { + + // if(draftList.isOk()) { + // const docObject = draftList.value.data.map((e) => ({ + // "ApplicationId": "", + // "Assunto": e.description, + // "DocDate": e.createdAt, + // "DocId": "", + // "DocNumber": "element.DocNumber", + // "FolderId": e.folderId, + // "Sender": "uuid", + // "SourceDocId": "element.SourceDocId", + // "content": "", + // "path": "", + // "ownerId": "", + // "status": "", + // })) + + // this.mergedArray.push(docObject); + // } + // })); + // } + getDocumentPdf(Documents: any) { + Documents.forEach(element => { let docObject = { "ApplicationId": element.ApplicationId, diff --git a/version/git-version.ts b/version/git-version.ts index 25c9a9436..d7dd1fa64 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,11 +1,11 @@ export let versionData = { - "shortSHA": "035cb9a6c", - "SHA": "035cb9a6c0a3c79ab916fabaea177c5ccdd3c8a0", + "shortSHA": "899b3ec3c", + "SHA": "899b3ec3c00a135cf97c36d6d4085ab1a82c3c9d", "branch": "feature/agenda-api-peter", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Mon Aug 5 11:12:51 2024 +0100'", - "lastCommitMessage": "Improve telemetry", - "lastCommitNumber": "5899", - "changeStatus": "On branch feature/agenda-api-peter\nYour branch is ahead of 'origin/feature/agenda-api-peter' by 5 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: version/git-version.ts", + "lastCommitTime": "'Mon Aug 5 11:22:24 2024 +0100'", + "lastCommitMessage": "change get version", + "lastCommitNumber": "5900", + "changeStatus": "On branch feature/agenda-api-peter\nYour branch is up to date with 'origin/feature/agenda-api-peter'.\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tnew file: doc/TypeDoc/classes/infra_camera_camera_service.CameraService.html\n\tnew file: doc/TypeDoc/classes/infra_file_picker_file_picker_service.FilePickerService.html\n\tnew file: doc/TypeDoc/classes/infra_file_picker_mobile_file_picker_mobile_service.FilePickerMobileService.html\n\tnew file: doc/TypeDoc/classes/infra_file_picker_web_file_picker_web_service.FilePickerWebService.html\n\tnew file: doc/TypeDoc/classes/infra_repository_dexie_dexie_repository_service.DexieRepository.html\n\tnew file: doc/TypeDoc/classes/infra_speaker_speaker_service.SpeakerService.html\n\tnew file: doc/TypeDoc/classes/module_chat_chat_module.ChatModule.html\n\tnew file: doc/TypeDoc/classes/module_chat_chat_service_service.ChatServiceService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_async_repository_message_repository_aync_service.MessageRepositoryAyncService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_async_socket_user_typing_async_service.UserTypingAsyncService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_data_source_member_list_member_list_local_data_source_service.MemberListLocalDataSourceService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_data_source_member_list_member_list_remote_data_source_service.MemberListRemoteDataSourceService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_data_source_message_message_live_data_source_service.MessageLiveDataSourceService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_data_source_message_message_live_signalr_data_source_service.MessageLiveDataSourceService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_data_source_message_message_local_data_source_service.MessageLocalDataSourceService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_data_source_message_message_remote_data_source_service.MessageRemoteDataSourceService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_data_source_room_room_live_data_source_service.RoomLiveDataSourceService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_data_source_room_room_remote_data_source_service.RoomRemoteDataSourceService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_data_source_room_rooom_local_data_source_service.RoomLocalDataSourceService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_data_source_userTyping_user_typing_live_data_source_service.UserTypingLiveDataSourceService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_data_source_userTyping_user_typing_local_data_source_service.UserTypingLocalDataSourceService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_repository_message_respository_service.MessageRepositoryService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_repository_room_repository_service.RoomRepositoryService.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_repository_user_typing_repository_service.UserTypingServiceRepository.html\n\tnew file: doc/TypeDoc/classes/module_chat_data_service_sync_repository_sync_message_repository_service.SyncMessageRepositoryService.html\n\tnew file: doc/TypeDoc/classes/module_chat_domain_chat_service_service.ChatServiceService.html\n\tnew file: doc/TypeDoc/classes/module_chat_domain_entity_message.MessageEntity.html\n\tnew file: doc/TypeDoc/classes/module_chat_domain_mapper_messageMapper.MessageMapper.html\n\tnew file: doc/TypeDoc/classes/module_chat_domain_use_case_member_admin_use_case_service.MemberAdminUseCaseService.html\n\tnew file: doc/TypeDoc/classes/module_chat_domain_use_case_message_create_use_case_service.MessageCreateUseCaseService.html\n\tnew file: doc/TypeDoc/classes/module_chat_domain_use_case_message_delete_live_use_case_service.MessageDeleteLiveUseCaseService.html\n\tnew file: doc/TypeDoc/classes/module_chat_domain_use_case_message_reaction_use_case_service.MessageReactionUseCaseService.html\n\tnew file: doc/TypeDoc/classes/module_chat_domain_use_case_message_update_use_case_service.MessageUpdateUseCaseService.html\n\tnew file: doc/TypeDoc/classes/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.MemberListUpdateStatusUseCaseService.html\n\tnew file: doc/TypeDoc/classes/module_chat_domain_use_case_socket_socket_message_create_use_case_service.SocketMessageCreateUseCaseService.html\n\tnew file: doc/TypeDoc/classes/module_chat_domain_use_case_socket_socket_message_delete_use_case_service.SocketMessageDeleteUseCaseService.html\n\tnew file: doc/TypeDoc/classes/module_chat_domain_use_case_socket_socket_message_update_use_case_service.SocketMessageUpdateUseCaseService.html\n\tnew file: doc/TypeDoc/classes/module_chat_domain_use_case_sync_local_message_service.SyncLocalMessageService.html\n\tnew file: doc/TypeDoc/classes/module_chat_infra_socket_signalR.SignalRConnection.html\n\tnew file: doc/TypeDoc/classes/module_chat_infra_socket_signal_r_service.SignalRService.html\n\tnew file: doc/TypeDoc/classes/module_chat_infra_socket_socket.WebSocketService.html\n\tnew file: doc/TypeDoc/enums/infra_speaker_speaker_service.StartRecordingResultError.html\n\tnew file: doc/TypeDoc/enums/infra_speaker_speaker_service.StopRecordingResultError.html\n\tnew file: doc/TypeDoc/enums/infra_speaker_type.StartRecordingResultError.html\n\tnew file: doc/TypeDoc/enums/infra_speaker_type.StopRecordingResultError.html\n\tnew file: doc/TypeDoc/enums/module_chat_data_dto_message_messageOutputDTO.MessageAttachmentFileType.html\n\tnew file: doc/TypeDoc/enums/module_chat_data_dto_message_messageOutputDTO.MessageAttachmentSource.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_async_list_rooms_messageListChangedetector.messageListDetermineChanges.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_async_list_rooms_roomListChangeDetector.roomListDetermineChanges.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_async_list_rooms_roomMembersChangeDetector.roomMemberListDetermineChanges.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.addMessage.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.addRoom.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.chatReducer.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.selectAllRooms.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.selectChatState.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_data_source_room_room_memory_data_source.selectMessagesByRoom.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.addUserTyping.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.loadUserTyping.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.loadUserTypingFailure.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.loadUserTypingSuccess.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.removeUserTyping.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.selectAllUserSource.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.selectCalendarState.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.selectUserTypingTable.html\n\tnew file: doc/TypeDoc/functions/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.typingReducer.html\n\tnew file: doc/TypeDoc/functions/module_chat_domain_mapper_memberLIstMapper.MemberListMapper.html\n\tnew file: doc/TypeDoc/functions/utils_ToBase64.JSFileToBase64.html\n\tnew file: doc/TypeDoc/functions/utils_allowedDocExtension.allowedDocExtension.html\n\tnew file: doc/TypeDoc/functions/utils_imageCompressore.compressImageBase64.html\n\tnew file: doc/TypeDoc/hierarchy.html\n\tnew file: doc/TypeDoc/interfaces/module_chat_data_data_source_room_room_memory_data_source.ChatRoom.html\n\tnew file: doc/TypeDoc/interfaces/module_chat_data_data_source_room_room_memory_data_source.RoomRemoteDataSourceState.html\n\tnew file: doc/TypeDoc/interfaces/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.TypingState.html\n\tnew file: doc/TypeDoc/interfaces/module_chat_infra_socket_socket.WebSocketMessage.html\n\tnew file: doc/TypeDoc/modules/infra_camera_camera_service-1.html\n\tnew file: doc/TypeDoc/modules/infra_camera_camera_service.html\n\tnew file: doc/TypeDoc/modules/infra_camera_camera_service_spec-1.html\n\tnew file: doc/TypeDoc/modules/infra_camera_camera_service_spec.html\n\tnew file: doc/TypeDoc/modules/infra_file_picker_adapter.html\n\tnew file: doc/TypeDoc/modules/infra_file_picker_file_picker_service.html\n\tnew file: doc/TypeDoc/modules/infra_file_picker_mobile_file_picker_mobile_service.html\n\tnew file: doc/TypeDoc/modules/infra_file_picker_web_file_picker_web_service.html\n\tnew file: doc/TypeDoc/modules/infra_repository_dexie_dexie_repository_service.html\n\tnew file: doc/TypeDoc/modules/infra_speaker_speaker_service.html\n\tnew file: doc/TypeDoc/modules/infra_speaker_type.html\n\tnew file: doc/TypeDoc/modules/module_chat_chat_module.html\n\tnew file: doc/TypeDoc/modules/module_chat_chat_service_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_async_list_rooms_messageListChangedetector.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_async_list_rooms_roomListChangeDetector.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_async_list_rooms_roomMembersChangeDetector.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_async_repository_message_repository_aync_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_async_repository_message_repository_aync_service_spec.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_async_socket_user_typing_async_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_data_source_member_list_member_list_local_data_source_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_data_source_member_list_member_list_remote_data_source_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_data_source_message_message_live_data_source_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_data_source_message_message_live_signalr_data_source_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_data_source_message_message_local_data_source_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_data_source_message_message_remote_data_source_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_data_source_room_room_live_data_source_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_data_source_room_room_memory_data_source.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_data_source_room_room_remote_data_source_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_data_source_room_rooom_local_data_source_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_data_source_userTyping_user_typing_live_data_source_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_data_source_userTyping_user_typing_local_data_source_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_message_messageDeleteInputDTO.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_message_messageInputDtO.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_message_messageListInputDTO.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_message_messageOutputDTO.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_room_addMemberToRoomInputDto.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_room_outPut.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_room_roomByIdInputDTO.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_room_roomByIdOutputDTO.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_room_roomInputDTO.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_room_roomListOutputDTO.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_room_roomOutputDTO.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_room_roomUpdateInputDTO.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_room_roomUpdateOutputDTO.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_room_userRemoveListInputDTO.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_typing_typingInputDTO.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_dto_typing_typingOutputDTO.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_repository_message_respository_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_repository_room_repository_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_repository_user_typing_repository_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_data_service_sync_repository_sync_message_repository_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_domain_chat_service_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_domain_entity_message.html\n\tnew file: doc/TypeDoc/modules/module_chat_domain_mapper_memberLIstMapper.html\n\tnew file: doc/TypeDoc/modules/module_chat_domain_mapper_messageMapper.html\n\tnew file: doc/TypeDoc/modules/module_chat_domain_use_case_member_admin_use_case_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_domain_use_case_message_create_use_case_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_domain_use_case_message_delete_live_use_case_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_domain_use_case_message_reaction_use_case_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_domain_use_case_message_update_use_case_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_domain_use_case_socket_socket_message_create_use_case_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_domain_use_case_socket_socket_message_delete_use_case_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_domain_use_case_socket_socket_message_update_use_case_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_domain_use_case_sync_local_message_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_members.html\n\tnew file: doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_message.html\n\tnew file: doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_room.html\n\tnew file: doc/TypeDoc/modules/module_chat_infra_database_dexie_schema_typing.html\n\tnew file: doc/TypeDoc/modules/module_chat_infra_database_dexie_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_infra_socket_signalR.html\n\tnew file: doc/TypeDoc/modules/module_chat_infra_socket_signal_r_service.html\n\tnew file: doc/TypeDoc/modules/module_chat_infra_socket_socket.html\n\tnew file: doc/TypeDoc/modules/module_chat_type.html\n\tnew file: doc/TypeDoc/modules/utils_ToBase64.html\n\tnew file: doc/TypeDoc/modules/utils_allowedDocExtension.html\n\tnew file: doc/TypeDoc/modules/utils_imageCompressore.html\n\tnew file: doc/TypeDoc/types/infra_camera_camera_service.takePictureParams.html\n\tnew file: doc/TypeDoc/types/module_chat_data_data_source_member_list_member_list_local_data_source_service.IMemberTable.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_message_messageDeleteInputDTO.MessageDeleteInputDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_message_messageInputDtO.MessageInputDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_message_messageListInputDTO.MessageListInputDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDataDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_room_addMemberToRoomInputDto.AddMemberToRoomInputDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_room_outPut.OutPutDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_room_roomByIdInputDTO.RoomByIdInputDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_room_roomByIdOutputDTO.RoomByIdMemberItemOutputDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_room_roomByIdOutputDTO.RoomByIdOutputDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_room_roomInputDTO.RoomInputDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_room_roomListOutputDTO.RoomListItemOutPutDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_room_roomListOutputDTO.RoomListOutPutDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_room_roomOutputDTO.RoomOutPutDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_room_roomUpdateInputDTO.RoomUpdateInputDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_room_roomUpdateOutputDTO.RoomUpdateOutputDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_room_userRemoveListInputDTO.UserRemoveListInputDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_data_dto_typing_typingInputDTO.UserTypingDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_domain_use_case_member_admin_use_case_service.MemberSetAdminDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_domain_use_case_message_create_use_case_service.MessageInputUseCase.html\n\tnew file: doc/TypeDoc/types/module_chat_domain_use_case_message_delete_live_use_case_service.MessageDeleteInputDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_domain_use_case_message_reaction_use_case_service.MessageReactionInput.html\n\tnew file: doc/TypeDoc/types/module_chat_domain_use_case_message_update_use_case_service.MessageUpdateInput.html\n\tnew file: doc/TypeDoc/types/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.MemberListUPdateStatusInputDTO.html\n\tnew file: doc/TypeDoc/types/module_chat_infra_database_dexie_schema_members.DexieMembersTableSchema.html\n\tnew file: doc/TypeDoc/types/module_chat_infra_database_dexie_schema_members.MemberTable.html\n\tnew file: doc/TypeDoc/types/module_chat_infra_database_dexie_schema_message.DexieMessageTable.html\n\tnew file: doc/TypeDoc/types/module_chat_infra_database_dexie_schema_message.MessageTable.html\n\tnew file: doc/TypeDoc/types/module_chat_infra_database_dexie_schema_room.DexieRoomsTableSchema.html\n\tnew file: doc/TypeDoc/types/module_chat_infra_database_dexie_schema_room.RoomTable.html\n\tnew file: doc/TypeDoc/types/module_chat_infra_database_dexie_schema_typing.DexieTypingsTableSchema.html\n\tnew file: doc/TypeDoc/types/module_chat_infra_database_dexie_schema_typing.TypingTable.html\n\tnew file: doc/TypeDoc/types/module_chat_infra_socket_signal_r_service.ISignalRInput.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_data_source_member_list_member_list_local_data_source_service.roomMemberList.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_data_source_room_room_memory_data_source.initialState.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_data_source_userTyping_user_typing_memory_data_source_service.initialState.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_dto_message_messageDeleteInputDTO.MessageDeleteInputDTOSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_dto_message_messageInputDtO.MessageInputDTOSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDTOSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_dto_message_messageOutputDTO.MessageOutPutDataDTOSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_dto_room_addMemberToRoomInputDto.AddMemberToRoomInputDTOSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_dto_room_roomByIdInputDTO.RoomByIdInputDTOSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_dto_room_roomByIdOutputDTO.RoomByIdOutputDTOSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_dto_room_roomInputDTO.RoomInputDTOSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_dto_room_roomListOutputDTO.RoomListOutPutDTOSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_dto_room_roomOutputDTO.RoomOutPutDTOSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_dto_room_roomUpdateInputDTO.RoomUpdateInputDTOSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_dto_room_roomUpdateOutputDTO.RoomUpdateOutputDTOSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_dto_room_userRemoveListInputDTO.UserRemoveListInputDTOSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_data_dto_typing_typingInputDTO.UserTypingDTOSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_domain_chat_service_service.InstanceId.html\n\tnew file: doc/TypeDoc/variables/module_chat_domain_use_case_message_delete_live_use_case_service.MessageDeleteInputDTOSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_domain_use_case_socket_member_list_update_status_use_case_service.MemberListUPdateStatus.html\n\tnew file: doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_members.MemberTableColumn.html\n\tnew file: doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_members.MemberTableSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_message.MessageTable-1.html\n\tnew file: doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_message.messageTableColumn.html\n\tnew file: doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_room.RoomTableColumn.html\n\tnew file: doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_room.RoomTableSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_typing.TypingTableColumn.html\n\tnew file: doc/TypeDoc/variables/module_chat_infra_database_dexie_schema_typing.TypingTableSchema.html\n\tnew file: doc/TypeDoc/variables/module_chat_infra_database_dexie_service.chatDatabase.html\n\tnew file: src/app/module/agenda/agenda.module.ts\n\tmodified: src/app/module/agenda/data/data-source/agenda-data.service.ts\n\tnew file: src/app/module/agenda/domain/agenda.service.ts\n\tnew file: src/app/module/agenda/domain/usecase/getDraft-list-by-process-id.service.ts\n\tmodified: src/app/pages/gabinete-digital/despachos/despacho/despacho.page.ts", "changeAuthor": "peter.maquiran" } \ No newline at end of file