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

    Interface InvitationServiceServer

    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
    Index

    Properties

    create: handleUnaryCall<CreateInvitationRequest, Operation>
    delete: handleUnaryCall<DeleteInvitationRequest, Operation>
    get: handleUnaryCall<GetInvitationRequest, Invitation>
    resend: handleUnaryCall<ResendInvitationRequest, Operation>
    update: handleUnaryCall<UpdateInvitationRequest, Operation>