@oneblink/sdk
    Preparing search index...

    Type Alias S3SubmissionDataEdit

    type S3SubmissionDataEdit = {
        completionTimestamp?: string;
        device?: S3SubmissionDataDevice;
        editedAt: string;
        formSubmissionMetaEditId: string;
        ipAddress?: string;
        key?: FormSubmissionMeta["key"];
        previousS3ObjectVersionId: string;
        user?: FormSubmissionMeta["user"];
    }
    Index

    Properties

    completionTimestamp?: string

    The date and time (in ISO format) the editor completed the edit. Copied from the staging NewS3SubmissionData.completionTimestamp. Root completionTimestamp on S3SubmissionData remains the original submitter.

    The device used when the edit was submitted. Copied from the staging NewS3SubmissionData.device. Root device on S3SubmissionData remains the original submitter.

    editedAt: string

    The date and time (in ISO format) the edit was received by the submission service. Copied from FormSubmissionMetaEdit.dateTimeEdited.

    formSubmissionMetaEditId: string

    The identifier of the FormSubmissionMetaEdit that produced this canonical submission version.

    ipAddress?: string
    key?: FormSubmissionMeta["key"]
    previousS3ObjectVersionId: string

    The S3 VersionId of the canonical submission JSON immediately before this overwrite.

    user?: FormSubmissionMeta["user"]