Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DiffUploadRequest

import type { DiffUploadRequest } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";

A Diff upload request. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.

interface DiffUploadRequest {
checksumsInfo?: CompositeMedia;
objectInfo?: CompositeMedia;
objectVersion?: string;
}

§Properties

§
checksumsInfo?: CompositeMedia
[src]

The location of the checksums for the new object. Agents must clone the object located here, as the upload server will delete the contents once a response is received. For details on the format of the checksums, see http://go/scotty-diff-protocol.

§
objectInfo?: CompositeMedia
[src]

The location of the new object. Agents must clone the object located here, as the upload server will delete the contents once a response is received.

§
objectVersion?: string
[src]

The object version of the object that is the base version the incoming diff script will be applied to. This field will always be filled in.