@documenso/sdk-typescript 0.6.2 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/README.md +1 -1
  2. package/bin/mcp-server.js +2271 -487
  3. package/bin/mcp-server.js.map +60 -57
  4. package/examples/package-lock.json +4 -4
  5. package/funcs/documentsCreateV0.d.ts +2 -0
  6. package/funcs/documentsCreateV0.d.ts.map +1 -1
  7. package/funcs/documentsCreateV0.js +2 -0
  8. package/funcs/documentsCreateV0.js.map +1 -1
  9. package/jsr.json +1 -1
  10. package/lib/config.d.ts +3 -3
  11. package/lib/config.js +3 -3
  12. package/mcp-server/mcp-server.js +1 -1
  13. package/mcp-server/server.js +1 -1
  14. package/models/operations/documentcreate.d.ts +52 -0
  15. package/models/operations/documentcreate.d.ts.map +1 -1
  16. package/models/operations/documentcreate.js +76 -4
  17. package/models/operations/documentcreate.js.map +1 -1
  18. package/models/operations/documentcreatedocumenttemporary.d.ts +108 -0
  19. package/models/operations/documentcreatedocumenttemporary.d.ts.map +1 -1
  20. package/models/operations/documentcreatedocumenttemporary.js +162 -6
  21. package/models/operations/documentcreatedocumenttemporary.js.map +1 -1
  22. package/models/operations/documentdistribute.d.ts +2 -0
  23. package/models/operations/documentdistribute.d.ts.map +1 -1
  24. package/models/operations/documentdistribute.js +2 -0
  25. package/models/operations/documentdistribute.js.map +1 -1
  26. package/models/operations/documentfind.d.ts +4 -0
  27. package/models/operations/documentfind.d.ts.map +1 -1
  28. package/models/operations/documentfind.js +4 -0
  29. package/models/operations/documentfind.js.map +1 -1
  30. package/models/operations/documentget.d.ts +56 -0
  31. package/models/operations/documentget.d.ts.map +1 -1
  32. package/models/operations/documentget.js +79 -3
  33. package/models/operations/documentget.js.map +1 -1
  34. package/models/operations/documentgetmany.d.ts +4 -0
  35. package/models/operations/documentgetmany.d.ts.map +1 -1
  36. package/models/operations/documentgetmany.js +4 -0
  37. package/models/operations/documentgetmany.js.map +1 -1
  38. package/models/operations/documentupdate.d.ts +52 -0
  39. package/models/operations/documentupdate.d.ts.map +1 -1
  40. package/models/operations/documentupdate.js +74 -1
  41. package/models/operations/documentupdate.js.map +1 -1
  42. package/models/operations/envelopeauditlogfind.d.ts +52 -4
  43. package/models/operations/envelopeauditlogfind.d.ts.map +1 -1
  44. package/models/operations/envelopeauditlogfind.js +65 -7
  45. package/models/operations/envelopeauditlogfind.js.map +1 -1
  46. package/models/operations/envelopecreate.d.ts +52 -0
  47. package/models/operations/envelopecreate.d.ts.map +1 -1
  48. package/models/operations/envelopecreate.js +76 -4
  49. package/models/operations/envelopecreate.js.map +1 -1
  50. package/models/operations/envelopedistribute.d.ts +2 -0
  51. package/models/operations/envelopedistribute.d.ts.map +1 -1
  52. package/models/operations/envelopedistribute.js +2 -0
  53. package/models/operations/envelopedistribute.js.map +1 -1
  54. package/models/operations/envelopefieldcreatemany.d.ts +1098 -278
  55. package/models/operations/envelopefieldcreatemany.d.ts.map +1 -1
  56. package/models/operations/envelopefieldcreatemany.js +1387 -385
  57. package/models/operations/envelopefieldcreatemany.js.map +1 -1
  58. package/models/operations/envelopefind.d.ts +4 -0
  59. package/models/operations/envelopefind.d.ts.map +1 -1
  60. package/models/operations/envelopefind.js +4 -0
  61. package/models/operations/envelopefind.js.map +1 -1
  62. package/models/operations/envelopeget.d.ts +56 -0
  63. package/models/operations/envelopeget.d.ts.map +1 -1
  64. package/models/operations/envelopeget.js +79 -3
  65. package/models/operations/envelopeget.js.map +1 -1
  66. package/models/operations/envelopegetmany.d.ts +56 -0
  67. package/models/operations/envelopegetmany.d.ts.map +1 -1
  68. package/models/operations/envelopegetmany.js +80 -3
  69. package/models/operations/envelopegetmany.js.map +1 -1
  70. package/models/operations/enveloperecipientcreatemany.d.ts +4 -0
  71. package/models/operations/enveloperecipientcreatemany.d.ts.map +1 -1
  72. package/models/operations/enveloperecipientcreatemany.js +4 -0
  73. package/models/operations/enveloperecipientcreatemany.js.map +1 -1
  74. package/models/operations/enveloperecipientget.d.ts +4 -0
  75. package/models/operations/enveloperecipientget.d.ts.map +1 -1
  76. package/models/operations/enveloperecipientget.js +4 -0
  77. package/models/operations/enveloperecipientget.js.map +1 -1
  78. package/models/operations/enveloperecipientupdatemany.d.ts +4 -0
  79. package/models/operations/enveloperecipientupdatemany.d.ts.map +1 -1
  80. package/models/operations/enveloperecipientupdatemany.js +4 -0
  81. package/models/operations/enveloperecipientupdatemany.js.map +1 -1
  82. package/models/operations/envelopeupdate.d.ts +52 -0
  83. package/models/operations/envelopeupdate.d.ts.map +1 -1
  84. package/models/operations/envelopeupdate.js +74 -2
  85. package/models/operations/envelopeupdate.js.map +1 -1
  86. package/models/operations/envelopeuse.d.ts +52 -0
  87. package/models/operations/envelopeuse.d.ts.map +1 -1
  88. package/models/operations/envelopeuse.js +74 -2
  89. package/models/operations/envelopeuse.js.map +1 -1
  90. package/models/operations/recipientcreatedocumentrecipient.d.ts +4 -0
  91. package/models/operations/recipientcreatedocumentrecipient.d.ts.map +1 -1
  92. package/models/operations/recipientcreatedocumentrecipient.js +4 -0
  93. package/models/operations/recipientcreatedocumentrecipient.js.map +1 -1
  94. package/models/operations/recipientcreatedocumentrecipients.d.ts +4 -0
  95. package/models/operations/recipientcreatedocumentrecipients.d.ts.map +1 -1
  96. package/models/operations/recipientcreatedocumentrecipients.js +4 -0
  97. package/models/operations/recipientcreatedocumentrecipients.js.map +1 -1
  98. package/models/operations/recipientcreatetemplaterecipient.d.ts +4 -0
  99. package/models/operations/recipientcreatetemplaterecipient.d.ts.map +1 -1
  100. package/models/operations/recipientcreatetemplaterecipient.js +4 -0
  101. package/models/operations/recipientcreatetemplaterecipient.js.map +1 -1
  102. package/models/operations/recipientcreatetemplaterecipients.d.ts +4 -0
  103. package/models/operations/recipientcreatetemplaterecipients.d.ts.map +1 -1
  104. package/models/operations/recipientcreatetemplaterecipients.js +4 -0
  105. package/models/operations/recipientcreatetemplaterecipients.js.map +1 -1
  106. package/models/operations/recipientgetdocumentrecipient.d.ts +4 -0
  107. package/models/operations/recipientgetdocumentrecipient.d.ts.map +1 -1
  108. package/models/operations/recipientgetdocumentrecipient.js +4 -0
  109. package/models/operations/recipientgetdocumentrecipient.js.map +1 -1
  110. package/models/operations/recipientgettemplaterecipient.d.ts +4 -0
  111. package/models/operations/recipientgettemplaterecipient.d.ts.map +1 -1
  112. package/models/operations/recipientgettemplaterecipient.js +4 -0
  113. package/models/operations/recipientgettemplaterecipient.js.map +1 -1
  114. package/models/operations/recipientupdatedocumentrecipient.d.ts +4 -0
  115. package/models/operations/recipientupdatedocumentrecipient.d.ts.map +1 -1
  116. package/models/operations/recipientupdatedocumentrecipient.js +4 -0
  117. package/models/operations/recipientupdatedocumentrecipient.js.map +1 -1
  118. package/models/operations/recipientupdatedocumentrecipients.d.ts +4 -0
  119. package/models/operations/recipientupdatedocumentrecipients.d.ts.map +1 -1
  120. package/models/operations/recipientupdatedocumentrecipients.js +4 -0
  121. package/models/operations/recipientupdatedocumentrecipients.js.map +1 -1
  122. package/models/operations/recipientupdatetemplaterecipient.d.ts +4 -0
  123. package/models/operations/recipientupdatetemplaterecipient.d.ts.map +1 -1
  124. package/models/operations/recipientupdatetemplaterecipient.js +4 -0
  125. package/models/operations/recipientupdatetemplaterecipient.js.map +1 -1
  126. package/models/operations/recipientupdatetemplaterecipients.d.ts +4 -0
  127. package/models/operations/recipientupdatetemplaterecipients.d.ts.map +1 -1
  128. package/models/operations/recipientupdatetemplaterecipients.js +4 -0
  129. package/models/operations/recipientupdatetemplaterecipients.js.map +1 -1
  130. package/models/operations/templatecreatedocumentfromtemplate.d.ts +108 -0
  131. package/models/operations/templatecreatedocumentfromtemplate.d.ts.map +1 -1
  132. package/models/operations/templatecreatedocumentfromtemplate.js +166 -4
  133. package/models/operations/templatecreatedocumentfromtemplate.js.map +1 -1
  134. package/models/operations/templatecreatetemplate.d.ts +2 -0
  135. package/models/operations/templatecreatetemplate.d.ts.map +1 -1
  136. package/models/operations/templatecreatetemplate.js +2 -0
  137. package/models/operations/templatecreatetemplate.js.map +1 -1
  138. package/models/operations/templatecreatetemplatetemporary.d.ts +8 -0
  139. package/models/operations/templatecreatetemplatetemporary.d.ts.map +1 -1
  140. package/models/operations/templatecreatetemplatetemporary.js +8 -0
  141. package/models/operations/templatecreatetemplatetemporary.js.map +1 -1
  142. package/models/operations/templatefindtemplates.d.ts +4 -0
  143. package/models/operations/templatefindtemplates.d.ts.map +1 -1
  144. package/models/operations/templatefindtemplates.js +4 -0
  145. package/models/operations/templatefindtemplates.js.map +1 -1
  146. package/models/operations/templategetmany.d.ts +4 -0
  147. package/models/operations/templategetmany.d.ts.map +1 -1
  148. package/models/operations/templategetmany.js +4 -0
  149. package/models/operations/templategetmany.js.map +1 -1
  150. package/models/operations/templategettemplatebyid.d.ts +6 -0
  151. package/models/operations/templategettemplatebyid.d.ts.map +1 -1
  152. package/models/operations/templategettemplatebyid.js +6 -0
  153. package/models/operations/templategettemplatebyid.js.map +1 -1
  154. package/models/operations/templateupdatetemplate.d.ts +2 -0
  155. package/models/operations/templateupdatetemplate.d.ts.map +1 -1
  156. package/models/operations/templateupdatetemplate.js +2 -0
  157. package/models/operations/templateupdatetemplate.js.map +1 -1
  158. package/package.json +4 -4
  159. package/sdk/documents.d.ts +2 -0
  160. package/sdk/documents.d.ts.map +1 -1
  161. package/sdk/documents.js +2 -0
  162. package/sdk/documents.js.map +1 -1
  163. package/src/funcs/documentsCreateV0.ts +2 -0
  164. package/src/lib/config.ts +3 -3
  165. package/src/mcp-server/mcp-server.ts +1 -1
  166. package/src/mcp-server/server.ts +1 -1
  167. package/src/models/operations/documentcreate.ts +207 -0
  168. package/src/models/operations/documentcreatedocumenttemporary.ts +414 -0
  169. package/src/models/operations/documentdistribute.ts +4 -0
  170. package/src/models/operations/documentfind.ts +8 -0
  171. package/src/models/operations/documentget.ts +199 -0
  172. package/src/models/operations/documentgetmany.ts +8 -0
  173. package/src/models/operations/documentupdate.ts +207 -0
  174. package/src/models/operations/envelopeauditlogfind.ts +142 -2
  175. package/src/models/operations/envelopecreate.ts +207 -0
  176. package/src/models/operations/envelopedistribute.ts +4 -0
  177. package/src/models/operations/envelopefieldcreatemany.ts +3393 -859
  178. package/src/models/operations/envelopefind.ts +8 -0
  179. package/src/models/operations/envelopeget.ts +199 -0
  180. package/src/models/operations/envelopegetmany.ts +213 -0
  181. package/src/models/operations/enveloperecipientcreatemany.ts +8 -0
  182. package/src/models/operations/enveloperecipientget.ts +8 -0
  183. package/src/models/operations/enveloperecipientupdatemany.ts +8 -0
  184. package/src/models/operations/envelopeupdate.ts +207 -0
  185. package/src/models/operations/envelopeuse.ts +193 -0
  186. package/src/models/operations/recipientcreatedocumentrecipient.ts +8 -0
  187. package/src/models/operations/recipientcreatedocumentrecipients.ts +8 -0
  188. package/src/models/operations/recipientcreatetemplaterecipient.ts +8 -0
  189. package/src/models/operations/recipientcreatetemplaterecipients.ts +8 -0
  190. package/src/models/operations/recipientgetdocumentrecipient.ts +8 -0
  191. package/src/models/operations/recipientgettemplaterecipient.ts +8 -0
  192. package/src/models/operations/recipientupdatedocumentrecipient.ts +8 -0
  193. package/src/models/operations/recipientupdatedocumentrecipients.ts +8 -0
  194. package/src/models/operations/recipientupdatetemplaterecipient.ts +8 -0
  195. package/src/models/operations/recipientupdatetemplaterecipients.ts +8 -0
  196. package/src/models/operations/templatecreatedocumentfromtemplate.ts +472 -0
  197. package/src/models/operations/templatecreatetemplate.ts +4 -0
  198. package/src/models/operations/templatecreatetemplatetemporary.ts +16 -0
  199. package/src/models/operations/templatefindtemplates.ts +8 -0
  200. package/src/models/operations/templategetmany.ts +8 -0
  201. package/src/models/operations/templategettemplatebyid.ts +12 -0
  202. package/src/models/operations/templateupdatetemplate.ts +4 -0
  203. package/src/sdk/documents.ts +2 -0
@@ -37,15 +37,19 @@ var __importStar = (this && this.__importStar) || (function () {
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.EnvelopeAuditLogFindRequest$outboundSchema = exports.EnvelopeAuditLogFindRequest$inboundSchema = exports.EnvelopeAuditLogFindOrderByDirection$outboundSchema = exports.EnvelopeAuditLogFindOrderByDirection$inboundSchema = exports.EnvelopeAuditLogFindOrderByColumn$outboundSchema = exports.EnvelopeAuditLogFindOrderByColumn$inboundSchema = exports.EmailType = exports.EnvelopeAuditLogFindTypeEnum = exports.FieldType = exports.FieldSecurityType1 = exports.EnvelopeAuditLogFindTypeInitials1 = exports.EnvelopeAuditLogFindTypeEmailEnum1 = exports.EnvelopeAuditLogFindTypeDate1 = exports.EnvelopeAuditLogFindTypeNameEnum1 = exports.EnvelopeAuditLogFindTypeText1 = exports.EnvelopeAuditLogFindTypeSignature1 = exports.EnvelopeAuditLogFindTypeFreeSignature1 = exports.EnvelopeAuditLogFindTypeRadio1 = exports.EnvelopeAuditLogFindTypeCheckbox1 = exports.EnvelopeAuditLogFindTypeDropdown1 = exports.EnvelopeAuditLogFindTypeNumber1 = exports.FieldEnum = exports.FieldSecurityType2 = exports.EnvelopeAuditLogFindTypeInitials2 = exports.EnvelopeAuditLogFindTypeEmailEnum2 = exports.EnvelopeAuditLogFindTypeDate2 = exports.EnvelopeAuditLogFindTypeNameEnum2 = exports.EnvelopeAuditLogFindTypeText2 = exports.EnvelopeAuditLogFindTypeSignature2 = exports.EnvelopeAuditLogFindTypeFreeSignature2 = exports.EnvelopeAuditLogFindTypeRadio2 = exports.EnvelopeAuditLogFindTypeCheckbox2 = exports.EnvelopeAuditLogFindTypeDropdown2 = exports.EnvelopeAuditLogFindTypeNumber2 = exports.TypeDateFormat = exports.TypeMessage = exports.TypeRedirectURL = exports.TypeSubject = exports.TypeTimezone = exports.TypeEmailID = exports.TypeEmailReplyTo = exports.TypeEmailSettings = exports.TypePassword = exports.EnvelopeAuditLogFindAccessAuth1 = exports.EnvelopeAuditLogFindAccessAuth2 = exports.EnvelopeAuditLogFindActionAuth1 = exports.EnvelopeAuditLogFindActionAuth2 = exports.EnvelopeAuditLogFindAccessAuth3 = exports.EnvelopeAuditLogFindOrderByDirection = exports.EnvelopeAuditLogFindOrderByColumn = void 0;
40
- exports.ChangeFrom2$outboundSchema = exports.ChangeFrom2$inboundSchema = exports.DataRecipientCreated$outboundSchema = exports.DataRecipientCreated$inboundSchema = exports.EnvelopeAuditLogFindData30$outboundSchema = exports.EnvelopeAuditLogFindData30$inboundSchema = exports.EnvelopeAuditLogFindActionAuth2$outboundSchema = exports.EnvelopeAuditLogFindActionAuth2$inboundSchema = exports.EnvelopeAuditLogFindAccessAuth3$outboundSchema = exports.EnvelopeAuditLogFindAccessAuth3$inboundSchema = exports.DataRecipientUpdated$outboundSchema = exports.DataRecipientUpdated$inboundSchema = exports.EnvelopeAuditLogFindData31$outboundSchema = exports.EnvelopeAuditLogFindData31$inboundSchema = exports.ChangeUnion3$outboundSchema = exports.ChangeUnion3$inboundSchema = exports.ChangeActionAuth$outboundSchema = exports.ChangeActionAuth$inboundSchema = exports.ChangeToUnion1$outboundSchema = exports.ChangeToUnion1$inboundSchema = exports.ChangeFromUnion1$outboundSchema = exports.ChangeFromUnion1$inboundSchema = exports.ChangeAccessAuth$outboundSchema = exports.ChangeAccessAuth$inboundSchema = exports.ChangeToUnion2$outboundSchema = exports.ChangeToUnion2$inboundSchema = exports.ChangeFromUnion2$outboundSchema = exports.ChangeFromUnion2$inboundSchema = exports.ChangeName$outboundSchema = exports.ChangeName$inboundSchema = exports.ChangeToUnion3$outboundSchema = exports.ChangeToUnion3$inboundSchema = exports.ChangeFromUnion3$outboundSchema = exports.ChangeFromUnion3$inboundSchema = exports.ChangeRole$outboundSchema = exports.ChangeRole$inboundSchema = exports.ChangeToUnion4$outboundSchema = exports.ChangeToUnion4$inboundSchema = exports.ChangeFromUnion4$outboundSchema = exports.ChangeFromUnion4$inboundSchema = exports.ChangeEmail$outboundSchema = exports.ChangeEmail$inboundSchema = exports.ChangeToUnion5$outboundSchema = exports.ChangeToUnion5$inboundSchema = exports.ChangeFromUnion5$outboundSchema = exports.ChangeFromUnion5$inboundSchema = exports.DataRecipientDeleted$outboundSchema = exports.DataRecipientDeleted$inboundSchema = exports.EnvelopeAuditLogFindData32$outboundSchema = exports.EnvelopeAuditLogFindData32$inboundSchema = void 0;
41
- exports.EnvelopeAuditLogFindData20$outboundSchema = exports.EnvelopeAuditLogFindData20$inboundSchema = exports.DataDocumentAccessAuth2FaRequested$outboundSchema = exports.DataDocumentAccessAuth2FaRequested$inboundSchema = exports.EnvelopeAuditLogFindData21$outboundSchema = exports.EnvelopeAuditLogFindData21$inboundSchema = exports.DataDocumentAccessAuth2FaValidated$outboundSchema = exports.DataDocumentAccessAuth2FaValidated$inboundSchema = exports.EnvelopeAuditLogFindData22$outboundSchema = exports.EnvelopeAuditLogFindData22$inboundSchema = exports.DataDocumentAccessAuth2FaFailed$outboundSchema = exports.DataDocumentAccessAuth2FaFailed$inboundSchema = exports.EnvelopeAuditLogFindData23$outboundSchema = exports.EnvelopeAuditLogFindData23$inboundSchema = exports.DataDocumentSent$outboundSchema = exports.DataDocumentSent$inboundSchema = exports.EnvelopeAuditLogFindData24$outboundSchema = exports.EnvelopeAuditLogFindData24$inboundSchema = exports.DataDocumentTitleUpdated$outboundSchema = exports.DataDocumentTitleUpdated$inboundSchema = exports.EnvelopeAuditLogFindData25$outboundSchema = exports.EnvelopeAuditLogFindData25$inboundSchema = exports.DataDocumentExternalIDUpdated$outboundSchema = exports.DataDocumentExternalIDUpdated$inboundSchema = exports.EnvelopeAuditLogFindData26$outboundSchema = exports.EnvelopeAuditLogFindData26$inboundSchema = exports.DataFieldCreated$outboundSchema = exports.DataFieldCreated$inboundSchema = exports.EnvelopeAuditLogFindData27$outboundSchema = exports.EnvelopeAuditLogFindData27$inboundSchema = exports.DataFieldDeleted$outboundSchema = exports.DataFieldDeleted$inboundSchema = exports.EnvelopeAuditLogFindData28$outboundSchema = exports.EnvelopeAuditLogFindData28$inboundSchema = exports.DataFieldUpdated$outboundSchema = exports.DataFieldUpdated$inboundSchema = exports.EnvelopeAuditLogFindData29$outboundSchema = exports.EnvelopeAuditLogFindData29$inboundSchema = exports.ChangeUnion2$outboundSchema = exports.ChangeUnion2$inboundSchema = exports.ChangeDimension$outboundSchema = exports.ChangeDimension$inboundSchema = exports.ChangeTo1$outboundSchema = exports.ChangeTo1$inboundSchema = exports.ChangeFrom1$outboundSchema = exports.ChangeFrom1$inboundSchema = exports.ChangePosition$outboundSchema = exports.ChangePosition$inboundSchema = exports.ChangeTo2$outboundSchema = exports.ChangeTo2$inboundSchema = void 0;
42
- exports.DataDocumentMetaUpdated$outboundSchema = exports.DataDocumentMetaUpdated$inboundSchema = exports.EnvelopeAuditLogFindData16$outboundSchema = exports.EnvelopeAuditLogFindData16$inboundSchema = exports.ChangeUnion1$outboundSchema = exports.ChangeUnion1$inboundSchema = exports.Change$outboundSchema = exports.Change$inboundSchema = exports.ChangeTypeUnion$outboundSchema = exports.ChangeTypeUnion$inboundSchema = exports.TypeDateFormat$outboundSchema = exports.TypeDateFormat$inboundSchema = exports.TypeMessage$outboundSchema = exports.TypeMessage$inboundSchema = exports.TypeRedirectURL$outboundSchema = exports.TypeRedirectURL$inboundSchema = exports.TypeSubject$outboundSchema = exports.TypeSubject$inboundSchema = exports.TypeTimezone$outboundSchema = exports.TypeTimezone$inboundSchema = exports.TypeEmailID$outboundSchema = exports.TypeEmailID$inboundSchema = exports.TypeEmailReplyTo$outboundSchema = exports.TypeEmailReplyTo$inboundSchema = exports.TypeEmailSettings$outboundSchema = exports.TypeEmailSettings$inboundSchema = exports.ChangePassword$outboundSchema = exports.ChangePassword$inboundSchema = exports.TypePassword$outboundSchema = exports.TypePassword$inboundSchema = exports.DataDocumentOpened$outboundSchema = exports.DataDocumentOpened$inboundSchema = exports.EnvelopeAuditLogFindData17$outboundSchema = exports.EnvelopeAuditLogFindData17$inboundSchema = exports.EnvelopeAuditLogFindAccessAuth1$outboundSchema = exports.EnvelopeAuditLogFindAccessAuth1$inboundSchema = exports.DataDocumentViewed$outboundSchema = exports.DataDocumentViewed$inboundSchema = exports.EnvelopeAuditLogFindData18$outboundSchema = exports.EnvelopeAuditLogFindData18$inboundSchema = exports.EnvelopeAuditLogFindAccessAuth2$outboundSchema = exports.EnvelopeAuditLogFindAccessAuth2$inboundSchema = exports.DataDocumentRecipientCompleted$outboundSchema = exports.DataDocumentRecipientCompleted$inboundSchema = exports.EnvelopeAuditLogFindData19$outboundSchema = exports.EnvelopeAuditLogFindData19$inboundSchema = exports.EnvelopeAuditLogFindActionAuth1$outboundSchema = exports.EnvelopeAuditLogFindActionAuth1$inboundSchema = exports.DataDocumentRecipientRejected$outboundSchema = exports.DataDocumentRecipientRejected$inboundSchema = void 0;
43
- exports.EnvelopeAuditLogFindTypeText2$outboundSchema = exports.EnvelopeAuditLogFindTypeText2$inboundSchema = exports.EnvelopeAuditLogFindField3$outboundSchema = exports.EnvelopeAuditLogFindField3$inboundSchema = exports.FieldTypeUnion2$outboundSchema = exports.FieldTypeUnion2$inboundSchema = exports.EnvelopeAuditLogFindTypeSignature2$outboundSchema = exports.EnvelopeAuditLogFindTypeSignature2$inboundSchema = exports.EnvelopeAuditLogFindTypeFreeSignature2$outboundSchema = exports.EnvelopeAuditLogFindTypeFreeSignature2$inboundSchema = exports.EnvelopeAuditLogFindFieldRadio2$outboundSchema = exports.EnvelopeAuditLogFindFieldRadio2$inboundSchema = exports.EnvelopeAuditLogFindTypeRadio2$outboundSchema = exports.EnvelopeAuditLogFindTypeRadio2$inboundSchema = exports.EnvelopeAuditLogFindFieldCheckbox2$outboundSchema = exports.EnvelopeAuditLogFindFieldCheckbox2$inboundSchema = exports.EnvelopeAuditLogFindTypeCheckbox2$outboundSchema = exports.EnvelopeAuditLogFindTypeCheckbox2$inboundSchema = exports.EnvelopeAuditLogFindFieldDropdown2$outboundSchema = exports.EnvelopeAuditLogFindFieldDropdown2$inboundSchema = exports.EnvelopeAuditLogFindTypeDropdown2$outboundSchema = exports.EnvelopeAuditLogFindTypeDropdown2$inboundSchema = exports.EnvelopeAuditLogFindFieldNumber2$outboundSchema = exports.EnvelopeAuditLogFindFieldNumber2$inboundSchema = exports.EnvelopeAuditLogFindTypeNumber2$outboundSchema = exports.EnvelopeAuditLogFindTypeNumber2$inboundSchema = exports.DataDocumentVisibilityUpdated$outboundSchema = exports.DataDocumentVisibilityUpdated$inboundSchema = exports.EnvelopeAuditLogFindData13$outboundSchema = exports.EnvelopeAuditLogFindData13$inboundSchema = exports.ToUnion1$outboundSchema = exports.ToUnion1$inboundSchema = exports.FromUnion1$outboundSchema = exports.FromUnion1$inboundSchema = exports.DataDocumentGlobalAuthAccessUpdated$outboundSchema = exports.DataDocumentGlobalAuthAccessUpdated$inboundSchema = exports.EnvelopeAuditLogFindData14$outboundSchema = exports.EnvelopeAuditLogFindData14$inboundSchema = exports.ToUnion2$outboundSchema = exports.ToUnion2$inboundSchema = exports.FromUnion2$outboundSchema = exports.FromUnion2$inboundSchema = exports.DataDocumentGlobalAuthActionUpdated$outboundSchema = exports.DataDocumentGlobalAuthActionUpdated$inboundSchema = exports.EnvelopeAuditLogFindData15$outboundSchema = exports.EnvelopeAuditLogFindData15$inboundSchema = exports.ToUnion3$outboundSchema = exports.ToUnion3$inboundSchema = exports.FromUnion3$outboundSchema = exports.FromUnion3$inboundSchema = void 0;
44
- exports.EnvelopeAuditLogFindFieldRadio1$outboundSchema = exports.EnvelopeAuditLogFindFieldRadio1$inboundSchema = exports.EnvelopeAuditLogFindTypeRadio1$outboundSchema = exports.EnvelopeAuditLogFindTypeRadio1$inboundSchema = exports.EnvelopeAuditLogFindFieldCheckbox1$outboundSchema = exports.EnvelopeAuditLogFindFieldCheckbox1$inboundSchema = exports.EnvelopeAuditLogFindTypeCheckbox1$outboundSchema = exports.EnvelopeAuditLogFindTypeCheckbox1$inboundSchema = exports.EnvelopeAuditLogFindFieldDropdown1$outboundSchema = exports.EnvelopeAuditLogFindFieldDropdown1$inboundSchema = exports.EnvelopeAuditLogFindTypeDropdown1$outboundSchema = exports.EnvelopeAuditLogFindTypeDropdown1$inboundSchema = exports.EnvelopeAuditLogFindFieldNumber1$outboundSchema = exports.EnvelopeAuditLogFindFieldNumber1$inboundSchema = exports.EnvelopeAuditLogFindTypeNumber1$outboundSchema = exports.EnvelopeAuditLogFindTypeNumber1$inboundSchema = exports.DataDocumentFieldUninserted$outboundSchema = exports.DataDocumentFieldUninserted$inboundSchema = exports.EnvelopeAuditLogFindData11$outboundSchema = exports.EnvelopeAuditLogFindData11$inboundSchema = exports.FieldEnum$outboundSchema = exports.FieldEnum$inboundSchema = exports.DataDocumentFieldPrefilled$outboundSchema = exports.DataDocumentFieldPrefilled$inboundSchema = exports.EnvelopeAuditLogFindData12$outboundSchema = exports.EnvelopeAuditLogFindData12$inboundSchema = exports.FieldSecurity2$outboundSchema = exports.FieldSecurity2$inboundSchema = exports.FieldSecurityType2$outboundSchema = exports.FieldSecurityType2$inboundSchema = exports.EnvelopeAuditLogFindFieldUnion2$outboundSchema = exports.EnvelopeAuditLogFindFieldUnion2$inboundSchema = exports.EnvelopeAuditLogFindFieldInitials2$outboundSchema = exports.EnvelopeAuditLogFindFieldInitials2$inboundSchema = exports.EnvelopeAuditLogFindTypeInitials2$outboundSchema = exports.EnvelopeAuditLogFindTypeInitials2$inboundSchema = exports.EnvelopeAuditLogFindFieldEmail2$outboundSchema = exports.EnvelopeAuditLogFindFieldEmail2$inboundSchema = exports.EnvelopeAuditLogFindTypeEmailEnum2$outboundSchema = exports.EnvelopeAuditLogFindTypeEmailEnum2$inboundSchema = exports.EnvelopeAuditLogFindFieldDate2$outboundSchema = exports.EnvelopeAuditLogFindFieldDate2$inboundSchema = exports.EnvelopeAuditLogFindTypeDate2$outboundSchema = exports.EnvelopeAuditLogFindTypeDate2$inboundSchema = exports.EnvelopeAuditLogFindFieldName2$outboundSchema = exports.EnvelopeAuditLogFindFieldName2$inboundSchema = exports.EnvelopeAuditLogFindTypeNameEnum2$outboundSchema = exports.EnvelopeAuditLogFindTypeNameEnum2$inboundSchema = exports.EnvelopeAuditLogFindFieldText2$outboundSchema = exports.EnvelopeAuditLogFindFieldText2$inboundSchema = void 0;
45
- exports.DataDocumentDelegatedOwnerCreated$outboundSchema = exports.DataDocumentDelegatedOwnerCreated$inboundSchema = exports.EnvelopeAuditLogFindData8$outboundSchema = exports.EnvelopeAuditLogFindData8$inboundSchema = exports.DataDocumentFieldsAutoInserted$outboundSchema = exports.DataDocumentFieldsAutoInserted$inboundSchema = exports.EnvelopeAuditLogFindData9$outboundSchema = exports.EnvelopeAuditLogFindData9$inboundSchema = exports.EnvelopeAuditLogFindField1$outboundSchema = exports.EnvelopeAuditLogFindField1$inboundSchema = exports.FieldType$outboundSchema = exports.FieldType$inboundSchema = exports.DataDocumentFieldInserted$outboundSchema = exports.DataDocumentFieldInserted$inboundSchema = exports.EnvelopeAuditLogFindData10$outboundSchema = exports.EnvelopeAuditLogFindData10$inboundSchema = exports.FieldSecurity1$outboundSchema = exports.FieldSecurity1$inboundSchema = exports.FieldSecurityType1$outboundSchema = exports.FieldSecurityType1$inboundSchema = exports.EnvelopeAuditLogFindFieldUnion1$outboundSchema = exports.EnvelopeAuditLogFindFieldUnion1$inboundSchema = exports.EnvelopeAuditLogFindFieldInitials1$outboundSchema = exports.EnvelopeAuditLogFindFieldInitials1$inboundSchema = exports.EnvelopeAuditLogFindTypeInitials1$outboundSchema = exports.EnvelopeAuditLogFindTypeInitials1$inboundSchema = exports.EnvelopeAuditLogFindFieldEmail1$outboundSchema = exports.EnvelopeAuditLogFindFieldEmail1$inboundSchema = exports.EnvelopeAuditLogFindTypeEmailEnum1$outboundSchema = exports.EnvelopeAuditLogFindTypeEmailEnum1$inboundSchema = exports.EnvelopeAuditLogFindFieldDate1$outboundSchema = exports.EnvelopeAuditLogFindFieldDate1$inboundSchema = exports.EnvelopeAuditLogFindTypeDate1$outboundSchema = exports.EnvelopeAuditLogFindTypeDate1$inboundSchema = exports.EnvelopeAuditLogFindFieldName1$outboundSchema = exports.EnvelopeAuditLogFindFieldName1$inboundSchema = exports.EnvelopeAuditLogFindTypeNameEnum1$outboundSchema = exports.EnvelopeAuditLogFindTypeNameEnum1$inboundSchema = exports.EnvelopeAuditLogFindFieldText1$outboundSchema = exports.EnvelopeAuditLogFindFieldText1$inboundSchema = exports.EnvelopeAuditLogFindTypeText1$outboundSchema = exports.EnvelopeAuditLogFindTypeText1$inboundSchema = exports.EnvelopeAuditLogFindField2$outboundSchema = exports.EnvelopeAuditLogFindField2$inboundSchema = exports.FieldTypeUnion1$outboundSchema = exports.FieldTypeUnion1$inboundSchema = exports.EnvelopeAuditLogFindTypeSignature1$outboundSchema = exports.EnvelopeAuditLogFindTypeSignature1$inboundSchema = exports.EnvelopeAuditLogFindTypeFreeSignature1$outboundSchema = exports.EnvelopeAuditLogFindTypeFreeSignature1$inboundSchema = void 0;
46
- exports.EnvelopeAuditLogFindResponse$outboundSchema = exports.EnvelopeAuditLogFindResponse$inboundSchema = exports.EnvelopeAuditLogFindDataUnion$outboundSchema = exports.EnvelopeAuditLogFindDataUnion$inboundSchema = exports.DataEnvelopeItemCreated$outboundSchema = exports.DataEnvelopeItemCreated$inboundSchema = exports.EnvelopeAuditLogFindData1$outboundSchema = exports.EnvelopeAuditLogFindData1$inboundSchema = exports.DataEnvelopeItemDeleted$outboundSchema = exports.DataEnvelopeItemDeleted$inboundSchema = exports.EnvelopeAuditLogFindData2$outboundSchema = exports.EnvelopeAuditLogFindData2$inboundSchema = exports.DataEmailSent$outboundSchema = exports.DataEmailSent$inboundSchema = exports.EnvelopeAuditLogFindData3$outboundSchema = exports.EnvelopeAuditLogFindData3$inboundSchema = exports.EmailType$outboundSchema = exports.EmailType$inboundSchema = exports.DataDocumentCompleted$outboundSchema = exports.DataDocumentCompleted$inboundSchema = exports.EnvelopeAuditLogFindData4$outboundSchema = exports.EnvelopeAuditLogFindData4$inboundSchema = exports.DataDocumentCreated$outboundSchema = exports.DataDocumentCreated$inboundSchema = exports.EnvelopeAuditLogFindData5$outboundSchema = exports.EnvelopeAuditLogFindData5$inboundSchema = exports.Source$outboundSchema = exports.Source$inboundSchema = exports.EnvelopeAuditLogFindSourceDocument$outboundSchema = exports.EnvelopeAuditLogFindSourceDocument$inboundSchema = exports.SourceTemplate$outboundSchema = exports.SourceTemplate$inboundSchema = exports.SourceTemplateDirectLink$outboundSchema = exports.SourceTemplateDirectLink$inboundSchema = exports.DataDocumentDeleted$outboundSchema = exports.DataDocumentDeleted$inboundSchema = exports.EnvelopeAuditLogFindData6$outboundSchema = exports.EnvelopeAuditLogFindData6$inboundSchema = exports.EnvelopeAuditLogFindTypeEnum$outboundSchema = exports.EnvelopeAuditLogFindTypeEnum$inboundSchema = exports.DataDocumentMovedToTeam$outboundSchema = exports.DataDocumentMovedToTeam$inboundSchema = exports.EnvelopeAuditLogFindData7$outboundSchema = exports.EnvelopeAuditLogFindData7$inboundSchema = void 0;
40
+ exports.EnvelopeAuditLogFindData30$outboundSchema = exports.EnvelopeAuditLogFindData30$inboundSchema = exports.EnvelopeAuditLogFindActionAuth2$outboundSchema = exports.EnvelopeAuditLogFindActionAuth2$inboundSchema = exports.EnvelopeAuditLogFindAccessAuth3$outboundSchema = exports.EnvelopeAuditLogFindAccessAuth3$inboundSchema = exports.DataRecipientUpdated$outboundSchema = exports.DataRecipientUpdated$inboundSchema = exports.EnvelopeAuditLogFindData31$outboundSchema = exports.EnvelopeAuditLogFindData31$inboundSchema = exports.ChangeUnion3$outboundSchema = exports.ChangeUnion3$inboundSchema = exports.ChangeActionAuth$outboundSchema = exports.ChangeActionAuth$inboundSchema = exports.ChangeToUnion1$outboundSchema = exports.ChangeToUnion1$inboundSchema = exports.ChangeFromUnion1$outboundSchema = exports.ChangeFromUnion1$inboundSchema = exports.ChangeAccessAuth$outboundSchema = exports.ChangeAccessAuth$inboundSchema = exports.ChangeToUnion2$outboundSchema = exports.ChangeToUnion2$inboundSchema = exports.ChangeFromUnion2$outboundSchema = exports.ChangeFromUnion2$inboundSchema = exports.ChangeName$outboundSchema = exports.ChangeName$inboundSchema = exports.ChangeToUnion3$outboundSchema = exports.ChangeToUnion3$inboundSchema = exports.ChangeFromUnion3$outboundSchema = exports.ChangeFromUnion3$inboundSchema = exports.ChangeRole$outboundSchema = exports.ChangeRole$inboundSchema = exports.ChangeToUnion4$outboundSchema = exports.ChangeToUnion4$inboundSchema = exports.ChangeFromUnion4$outboundSchema = exports.ChangeFromUnion4$inboundSchema = exports.ChangeEmail$outboundSchema = exports.ChangeEmail$inboundSchema = exports.ChangeToUnion5$outboundSchema = exports.ChangeToUnion5$inboundSchema = exports.ChangeFromUnion5$outboundSchema = exports.ChangeFromUnion5$inboundSchema = exports.DataRecipientDeleted$outboundSchema = exports.DataRecipientDeleted$inboundSchema = exports.EnvelopeAuditLogFindData32$outboundSchema = exports.EnvelopeAuditLogFindData32$inboundSchema = exports.DataDocumentRecipientExpired$outboundSchema = exports.DataDocumentRecipientExpired$inboundSchema = exports.EnvelopeAuditLogFindData33$outboundSchema = exports.EnvelopeAuditLogFindData33$inboundSchema = void 0;
41
+ exports.EnvelopeAuditLogFindData21$outboundSchema = exports.EnvelopeAuditLogFindData21$inboundSchema = exports.DataDocumentAccessAuth2FaValidated$outboundSchema = exports.DataDocumentAccessAuth2FaValidated$inboundSchema = exports.EnvelopeAuditLogFindData22$outboundSchema = exports.EnvelopeAuditLogFindData22$inboundSchema = exports.DataDocumentAccessAuth2FaFailed$outboundSchema = exports.DataDocumentAccessAuth2FaFailed$inboundSchema = exports.EnvelopeAuditLogFindData23$outboundSchema = exports.EnvelopeAuditLogFindData23$inboundSchema = exports.DataDocumentSent$outboundSchema = exports.DataDocumentSent$inboundSchema = exports.EnvelopeAuditLogFindData24$outboundSchema = exports.EnvelopeAuditLogFindData24$inboundSchema = exports.DataDocumentTitleUpdated$outboundSchema = exports.DataDocumentTitleUpdated$inboundSchema = exports.EnvelopeAuditLogFindData25$outboundSchema = exports.EnvelopeAuditLogFindData25$inboundSchema = exports.DataDocumentExternalIDUpdated$outboundSchema = exports.DataDocumentExternalIDUpdated$inboundSchema = exports.EnvelopeAuditLogFindData26$outboundSchema = exports.EnvelopeAuditLogFindData26$inboundSchema = exports.DataFieldCreated$outboundSchema = exports.DataFieldCreated$inboundSchema = exports.EnvelopeAuditLogFindData27$outboundSchema = exports.EnvelopeAuditLogFindData27$inboundSchema = exports.DataFieldDeleted$outboundSchema = exports.DataFieldDeleted$inboundSchema = exports.EnvelopeAuditLogFindData28$outboundSchema = exports.EnvelopeAuditLogFindData28$inboundSchema = exports.DataFieldUpdated$outboundSchema = exports.DataFieldUpdated$inboundSchema = exports.EnvelopeAuditLogFindData29$outboundSchema = exports.EnvelopeAuditLogFindData29$inboundSchema = exports.ChangeUnion2$outboundSchema = exports.ChangeUnion2$inboundSchema = exports.ChangeDimension$outboundSchema = exports.ChangeDimension$inboundSchema = exports.ChangeTo1$outboundSchema = exports.ChangeTo1$inboundSchema = exports.ChangeFrom1$outboundSchema = exports.ChangeFrom1$inboundSchema = exports.ChangePosition$outboundSchema = exports.ChangePosition$inboundSchema = exports.ChangeTo2$outboundSchema = exports.ChangeTo2$inboundSchema = exports.ChangeFrom2$outboundSchema = exports.ChangeFrom2$inboundSchema = exports.DataRecipientCreated$outboundSchema = exports.DataRecipientCreated$inboundSchema = void 0;
42
+ exports.ChangeUnion1$outboundSchema = exports.ChangeUnion1$inboundSchema = exports.Change$outboundSchema = exports.Change$inboundSchema = exports.ChangeTypeUnion$outboundSchema = exports.ChangeTypeUnion$inboundSchema = exports.TypeDateFormat$outboundSchema = exports.TypeDateFormat$inboundSchema = exports.TypeMessage$outboundSchema = exports.TypeMessage$inboundSchema = exports.TypeRedirectURL$outboundSchema = exports.TypeRedirectURL$inboundSchema = exports.TypeSubject$outboundSchema = exports.TypeSubject$inboundSchema = exports.TypeTimezone$outboundSchema = exports.TypeTimezone$inboundSchema = exports.TypeEmailID$outboundSchema = exports.TypeEmailID$inboundSchema = exports.TypeEmailReplyTo$outboundSchema = exports.TypeEmailReplyTo$inboundSchema = exports.TypeEmailSettings$outboundSchema = exports.TypeEmailSettings$inboundSchema = exports.ChangePassword$outboundSchema = exports.ChangePassword$inboundSchema = exports.TypePassword$outboundSchema = exports.TypePassword$inboundSchema = exports.DataDocumentOpened$outboundSchema = exports.DataDocumentOpened$inboundSchema = exports.EnvelopeAuditLogFindData17$outboundSchema = exports.EnvelopeAuditLogFindData17$inboundSchema = exports.EnvelopeAuditLogFindAccessAuth1$outboundSchema = exports.EnvelopeAuditLogFindAccessAuth1$inboundSchema = exports.DataDocumentViewed$outboundSchema = exports.DataDocumentViewed$inboundSchema = exports.EnvelopeAuditLogFindData18$outboundSchema = exports.EnvelopeAuditLogFindData18$inboundSchema = exports.EnvelopeAuditLogFindAccessAuth2$outboundSchema = exports.EnvelopeAuditLogFindAccessAuth2$inboundSchema = exports.DataDocumentRecipientCompleted$outboundSchema = exports.DataDocumentRecipientCompleted$inboundSchema = exports.EnvelopeAuditLogFindData19$outboundSchema = exports.EnvelopeAuditLogFindData19$inboundSchema = exports.EnvelopeAuditLogFindActionAuth1$outboundSchema = exports.EnvelopeAuditLogFindActionAuth1$inboundSchema = exports.DataDocumentRecipientRejected$outboundSchema = exports.DataDocumentRecipientRejected$inboundSchema = exports.EnvelopeAuditLogFindData20$outboundSchema = exports.EnvelopeAuditLogFindData20$inboundSchema = exports.DataDocumentAccessAuth2FaRequested$outboundSchema = exports.DataDocumentAccessAuth2FaRequested$inboundSchema = void 0;
43
+ exports.FieldTypeUnion2$outboundSchema = exports.FieldTypeUnion2$inboundSchema = exports.EnvelopeAuditLogFindTypeSignature2$outboundSchema = exports.EnvelopeAuditLogFindTypeSignature2$inboundSchema = exports.EnvelopeAuditLogFindTypeFreeSignature2$outboundSchema = exports.EnvelopeAuditLogFindTypeFreeSignature2$inboundSchema = exports.EnvelopeAuditLogFindFieldRadio2$outboundSchema = exports.EnvelopeAuditLogFindFieldRadio2$inboundSchema = exports.EnvelopeAuditLogFindTypeRadio2$outboundSchema = exports.EnvelopeAuditLogFindTypeRadio2$inboundSchema = exports.EnvelopeAuditLogFindFieldCheckbox2$outboundSchema = exports.EnvelopeAuditLogFindFieldCheckbox2$inboundSchema = exports.EnvelopeAuditLogFindTypeCheckbox2$outboundSchema = exports.EnvelopeAuditLogFindTypeCheckbox2$inboundSchema = exports.EnvelopeAuditLogFindFieldDropdown2$outboundSchema = exports.EnvelopeAuditLogFindFieldDropdown2$inboundSchema = exports.EnvelopeAuditLogFindTypeDropdown2$outboundSchema = exports.EnvelopeAuditLogFindTypeDropdown2$inboundSchema = exports.EnvelopeAuditLogFindFieldNumber2$outboundSchema = exports.EnvelopeAuditLogFindFieldNumber2$inboundSchema = exports.EnvelopeAuditLogFindTypeNumber2$outboundSchema = exports.EnvelopeAuditLogFindTypeNumber2$inboundSchema = exports.DataDocumentVisibilityUpdated$outboundSchema = exports.DataDocumentVisibilityUpdated$inboundSchema = exports.EnvelopeAuditLogFindData13$outboundSchema = exports.EnvelopeAuditLogFindData13$inboundSchema = exports.ToUnion1$outboundSchema = exports.ToUnion1$inboundSchema = exports.FromUnion1$outboundSchema = exports.FromUnion1$inboundSchema = exports.DataDocumentGlobalAuthAccessUpdated$outboundSchema = exports.DataDocumentGlobalAuthAccessUpdated$inboundSchema = exports.EnvelopeAuditLogFindData14$outboundSchema = exports.EnvelopeAuditLogFindData14$inboundSchema = exports.ToUnion2$outboundSchema = exports.ToUnion2$inboundSchema = exports.FromUnion2$outboundSchema = exports.FromUnion2$inboundSchema = exports.DataDocumentGlobalAuthActionUpdated$outboundSchema = exports.DataDocumentGlobalAuthActionUpdated$inboundSchema = exports.EnvelopeAuditLogFindData15$outboundSchema = exports.EnvelopeAuditLogFindData15$inboundSchema = exports.ToUnion3$outboundSchema = exports.ToUnion3$inboundSchema = exports.FromUnion3$outboundSchema = exports.FromUnion3$inboundSchema = exports.DataDocumentMetaUpdated$outboundSchema = exports.DataDocumentMetaUpdated$inboundSchema = exports.EnvelopeAuditLogFindData16$outboundSchema = exports.EnvelopeAuditLogFindData16$inboundSchema = void 0;
44
+ exports.EnvelopeAuditLogFindFieldCheckbox1$outboundSchema = exports.EnvelopeAuditLogFindFieldCheckbox1$inboundSchema = exports.EnvelopeAuditLogFindTypeCheckbox1$outboundSchema = exports.EnvelopeAuditLogFindTypeCheckbox1$inboundSchema = exports.EnvelopeAuditLogFindFieldDropdown1$outboundSchema = exports.EnvelopeAuditLogFindFieldDropdown1$inboundSchema = exports.EnvelopeAuditLogFindTypeDropdown1$outboundSchema = exports.EnvelopeAuditLogFindTypeDropdown1$inboundSchema = exports.EnvelopeAuditLogFindFieldNumber1$outboundSchema = exports.EnvelopeAuditLogFindFieldNumber1$inboundSchema = exports.EnvelopeAuditLogFindTypeNumber1$outboundSchema = exports.EnvelopeAuditLogFindTypeNumber1$inboundSchema = exports.DataDocumentFieldUninserted$outboundSchema = exports.DataDocumentFieldUninserted$inboundSchema = exports.EnvelopeAuditLogFindData11$outboundSchema = exports.EnvelopeAuditLogFindData11$inboundSchema = exports.FieldEnum$outboundSchema = exports.FieldEnum$inboundSchema = exports.DataDocumentFieldPrefilled$outboundSchema = exports.DataDocumentFieldPrefilled$inboundSchema = exports.EnvelopeAuditLogFindData12$outboundSchema = exports.EnvelopeAuditLogFindData12$inboundSchema = exports.FieldSecurity2$outboundSchema = exports.FieldSecurity2$inboundSchema = exports.FieldSecurityType2$outboundSchema = exports.FieldSecurityType2$inboundSchema = exports.EnvelopeAuditLogFindFieldUnion2$outboundSchema = exports.EnvelopeAuditLogFindFieldUnion2$inboundSchema = exports.EnvelopeAuditLogFindFieldInitials2$outboundSchema = exports.EnvelopeAuditLogFindFieldInitials2$inboundSchema = exports.EnvelopeAuditLogFindTypeInitials2$outboundSchema = exports.EnvelopeAuditLogFindTypeInitials2$inboundSchema = exports.EnvelopeAuditLogFindFieldEmail2$outboundSchema = exports.EnvelopeAuditLogFindFieldEmail2$inboundSchema = exports.EnvelopeAuditLogFindTypeEmailEnum2$outboundSchema = exports.EnvelopeAuditLogFindTypeEmailEnum2$inboundSchema = exports.EnvelopeAuditLogFindFieldDate2$outboundSchema = exports.EnvelopeAuditLogFindFieldDate2$inboundSchema = exports.EnvelopeAuditLogFindTypeDate2$outboundSchema = exports.EnvelopeAuditLogFindTypeDate2$inboundSchema = exports.EnvelopeAuditLogFindFieldName2$outboundSchema = exports.EnvelopeAuditLogFindFieldName2$inboundSchema = exports.EnvelopeAuditLogFindTypeNameEnum2$outboundSchema = exports.EnvelopeAuditLogFindTypeNameEnum2$inboundSchema = exports.EnvelopeAuditLogFindFieldText2$outboundSchema = exports.EnvelopeAuditLogFindFieldText2$inboundSchema = exports.EnvelopeAuditLogFindTypeText2$outboundSchema = exports.EnvelopeAuditLogFindTypeText2$inboundSchema = exports.EnvelopeAuditLogFindField3$outboundSchema = exports.EnvelopeAuditLogFindField3$inboundSchema = void 0;
45
+ exports.DataDocumentFieldsAutoInserted$outboundSchema = exports.DataDocumentFieldsAutoInserted$inboundSchema = exports.EnvelopeAuditLogFindData9$outboundSchema = exports.EnvelopeAuditLogFindData9$inboundSchema = exports.EnvelopeAuditLogFindField1$outboundSchema = exports.EnvelopeAuditLogFindField1$inboundSchema = exports.FieldType$outboundSchema = exports.FieldType$inboundSchema = exports.DataDocumentFieldInserted$outboundSchema = exports.DataDocumentFieldInserted$inboundSchema = exports.EnvelopeAuditLogFindData10$outboundSchema = exports.EnvelopeAuditLogFindData10$inboundSchema = exports.FieldSecurity1$outboundSchema = exports.FieldSecurity1$inboundSchema = exports.FieldSecurityType1$outboundSchema = exports.FieldSecurityType1$inboundSchema = exports.EnvelopeAuditLogFindFieldUnion1$outboundSchema = exports.EnvelopeAuditLogFindFieldUnion1$inboundSchema = exports.EnvelopeAuditLogFindFieldInitials1$outboundSchema = exports.EnvelopeAuditLogFindFieldInitials1$inboundSchema = exports.EnvelopeAuditLogFindTypeInitials1$outboundSchema = exports.EnvelopeAuditLogFindTypeInitials1$inboundSchema = exports.EnvelopeAuditLogFindFieldEmail1$outboundSchema = exports.EnvelopeAuditLogFindFieldEmail1$inboundSchema = exports.EnvelopeAuditLogFindTypeEmailEnum1$outboundSchema = exports.EnvelopeAuditLogFindTypeEmailEnum1$inboundSchema = exports.EnvelopeAuditLogFindFieldDate1$outboundSchema = exports.EnvelopeAuditLogFindFieldDate1$inboundSchema = exports.EnvelopeAuditLogFindTypeDate1$outboundSchema = exports.EnvelopeAuditLogFindTypeDate1$inboundSchema = exports.EnvelopeAuditLogFindFieldName1$outboundSchema = exports.EnvelopeAuditLogFindFieldName1$inboundSchema = exports.EnvelopeAuditLogFindTypeNameEnum1$outboundSchema = exports.EnvelopeAuditLogFindTypeNameEnum1$inboundSchema = exports.EnvelopeAuditLogFindFieldText1$outboundSchema = exports.EnvelopeAuditLogFindFieldText1$inboundSchema = exports.EnvelopeAuditLogFindTypeText1$outboundSchema = exports.EnvelopeAuditLogFindTypeText1$inboundSchema = exports.EnvelopeAuditLogFindField2$outboundSchema = exports.EnvelopeAuditLogFindField2$inboundSchema = exports.FieldTypeUnion1$outboundSchema = exports.FieldTypeUnion1$inboundSchema = exports.EnvelopeAuditLogFindTypeSignature1$outboundSchema = exports.EnvelopeAuditLogFindTypeSignature1$inboundSchema = exports.EnvelopeAuditLogFindTypeFreeSignature1$outboundSchema = exports.EnvelopeAuditLogFindTypeFreeSignature1$inboundSchema = exports.EnvelopeAuditLogFindFieldRadio1$outboundSchema = exports.EnvelopeAuditLogFindFieldRadio1$inboundSchema = exports.EnvelopeAuditLogFindTypeRadio1$outboundSchema = exports.EnvelopeAuditLogFindTypeRadio1$inboundSchema = void 0;
46
+ exports.EnvelopeAuditLogFindResponse$outboundSchema = exports.EnvelopeAuditLogFindResponse$inboundSchema = exports.EnvelopeAuditLogFindDataUnion$outboundSchema = exports.EnvelopeAuditLogFindDataUnion$inboundSchema = exports.DataEnvelopeItemCreated$outboundSchema = exports.DataEnvelopeItemCreated$inboundSchema = exports.EnvelopeAuditLogFindData1$outboundSchema = exports.EnvelopeAuditLogFindData1$inboundSchema = exports.DataEnvelopeItemDeleted$outboundSchema = exports.DataEnvelopeItemDeleted$inboundSchema = exports.EnvelopeAuditLogFindData2$outboundSchema = exports.EnvelopeAuditLogFindData2$inboundSchema = exports.DataEmailSent$outboundSchema = exports.DataEmailSent$inboundSchema = exports.EnvelopeAuditLogFindData3$outboundSchema = exports.EnvelopeAuditLogFindData3$inboundSchema = exports.EmailType$outboundSchema = exports.EmailType$inboundSchema = exports.DataDocumentCompleted$outboundSchema = exports.DataDocumentCompleted$inboundSchema = exports.EnvelopeAuditLogFindData4$outboundSchema = exports.EnvelopeAuditLogFindData4$inboundSchema = exports.DataDocumentCreated$outboundSchema = exports.DataDocumentCreated$inboundSchema = exports.EnvelopeAuditLogFindData5$outboundSchema = exports.EnvelopeAuditLogFindData5$inboundSchema = exports.Source$outboundSchema = exports.Source$inboundSchema = exports.EnvelopeAuditLogFindSourceDocument$outboundSchema = exports.EnvelopeAuditLogFindSourceDocument$inboundSchema = exports.SourceTemplate$outboundSchema = exports.SourceTemplate$inboundSchema = exports.SourceTemplateDirectLink$outboundSchema = exports.SourceTemplateDirectLink$inboundSchema = exports.DataDocumentDeleted$outboundSchema = exports.DataDocumentDeleted$inboundSchema = exports.EnvelopeAuditLogFindData6$outboundSchema = exports.EnvelopeAuditLogFindData6$inboundSchema = exports.EnvelopeAuditLogFindTypeEnum$outboundSchema = exports.EnvelopeAuditLogFindTypeEnum$inboundSchema = exports.DataDocumentMovedToTeam$outboundSchema = exports.DataDocumentMovedToTeam$inboundSchema = exports.EnvelopeAuditLogFindData7$outboundSchema = exports.EnvelopeAuditLogFindData7$inboundSchema = exports.DataDocumentDelegatedOwnerCreated$outboundSchema = exports.DataDocumentDelegatedOwnerCreated$inboundSchema = exports.EnvelopeAuditLogFindData8$outboundSchema = exports.EnvelopeAuditLogFindData8$inboundSchema = void 0;
47
47
  exports.envelopeAuditLogFindRequestToJSON = envelopeAuditLogFindRequestToJSON;
48
48
  exports.envelopeAuditLogFindRequestFromJSON = envelopeAuditLogFindRequestFromJSON;
49
+ exports.envelopeAuditLogFindData33ToJSON = envelopeAuditLogFindData33ToJSON;
50
+ exports.envelopeAuditLogFindData33FromJSON = envelopeAuditLogFindData33FromJSON;
51
+ exports.dataDocumentRecipientExpiredToJSON = dataDocumentRecipientExpiredToJSON;
52
+ exports.dataDocumentRecipientExpiredFromJSON = dataDocumentRecipientExpiredFromJSON;
49
53
  exports.envelopeAuditLogFindData32ToJSON = envelopeAuditLogFindData32ToJSON;
50
54
  exports.envelopeAuditLogFindData32FromJSON = envelopeAuditLogFindData32FromJSON;
51
55
  exports.dataRecipientDeletedToJSON = dataRecipientDeletedToJSON;
@@ -519,6 +523,56 @@ function envelopeAuditLogFindRequestFromJSON(jsonString) {
519
523
  return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindRequest' from JSON`);
520
524
  }
521
525
  /** @internal */
526
+ exports.EnvelopeAuditLogFindData33$inboundSchema = z.object({
527
+ recipientEmail: z.string(),
528
+ recipientName: z.string(),
529
+ recipientId: z.number(),
530
+ });
531
+ /** @internal */
532
+ exports.EnvelopeAuditLogFindData33$outboundSchema = z.object({
533
+ recipientEmail: z.string(),
534
+ recipientName: z.string(),
535
+ recipientId: z.number(),
536
+ });
537
+ function envelopeAuditLogFindData33ToJSON(envelopeAuditLogFindData33) {
538
+ return JSON.stringify(exports.EnvelopeAuditLogFindData33$outboundSchema.parse(envelopeAuditLogFindData33));
539
+ }
540
+ function envelopeAuditLogFindData33FromJSON(jsonString) {
541
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData33$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData33' from JSON`);
542
+ }
543
+ /** @internal */
544
+ exports.DataDocumentRecipientExpired$inboundSchema = z.object({
545
+ type: z.literal("DOCUMENT_RECIPIENT_EXPIRED"),
546
+ data: z.lazy(() => exports.EnvelopeAuditLogFindData33$inboundSchema),
547
+ id: z.string(),
548
+ createdAt: z.string(),
549
+ envelopeId: z.string(),
550
+ name: z.nullable(z.string()).optional(),
551
+ email: z.nullable(z.string()).optional(),
552
+ userId: z.nullable(z.number()).optional(),
553
+ userAgent: z.nullable(z.string()).optional(),
554
+ ipAddress: z.nullable(z.string()).optional(),
555
+ });
556
+ /** @internal */
557
+ exports.DataDocumentRecipientExpired$outboundSchema = z.object({
558
+ type: z.literal("DOCUMENT_RECIPIENT_EXPIRED"),
559
+ data: z.lazy(() => exports.EnvelopeAuditLogFindData33$outboundSchema),
560
+ id: z.string(),
561
+ createdAt: z.string(),
562
+ envelopeId: z.string(),
563
+ name: z.nullable(z.string()).optional(),
564
+ email: z.nullable(z.string()).optional(),
565
+ userId: z.nullable(z.number()).optional(),
566
+ userAgent: z.nullable(z.string()).optional(),
567
+ ipAddress: z.nullable(z.string()).optional(),
568
+ });
569
+ function dataDocumentRecipientExpiredToJSON(dataDocumentRecipientExpired) {
570
+ return JSON.stringify(exports.DataDocumentRecipientExpired$outboundSchema.parse(dataDocumentRecipientExpired));
571
+ }
572
+ function dataDocumentRecipientExpiredFromJSON(jsonString) {
573
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentRecipientExpired$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentRecipientExpired' from JSON`);
574
+ }
575
+ /** @internal */
522
576
  exports.EnvelopeAuditLogFindData32$inboundSchema = z.object({
523
577
  recipientEmail: z.string(),
524
578
  recipientName: z.string(),
@@ -3446,6 +3500,7 @@ exports.EnvelopeAuditLogFindDataUnion$inboundSchema = z.union([
3446
3500
  z.lazy(() => exports.DataRecipientCreated$inboundSchema),
3447
3501
  z.lazy(() => exports.DataRecipientUpdated$inboundSchema),
3448
3502
  z.lazy(() => exports.DataRecipientDeleted$inboundSchema),
3503
+ z.lazy(() => exports.DataDocumentRecipientExpired$inboundSchema),
3449
3504
  ]);
3450
3505
  /** @internal */
3451
3506
  exports.EnvelopeAuditLogFindDataUnion$outboundSchema = z.union([
@@ -3481,6 +3536,7 @@ exports.EnvelopeAuditLogFindDataUnion$outboundSchema = z.union([
3481
3536
  z.lazy(() => exports.DataRecipientCreated$outboundSchema),
3482
3537
  z.lazy(() => exports.DataRecipientUpdated$outboundSchema),
3483
3538
  z.lazy(() => exports.DataRecipientDeleted$outboundSchema),
3539
+ z.lazy(() => exports.DataDocumentRecipientExpired$outboundSchema),
3484
3540
  ]);
3485
3541
  function envelopeAuditLogFindDataUnionToJSON(envelopeAuditLogFindDataUnion) {
3486
3542
  return JSON.stringify(exports.EnvelopeAuditLogFindDataUnion$outboundSchema.parse(envelopeAuditLogFindDataUnion));
@@ -3523,6 +3579,7 @@ exports.EnvelopeAuditLogFindResponse$inboundSchema = z.object({
3523
3579
  z.lazy(() => exports.DataRecipientCreated$inboundSchema),
3524
3580
  z.lazy(() => exports.DataRecipientUpdated$inboundSchema),
3525
3581
  z.lazy(() => exports.DataRecipientDeleted$inboundSchema),
3582
+ z.lazy(() => exports.DataDocumentRecipientExpired$inboundSchema),
3526
3583
  ])),
3527
3584
  count: z.number(),
3528
3585
  currentPage: z.number(),
@@ -3564,6 +3621,7 @@ exports.EnvelopeAuditLogFindResponse$outboundSchema = z.object({
3564
3621
  z.lazy(() => exports.DataRecipientCreated$outboundSchema),
3565
3622
  z.lazy(() => exports.DataRecipientUpdated$outboundSchema),
3566
3623
  z.lazy(() => exports.DataRecipientDeleted$outboundSchema),
3624
+ z.lazy(() => exports.DataDocumentRecipientExpired$outboundSchema),
3567
3625
  ])),
3568
3626
  count: z.number(),
3569
3627
  currentPage: z.number(),