RecipientUpdateDocumentRecipientFields Example Usage import { RecipientUpdateDocumentRecipientFields } from "@documenso/sdk-typescript/models/operations"; let value: RecipientUpdateDocumentRecipientFields = { type: "EMAIL", id: 664197, secondaryId: "<id>", documentId: 401688, templateId: 85794, recipientId: 62688, page: 2781.16, customText: "<value>", inserted: false, fieldMeta: { type: "name", }, }; Fields Field Type Required Description type operations.RecipientUpdateDocumentRecipientType ✔️ N/A id number ✔️ N/A secondaryId string ✔️ N/A documentId number ✔️ N/A templateId number ✔️ N/A recipientId number ✔️ N/A page number ✔️ The page number of the field on the document. Starts from 1. positionX any ➖ N/A positionY any ➖ N/A width any ➖ N/A height any ➖ N/A customText string ✔️ N/A inserted boolean ✔️ N/A fieldMeta operations.RecipientUpdateDocumentRecipientFieldMeta ✔️ N/A