Skip to content

SendOpsApi.finalize() inherits @deprecated from SendApi #2

Description

@4xvgal

Body:

SendOpsApi extends SendApi but doesn't override finalize().

The @deprecated JSDoc on SendApi.finalize() says "Use manager.ops.send.finalize() instead", but manager.ops.send is a SendOpsApi instance — so callers following the deprecation guidance
still see the strikethrough.

Same applies to ReceiveOpsApi.finalize().

Expected: SendOpsApi and ReceiveOpsApi re-declare finalize() without @deprecated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions