Skip to content

Latest commit

 

History

History
62 lines (56 loc) · 9.62 KB

File metadata and controls

62 lines (56 loc) · 9.62 KB

DocumentDistributeResponse

Successful response

Example Usage

import { DocumentDistributeResponse } from "@documenso/sdk-typescript/models/operations";

let value: DocumentDistributeResponse = {
  visibility: "EVERYONE",
  status: "DRAFT",
  source: "TEMPLATE",
  id: 7596.34,
  externalId: "<id>",
  userId: 7124.75,
  authOptions: {
    globalAccessAuth: [],
    globalActionAuth: [
      "ACCOUNT",
    ],
  },
  formValues: {
    "key": 6982.35,
  },
  title: "<value>",
  createdAt: "1704272449510",
  updatedAt: "1735611513690",
  completedAt: "<value>",
  deletedAt: "<value>",
  teamId: 4166.81,
  folderId: "<id>",
  useLegacyFieldInsertion: true,
  envelopeId: "<id>",
  internalVersion: 7972.5,
};

Fields

Field Type Required Description
visibility operations.DocumentDistributeVisibility ✔️ N/A
status operations.DocumentDistributeStatus ✔️ N/A
source operations.DocumentDistributeSource ✔️ N/A
id number ✔️ N/A
externalId string ✔️ N/A
userId number ✔️ N/A
authOptions operations.DocumentDistributeAuthOptions ✔️ N/A
formValues Record<string, operations.DocumentDistributeFormValues> ✔️ N/A
title string ✔️ N/A
createdAt string ✔️ N/A
updatedAt string ✔️ N/A
completedAt string ✔️ N/A
deletedAt string ✔️ N/A
teamId number ✔️ N/A
folderId string ✔️ N/A
useLegacyFieldInsertion boolean ✔️ N/A
envelopeId string ✔️ N/A
internalVersion number ✔️ N/A
documentDataId string N/A
templateId number N/A