@oneblink/storage
    Preparing search index...

    Type Alias UploadFormSubmissionOptions

    UploadFormSubmissionOptions: UploadOptions & {
        definition: NewS3SubmissionData["definition"];
        device?: NewS3SubmissionData["device"];
        externalId?: string;
        formsAppId?: number;
        jobId?: string;
        previousFormSubmissionApprovalId?: string;
        submission: NewS3SubmissionData["submission"];
        taskActionId?: string;
        taskGroupInstanceId?: string;
        taskId?: string;
        userToken?: string;
    }

    Type Declaration

    • definition: NewS3SubmissionData["definition"]

      The form that is being submitted

    • Optionaldevice?: NewS3SubmissionData["device"]

      The device the form is being submitted

    • OptionalexternalId?: string

      The external identifier that represents the submission

    • OptionalformsAppId?: number

      The identifier for the forms app that is being submitted from

    • OptionaljobId?: string

      The identifier of the job that will be marked as submitted

    • OptionalpreviousFormSubmissionApprovalId?: string

      The identifier for the previous FormSubmissionApproval that lead to a clarification request

    • submission: NewS3SubmissionData["submission"]

      The submission data

    • OptionaltaskActionId?: string

      The identifier of the task action that was used to complete the task

    • OptionaltaskGroupInstanceId?: string

      The identifier of the task group instance that the completed task is associated with

    • OptionaltaskId?: string

      The identifier of the task that will be marked as completed

    • OptionaluserToken?: string

      An encrypted token that represents the user