Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

References

default

Renames and exports PacketAttachmentApi

Type aliases

PacketDocument

PacketDocument: { access_level: number; applicant_fulfillment_id: string; box_id: number; conversion_status: string; created_at: string; description: string; display_name: string; dossier_document_id: number; dossier_document_location: string; downloading_allowed: boolean; file_name: string; id: number; is_share_response: boolean; media_box_document_id: number; media_format: string; packet_id: number; pid: number; sort_order: number; thumbnail_url: string; updated_at: string; url: string; user_id: number; workflow_step_id: number }

Represents a document which has been added to a document

Type declaration

  • access_level: number

    the access level for the document

  • applicant_fulfillment_id: string

    id of the fullfillment for which this document applies

  • box_id: number

    Box id ???

  • conversion_status: string

    Status of the conversion to viewable document

  • created_at: string

    Date the document was added

  • description: string

    document description

  • display_name: string

    Name to display for the document

  • dossier_document_id: number

    ID of the document

  • dossier_document_location: string

    Location of the document

  • downloading_allowed: boolean

    If downloading the document is allowed

  • file_name: string

    Original filename of the file

  • id: number

    ID of the document

  • is_share_response: boolean

    If document is a share response ???

  • media_box_document_id: number

    ID of the document in the media box

  • media_format: string

    media_format of the document

  • packet_id: number

    ID of the packet

  • pid: number

    pid of the user

  • sort_order: number

    Order of the document within it's section

  • thumbnail_url: string

    url of the thumbnail for this document

  • updated_at: string

    Date the document was updated

  • url: string

    url of the ducment

  • user_id: number

    ID of the user who uploaded the document

  • workflow_step_id: number

    ID of the workflow step in which the document was added

Variables

Const PACKET_ATTACHMENT_BASE_URL_V1

PACKET_ATTACHMENT_BASE_URL_V1: string = ...

Const PACKET_ATTACHMENT_BASE_URL_V2

PACKET_ATTACHMENT_BASE_URL_V2: string = ...

Const PACKET_ATTACHMENT_URL

PACKET_ATTACHMENT_URL: string = ...

Legend

  • Variable
  • Function
  • Type alias
  • Class

Generated using TypeDoc