Variable UpdateWorkitemRequest

UpdateWorkitemRequest: {
    create<I>(base?: I): UpdateWorkitemRequest;
    decode(input: Uint8Array | Reader, length?: number): UpdateWorkitemRequest;
    encode(message: UpdateWorkitemRequest, writer?: Writer): Writer;
    fromJSON(object: any): UpdateWorkitemRequest;
    fromPartial<I>(object: I): UpdateWorkitemRequest;
    toJSON(message: UpdateWorkitemRequest): unknown;
}

Type declaration

  • create:function
    • Type Parameters

      • I extends {
            files?: ({ filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; })[];
            ignoremaxretries?: boolean;
            workitem?: { _id?: string; name?: string; payload?: string; priority?: number; nextrun?: Date; lastrun?: Date; files?: { filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; }[]; ... 11 more ...; errortype?: string; };
        } & {
            files?: {
                _id?: string;
                compressed?: boolean;
                file?: Uint8Array;
                filename?: string;
            }[] & ({
                _id?: string;
                compressed?: boolean;
                file?: Uint8Array;
                filename?: string;
            } & ({ filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; }) & { [ K in string | number | symbol]: never })[] & { [ K in string | symbol]: never };
            ignoremaxretries?: boolean;
            workitem?: {
                _id?: string;
                errormessage?: string;
                errorsource?: string;
                errortype?: string;
                failed_wiq?: string;
                failed_wiqid?: string;
                files?: ({ filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; })[];
                lastrun?: Date;
                name?: string;
                nextrun?: Date;
                payload?: string;
                priority?: number;
                retries?: number;
                state?: string;
                success_wiq?: string;
                success_wiqid?: string;
                username?: string;
                wiq?: string;
                wiqid?: string;
            } & ({ _id?: string; name?: string; payload?: string; priority?: number; nextrun?: Date; lastrun?: Date; files?: { filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; }[] & ({ ...; } & ... 1 more ... & { [K in Exclude<...>]: never; })[] & { [K in Exclude<...>]: never; }; ... 11 more ...; errortype?:...) & { [ K in string | number | symbol]: never };
        } & { [ K in string | number | symbol]: never }

      Parameters

      • Optional base: I

      Returns UpdateWorkitemRequest

  • decode:function
  • encode:function
  • fromJSON:function
  • fromPartial:function
    • Type Parameters

      • I extends {
            files?: ({ filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; })[];
            ignoremaxretries?: boolean;
            workitem?: { _id?: string; name?: string; payload?: string; priority?: number; nextrun?: Date; lastrun?: Date; files?: { filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; }[]; ... 11 more ...; errortype?: string; };
        } & {
            files?: {
                _id?: string;
                compressed?: boolean;
                file?: Uint8Array;
                filename?: string;
            }[] & ({
                _id?: string;
                compressed?: boolean;
                file?: Uint8Array;
                filename?: string;
            } & ({ filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; }) & { [ K in string | number | symbol]: never })[] & { [ K in string | symbol]: never };
            ignoremaxretries?: boolean;
            workitem?: {
                _id?: string;
                errormessage?: string;
                errorsource?: string;
                errortype?: string;
                failed_wiq?: string;
                failed_wiqid?: string;
                files?: ({ filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; })[];
                lastrun?: Date;
                name?: string;
                nextrun?: Date;
                payload?: string;
                priority?: number;
                retries?: number;
                state?: string;
                success_wiq?: string;
                success_wiqid?: string;
                username?: string;
                wiq?: string;
                wiqid?: string;
            } & ({ _id?: string; name?: string; payload?: string; priority?: number; nextrun?: Date; lastrun?: Date; files?: { filename?: string; _id?: string; compressed?: boolean; file?: Uint8Array; }[] & ({ ...; } & ... 1 more ... & { [K in Exclude<...>]: never; })[] & { [K in Exclude<...>]: never; }; ... 11 more ...; errortype?:...) & { [ K in string | number | symbol]: never };
        } & { [ K in string | number | symbol]: never }

      Parameters

      • object: I

      Returns UpdateWorkitemRequest

  • toJSON:function

Generated using TypeDoc