Skip to content

Files

Latest commit

 

History

History
54 lines (48 loc) · 9.1 KB

documentmovedocumenttoteamresponse.md

File metadata and controls

54 lines (48 loc) · 9.1 KB

DocumentMoveDocumentToTeamResponse

Successful response

Example Usage

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

let value: DocumentMoveDocumentToTeamResponse = {
  visibility: "MANAGER_AND_ABOVE",
  status: "COMPLETED",
  source: "TEMPLATE",
  id: 5317.34,
  externalId: "<id>",
  userId: 6190.61,
  authOptions: {
    globalAccessAuth: "ACCOUNT",
    globalActionAuth: "PASSKEY",
  },
  formValues: {
    "key": false,
  },
  title: "<value>",
  documentDataId: "<id>",
  createdAt: "1714360484976",
  updatedAt: "1744041325995",
  completedAt: "<value>",
  deletedAt: "<value>",
  teamId: 8022.32,
  templateId: 5805.01,
};

Fields

Field Type Required Description
visibility operations.DocumentMoveDocumentToTeamVisibility ✔️ N/A
status operations.DocumentMoveDocumentToTeamStatus ✔️ N/A
source operations.DocumentMoveDocumentToTeamSource ✔️ N/A
id number ✔️ N/A
externalId string ✔️ A custom external ID you can use to identify the document.
userId number ✔️ The ID of the user that created this document.
authOptions operations.DocumentMoveDocumentToTeamAuthOptions ✔️ N/A
formValues Record<string, operations.DocumentMoveDocumentToTeamFormValues> ✔️ N/A
title string ✔️ N/A
documentDataId string ✔️ N/A
createdAt string ✔️ N/A
updatedAt string ✔️ N/A
completedAt string ✔️ N/A
deletedAt string ✔️ N/A
teamId number ✔️ N/A
templateId number ✔️ N/A