RocketChat/Rocket.Chat

View on GitHub
packages/rest-typings/src/v1/voip.ts

Summary

Maintainability
F
3 days
Test Coverage

File voip.ts has 536 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import type {
    IQueueSummary,
    ILivechatAgent,
    IVoipRoom,
    IUser,
Severity: Major
Found in packages/rest-typings/src/v1/voip.ts - About 1 day to fix

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    const OmnichannelAgentsAvailableSchema: JSONSchemaType<OmnichannelAgentsAvailable> = {
        type: 'object',
        properties: {
            count: {
                type: 'number',
    Severity: Major
    Found in packages/rest-typings/src/v1/voip.ts and 1 other location - About 4 hrs to fix
    packages/rest-typings/src/v1/omnichannel.ts on lines 1097..1127

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 121.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 4 locations. Consider refactoring.
    Open

    const CustomSoundsListSchema = {
        type: 'object',
        properties: {
            count: {
                type: 'number',
    Severity: Major
    Found in packages/rest-typings/src/v1/voip.ts and 3 other locations - About 2 hrs to fix
    packages/rest-typings/src/v1/email-inbox.ts on lines 13..35
    packages/rest-typings/src/v1/omnichannel.ts on lines 1037..1059
    packages/rest-typings/src/v1/omnichannel.ts on lines 2687..2709

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 94.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    const VoipManagementServerCheckConnectionSchema: JSONSchemaType<VoipManagementServerCheckConnection> = {
        type: 'object',
        properties: {
            host: {
                type: 'string',
    Severity: Major
    Found in packages/rest-typings/src/v1/voip.ts and 1 other location - About 2 hrs to fix
    packages/rest-typings/src/v1/voip.ts on lines 392..410

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 90.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    const VoipCallServerCheckConnectionSchema: JSONSchemaType<VoipCallServerCheckConnection> = {
        type: 'object',
        properties: {
            websocketUrl: {
                type: 'string',
    Severity: Major
    Found in packages/rest-typings/src/v1/voip.ts and 1 other location - About 2 hrs to fix
    packages/rest-typings/src/v1/voip.ts on lines 366..384

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 90.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

            {
                type: 'object',
                properties: {
                    username: {
                        type: 'string',
    Severity: Major
    Found in packages/rest-typings/src/v1/voip.ts and 1 other location - About 1 hr to fix
    packages/rest-typings/src/v1/voip.ts on lines 168..181

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 57.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

            {
                type: 'object',
                properties: {
                    userId: {
                        type: 'string',
    Severity: Major
    Found in packages/rest-typings/src/v1/voip.ts and 1 other location - About 1 hr to fix
    packages/rest-typings/src/v1/voip.ts on lines 182..195

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 57.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 8 locations. Consider refactoring.
    Open

    const VoipQueuesGetMembershipSubscriptionSchema: JSONSchemaType<VoipQueuesGetMembershipSubscription> = {
        type: 'object',
        properties: {
            extension: {
                type: 'string',
    Severity: Major
    Found in packages/rest-typings/src/v1/voip.ts and 7 other locations - About 55 mins to fix
    packages/rest-typings/src/v1/calendar/CalendarEventDeleteProps.ts on lines 11..20
    packages/rest-typings/src/v1/invites.ts on lines 13..22
    packages/rest-typings/src/v1/invites.ts on lines 30..39
    packages/rest-typings/src/v1/voip.ts on lines 55..64
    packages/rest-typings/src/v1/voip.ts on lines 72..81
    packages/rest-typings/src/v1/voip.ts on lines 203..212
    packages/rest-typings/src/v1/voip.ts on lines 253..262

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 54.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 8 locations. Consider refactoring.
    Open

    const OmnichannelAgentExtensionDELETESchema: JSONSchemaType<OmnichannelAgentExtensionDELETE> = {
        type: 'object',
        properties: {
            username: {
                type: 'string',
    Severity: Major
    Found in packages/rest-typings/src/v1/voip.ts and 7 other locations - About 55 mins to fix
    packages/rest-typings/src/v1/calendar/CalendarEventDeleteProps.ts on lines 11..20
    packages/rest-typings/src/v1/invites.ts on lines 13..22
    packages/rest-typings/src/v1/invites.ts on lines 30..39
    packages/rest-typings/src/v1/voip.ts on lines 55..64
    packages/rest-typings/src/v1/voip.ts on lines 72..81
    packages/rest-typings/src/v1/voip.ts on lines 89..98
    packages/rest-typings/src/v1/voip.ts on lines 203..212

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 54.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 8 locations. Consider refactoring.
    Open

    const VoipQueuesGetQueuedCallsForThisExtensionSchema: JSONSchemaType<VoipQueuesGetQueuedCallsForThisExtension> = {
        type: 'object',
        properties: {
            extension: {
                type: 'string',
    Severity: Major
    Found in packages/rest-typings/src/v1/voip.ts and 7 other locations - About 55 mins to fix
    packages/rest-typings/src/v1/calendar/CalendarEventDeleteProps.ts on lines 11..20
    packages/rest-typings/src/v1/invites.ts on lines 13..22
    packages/rest-typings/src/v1/invites.ts on lines 30..39
    packages/rest-typings/src/v1/voip.ts on lines 55..64
    packages/rest-typings/src/v1/voip.ts on lines 89..98
    packages/rest-typings/src/v1/voip.ts on lines 203..212
    packages/rest-typings/src/v1/voip.ts on lines 253..262

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 54.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 8 locations. Consider refactoring.
    Open

    const ConnectorExtensionGetRegistrationInfoByUserIdSchema: JSONSchemaType<ConnectorExtensionGetRegistrationInfoByUserId> = {
        type: 'object',
        properties: {
            id: {
                type: 'string',
    Severity: Major
    Found in packages/rest-typings/src/v1/voip.ts and 7 other locations - About 55 mins to fix
    packages/rest-typings/src/v1/calendar/CalendarEventDeleteProps.ts on lines 11..20
    packages/rest-typings/src/v1/invites.ts on lines 13..22
    packages/rest-typings/src/v1/invites.ts on lines 30..39
    packages/rest-typings/src/v1/voip.ts on lines 72..81
    packages/rest-typings/src/v1/voip.ts on lines 89..98
    packages/rest-typings/src/v1/voip.ts on lines 203..212
    packages/rest-typings/src/v1/voip.ts on lines 253..262

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 54.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 8 locations. Consider refactoring.
    Open

    const OmnichannelAgentExtensionGETSchema: JSONSchemaType<OmnichannelAgentExtensionGET> = {
        type: 'object',
        properties: {
            username: {
                type: 'string',
    Severity: Major
    Found in packages/rest-typings/src/v1/voip.ts and 7 other locations - About 55 mins to fix
    packages/rest-typings/src/v1/calendar/CalendarEventDeleteProps.ts on lines 11..20
    packages/rest-typings/src/v1/invites.ts on lines 13..22
    packages/rest-typings/src/v1/invites.ts on lines 30..39
    packages/rest-typings/src/v1/voip.ts on lines 55..64
    packages/rest-typings/src/v1/voip.ts on lines 72..81
    packages/rest-typings/src/v1/voip.ts on lines 89..98
    packages/rest-typings/src/v1/voip.ts on lines 253..262

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 54.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 38 locations. Consider refactoring.
    Open

        '/v1/omnichannel/extensions': {
            GET: (params: OmnichannelExtensions) => PaginatedResult<{ extensions: IVoipExtensionWithAgentInfo[] }>;
        };
    Severity: Major
    Found in packages/rest-typings/src/v1/voip.ts and 37 other locations - About 30 mins to fix
    packages/rest-typings/src/v1/channels/channels.ts on lines 42..46
    packages/rest-typings/src/v1/channels/channels.ts on lines 56..60
    packages/rest-typings/src/v1/channels/channels.ts on lines 133..137
    packages/rest-typings/src/v1/channels/channels.ts on lines 161..165
    packages/rest-typings/src/v1/customSounds.ts on lines 39..43
    packages/rest-typings/src/v1/customUserStatus.ts on lines 39..43
    packages/rest-typings/src/v1/dm/im.ts on lines 43..47
    packages/rest-typings/src/v1/dm/im.ts on lines 59..63
    packages/rest-typings/src/v1/email-inbox.ts on lines 160..162
    packages/rest-typings/src/v1/federation/rooms.ts on lines 17..21
    packages/rest-typings/src/v1/groups/groups.ts on lines 43..47
    packages/rest-typings/src/v1/groups/groups.ts on lines 56..60
    packages/rest-typings/src/v1/groups/groups.ts on lines 101..105
    packages/rest-typings/src/v1/omnichannel.ts on lines 3393..3397
    packages/rest-typings/src/v1/omnichannel.ts on lines 3401..3405
    packages/rest-typings/src/v1/omnichannel.ts on lines 3432..3436
    packages/rest-typings/src/v1/omnichannel.ts on lines 3453..3457
    packages/rest-typings/src/v1/omnichannel.ts on lines 3458..3462
    packages/rest-typings/src/v1/omnichannel.ts on lines 3464..3468
    packages/rest-typings/src/v1/omnichannel.ts on lines 3480..3484
    packages/rest-typings/src/v1/omnichannel.ts on lines 3488..3492
    packages/rest-typings/src/v1/omnichannel.ts on lines 3622..3624
    packages/rest-typings/src/v1/omnichannel.ts on lines 3713..3715
    packages/rest-typings/src/v1/omnichannel.ts on lines 3716..3718
    packages/rest-typings/src/v1/omnichannel.ts on lines 3719..3723
    packages/rest-typings/src/v1/omnichannel.ts on lines 3745..3747
    packages/rest-typings/src/v1/omnichannel.ts on lines 3768..3770
    packages/rest-typings/src/v1/omnichannel.ts on lines 3774..3776
    packages/rest-typings/src/v1/omnichannel.ts on lines 3777..3779
    packages/rest-typings/src/v1/omnichannel.ts on lines 3878..3882
    packages/rest-typings/src/v1/omnichannel.ts on lines 3883..3887
    packages/rest-typings/src/v1/rooms.ts on lines 640..644
    packages/rest-typings/src/v1/rooms.ts on lines 654..658
    packages/rest-typings/src/v1/users.ts on lines 153..157
    packages/rest-typings/src/v1/videoConference/index.ts on lines 33..35
    packages/rest-typings/src/v1/voip.ts on lines 558..560
    packages/rest-typings/src/v1/voip.ts on lines 576..578

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 45.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 38 locations. Consider refactoring.
    Open

        '/v1/omnichannel/agents/available': {
            GET: (params: OmnichannelAgentsAvailable) => PaginatedResult<{ agents: ILivechatAgent[] }>;
        };
    Severity: Major
    Found in packages/rest-typings/src/v1/voip.ts and 37 other locations - About 30 mins to fix
    packages/rest-typings/src/v1/channels/channels.ts on lines 42..46
    packages/rest-typings/src/v1/channels/channels.ts on lines 56..60
    packages/rest-typings/src/v1/channels/channels.ts on lines 133..137
    packages/rest-typings/src/v1/channels/channels.ts on lines 161..165
    packages/rest-typings/src/v1/customSounds.ts on lines 39..43
    packages/rest-typings/src/v1/customUserStatus.ts on lines 39..43
    packages/rest-typings/src/v1/dm/im.ts on lines 43..47
    packages/rest-typings/src/v1/dm/im.ts on lines 59..63
    packages/rest-typings/src/v1/email-inbox.ts on lines 160..162
    packages/rest-typings/src/v1/federation/rooms.ts on lines 17..21
    packages/rest-typings/src/v1/groups/groups.ts on lines 43..47
    packages/rest-typings/src/v1/groups/groups.ts on lines 56..60
    packages/rest-typings/src/v1/groups/groups.ts on lines 101..105
    packages/rest-typings/src/v1/omnichannel.ts on lines 3393..3397
    packages/rest-typings/src/v1/omnichannel.ts on lines 3401..3405
    packages/rest-typings/src/v1/omnichannel.ts on lines 3432..3436
    packages/rest-typings/src/v1/omnichannel.ts on lines 3453..3457
    packages/rest-typings/src/v1/omnichannel.ts on lines 3458..3462
    packages/rest-typings/src/v1/omnichannel.ts on lines 3464..3468
    packages/rest-typings/src/v1/omnichannel.ts on lines 3480..3484
    packages/rest-typings/src/v1/omnichannel.ts on lines 3488..3492
    packages/rest-typings/src/v1/omnichannel.ts on lines 3622..3624
    packages/rest-typings/src/v1/omnichannel.ts on lines 3713..3715
    packages/rest-typings/src/v1/omnichannel.ts on lines 3716..3718
    packages/rest-typings/src/v1/omnichannel.ts on lines 3719..3723
    packages/rest-typings/src/v1/omnichannel.ts on lines 3745..3747
    packages/rest-typings/src/v1/omnichannel.ts on lines 3768..3770
    packages/rest-typings/src/v1/omnichannel.ts on lines 3774..3776
    packages/rest-typings/src/v1/omnichannel.ts on lines 3777..3779
    packages/rest-typings/src/v1/omnichannel.ts on lines 3878..3882
    packages/rest-typings/src/v1/omnichannel.ts on lines 3883..3887
    packages/rest-typings/src/v1/rooms.ts on lines 640..644
    packages/rest-typings/src/v1/rooms.ts on lines 654..658
    packages/rest-typings/src/v1/users.ts on lines 153..157
    packages/rest-typings/src/v1/videoConference/index.ts on lines 33..35
    packages/rest-typings/src/v1/voip.ts on lines 543..545
    packages/rest-typings/src/v1/voip.ts on lines 576..578

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 45.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 38 locations. Consider refactoring.
    Open

        '/v1/voip/rooms': {
            GET: (params: VoipRooms) => PaginatedResult<{ rooms: IVoipRoom[] }>;
        };
    Severity: Major
    Found in packages/rest-typings/src/v1/voip.ts and 37 other locations - About 30 mins to fix
    packages/rest-typings/src/v1/channels/channels.ts on lines 42..46
    packages/rest-typings/src/v1/channels/channels.ts on lines 56..60
    packages/rest-typings/src/v1/channels/channels.ts on lines 133..137
    packages/rest-typings/src/v1/channels/channels.ts on lines 161..165
    packages/rest-typings/src/v1/customSounds.ts on lines 39..43
    packages/rest-typings/src/v1/customUserStatus.ts on lines 39..43
    packages/rest-typings/src/v1/dm/im.ts on lines 43..47
    packages/rest-typings/src/v1/dm/im.ts on lines 59..63
    packages/rest-typings/src/v1/email-inbox.ts on lines 160..162
    packages/rest-typings/src/v1/federation/rooms.ts on lines 17..21
    packages/rest-typings/src/v1/groups/groups.ts on lines 43..47
    packages/rest-typings/src/v1/groups/groups.ts on lines 56..60
    packages/rest-typings/src/v1/groups/groups.ts on lines 101..105
    packages/rest-typings/src/v1/omnichannel.ts on lines 3393..3397
    packages/rest-typings/src/v1/omnichannel.ts on lines 3401..3405
    packages/rest-typings/src/v1/omnichannel.ts on lines 3432..3436
    packages/rest-typings/src/v1/omnichannel.ts on lines 3453..3457
    packages/rest-typings/src/v1/omnichannel.ts on lines 3458..3462
    packages/rest-typings/src/v1/omnichannel.ts on lines 3464..3468
    packages/rest-typings/src/v1/omnichannel.ts on lines 3480..3484
    packages/rest-typings/src/v1/omnichannel.ts on lines 3488..3492
    packages/rest-typings/src/v1/omnichannel.ts on lines 3622..3624
    packages/rest-typings/src/v1/omnichannel.ts on lines 3713..3715
    packages/rest-typings/src/v1/omnichannel.ts on lines 3716..3718
    packages/rest-typings/src/v1/omnichannel.ts on lines 3719..3723
    packages/rest-typings/src/v1/omnichannel.ts on lines 3745..3747
    packages/rest-typings/src/v1/omnichannel.ts on lines 3768..3770
    packages/rest-typings/src/v1/omnichannel.ts on lines 3774..3776
    packages/rest-typings/src/v1/omnichannel.ts on lines 3777..3779
    packages/rest-typings/src/v1/omnichannel.ts on lines 3878..3882
    packages/rest-typings/src/v1/omnichannel.ts on lines 3883..3887
    packages/rest-typings/src/v1/rooms.ts on lines 640..644
    packages/rest-typings/src/v1/rooms.ts on lines 654..658
    packages/rest-typings/src/v1/users.ts on lines 153..157
    packages/rest-typings/src/v1/videoConference/index.ts on lines 33..35
    packages/rest-typings/src/v1/voip.ts on lines 543..545
    packages/rest-typings/src/v1/voip.ts on lines 558..560

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 45.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    There are no issues that match your filters.

    Category
    Status