@servicenow/sdk - v4.4.1
    Preparing search index...

    Change request message; value of command field is "change". Update the server's view of the file named by argument 'file'. Server does not currently send a response to a change request.

    interface ChangeRequest {
        arguments: ChangeRequestArgs;
        command: Change;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Object containing arguments for the command

    command: Change

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

    One of "request", "response", or "event"