@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface InvitationServiceServer

    Handles server calls for the nebius.iam.v1.InvitationService service.

    interface InvitationServiceServer {
        create: handleUnaryCall<CreateInvitationRequest, Operation>;
        delete: handleUnaryCall<DeleteInvitationRequest, Operation>;
        get: handleUnaryCall<GetInvitationRequest, Invitation>;
        list: handleUnaryCall<ListInvitationsRequest, ListInvitationsResponse>;
        resend: handleUnaryCall<ResendInvitationRequest, Operation>;
        update: handleUnaryCall<UpdateInvitationRequest, Operation>;
        [name: string]: UntypedHandleCall;
    }

    Hierarchy

    • UntypedServiceImplementation
      • InvitationServiceServer

    Indexable

    • [name: string]: UntypedHandleCall

      Handles server calls for the nebius.iam.v1.InvitationService service.

    Index
    create: handleUnaryCall<CreateInvitationRequest, Operation>

    Handles the Create RPC.

    delete: handleUnaryCall<DeleteInvitationRequest, Operation>

    Handles the Delete RPC.

    get: handleUnaryCall<GetInvitationRequest, Invitation>

    Handles the Get RPC.

    Handles the List RPC.

    resend: handleUnaryCall<ResendInvitationRequest, Operation>

    Handles the Resend RPC.

    update: handleUnaryCall<UpdateInvitationRequest, Operation>

    Handles the Update RPC.