@documenso/sdk-typescript 0.8.1 → 0.9.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.
- package/README.md +385 -360
- package/bin/mcp-server.js +3946 -1699
- package/bin/mcp-server.js.map +68 -57
- package/funcs/envelopeEnvelopeAuditLogDownloadPdf.d.ts +18 -0
- package/funcs/envelopeEnvelopeAuditLogDownloadPdf.d.ts.map +1 -0
- package/funcs/envelopeEnvelopeAuditLogDownloadPdf.js +127 -0
- package/funcs/envelopeEnvelopeAuditLogDownloadPdf.js.map +1 -0
- package/funcs/envelopeEnvelopeCancel.d.ts +15 -0
- package/funcs/envelopeEnvelopeCancel.d.ts.map +1 -0
- package/funcs/envelopeEnvelopeCancel.js +116 -0
- package/funcs/envelopeEnvelopeCancel.js.map +1 -0
- package/funcs/envelopeEnvelopeCertificateDownloadPdf.d.ts +18 -0
- package/funcs/envelopeEnvelopeCertificateDownloadPdf.d.ts.map +1 -0
- package/funcs/envelopeEnvelopeCertificateDownloadPdf.js +124 -0
- package/funcs/envelopeEnvelopeCertificateDownloadPdf.js.map +1 -0
- package/funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.d.ts +18 -0
- package/funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.d.ts.map +1 -0
- package/funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.js +125 -0
- package/funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.js.map +1 -0
- package/hooks/types.d.ts +1 -0
- package/hooks/types.d.ts.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/encodings.js +12 -12
- package/lib/encodings.js.map +1 -1
- package/lib/env.d.ts.map +1 -1
- package/lib/env.js +3 -3
- package/lib/env.js.map +1 -1
- package/lib/http.d.ts +1 -1
- package/lib/http.d.ts.map +1 -1
- package/lib/http.js +1 -1
- package/lib/http.js.map +1 -1
- package/lib/matchers.js +3 -3
- package/lib/matchers.js.map +1 -1
- package/lib/primitives.d.ts +1 -0
- package/lib/primitives.d.ts.map +1 -1
- package/lib/primitives.js +18 -0
- package/lib/primitives.js.map +1 -1
- package/lib/retries.js +7 -0
- package/lib/retries.js.map +1 -1
- package/lib/sdks.d.ts.map +1 -1
- package/lib/sdks.js +50 -16
- package/lib/sdks.js.map +1 -1
- package/lib/security.d.ts +5 -4
- package/lib/security.d.ts.map +1 -1
- package/lib/security.js +6 -7
- package/lib/security.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +9 -1
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/envelopeEnvelopeAuditLogDownloadPdf.d.ts +8 -0
- package/mcp-server/tools/envelopeEnvelopeAuditLogDownloadPdf.d.ts.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeAuditLogDownloadPdf.js +64 -0
- package/mcp-server/tools/envelopeEnvelopeAuditLogDownloadPdf.js.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeCancel.d.ts +8 -0
- package/mcp-server/tools/envelopeEnvelopeCancel.d.ts.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeCancel.js +62 -0
- package/mcp-server/tools/envelopeEnvelopeCancel.js.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeCertificateDownloadPdf.d.ts +8 -0
- package/mcp-server/tools/envelopeEnvelopeCertificateDownloadPdf.d.ts.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeCertificateDownloadPdf.js +64 -0
- package/mcp-server/tools/envelopeEnvelopeCertificateDownloadPdf.js.map +1 -0
- package/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.d.ts +8 -0
- package/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.d.ts.map +1 -0
- package/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.js +64 -0
- package/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.js.map +1 -0
- package/models/errors/envelopeauditlogdownloadpdf.d.ts +230 -0
- package/models/errors/envelopeauditlogdownloadpdf.d.ts.map +1 -0
- package/models/errors/envelopeauditlogdownloadpdf.js +318 -0
- package/models/errors/envelopeauditlogdownloadpdf.js.map +1 -0
- package/models/errors/envelopecancel.d.ts +185 -0
- package/models/errors/envelopecancel.d.ts.map +1 -0
- package/models/errors/envelopecancel.js +268 -0
- package/models/errors/envelopecancel.js.map +1 -0
- package/models/errors/envelopecertificatedownloadpdf.d.ts +230 -0
- package/models/errors/envelopecertificatedownloadpdf.d.ts.map +1 -0
- package/models/errors/envelopecertificatedownloadpdf.js +319 -0
- package/models/errors/envelopecertificatedownloadpdf.js.map +1 -0
- package/models/errors/enveloperecipientrejectonbehalfof.d.ts +185 -0
- package/models/errors/enveloperecipientrejectonbehalfof.d.ts.map +1 -0
- package/models/errors/enveloperecipientrejectonbehalfof.js +265 -0
- package/models/errors/enveloperecipientrejectonbehalfof.js.map +1 -0
- package/models/errors/index.d.ts +4 -0
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +4 -0
- package/models/errors/index.js.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.d.ts +1 -0
- package/models/operations/documentcreatedocumenttemporary.d.ts.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.js +1 -0
- package/models/operations/documentcreatedocumenttemporary.js.map +1 -1
- package/models/operations/documentdistribute.d.ts +1 -0
- package/models/operations/documentdistribute.d.ts.map +1 -1
- package/models/operations/documentdistribute.js +1 -0
- package/models/operations/documentdistribute.js.map +1 -1
- package/models/operations/documentfind.d.ts +2 -0
- package/models/operations/documentfind.d.ts.map +1 -1
- package/models/operations/documentfind.js +2 -0
- package/models/operations/documentfind.js.map +1 -1
- package/models/operations/documentget.d.ts +1 -0
- package/models/operations/documentget.d.ts.map +1 -1
- package/models/operations/documentget.js +1 -0
- package/models/operations/documentget.js.map +1 -1
- package/models/operations/documentgetmany.d.ts +1 -0
- package/models/operations/documentgetmany.d.ts.map +1 -1
- package/models/operations/documentgetmany.js +1 -0
- package/models/operations/documentgetmany.js.map +1 -1
- package/models/operations/documentupdate.d.ts +1 -0
- package/models/operations/documentupdate.d.ts.map +1 -1
- package/models/operations/documentupdate.js +1 -0
- package/models/operations/documentupdate.js.map +1 -1
- package/models/operations/envelopeauditlogdownloadpdf.d.ts +39 -0
- package/models/operations/envelopeauditlogdownloadpdf.d.ts.map +1 -0
- package/models/operations/envelopeauditlogdownloadpdf.js +87 -0
- package/models/operations/envelopeauditlogdownloadpdf.js.map +1 -0
- package/models/operations/envelopeauditlogfind.d.ts +591 -251
- package/models/operations/envelopeauditlogfind.d.ts.map +1 -1
- package/models/operations/envelopeauditlogfind.js +678 -278
- package/models/operations/envelopeauditlogfind.js.map +1 -1
- package/models/operations/envelopecancel.d.ts +35 -0
- package/models/operations/envelopecancel.d.ts.map +1 -0
- package/models/operations/envelopecancel.js +76 -0
- package/models/operations/envelopecancel.js.map +1 -0
- package/models/operations/envelopecertificatedownloadpdf.d.ts +39 -0
- package/models/operations/envelopecertificatedownloadpdf.d.ts.map +1 -0
- package/models/operations/envelopecertificatedownloadpdf.js +87 -0
- package/models/operations/envelopecertificatedownloadpdf.js.map +1 -0
- package/models/operations/envelopeduplicate.d.ts +4 -0
- package/models/operations/envelopeduplicate.d.ts.map +1 -1
- package/models/operations/envelopeduplicate.js +4 -0
- package/models/operations/envelopeduplicate.js.map +1 -1
- package/models/operations/envelopefind.d.ts +2 -0
- package/models/operations/envelopefind.d.ts.map +1 -1
- package/models/operations/envelopefind.js +2 -0
- package/models/operations/envelopefind.js.map +1 -1
- package/models/operations/envelopeget.d.ts +1 -0
- package/models/operations/envelopeget.d.ts.map +1 -1
- package/models/operations/envelopeget.js +1 -0
- package/models/operations/envelopeget.js.map +1 -1
- package/models/operations/envelopegetmany.d.ts +1 -0
- package/models/operations/envelopegetmany.d.ts.map +1 -1
- package/models/operations/envelopegetmany.js +1 -0
- package/models/operations/envelopegetmany.js.map +1 -1
- package/models/operations/enveloperecipientrejectonbehalfof.d.ts +793 -0
- package/models/operations/enveloperecipientrejectonbehalfof.d.ts.map +1 -0
- package/models/operations/enveloperecipientrejectonbehalfof.js +965 -0
- package/models/operations/enveloperecipientrejectonbehalfof.js.map +1 -0
- package/models/operations/envelopeupdate.d.ts +1 -0
- package/models/operations/envelopeupdate.d.ts.map +1 -1
- package/models/operations/envelopeupdate.js +1 -0
- package/models/operations/envelopeupdate.js.map +1 -1
- package/models/operations/index.d.ts +4 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +4 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.d.ts +1 -0
- package/models/operations/templatecreatedocumentfromtemplate.d.ts.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.js +1 -0
- package/models/operations/templatecreatedocumentfromtemplate.js.map +1 -1
- package/package.json +1 -1
- package/sdk/envelope.d.ts +18 -0
- package/sdk/envelope.d.ts.map +1 -1
- package/sdk/envelope.js +27 -0
- package/sdk/envelope.js.map +1 -1
- package/sdk/enveloperecipients.d.ts +12 -0
- package/sdk/enveloperecipients.d.ts.map +1 -0
- package/sdk/enveloperecipients.js +22 -0
- package/sdk/enveloperecipients.js.map +1 -0
- package/sdk/sdk.d.ts +3 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +4 -0
- package/sdk/sdk.js.map +1 -1
- package/src/funcs/envelopeEnvelopeAuditLogDownloadPdf.ts +213 -0
- package/src/funcs/envelopeEnvelopeCancel.ts +180 -0
- package/src/funcs/envelopeEnvelopeCertificateDownloadPdf.ts +216 -0
- package/src/funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.ts +209 -0
- package/src/hooks/types.ts +1 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +1 -1
- package/src/lib/env.ts +7 -3
- package/src/lib/http.ts +3 -1
- package/src/lib/matchers.ts +1 -1
- package/src/lib/primitives.ts +16 -0
- package/src/lib/retries.ts +8 -0
- package/src/lib/sdks.ts +54 -17
- package/src/lib/security.ts +10 -5
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +9 -1
- package/src/mcp-server/tools/envelopeEnvelopeAuditLogDownloadPdf.ts +39 -0
- package/src/mcp-server/tools/envelopeEnvelopeCancel.ts +35 -0
- package/src/mcp-server/tools/envelopeEnvelopeCertificateDownloadPdf.ts +39 -0
- package/src/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.ts +39 -0
- package/src/models/errors/envelopeauditlogdownloadpdf.ts +689 -0
- package/src/models/errors/envelopecancel.ts +498 -0
- package/src/models/errors/envelopecertificatedownloadpdf.ts +716 -0
- package/src/models/errors/enveloperecipientrejectonbehalfof.ts +584 -0
- package/src/models/errors/index.ts +4 -0
- package/src/models/operations/documentcreatedocumenttemporary.ts +1 -0
- package/src/models/operations/documentdistribute.ts +1 -0
- package/src/models/operations/documentfind.ts +2 -0
- package/src/models/operations/documentget.ts +1 -0
- package/src/models/operations/documentgetmany.ts +1 -0
- package/src/models/operations/documentupdate.ts +1 -0
- package/src/models/operations/envelopeauditlogdownloadpdf.ts +118 -0
- package/src/models/operations/envelopeauditlogfind.ts +1471 -513
- package/src/models/operations/envelopecancel.ts +101 -0
- package/src/models/operations/envelopecertificatedownloadpdf.ts +119 -0
- package/src/models/operations/envelopeduplicate.ts +8 -0
- package/src/models/operations/envelopefind.ts +2 -0
- package/src/models/operations/envelopeget.ts +1 -0
- package/src/models/operations/envelopegetmany.ts +1 -0
- package/src/models/operations/enveloperecipientrejectonbehalfof.ts +2277 -0
- package/src/models/operations/envelopeupdate.ts +1 -0
- package/src/models/operations/index.ts +4 -0
- package/src/models/operations/templatecreatedocumentfromtemplate.ts +1 -0
- package/src/sdk/envelope.ts +51 -0
- package/src/sdk/enveloperecipients.ts +27 -0
- package/src/sdk/sdk.ts +6 -0
- package/src/types/async.ts +8 -7
- package/types/async.d.ts.map +1 -1
- package/types/async.js +8 -7
- package/types/async.js.map +1 -1
- package/lib/dlv.d.ts +0 -14
- package/lib/dlv.d.ts.map +0 -1
- package/lib/dlv.js +0 -49
- package/lib/dlv.js.map +0 -1
- package/lib/is-plain-object.d.ts +0 -2
- package/lib/is-plain-object.d.ts.map +0 -1
- package/lib/is-plain-object.js +0 -41
- package/lib/is-plain-object.js.map +0 -1
- package/src/lib/dlv.ts +0 -53
- package/src/lib/is-plain-object.ts +0 -43
|
@@ -37,22 +37,42 @@ 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.
|
|
41
|
-
exports.
|
|
42
|
-
exports.
|
|
43
|
-
exports.
|
|
44
|
-
exports.
|
|
45
|
-
exports.
|
|
46
|
-
exports.
|
|
47
|
-
exports.EnvelopeAuditLogFindResponse$outboundSchema = exports.EnvelopeAuditLogFindResponse$inboundSchema = exports.EnvelopeAuditLogFindDataUnion$outboundSchema = exports.EnvelopeAuditLogFindDataUnion$inboundSchema = exports.DataEnvelopeItemCreated$outboundSchema = exports.DataEnvelopeItemCreated$inboundSchema = exports.EnvelopeAuditLogFindData1$outboundSchema = exports.EnvelopeAuditLogFindData1$inboundSchema = void 0;
|
|
40
|
+
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.EnvelopeAuditLogFindData35$outboundSchema = exports.EnvelopeAuditLogFindData35$inboundSchema = exports.DataDocumentRecipientExpired$outboundSchema = exports.DataDocumentRecipientExpired$inboundSchema = exports.EnvelopeAuditLogFindData36$outboundSchema = exports.EnvelopeAuditLogFindData36$inboundSchema = exports.DataDocumentRecipientCscAuthenticated$outboundSchema = exports.DataDocumentRecipientCscAuthenticated$inboundSchema = exports.EnvelopeAuditLogFindData37$outboundSchema = exports.EnvelopeAuditLogFindData37$inboundSchema = exports.DataDocumentRecipientCscAuthenticationFailed$outboundSchema = exports.DataDocumentRecipientCscAuthenticationFailed$inboundSchema = exports.EnvelopeAuditLogFindData38$outboundSchema = exports.EnvelopeAuditLogFindData38$inboundSchema = exports.DataDocumentRecipientCscSignRequested$outboundSchema = exports.DataDocumentRecipientCscSignRequested$inboundSchema = exports.EnvelopeAuditLogFindData39$outboundSchema = exports.EnvelopeAuditLogFindData39$inboundSchema = exports.DataDocumentRecipientCscAuthorized$outboundSchema = exports.DataDocumentRecipientCscAuthorized$inboundSchema = exports.EnvelopeAuditLogFindData40$outboundSchema = exports.EnvelopeAuditLogFindData40$inboundSchema = exports.DataDocumentRecipientCscSigned$outboundSchema = exports.DataDocumentRecipientCscSigned$inboundSchema = exports.EnvelopeAuditLogFindData41$outboundSchema = exports.EnvelopeAuditLogFindData41$inboundSchema = void 0;
|
|
41
|
+
exports.EnvelopeAuditLogFindData29$outboundSchema = exports.EnvelopeAuditLogFindData29$inboundSchema = exports.DataFieldCreated$outboundSchema = exports.DataFieldCreated$inboundSchema = exports.EnvelopeAuditLogFindData30$outboundSchema = exports.EnvelopeAuditLogFindData30$inboundSchema = exports.DataFieldDeleted$outboundSchema = exports.DataFieldDeleted$inboundSchema = exports.EnvelopeAuditLogFindData31$outboundSchema = exports.EnvelopeAuditLogFindData31$inboundSchema = exports.DataFieldUpdated$outboundSchema = exports.DataFieldUpdated$inboundSchema = exports.EnvelopeAuditLogFindData32$outboundSchema = exports.EnvelopeAuditLogFindData32$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 = exports.EnvelopeAuditLogFindData33$outboundSchema = exports.EnvelopeAuditLogFindData33$inboundSchema = exports.EnvelopeAuditLogFindActionAuth2$outboundSchema = exports.EnvelopeAuditLogFindActionAuth2$inboundSchema = exports.EnvelopeAuditLogFindAccessAuth3$outboundSchema = exports.EnvelopeAuditLogFindAccessAuth3$inboundSchema = exports.DataRecipientUpdated$outboundSchema = exports.DataRecipientUpdated$inboundSchema = exports.EnvelopeAuditLogFindData34$outboundSchema = exports.EnvelopeAuditLogFindData34$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 = void 0;
|
|
42
|
+
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.EnvelopeAuditLogFindData20$outboundSchema = exports.EnvelopeAuditLogFindData20$inboundSchema = exports.EnvelopeAuditLogFindAccessAuth1$outboundSchema = exports.EnvelopeAuditLogFindAccessAuth1$inboundSchema = exports.DataDocumentViewed$outboundSchema = exports.DataDocumentViewed$inboundSchema = exports.EnvelopeAuditLogFindData21$outboundSchema = exports.EnvelopeAuditLogFindData21$inboundSchema = exports.EnvelopeAuditLogFindAccessAuth2$outboundSchema = exports.EnvelopeAuditLogFindAccessAuth2$inboundSchema = exports.DataDocumentRecipientCompleted$outboundSchema = exports.DataDocumentRecipientCompleted$inboundSchema = exports.EnvelopeAuditLogFindData22$outboundSchema = exports.EnvelopeAuditLogFindData22$inboundSchema = exports.EnvelopeAuditLogFindActionAuth1$outboundSchema = exports.EnvelopeAuditLogFindActionAuth1$inboundSchema = exports.DataDocumentRecipientRejected$outboundSchema = exports.DataDocumentRecipientRejected$inboundSchema = exports.EnvelopeAuditLogFindData23$outboundSchema = exports.EnvelopeAuditLogFindData23$inboundSchema = exports.DataDocumentAccessAuth2FaRequested$outboundSchema = exports.DataDocumentAccessAuth2FaRequested$inboundSchema = exports.EnvelopeAuditLogFindData24$outboundSchema = exports.EnvelopeAuditLogFindData24$inboundSchema = exports.DataDocumentAccessAuth2FaValidated$outboundSchema = exports.DataDocumentAccessAuth2FaValidated$inboundSchema = exports.EnvelopeAuditLogFindData25$outboundSchema = exports.EnvelopeAuditLogFindData25$inboundSchema = exports.DataDocumentAccessAuth2FaFailed$outboundSchema = exports.DataDocumentAccessAuth2FaFailed$inboundSchema = exports.EnvelopeAuditLogFindData26$outboundSchema = exports.EnvelopeAuditLogFindData26$inboundSchema = exports.DataDocumentSent$outboundSchema = exports.DataDocumentSent$inboundSchema = exports.EnvelopeAuditLogFindData27$outboundSchema = exports.EnvelopeAuditLogFindData27$inboundSchema = exports.DataDocumentTitleUpdated$outboundSchema = exports.DataDocumentTitleUpdated$inboundSchema = exports.EnvelopeAuditLogFindData28$outboundSchema = exports.EnvelopeAuditLogFindData28$inboundSchema = exports.DataDocumentExternalIDUpdated$outboundSchema = exports.DataDocumentExternalIDUpdated$inboundSchema = void 0;
|
|
43
|
+
exports.EnvelopeAuditLogFindTypeNumber2$outboundSchema = exports.EnvelopeAuditLogFindTypeNumber2$inboundSchema = exports.DataDocumentVisibilityUpdated$outboundSchema = exports.DataDocumentVisibilityUpdated$inboundSchema = exports.EnvelopeAuditLogFindData16$outboundSchema = exports.EnvelopeAuditLogFindData16$inboundSchema = exports.ToUnion1$outboundSchema = exports.ToUnion1$inboundSchema = exports.FromUnion1$outboundSchema = exports.FromUnion1$inboundSchema = exports.DataDocumentGlobalAuthAccessUpdated$outboundSchema = exports.DataDocumentGlobalAuthAccessUpdated$inboundSchema = exports.EnvelopeAuditLogFindData17$outboundSchema = exports.EnvelopeAuditLogFindData17$inboundSchema = exports.ToUnion2$outboundSchema = exports.ToUnion2$inboundSchema = exports.FromUnion2$outboundSchema = exports.FromUnion2$inboundSchema = exports.DataDocumentGlobalAuthActionUpdated$outboundSchema = exports.DataDocumentGlobalAuthActionUpdated$inboundSchema = exports.EnvelopeAuditLogFindData18$outboundSchema = exports.EnvelopeAuditLogFindData18$inboundSchema = exports.ToUnion3$outboundSchema = exports.ToUnion3$inboundSchema = exports.FromUnion3$outboundSchema = exports.FromUnion3$inboundSchema = exports.DataDocumentMetaUpdated$outboundSchema = exports.DataDocumentMetaUpdated$inboundSchema = exports.EnvelopeAuditLogFindData19$outboundSchema = exports.EnvelopeAuditLogFindData19$inboundSchema = exports.ChangeUnion1$outboundSchema = exports.ChangeUnion1$inboundSchema = exports.Change2$outboundSchema = exports.Change2$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 = void 0;
|
|
44
|
+
exports.EnvelopeAuditLogFindData15$outboundSchema = exports.EnvelopeAuditLogFindData15$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 = 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 = void 0;
|
|
45
|
+
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 = 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.EnvelopeAuditLogFindData14$outboundSchema = exports.EnvelopeAuditLogFindData14$inboundSchema = exports.FieldEnum$outboundSchema = exports.FieldEnum$inboundSchema = exports.DataDocumentFieldPrefilled$outboundSchema = exports.DataDocumentFieldPrefilled$inboundSchema = void 0;
|
|
46
|
+
exports.DataDocumentCreated$outboundSchema = exports.DataDocumentCreated$inboundSchema = exports.EnvelopeAuditLogFindData7$outboundSchema = exports.EnvelopeAuditLogFindData7$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.EnvelopeAuditLogFindData8$outboundSchema = exports.EnvelopeAuditLogFindData8$inboundSchema = exports.EnvelopeAuditLogFindTypeEnum$outboundSchema = exports.EnvelopeAuditLogFindTypeEnum$inboundSchema = exports.DataDocumentCancelled$outboundSchema = exports.DataDocumentCancelled$inboundSchema = exports.EnvelopeAuditLogFindData9$outboundSchema = exports.EnvelopeAuditLogFindData9$inboundSchema = exports.DataDocumentMovedToTeam$outboundSchema = exports.DataDocumentMovedToTeam$inboundSchema = exports.EnvelopeAuditLogFindData10$outboundSchema = exports.EnvelopeAuditLogFindData10$inboundSchema = exports.DataDocumentDelegatedOwnerCreated$outboundSchema = exports.DataDocumentDelegatedOwnerCreated$inboundSchema = exports.EnvelopeAuditLogFindData11$outboundSchema = exports.EnvelopeAuditLogFindData11$inboundSchema = exports.DataDocumentFieldsAutoInserted$outboundSchema = exports.DataDocumentFieldsAutoInserted$inboundSchema = exports.EnvelopeAuditLogFindData12$outboundSchema = exports.EnvelopeAuditLogFindData12$inboundSchema = exports.EnvelopeAuditLogFindField1$outboundSchema = exports.EnvelopeAuditLogFindField1$inboundSchema = exports.FieldType$outboundSchema = exports.FieldType$inboundSchema = exports.DataDocumentFieldInserted$outboundSchema = exports.DataDocumentFieldInserted$inboundSchema = exports.EnvelopeAuditLogFindData13$outboundSchema = exports.EnvelopeAuditLogFindData13$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 = void 0;
|
|
47
|
+
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.DataEnvelopeItemUpdated$outboundSchema = exports.DataEnvelopeItemUpdated$inboundSchema = exports.EnvelopeAuditLogFindData3$outboundSchema = exports.EnvelopeAuditLogFindData3$inboundSchema = exports.Change1$outboundSchema = exports.Change1$inboundSchema = exports.DataEnvelopeItemPdfReplaced$outboundSchema = exports.DataEnvelopeItemPdfReplaced$inboundSchema = exports.EnvelopeAuditLogFindData4$outboundSchema = exports.EnvelopeAuditLogFindData4$inboundSchema = exports.DataEmailSent$outboundSchema = exports.DataEmailSent$inboundSchema = exports.EnvelopeAuditLogFindData5$outboundSchema = exports.EnvelopeAuditLogFindData5$inboundSchema = exports.EmailType$outboundSchema = exports.EmailType$inboundSchema = exports.DataDocumentCompleted$outboundSchema = exports.DataDocumentCompleted$inboundSchema = exports.EnvelopeAuditLogFindData6$outboundSchema = exports.EnvelopeAuditLogFindData6$inboundSchema = void 0;
|
|
48
48
|
exports.envelopeAuditLogFindRequestToJSON = envelopeAuditLogFindRequestToJSON;
|
|
49
49
|
exports.envelopeAuditLogFindRequestFromJSON = envelopeAuditLogFindRequestFromJSON;
|
|
50
|
-
exports.
|
|
51
|
-
exports.
|
|
50
|
+
exports.envelopeAuditLogFindData41ToJSON = envelopeAuditLogFindData41ToJSON;
|
|
51
|
+
exports.envelopeAuditLogFindData41FromJSON = envelopeAuditLogFindData41FromJSON;
|
|
52
|
+
exports.dataDocumentRecipientCscSignedToJSON = dataDocumentRecipientCscSignedToJSON;
|
|
53
|
+
exports.dataDocumentRecipientCscSignedFromJSON = dataDocumentRecipientCscSignedFromJSON;
|
|
54
|
+
exports.envelopeAuditLogFindData40ToJSON = envelopeAuditLogFindData40ToJSON;
|
|
55
|
+
exports.envelopeAuditLogFindData40FromJSON = envelopeAuditLogFindData40FromJSON;
|
|
56
|
+
exports.dataDocumentRecipientCscAuthorizedToJSON = dataDocumentRecipientCscAuthorizedToJSON;
|
|
57
|
+
exports.dataDocumentRecipientCscAuthorizedFromJSON = dataDocumentRecipientCscAuthorizedFromJSON;
|
|
58
|
+
exports.envelopeAuditLogFindData39ToJSON = envelopeAuditLogFindData39ToJSON;
|
|
59
|
+
exports.envelopeAuditLogFindData39FromJSON = envelopeAuditLogFindData39FromJSON;
|
|
60
|
+
exports.dataDocumentRecipientCscSignRequestedToJSON = dataDocumentRecipientCscSignRequestedToJSON;
|
|
61
|
+
exports.dataDocumentRecipientCscSignRequestedFromJSON = dataDocumentRecipientCscSignRequestedFromJSON;
|
|
62
|
+
exports.envelopeAuditLogFindData38ToJSON = envelopeAuditLogFindData38ToJSON;
|
|
63
|
+
exports.envelopeAuditLogFindData38FromJSON = envelopeAuditLogFindData38FromJSON;
|
|
64
|
+
exports.dataDocumentRecipientCscAuthenticationFailedToJSON = dataDocumentRecipientCscAuthenticationFailedToJSON;
|
|
65
|
+
exports.dataDocumentRecipientCscAuthenticationFailedFromJSON = dataDocumentRecipientCscAuthenticationFailedFromJSON;
|
|
66
|
+
exports.envelopeAuditLogFindData37ToJSON = envelopeAuditLogFindData37ToJSON;
|
|
67
|
+
exports.envelopeAuditLogFindData37FromJSON = envelopeAuditLogFindData37FromJSON;
|
|
68
|
+
exports.dataDocumentRecipientCscAuthenticatedToJSON = dataDocumentRecipientCscAuthenticatedToJSON;
|
|
69
|
+
exports.dataDocumentRecipientCscAuthenticatedFromJSON = dataDocumentRecipientCscAuthenticatedFromJSON;
|
|
70
|
+
exports.envelopeAuditLogFindData36ToJSON = envelopeAuditLogFindData36ToJSON;
|
|
71
|
+
exports.envelopeAuditLogFindData36FromJSON = envelopeAuditLogFindData36FromJSON;
|
|
52
72
|
exports.dataDocumentRecipientExpiredToJSON = dataDocumentRecipientExpiredToJSON;
|
|
53
73
|
exports.dataDocumentRecipientExpiredFromJSON = dataDocumentRecipientExpiredFromJSON;
|
|
54
|
-
exports.
|
|
55
|
-
exports.
|
|
74
|
+
exports.envelopeAuditLogFindData35ToJSON = envelopeAuditLogFindData35ToJSON;
|
|
75
|
+
exports.envelopeAuditLogFindData35FromJSON = envelopeAuditLogFindData35FromJSON;
|
|
56
76
|
exports.dataRecipientDeletedToJSON = dataRecipientDeletedToJSON;
|
|
57
77
|
exports.dataRecipientDeletedFromJSON = dataRecipientDeletedFromJSON;
|
|
58
78
|
exports.changeFromUnion5ToJSON = changeFromUnion5ToJSON;
|
|
@@ -87,12 +107,12 @@ exports.changeActionAuthToJSON = changeActionAuthToJSON;
|
|
|
87
107
|
exports.changeActionAuthFromJSON = changeActionAuthFromJSON;
|
|
88
108
|
exports.changeUnion3ToJSON = changeUnion3ToJSON;
|
|
89
109
|
exports.changeUnion3FromJSON = changeUnion3FromJSON;
|
|
90
|
-
exports.
|
|
91
|
-
exports.
|
|
110
|
+
exports.envelopeAuditLogFindData34ToJSON = envelopeAuditLogFindData34ToJSON;
|
|
111
|
+
exports.envelopeAuditLogFindData34FromJSON = envelopeAuditLogFindData34FromJSON;
|
|
92
112
|
exports.dataRecipientUpdatedToJSON = dataRecipientUpdatedToJSON;
|
|
93
113
|
exports.dataRecipientUpdatedFromJSON = dataRecipientUpdatedFromJSON;
|
|
94
|
-
exports.
|
|
95
|
-
exports.
|
|
114
|
+
exports.envelopeAuditLogFindData33ToJSON = envelopeAuditLogFindData33ToJSON;
|
|
115
|
+
exports.envelopeAuditLogFindData33FromJSON = envelopeAuditLogFindData33FromJSON;
|
|
96
116
|
exports.dataRecipientCreatedToJSON = dataRecipientCreatedToJSON;
|
|
97
117
|
exports.dataRecipientCreatedFromJSON = dataRecipientCreatedFromJSON;
|
|
98
118
|
exports.changeFrom2ToJSON = changeFrom2ToJSON;
|
|
@@ -109,56 +129,56 @@ exports.changeDimensionToJSON = changeDimensionToJSON;
|
|
|
109
129
|
exports.changeDimensionFromJSON = changeDimensionFromJSON;
|
|
110
130
|
exports.changeUnion2ToJSON = changeUnion2ToJSON;
|
|
111
131
|
exports.changeUnion2FromJSON = changeUnion2FromJSON;
|
|
112
|
-
exports.
|
|
113
|
-
exports.
|
|
132
|
+
exports.envelopeAuditLogFindData32ToJSON = envelopeAuditLogFindData32ToJSON;
|
|
133
|
+
exports.envelopeAuditLogFindData32FromJSON = envelopeAuditLogFindData32FromJSON;
|
|
114
134
|
exports.dataFieldUpdatedToJSON = dataFieldUpdatedToJSON;
|
|
115
135
|
exports.dataFieldUpdatedFromJSON = dataFieldUpdatedFromJSON;
|
|
116
|
-
exports.
|
|
117
|
-
exports.
|
|
136
|
+
exports.envelopeAuditLogFindData31ToJSON = envelopeAuditLogFindData31ToJSON;
|
|
137
|
+
exports.envelopeAuditLogFindData31FromJSON = envelopeAuditLogFindData31FromJSON;
|
|
118
138
|
exports.dataFieldDeletedToJSON = dataFieldDeletedToJSON;
|
|
119
139
|
exports.dataFieldDeletedFromJSON = dataFieldDeletedFromJSON;
|
|
120
|
-
exports.
|
|
121
|
-
exports.
|
|
140
|
+
exports.envelopeAuditLogFindData30ToJSON = envelopeAuditLogFindData30ToJSON;
|
|
141
|
+
exports.envelopeAuditLogFindData30FromJSON = envelopeAuditLogFindData30FromJSON;
|
|
122
142
|
exports.dataFieldCreatedToJSON = dataFieldCreatedToJSON;
|
|
123
143
|
exports.dataFieldCreatedFromJSON = dataFieldCreatedFromJSON;
|
|
124
|
-
exports.
|
|
125
|
-
exports.
|
|
144
|
+
exports.envelopeAuditLogFindData29ToJSON = envelopeAuditLogFindData29ToJSON;
|
|
145
|
+
exports.envelopeAuditLogFindData29FromJSON = envelopeAuditLogFindData29FromJSON;
|
|
126
146
|
exports.dataDocumentExternalIDUpdatedToJSON = dataDocumentExternalIDUpdatedToJSON;
|
|
127
147
|
exports.dataDocumentExternalIDUpdatedFromJSON = dataDocumentExternalIDUpdatedFromJSON;
|
|
128
|
-
exports.
|
|
129
|
-
exports.
|
|
148
|
+
exports.envelopeAuditLogFindData28ToJSON = envelopeAuditLogFindData28ToJSON;
|
|
149
|
+
exports.envelopeAuditLogFindData28FromJSON = envelopeAuditLogFindData28FromJSON;
|
|
130
150
|
exports.dataDocumentTitleUpdatedToJSON = dataDocumentTitleUpdatedToJSON;
|
|
131
151
|
exports.dataDocumentTitleUpdatedFromJSON = dataDocumentTitleUpdatedFromJSON;
|
|
132
|
-
exports.
|
|
133
|
-
exports.
|
|
152
|
+
exports.envelopeAuditLogFindData27ToJSON = envelopeAuditLogFindData27ToJSON;
|
|
153
|
+
exports.envelopeAuditLogFindData27FromJSON = envelopeAuditLogFindData27FromJSON;
|
|
134
154
|
exports.dataDocumentSentToJSON = dataDocumentSentToJSON;
|
|
135
155
|
exports.dataDocumentSentFromJSON = dataDocumentSentFromJSON;
|
|
136
|
-
exports.
|
|
137
|
-
exports.
|
|
156
|
+
exports.envelopeAuditLogFindData26ToJSON = envelopeAuditLogFindData26ToJSON;
|
|
157
|
+
exports.envelopeAuditLogFindData26FromJSON = envelopeAuditLogFindData26FromJSON;
|
|
138
158
|
exports.dataDocumentAccessAuth2FaFailedToJSON = dataDocumentAccessAuth2FaFailedToJSON;
|
|
139
159
|
exports.dataDocumentAccessAuth2FaFailedFromJSON = dataDocumentAccessAuth2FaFailedFromJSON;
|
|
140
|
-
exports.
|
|
141
|
-
exports.
|
|
160
|
+
exports.envelopeAuditLogFindData25ToJSON = envelopeAuditLogFindData25ToJSON;
|
|
161
|
+
exports.envelopeAuditLogFindData25FromJSON = envelopeAuditLogFindData25FromJSON;
|
|
142
162
|
exports.dataDocumentAccessAuth2FaValidatedToJSON = dataDocumentAccessAuth2FaValidatedToJSON;
|
|
143
163
|
exports.dataDocumentAccessAuth2FaValidatedFromJSON = dataDocumentAccessAuth2FaValidatedFromJSON;
|
|
144
|
-
exports.
|
|
145
|
-
exports.
|
|
164
|
+
exports.envelopeAuditLogFindData24ToJSON = envelopeAuditLogFindData24ToJSON;
|
|
165
|
+
exports.envelopeAuditLogFindData24FromJSON = envelopeAuditLogFindData24FromJSON;
|
|
146
166
|
exports.dataDocumentAccessAuth2FaRequestedToJSON = dataDocumentAccessAuth2FaRequestedToJSON;
|
|
147
167
|
exports.dataDocumentAccessAuth2FaRequestedFromJSON = dataDocumentAccessAuth2FaRequestedFromJSON;
|
|
148
|
-
exports.
|
|
149
|
-
exports.
|
|
168
|
+
exports.envelopeAuditLogFindData23ToJSON = envelopeAuditLogFindData23ToJSON;
|
|
169
|
+
exports.envelopeAuditLogFindData23FromJSON = envelopeAuditLogFindData23FromJSON;
|
|
150
170
|
exports.dataDocumentRecipientRejectedToJSON = dataDocumentRecipientRejectedToJSON;
|
|
151
171
|
exports.dataDocumentRecipientRejectedFromJSON = dataDocumentRecipientRejectedFromJSON;
|
|
152
|
-
exports.
|
|
153
|
-
exports.
|
|
172
|
+
exports.envelopeAuditLogFindData22ToJSON = envelopeAuditLogFindData22ToJSON;
|
|
173
|
+
exports.envelopeAuditLogFindData22FromJSON = envelopeAuditLogFindData22FromJSON;
|
|
154
174
|
exports.dataDocumentRecipientCompletedToJSON = dataDocumentRecipientCompletedToJSON;
|
|
155
175
|
exports.dataDocumentRecipientCompletedFromJSON = dataDocumentRecipientCompletedFromJSON;
|
|
156
|
-
exports.
|
|
157
|
-
exports.
|
|
176
|
+
exports.envelopeAuditLogFindData21ToJSON = envelopeAuditLogFindData21ToJSON;
|
|
177
|
+
exports.envelopeAuditLogFindData21FromJSON = envelopeAuditLogFindData21FromJSON;
|
|
158
178
|
exports.dataDocumentViewedToJSON = dataDocumentViewedToJSON;
|
|
159
179
|
exports.dataDocumentViewedFromJSON = dataDocumentViewedFromJSON;
|
|
160
|
-
exports.
|
|
161
|
-
exports.
|
|
180
|
+
exports.envelopeAuditLogFindData20ToJSON = envelopeAuditLogFindData20ToJSON;
|
|
181
|
+
exports.envelopeAuditLogFindData20FromJSON = envelopeAuditLogFindData20FromJSON;
|
|
162
182
|
exports.dataDocumentOpenedToJSON = dataDocumentOpenedToJSON;
|
|
163
183
|
exports.dataDocumentOpenedFromJSON = dataDocumentOpenedFromJSON;
|
|
164
184
|
exports.changePasswordToJSON = changePasswordToJSON;
|
|
@@ -169,32 +189,32 @@ exports.change2ToJSON = change2ToJSON;
|
|
|
169
189
|
exports.change2FromJSON = change2FromJSON;
|
|
170
190
|
exports.changeUnion1ToJSON = changeUnion1ToJSON;
|
|
171
191
|
exports.changeUnion1FromJSON = changeUnion1FromJSON;
|
|
172
|
-
exports.
|
|
173
|
-
exports.
|
|
192
|
+
exports.envelopeAuditLogFindData19ToJSON = envelopeAuditLogFindData19ToJSON;
|
|
193
|
+
exports.envelopeAuditLogFindData19FromJSON = envelopeAuditLogFindData19FromJSON;
|
|
174
194
|
exports.dataDocumentMetaUpdatedToJSON = dataDocumentMetaUpdatedToJSON;
|
|
175
195
|
exports.dataDocumentMetaUpdatedFromJSON = dataDocumentMetaUpdatedFromJSON;
|
|
176
196
|
exports.fromUnion3ToJSON = fromUnion3ToJSON;
|
|
177
197
|
exports.fromUnion3FromJSON = fromUnion3FromJSON;
|
|
178
198
|
exports.toUnion3ToJSON = toUnion3ToJSON;
|
|
179
199
|
exports.toUnion3FromJSON = toUnion3FromJSON;
|
|
180
|
-
exports.
|
|
181
|
-
exports.
|
|
200
|
+
exports.envelopeAuditLogFindData18ToJSON = envelopeAuditLogFindData18ToJSON;
|
|
201
|
+
exports.envelopeAuditLogFindData18FromJSON = envelopeAuditLogFindData18FromJSON;
|
|
182
202
|
exports.dataDocumentGlobalAuthActionUpdatedToJSON = dataDocumentGlobalAuthActionUpdatedToJSON;
|
|
183
203
|
exports.dataDocumentGlobalAuthActionUpdatedFromJSON = dataDocumentGlobalAuthActionUpdatedFromJSON;
|
|
184
204
|
exports.fromUnion2ToJSON = fromUnion2ToJSON;
|
|
185
205
|
exports.fromUnion2FromJSON = fromUnion2FromJSON;
|
|
186
206
|
exports.toUnion2ToJSON = toUnion2ToJSON;
|
|
187
207
|
exports.toUnion2FromJSON = toUnion2FromJSON;
|
|
188
|
-
exports.
|
|
189
|
-
exports.
|
|
208
|
+
exports.envelopeAuditLogFindData17ToJSON = envelopeAuditLogFindData17ToJSON;
|
|
209
|
+
exports.envelopeAuditLogFindData17FromJSON = envelopeAuditLogFindData17FromJSON;
|
|
190
210
|
exports.dataDocumentGlobalAuthAccessUpdatedToJSON = dataDocumentGlobalAuthAccessUpdatedToJSON;
|
|
191
211
|
exports.dataDocumentGlobalAuthAccessUpdatedFromJSON = dataDocumentGlobalAuthAccessUpdatedFromJSON;
|
|
192
212
|
exports.fromUnion1ToJSON = fromUnion1ToJSON;
|
|
193
213
|
exports.fromUnion1FromJSON = fromUnion1FromJSON;
|
|
194
214
|
exports.toUnion1ToJSON = toUnion1ToJSON;
|
|
195
215
|
exports.toUnion1FromJSON = toUnion1FromJSON;
|
|
196
|
-
exports.
|
|
197
|
-
exports.
|
|
216
|
+
exports.envelopeAuditLogFindData16ToJSON = envelopeAuditLogFindData16ToJSON;
|
|
217
|
+
exports.envelopeAuditLogFindData16FromJSON = envelopeAuditLogFindData16FromJSON;
|
|
198
218
|
exports.dataDocumentVisibilityUpdatedToJSON = dataDocumentVisibilityUpdatedToJSON;
|
|
199
219
|
exports.dataDocumentVisibilityUpdatedFromJSON = dataDocumentVisibilityUpdatedFromJSON;
|
|
200
220
|
exports.envelopeAuditLogFindFieldNumber2ToJSON = envelopeAuditLogFindFieldNumber2ToJSON;
|
|
@@ -223,12 +243,12 @@ exports.envelopeAuditLogFindFieldUnion2ToJSON = envelopeAuditLogFindFieldUnion2T
|
|
|
223
243
|
exports.envelopeAuditLogFindFieldUnion2FromJSON = envelopeAuditLogFindFieldUnion2FromJSON;
|
|
224
244
|
exports.fieldSecurity2ToJSON = fieldSecurity2ToJSON;
|
|
225
245
|
exports.fieldSecurity2FromJSON = fieldSecurity2FromJSON;
|
|
226
|
-
exports.
|
|
227
|
-
exports.
|
|
246
|
+
exports.envelopeAuditLogFindData15ToJSON = envelopeAuditLogFindData15ToJSON;
|
|
247
|
+
exports.envelopeAuditLogFindData15FromJSON = envelopeAuditLogFindData15FromJSON;
|
|
228
248
|
exports.dataDocumentFieldPrefilledToJSON = dataDocumentFieldPrefilledToJSON;
|
|
229
249
|
exports.dataDocumentFieldPrefilledFromJSON = dataDocumentFieldPrefilledFromJSON;
|
|
230
|
-
exports.
|
|
231
|
-
exports.
|
|
250
|
+
exports.envelopeAuditLogFindData14ToJSON = envelopeAuditLogFindData14ToJSON;
|
|
251
|
+
exports.envelopeAuditLogFindData14FromJSON = envelopeAuditLogFindData14FromJSON;
|
|
232
252
|
exports.dataDocumentFieldUninsertedToJSON = dataDocumentFieldUninsertedToJSON;
|
|
233
253
|
exports.dataDocumentFieldUninsertedFromJSON = dataDocumentFieldUninsertedFromJSON;
|
|
234
254
|
exports.envelopeAuditLogFindFieldNumber1ToJSON = envelopeAuditLogFindFieldNumber1ToJSON;
|
|
@@ -257,24 +277,28 @@ exports.envelopeAuditLogFindFieldUnion1ToJSON = envelopeAuditLogFindFieldUnion1T
|
|
|
257
277
|
exports.envelopeAuditLogFindFieldUnion1FromJSON = envelopeAuditLogFindFieldUnion1FromJSON;
|
|
258
278
|
exports.fieldSecurity1ToJSON = fieldSecurity1ToJSON;
|
|
259
279
|
exports.fieldSecurity1FromJSON = fieldSecurity1FromJSON;
|
|
260
|
-
exports.
|
|
261
|
-
exports.
|
|
280
|
+
exports.envelopeAuditLogFindData13ToJSON = envelopeAuditLogFindData13ToJSON;
|
|
281
|
+
exports.envelopeAuditLogFindData13FromJSON = envelopeAuditLogFindData13FromJSON;
|
|
262
282
|
exports.dataDocumentFieldInsertedToJSON = dataDocumentFieldInsertedToJSON;
|
|
263
283
|
exports.dataDocumentFieldInsertedFromJSON = dataDocumentFieldInsertedFromJSON;
|
|
264
284
|
exports.envelopeAuditLogFindField1ToJSON = envelopeAuditLogFindField1ToJSON;
|
|
265
285
|
exports.envelopeAuditLogFindField1FromJSON = envelopeAuditLogFindField1FromJSON;
|
|
266
|
-
exports.
|
|
267
|
-
exports.
|
|
286
|
+
exports.envelopeAuditLogFindData12ToJSON = envelopeAuditLogFindData12ToJSON;
|
|
287
|
+
exports.envelopeAuditLogFindData12FromJSON = envelopeAuditLogFindData12FromJSON;
|
|
268
288
|
exports.dataDocumentFieldsAutoInsertedToJSON = dataDocumentFieldsAutoInsertedToJSON;
|
|
269
289
|
exports.dataDocumentFieldsAutoInsertedFromJSON = dataDocumentFieldsAutoInsertedFromJSON;
|
|
270
|
-
exports.
|
|
271
|
-
exports.
|
|
290
|
+
exports.envelopeAuditLogFindData11ToJSON = envelopeAuditLogFindData11ToJSON;
|
|
291
|
+
exports.envelopeAuditLogFindData11FromJSON = envelopeAuditLogFindData11FromJSON;
|
|
272
292
|
exports.dataDocumentDelegatedOwnerCreatedToJSON = dataDocumentDelegatedOwnerCreatedToJSON;
|
|
273
293
|
exports.dataDocumentDelegatedOwnerCreatedFromJSON = dataDocumentDelegatedOwnerCreatedFromJSON;
|
|
274
|
-
exports.
|
|
275
|
-
exports.
|
|
294
|
+
exports.envelopeAuditLogFindData10ToJSON = envelopeAuditLogFindData10ToJSON;
|
|
295
|
+
exports.envelopeAuditLogFindData10FromJSON = envelopeAuditLogFindData10FromJSON;
|
|
276
296
|
exports.dataDocumentMovedToTeamToJSON = dataDocumentMovedToTeamToJSON;
|
|
277
297
|
exports.dataDocumentMovedToTeamFromJSON = dataDocumentMovedToTeamFromJSON;
|
|
298
|
+
exports.envelopeAuditLogFindData9ToJSON = envelopeAuditLogFindData9ToJSON;
|
|
299
|
+
exports.envelopeAuditLogFindData9FromJSON = envelopeAuditLogFindData9FromJSON;
|
|
300
|
+
exports.dataDocumentCancelledToJSON = dataDocumentCancelledToJSON;
|
|
301
|
+
exports.dataDocumentCancelledFromJSON = dataDocumentCancelledFromJSON;
|
|
278
302
|
exports.envelopeAuditLogFindData8ToJSON = envelopeAuditLogFindData8ToJSON;
|
|
279
303
|
exports.envelopeAuditLogFindData8FromJSON = envelopeAuditLogFindData8FromJSON;
|
|
280
304
|
exports.dataDocumentDeletedToJSON = dataDocumentDeletedToJSON;
|
|
@@ -535,27 +559,327 @@ function envelopeAuditLogFindRequestFromJSON(jsonString) {
|
|
|
535
559
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindRequest' from JSON`);
|
|
536
560
|
}
|
|
537
561
|
/** @internal */
|
|
538
|
-
exports.
|
|
562
|
+
exports.EnvelopeAuditLogFindData41$inboundSchema = z.object({
|
|
539
563
|
recipientEmail: z.string(),
|
|
540
564
|
recipientName: z.string(),
|
|
541
565
|
recipientId: z.number(),
|
|
566
|
+
recipientRole: z.string(),
|
|
567
|
+
providerId: z.string(),
|
|
568
|
+
credentialId: z.string(),
|
|
569
|
+
sessionId: z.string(),
|
|
570
|
+
numItemsSigned: z.number(),
|
|
571
|
+
signatureAlgorithm: z.string(),
|
|
572
|
+
digestAlgorithm: z.string(),
|
|
542
573
|
});
|
|
543
574
|
/** @internal */
|
|
544
|
-
exports.
|
|
575
|
+
exports.EnvelopeAuditLogFindData41$outboundSchema = z.object({
|
|
545
576
|
recipientEmail: z.string(),
|
|
546
577
|
recipientName: z.string(),
|
|
547
578
|
recipientId: z.number(),
|
|
579
|
+
recipientRole: z.string(),
|
|
580
|
+
providerId: z.string(),
|
|
581
|
+
credentialId: z.string(),
|
|
582
|
+
sessionId: z.string(),
|
|
583
|
+
numItemsSigned: z.number(),
|
|
584
|
+
signatureAlgorithm: z.string(),
|
|
585
|
+
digestAlgorithm: z.string(),
|
|
548
586
|
});
|
|
549
|
-
function
|
|
550
|
-
return JSON.stringify(exports.
|
|
587
|
+
function envelopeAuditLogFindData41ToJSON(envelopeAuditLogFindData41) {
|
|
588
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData41$outboundSchema.parse(envelopeAuditLogFindData41));
|
|
551
589
|
}
|
|
552
|
-
function
|
|
553
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
590
|
+
function envelopeAuditLogFindData41FromJSON(jsonString) {
|
|
591
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData41$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData41' from JSON`);
|
|
592
|
+
}
|
|
593
|
+
/** @internal */
|
|
594
|
+
exports.DataDocumentRecipientCscSigned$inboundSchema = z.object({
|
|
595
|
+
type: z.literal("DOCUMENT_RECIPIENT_CSC_SIGNED"),
|
|
596
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData41$inboundSchema),
|
|
597
|
+
id: z.string(),
|
|
598
|
+
createdAt: z.string(),
|
|
599
|
+
envelopeId: z.string(),
|
|
600
|
+
name: z.nullable(z.string()).optional(),
|
|
601
|
+
email: z.nullable(z.string()).optional(),
|
|
602
|
+
userId: z.nullable(z.number()).optional(),
|
|
603
|
+
userAgent: z.nullable(z.string()).optional(),
|
|
604
|
+
ipAddress: z.nullable(z.string()).optional(),
|
|
605
|
+
});
|
|
606
|
+
/** @internal */
|
|
607
|
+
exports.DataDocumentRecipientCscSigned$outboundSchema = z.object({
|
|
608
|
+
type: z.literal("DOCUMENT_RECIPIENT_CSC_SIGNED"),
|
|
609
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData41$outboundSchema),
|
|
610
|
+
id: z.string(),
|
|
611
|
+
createdAt: z.string(),
|
|
612
|
+
envelopeId: z.string(),
|
|
613
|
+
name: z.nullable(z.string()).optional(),
|
|
614
|
+
email: z.nullable(z.string()).optional(),
|
|
615
|
+
userId: z.nullable(z.number()).optional(),
|
|
616
|
+
userAgent: z.nullable(z.string()).optional(),
|
|
617
|
+
ipAddress: z.nullable(z.string()).optional(),
|
|
618
|
+
});
|
|
619
|
+
function dataDocumentRecipientCscSignedToJSON(dataDocumentRecipientCscSigned) {
|
|
620
|
+
return JSON.stringify(exports.DataDocumentRecipientCscSigned$outboundSchema.parse(dataDocumentRecipientCscSigned));
|
|
621
|
+
}
|
|
622
|
+
function dataDocumentRecipientCscSignedFromJSON(jsonString) {
|
|
623
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentRecipientCscSigned$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentRecipientCscSigned' from JSON`);
|
|
624
|
+
}
|
|
625
|
+
/** @internal */
|
|
626
|
+
exports.EnvelopeAuditLogFindData40$inboundSchema = z.object({
|
|
627
|
+
recipientEmail: z.string(),
|
|
628
|
+
recipientName: z.string(),
|
|
629
|
+
recipientId: z.number(),
|
|
630
|
+
recipientRole: z.string(),
|
|
631
|
+
providerId: z.string(),
|
|
632
|
+
credentialId: z.string(),
|
|
633
|
+
sessionId: z.string(),
|
|
634
|
+
sadExpiresAt: z.string(),
|
|
635
|
+
});
|
|
636
|
+
/** @internal */
|
|
637
|
+
exports.EnvelopeAuditLogFindData40$outboundSchema = z.object({
|
|
638
|
+
recipientEmail: z.string(),
|
|
639
|
+
recipientName: z.string(),
|
|
640
|
+
recipientId: z.number(),
|
|
641
|
+
recipientRole: z.string(),
|
|
642
|
+
providerId: z.string(),
|
|
643
|
+
credentialId: z.string(),
|
|
644
|
+
sessionId: z.string(),
|
|
645
|
+
sadExpiresAt: z.string(),
|
|
646
|
+
});
|
|
647
|
+
function envelopeAuditLogFindData40ToJSON(envelopeAuditLogFindData40) {
|
|
648
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData40$outboundSchema.parse(envelopeAuditLogFindData40));
|
|
649
|
+
}
|
|
650
|
+
function envelopeAuditLogFindData40FromJSON(jsonString) {
|
|
651
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData40$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData40' from JSON`);
|
|
652
|
+
}
|
|
653
|
+
/** @internal */
|
|
654
|
+
exports.DataDocumentRecipientCscAuthorized$inboundSchema = z.object({
|
|
655
|
+
type: z.literal("DOCUMENT_RECIPIENT_CSC_AUTHORIZED"),
|
|
656
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData40$inboundSchema),
|
|
657
|
+
id: z.string(),
|
|
658
|
+
createdAt: z.string(),
|
|
659
|
+
envelopeId: z.string(),
|
|
660
|
+
name: z.nullable(z.string()).optional(),
|
|
661
|
+
email: z.nullable(z.string()).optional(),
|
|
662
|
+
userId: z.nullable(z.number()).optional(),
|
|
663
|
+
userAgent: z.nullable(z.string()).optional(),
|
|
664
|
+
ipAddress: z.nullable(z.string()).optional(),
|
|
665
|
+
});
|
|
666
|
+
/** @internal */
|
|
667
|
+
exports.DataDocumentRecipientCscAuthorized$outboundSchema = z.object({
|
|
668
|
+
type: z.literal("DOCUMENT_RECIPIENT_CSC_AUTHORIZED"),
|
|
669
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData40$outboundSchema),
|
|
670
|
+
id: z.string(),
|
|
671
|
+
createdAt: z.string(),
|
|
672
|
+
envelopeId: z.string(),
|
|
673
|
+
name: z.nullable(z.string()).optional(),
|
|
674
|
+
email: z.nullable(z.string()).optional(),
|
|
675
|
+
userId: z.nullable(z.number()).optional(),
|
|
676
|
+
userAgent: z.nullable(z.string()).optional(),
|
|
677
|
+
ipAddress: z.nullable(z.string()).optional(),
|
|
678
|
+
});
|
|
679
|
+
function dataDocumentRecipientCscAuthorizedToJSON(dataDocumentRecipientCscAuthorized) {
|
|
680
|
+
return JSON.stringify(exports.DataDocumentRecipientCscAuthorized$outboundSchema.parse(dataDocumentRecipientCscAuthorized));
|
|
681
|
+
}
|
|
682
|
+
function dataDocumentRecipientCscAuthorizedFromJSON(jsonString) {
|
|
683
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentRecipientCscAuthorized$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentRecipientCscAuthorized' from JSON`);
|
|
684
|
+
}
|
|
685
|
+
/** @internal */
|
|
686
|
+
exports.EnvelopeAuditLogFindData39$inboundSchema = z.object({
|
|
687
|
+
recipientEmail: z.string(),
|
|
688
|
+
recipientName: z.string(),
|
|
689
|
+
recipientId: z.number(),
|
|
690
|
+
recipientRole: z.string(),
|
|
691
|
+
providerId: z.string(),
|
|
692
|
+
credentialId: z.string(),
|
|
693
|
+
sessionId: z.string(),
|
|
694
|
+
numSignatures: z.number(),
|
|
695
|
+
});
|
|
696
|
+
/** @internal */
|
|
697
|
+
exports.EnvelopeAuditLogFindData39$outboundSchema = z.object({
|
|
698
|
+
recipientEmail: z.string(),
|
|
699
|
+
recipientName: z.string(),
|
|
700
|
+
recipientId: z.number(),
|
|
701
|
+
recipientRole: z.string(),
|
|
702
|
+
providerId: z.string(),
|
|
703
|
+
credentialId: z.string(),
|
|
704
|
+
sessionId: z.string(),
|
|
705
|
+
numSignatures: z.number(),
|
|
706
|
+
});
|
|
707
|
+
function envelopeAuditLogFindData39ToJSON(envelopeAuditLogFindData39) {
|
|
708
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData39$outboundSchema.parse(envelopeAuditLogFindData39));
|
|
709
|
+
}
|
|
710
|
+
function envelopeAuditLogFindData39FromJSON(jsonString) {
|
|
711
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData39$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData39' from JSON`);
|
|
712
|
+
}
|
|
713
|
+
/** @internal */
|
|
714
|
+
exports.DataDocumentRecipientCscSignRequested$inboundSchema = z.object({
|
|
715
|
+
type: z.literal("DOCUMENT_RECIPIENT_CSC_SIGN_REQUESTED"),
|
|
716
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData39$inboundSchema),
|
|
717
|
+
id: z.string(),
|
|
718
|
+
createdAt: z.string(),
|
|
719
|
+
envelopeId: z.string(),
|
|
720
|
+
name: z.nullable(z.string()).optional(),
|
|
721
|
+
email: z.nullable(z.string()).optional(),
|
|
722
|
+
userId: z.nullable(z.number()).optional(),
|
|
723
|
+
userAgent: z.nullable(z.string()).optional(),
|
|
724
|
+
ipAddress: z.nullable(z.string()).optional(),
|
|
725
|
+
});
|
|
726
|
+
/** @internal */
|
|
727
|
+
exports.DataDocumentRecipientCscSignRequested$outboundSchema = z.object({
|
|
728
|
+
type: z.literal("DOCUMENT_RECIPIENT_CSC_SIGN_REQUESTED"),
|
|
729
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData39$outboundSchema),
|
|
730
|
+
id: z.string(),
|
|
731
|
+
createdAt: z.string(),
|
|
732
|
+
envelopeId: z.string(),
|
|
733
|
+
name: z.nullable(z.string()).optional(),
|
|
734
|
+
email: z.nullable(z.string()).optional(),
|
|
735
|
+
userId: z.nullable(z.number()).optional(),
|
|
736
|
+
userAgent: z.nullable(z.string()).optional(),
|
|
737
|
+
ipAddress: z.nullable(z.string()).optional(),
|
|
738
|
+
});
|
|
739
|
+
function dataDocumentRecipientCscSignRequestedToJSON(dataDocumentRecipientCscSignRequested) {
|
|
740
|
+
return JSON.stringify(exports.DataDocumentRecipientCscSignRequested$outboundSchema.parse(dataDocumentRecipientCscSignRequested));
|
|
741
|
+
}
|
|
742
|
+
function dataDocumentRecipientCscSignRequestedFromJSON(jsonString) {
|
|
743
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentRecipientCscSignRequested$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentRecipientCscSignRequested' from JSON`);
|
|
744
|
+
}
|
|
745
|
+
/** @internal */
|
|
746
|
+
exports.EnvelopeAuditLogFindData38$inboundSchema = z.object({
|
|
747
|
+
recipientEmail: z.string(),
|
|
748
|
+
recipientName: z.string(),
|
|
749
|
+
recipientId: z.number(),
|
|
750
|
+
recipientRole: z.string(),
|
|
751
|
+
providerId: z.string(),
|
|
752
|
+
reason: z.string(),
|
|
753
|
+
});
|
|
754
|
+
/** @internal */
|
|
755
|
+
exports.EnvelopeAuditLogFindData38$outboundSchema = z.object({
|
|
756
|
+
recipientEmail: z.string(),
|
|
757
|
+
recipientName: z.string(),
|
|
758
|
+
recipientId: z.number(),
|
|
759
|
+
recipientRole: z.string(),
|
|
760
|
+
providerId: z.string(),
|
|
761
|
+
reason: z.string(),
|
|
762
|
+
});
|
|
763
|
+
function envelopeAuditLogFindData38ToJSON(envelopeAuditLogFindData38) {
|
|
764
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData38$outboundSchema.parse(envelopeAuditLogFindData38));
|
|
765
|
+
}
|
|
766
|
+
function envelopeAuditLogFindData38FromJSON(jsonString) {
|
|
767
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData38$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData38' from JSON`);
|
|
768
|
+
}
|
|
769
|
+
/** @internal */
|
|
770
|
+
exports.DataDocumentRecipientCscAuthenticationFailed$inboundSchema = z.object({
|
|
771
|
+
type: z.literal("DOCUMENT_RECIPIENT_CSC_AUTHENTICATION_FAILED"),
|
|
772
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData38$inboundSchema),
|
|
773
|
+
id: z.string(),
|
|
774
|
+
createdAt: z.string(),
|
|
775
|
+
envelopeId: z.string(),
|
|
776
|
+
name: z.nullable(z.string()).optional(),
|
|
777
|
+
email: z.nullable(z.string()).optional(),
|
|
778
|
+
userId: z.nullable(z.number()).optional(),
|
|
779
|
+
userAgent: z.nullable(z.string()).optional(),
|
|
780
|
+
ipAddress: z.nullable(z.string()).optional(),
|
|
781
|
+
});
|
|
782
|
+
/** @internal */
|
|
783
|
+
exports.DataDocumentRecipientCscAuthenticationFailed$outboundSchema = z.object({
|
|
784
|
+
type: z.literal("DOCUMENT_RECIPIENT_CSC_AUTHENTICATION_FAILED"),
|
|
785
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData38$outboundSchema),
|
|
786
|
+
id: z.string(),
|
|
787
|
+
createdAt: z.string(),
|
|
788
|
+
envelopeId: z.string(),
|
|
789
|
+
name: z.nullable(z.string()).optional(),
|
|
790
|
+
email: z.nullable(z.string()).optional(),
|
|
791
|
+
userId: z.nullable(z.number()).optional(),
|
|
792
|
+
userAgent: z.nullable(z.string()).optional(),
|
|
793
|
+
ipAddress: z.nullable(z.string()).optional(),
|
|
794
|
+
});
|
|
795
|
+
function dataDocumentRecipientCscAuthenticationFailedToJSON(dataDocumentRecipientCscAuthenticationFailed) {
|
|
796
|
+
return JSON.stringify(exports.DataDocumentRecipientCscAuthenticationFailed$outboundSchema.parse(dataDocumentRecipientCscAuthenticationFailed));
|
|
797
|
+
}
|
|
798
|
+
function dataDocumentRecipientCscAuthenticationFailedFromJSON(jsonString) {
|
|
799
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentRecipientCscAuthenticationFailed$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentRecipientCscAuthenticationFailed' from JSON`);
|
|
800
|
+
}
|
|
801
|
+
/** @internal */
|
|
802
|
+
exports.EnvelopeAuditLogFindData37$inboundSchema = z.object({
|
|
803
|
+
recipientEmail: z.string(),
|
|
804
|
+
recipientName: z.string(),
|
|
805
|
+
recipientId: z.number(),
|
|
806
|
+
recipientRole: z.string(),
|
|
807
|
+
providerId: z.string(),
|
|
808
|
+
credentialId: z.string(),
|
|
809
|
+
signatureAlgorithm: z.string(),
|
|
810
|
+
digestAlgorithm: z.string(),
|
|
811
|
+
});
|
|
812
|
+
/** @internal */
|
|
813
|
+
exports.EnvelopeAuditLogFindData37$outboundSchema = z.object({
|
|
814
|
+
recipientEmail: z.string(),
|
|
815
|
+
recipientName: z.string(),
|
|
816
|
+
recipientId: z.number(),
|
|
817
|
+
recipientRole: z.string(),
|
|
818
|
+
providerId: z.string(),
|
|
819
|
+
credentialId: z.string(),
|
|
820
|
+
signatureAlgorithm: z.string(),
|
|
821
|
+
digestAlgorithm: z.string(),
|
|
822
|
+
});
|
|
823
|
+
function envelopeAuditLogFindData37ToJSON(envelopeAuditLogFindData37) {
|
|
824
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData37$outboundSchema.parse(envelopeAuditLogFindData37));
|
|
825
|
+
}
|
|
826
|
+
function envelopeAuditLogFindData37FromJSON(jsonString) {
|
|
827
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData37$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData37' from JSON`);
|
|
828
|
+
}
|
|
829
|
+
/** @internal */
|
|
830
|
+
exports.DataDocumentRecipientCscAuthenticated$inboundSchema = z.object({
|
|
831
|
+
type: z.literal("DOCUMENT_RECIPIENT_CSC_AUTHENTICATED"),
|
|
832
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData37$inboundSchema),
|
|
833
|
+
id: z.string(),
|
|
834
|
+
createdAt: z.string(),
|
|
835
|
+
envelopeId: z.string(),
|
|
836
|
+
name: z.nullable(z.string()).optional(),
|
|
837
|
+
email: z.nullable(z.string()).optional(),
|
|
838
|
+
userId: z.nullable(z.number()).optional(),
|
|
839
|
+
userAgent: z.nullable(z.string()).optional(),
|
|
840
|
+
ipAddress: z.nullable(z.string()).optional(),
|
|
841
|
+
});
|
|
842
|
+
/** @internal */
|
|
843
|
+
exports.DataDocumentRecipientCscAuthenticated$outboundSchema = z.object({
|
|
844
|
+
type: z.literal("DOCUMENT_RECIPIENT_CSC_AUTHENTICATED"),
|
|
845
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData37$outboundSchema),
|
|
846
|
+
id: z.string(),
|
|
847
|
+
createdAt: z.string(),
|
|
848
|
+
envelopeId: z.string(),
|
|
849
|
+
name: z.nullable(z.string()).optional(),
|
|
850
|
+
email: z.nullable(z.string()).optional(),
|
|
851
|
+
userId: z.nullable(z.number()).optional(),
|
|
852
|
+
userAgent: z.nullable(z.string()).optional(),
|
|
853
|
+
ipAddress: z.nullable(z.string()).optional(),
|
|
854
|
+
});
|
|
855
|
+
function dataDocumentRecipientCscAuthenticatedToJSON(dataDocumentRecipientCscAuthenticated) {
|
|
856
|
+
return JSON.stringify(exports.DataDocumentRecipientCscAuthenticated$outboundSchema.parse(dataDocumentRecipientCscAuthenticated));
|
|
857
|
+
}
|
|
858
|
+
function dataDocumentRecipientCscAuthenticatedFromJSON(jsonString) {
|
|
859
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentRecipientCscAuthenticated$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentRecipientCscAuthenticated' from JSON`);
|
|
860
|
+
}
|
|
861
|
+
/** @internal */
|
|
862
|
+
exports.EnvelopeAuditLogFindData36$inboundSchema = z.object({
|
|
863
|
+
recipientEmail: z.string(),
|
|
864
|
+
recipientName: z.string(),
|
|
865
|
+
recipientId: z.number(),
|
|
866
|
+
});
|
|
867
|
+
/** @internal */
|
|
868
|
+
exports.EnvelopeAuditLogFindData36$outboundSchema = z.object({
|
|
869
|
+
recipientEmail: z.string(),
|
|
870
|
+
recipientName: z.string(),
|
|
871
|
+
recipientId: z.number(),
|
|
872
|
+
});
|
|
873
|
+
function envelopeAuditLogFindData36ToJSON(envelopeAuditLogFindData36) {
|
|
874
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData36$outboundSchema.parse(envelopeAuditLogFindData36));
|
|
875
|
+
}
|
|
876
|
+
function envelopeAuditLogFindData36FromJSON(jsonString) {
|
|
877
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData36$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData36' from JSON`);
|
|
554
878
|
}
|
|
555
879
|
/** @internal */
|
|
556
880
|
exports.DataDocumentRecipientExpired$inboundSchema = z.object({
|
|
557
881
|
type: z.literal("DOCUMENT_RECIPIENT_EXPIRED"),
|
|
558
|
-
data: z.lazy(() => exports.
|
|
882
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData36$inboundSchema),
|
|
559
883
|
id: z.string(),
|
|
560
884
|
createdAt: z.string(),
|
|
561
885
|
envelopeId: z.string(),
|
|
@@ -568,7 +892,7 @@ exports.DataDocumentRecipientExpired$inboundSchema = z.object({
|
|
|
568
892
|
/** @internal */
|
|
569
893
|
exports.DataDocumentRecipientExpired$outboundSchema = z.object({
|
|
570
894
|
type: z.literal("DOCUMENT_RECIPIENT_EXPIRED"),
|
|
571
|
-
data: z.lazy(() => exports.
|
|
895
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData36$outboundSchema),
|
|
572
896
|
id: z.string(),
|
|
573
897
|
createdAt: z.string(),
|
|
574
898
|
envelopeId: z.string(),
|
|
@@ -585,29 +909,29 @@ function dataDocumentRecipientExpiredFromJSON(jsonString) {
|
|
|
585
909
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentRecipientExpired$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentRecipientExpired' from JSON`);
|
|
586
910
|
}
|
|
587
911
|
/** @internal */
|
|
588
|
-
exports.
|
|
912
|
+
exports.EnvelopeAuditLogFindData35$inboundSchema = z.object({
|
|
589
913
|
recipientEmail: z.string(),
|
|
590
914
|
recipientName: z.string(),
|
|
591
915
|
recipientId: z.number(),
|
|
592
916
|
recipientRole: z.string(),
|
|
593
917
|
});
|
|
594
918
|
/** @internal */
|
|
595
|
-
exports.
|
|
919
|
+
exports.EnvelopeAuditLogFindData35$outboundSchema = z.object({
|
|
596
920
|
recipientEmail: z.string(),
|
|
597
921
|
recipientName: z.string(),
|
|
598
922
|
recipientId: z.number(),
|
|
599
923
|
recipientRole: z.string(),
|
|
600
924
|
});
|
|
601
|
-
function
|
|
602
|
-
return JSON.stringify(exports.
|
|
925
|
+
function envelopeAuditLogFindData35ToJSON(envelopeAuditLogFindData35) {
|
|
926
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData35$outboundSchema.parse(envelopeAuditLogFindData35));
|
|
603
927
|
}
|
|
604
|
-
function
|
|
605
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
928
|
+
function envelopeAuditLogFindData35FromJSON(jsonString) {
|
|
929
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData35$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData35' from JSON`);
|
|
606
930
|
}
|
|
607
931
|
/** @internal */
|
|
608
932
|
exports.DataRecipientDeleted$inboundSchema = z.object({
|
|
609
933
|
type: z.literal("RECIPIENT_DELETED"),
|
|
610
|
-
data: z.lazy(() => exports.
|
|
934
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData35$inboundSchema),
|
|
611
935
|
id: z.string(),
|
|
612
936
|
createdAt: z.string(),
|
|
613
937
|
envelopeId: z.string(),
|
|
@@ -620,7 +944,7 @@ exports.DataRecipientDeleted$inboundSchema = z.object({
|
|
|
620
944
|
/** @internal */
|
|
621
945
|
exports.DataRecipientDeleted$outboundSchema = z.object({
|
|
622
946
|
type: z.literal("RECIPIENT_DELETED"),
|
|
623
|
-
data: z.lazy(() => exports.
|
|
947
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData35$outboundSchema),
|
|
624
948
|
id: z.string(),
|
|
625
949
|
createdAt: z.string(),
|
|
626
950
|
envelopeId: z.string(),
|
|
@@ -849,7 +1173,7 @@ function changeUnion3FromJSON(jsonString) {
|
|
|
849
1173
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ChangeUnion3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ChangeUnion3' from JSON`);
|
|
850
1174
|
}
|
|
851
1175
|
/** @internal */
|
|
852
|
-
exports.
|
|
1176
|
+
exports.EnvelopeAuditLogFindData34$inboundSchema = z.object({
|
|
853
1177
|
recipientEmail: z.string(),
|
|
854
1178
|
recipientName: z.string(),
|
|
855
1179
|
recipientId: z.number(),
|
|
@@ -863,7 +1187,7 @@ exports.EnvelopeAuditLogFindData33$inboundSchema = z.object({
|
|
|
863
1187
|
])),
|
|
864
1188
|
});
|
|
865
1189
|
/** @internal */
|
|
866
|
-
exports.
|
|
1190
|
+
exports.EnvelopeAuditLogFindData34$outboundSchema = z.object({
|
|
867
1191
|
recipientEmail: z.string(),
|
|
868
1192
|
recipientName: z.string(),
|
|
869
1193
|
recipientId: z.number(),
|
|
@@ -876,16 +1200,16 @@ exports.EnvelopeAuditLogFindData33$outboundSchema = z.object({
|
|
|
876
1200
|
z.lazy(() => exports.ChangeEmail$outboundSchema),
|
|
877
1201
|
])),
|
|
878
1202
|
});
|
|
879
|
-
function
|
|
880
|
-
return JSON.stringify(exports.
|
|
1203
|
+
function envelopeAuditLogFindData34ToJSON(envelopeAuditLogFindData34) {
|
|
1204
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData34$outboundSchema.parse(envelopeAuditLogFindData34));
|
|
881
1205
|
}
|
|
882
|
-
function
|
|
883
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1206
|
+
function envelopeAuditLogFindData34FromJSON(jsonString) {
|
|
1207
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData34$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData34' from JSON`);
|
|
884
1208
|
}
|
|
885
1209
|
/** @internal */
|
|
886
1210
|
exports.DataRecipientUpdated$inboundSchema = z.object({
|
|
887
1211
|
type: z.literal("RECIPIENT_UPDATED"),
|
|
888
|
-
data: z.lazy(() => exports.
|
|
1212
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData34$inboundSchema),
|
|
889
1213
|
id: z.string(),
|
|
890
1214
|
createdAt: z.string(),
|
|
891
1215
|
envelopeId: z.string(),
|
|
@@ -898,7 +1222,7 @@ exports.DataRecipientUpdated$inboundSchema = z.object({
|
|
|
898
1222
|
/** @internal */
|
|
899
1223
|
exports.DataRecipientUpdated$outboundSchema = z.object({
|
|
900
1224
|
type: z.literal("RECIPIENT_UPDATED"),
|
|
901
|
-
data: z.lazy(() => exports.
|
|
1225
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData34$outboundSchema),
|
|
902
1226
|
id: z.string(),
|
|
903
1227
|
createdAt: z.string(),
|
|
904
1228
|
envelopeId: z.string(),
|
|
@@ -923,7 +1247,7 @@ exports.EnvelopeAuditLogFindActionAuth2$inboundSchema = z.nativeEnum(exports.Env
|
|
|
923
1247
|
/** @internal */
|
|
924
1248
|
exports.EnvelopeAuditLogFindActionAuth2$outboundSchema = exports.EnvelopeAuditLogFindActionAuth2$inboundSchema;
|
|
925
1249
|
/** @internal */
|
|
926
|
-
exports.
|
|
1250
|
+
exports.EnvelopeAuditLogFindData33$inboundSchema = z.object({
|
|
927
1251
|
recipientEmail: z.string(),
|
|
928
1252
|
recipientName: z.string(),
|
|
929
1253
|
recipientId: z.number(),
|
|
@@ -932,7 +1256,7 @@ exports.EnvelopeAuditLogFindData32$inboundSchema = z.object({
|
|
|
932
1256
|
actionAuth: z.array(exports.EnvelopeAuditLogFindActionAuth2$inboundSchema),
|
|
933
1257
|
});
|
|
934
1258
|
/** @internal */
|
|
935
|
-
exports.
|
|
1259
|
+
exports.EnvelopeAuditLogFindData33$outboundSchema = z.object({
|
|
936
1260
|
recipientEmail: z.string(),
|
|
937
1261
|
recipientName: z.string(),
|
|
938
1262
|
recipientId: z.number(),
|
|
@@ -940,16 +1264,16 @@ exports.EnvelopeAuditLogFindData32$outboundSchema = z.object({
|
|
|
940
1264
|
accessAuth: z.array(exports.EnvelopeAuditLogFindAccessAuth3$outboundSchema),
|
|
941
1265
|
actionAuth: z.array(exports.EnvelopeAuditLogFindActionAuth2$outboundSchema),
|
|
942
1266
|
});
|
|
943
|
-
function
|
|
944
|
-
return JSON.stringify(exports.
|
|
1267
|
+
function envelopeAuditLogFindData33ToJSON(envelopeAuditLogFindData33) {
|
|
1268
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData33$outboundSchema.parse(envelopeAuditLogFindData33));
|
|
945
1269
|
}
|
|
946
|
-
function
|
|
947
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1270
|
+
function envelopeAuditLogFindData33FromJSON(jsonString) {
|
|
1271
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData33$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData33' from JSON`);
|
|
948
1272
|
}
|
|
949
1273
|
/** @internal */
|
|
950
1274
|
exports.DataRecipientCreated$inboundSchema = z.object({
|
|
951
1275
|
type: z.literal("RECIPIENT_CREATED"),
|
|
952
|
-
data: z.lazy(() => exports.
|
|
1276
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData33$inboundSchema),
|
|
953
1277
|
id: z.string(),
|
|
954
1278
|
createdAt: z.string(),
|
|
955
1279
|
envelopeId: z.string(),
|
|
@@ -962,7 +1286,7 @@ exports.DataRecipientCreated$inboundSchema = z.object({
|
|
|
962
1286
|
/** @internal */
|
|
963
1287
|
exports.DataRecipientCreated$outboundSchema = z.object({
|
|
964
1288
|
type: z.literal("RECIPIENT_CREATED"),
|
|
965
|
-
data: z.lazy(() => exports.
|
|
1289
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData33$outboundSchema),
|
|
966
1290
|
id: z.string(),
|
|
967
1291
|
createdAt: z.string(),
|
|
968
1292
|
envelopeId: z.string(),
|
|
@@ -1099,7 +1423,7 @@ function changeUnion2FromJSON(jsonString) {
|
|
|
1099
1423
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ChangeUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ChangeUnion2' from JSON`);
|
|
1100
1424
|
}
|
|
1101
1425
|
/** @internal */
|
|
1102
|
-
exports.
|
|
1426
|
+
exports.EnvelopeAuditLogFindData32$inboundSchema = z.object({
|
|
1103
1427
|
fieldId: z.string(),
|
|
1104
1428
|
fieldRecipientEmail: z.string(),
|
|
1105
1429
|
fieldRecipientId: z.number(),
|
|
@@ -1110,7 +1434,7 @@ exports.EnvelopeAuditLogFindData31$inboundSchema = z.object({
|
|
|
1110
1434
|
])),
|
|
1111
1435
|
});
|
|
1112
1436
|
/** @internal */
|
|
1113
|
-
exports.
|
|
1437
|
+
exports.EnvelopeAuditLogFindData32$outboundSchema = z.object({
|
|
1114
1438
|
fieldId: z.string(),
|
|
1115
1439
|
fieldRecipientEmail: z.string(),
|
|
1116
1440
|
fieldRecipientId: z.number(),
|
|
@@ -1120,16 +1444,16 @@ exports.EnvelopeAuditLogFindData31$outboundSchema = z.object({
|
|
|
1120
1444
|
z.lazy(() => exports.ChangePosition$outboundSchema),
|
|
1121
1445
|
])),
|
|
1122
1446
|
});
|
|
1123
|
-
function
|
|
1124
|
-
return JSON.stringify(exports.
|
|
1447
|
+
function envelopeAuditLogFindData32ToJSON(envelopeAuditLogFindData32) {
|
|
1448
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData32$outboundSchema.parse(envelopeAuditLogFindData32));
|
|
1125
1449
|
}
|
|
1126
|
-
function
|
|
1127
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1450
|
+
function envelopeAuditLogFindData32FromJSON(jsonString) {
|
|
1451
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData32$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData32' from JSON`);
|
|
1128
1452
|
}
|
|
1129
1453
|
/** @internal */
|
|
1130
1454
|
exports.DataFieldUpdated$inboundSchema = z.object({
|
|
1131
1455
|
type: z.literal("FIELD_UPDATED"),
|
|
1132
|
-
data: z.lazy(() => exports.
|
|
1456
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData32$inboundSchema),
|
|
1133
1457
|
id: z.string(),
|
|
1134
1458
|
createdAt: z.string(),
|
|
1135
1459
|
envelopeId: z.string(),
|
|
@@ -1142,7 +1466,7 @@ exports.DataFieldUpdated$inboundSchema = z.object({
|
|
|
1142
1466
|
/** @internal */
|
|
1143
1467
|
exports.DataFieldUpdated$outboundSchema = z.object({
|
|
1144
1468
|
type: z.literal("FIELD_UPDATED"),
|
|
1145
|
-
data: z.lazy(() => exports.
|
|
1469
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData32$outboundSchema),
|
|
1146
1470
|
id: z.string(),
|
|
1147
1471
|
createdAt: z.string(),
|
|
1148
1472
|
envelopeId: z.string(),
|
|
@@ -1159,29 +1483,29 @@ function dataFieldUpdatedFromJSON(jsonString) {
|
|
|
1159
1483
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataFieldUpdated$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataFieldUpdated' from JSON`);
|
|
1160
1484
|
}
|
|
1161
1485
|
/** @internal */
|
|
1162
|
-
exports.
|
|
1486
|
+
exports.EnvelopeAuditLogFindData31$inboundSchema = z.object({
|
|
1163
1487
|
fieldId: z.string(),
|
|
1164
1488
|
fieldRecipientEmail: z.string(),
|
|
1165
1489
|
fieldRecipientId: z.number(),
|
|
1166
1490
|
fieldType: z.string(),
|
|
1167
1491
|
});
|
|
1168
1492
|
/** @internal */
|
|
1169
|
-
exports.
|
|
1493
|
+
exports.EnvelopeAuditLogFindData31$outboundSchema = z.object({
|
|
1170
1494
|
fieldId: z.string(),
|
|
1171
1495
|
fieldRecipientEmail: z.string(),
|
|
1172
1496
|
fieldRecipientId: z.number(),
|
|
1173
1497
|
fieldType: z.string(),
|
|
1174
1498
|
});
|
|
1175
|
-
function
|
|
1176
|
-
return JSON.stringify(exports.
|
|
1499
|
+
function envelopeAuditLogFindData31ToJSON(envelopeAuditLogFindData31) {
|
|
1500
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData31$outboundSchema.parse(envelopeAuditLogFindData31));
|
|
1177
1501
|
}
|
|
1178
|
-
function
|
|
1179
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1502
|
+
function envelopeAuditLogFindData31FromJSON(jsonString) {
|
|
1503
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData31$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData31' from JSON`);
|
|
1180
1504
|
}
|
|
1181
1505
|
/** @internal */
|
|
1182
1506
|
exports.DataFieldDeleted$inboundSchema = z.object({
|
|
1183
1507
|
type: z.literal("FIELD_DELETED"),
|
|
1184
|
-
data: z.lazy(() => exports.
|
|
1508
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData31$inboundSchema),
|
|
1185
1509
|
id: z.string(),
|
|
1186
1510
|
createdAt: z.string(),
|
|
1187
1511
|
envelopeId: z.string(),
|
|
@@ -1194,7 +1518,7 @@ exports.DataFieldDeleted$inboundSchema = z.object({
|
|
|
1194
1518
|
/** @internal */
|
|
1195
1519
|
exports.DataFieldDeleted$outboundSchema = z.object({
|
|
1196
1520
|
type: z.literal("FIELD_DELETED"),
|
|
1197
|
-
data: z.lazy(() => exports.
|
|
1521
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData31$outboundSchema),
|
|
1198
1522
|
id: z.string(),
|
|
1199
1523
|
createdAt: z.string(),
|
|
1200
1524
|
envelopeId: z.string(),
|
|
@@ -1211,29 +1535,29 @@ function dataFieldDeletedFromJSON(jsonString) {
|
|
|
1211
1535
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataFieldDeleted$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataFieldDeleted' from JSON`);
|
|
1212
1536
|
}
|
|
1213
1537
|
/** @internal */
|
|
1214
|
-
exports.
|
|
1538
|
+
exports.EnvelopeAuditLogFindData30$inboundSchema = z.object({
|
|
1215
1539
|
fieldId: z.string(),
|
|
1216
1540
|
fieldRecipientEmail: z.string(),
|
|
1217
1541
|
fieldRecipientId: z.number(),
|
|
1218
1542
|
fieldType: z.string(),
|
|
1219
1543
|
});
|
|
1220
1544
|
/** @internal */
|
|
1221
|
-
exports.
|
|
1545
|
+
exports.EnvelopeAuditLogFindData30$outboundSchema = z.object({
|
|
1222
1546
|
fieldId: z.string(),
|
|
1223
1547
|
fieldRecipientEmail: z.string(),
|
|
1224
1548
|
fieldRecipientId: z.number(),
|
|
1225
1549
|
fieldType: z.string(),
|
|
1226
1550
|
});
|
|
1227
|
-
function
|
|
1228
|
-
return JSON.stringify(exports.
|
|
1551
|
+
function envelopeAuditLogFindData30ToJSON(envelopeAuditLogFindData30) {
|
|
1552
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData30$outboundSchema.parse(envelopeAuditLogFindData30));
|
|
1229
1553
|
}
|
|
1230
|
-
function
|
|
1231
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1554
|
+
function envelopeAuditLogFindData30FromJSON(jsonString) {
|
|
1555
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData30$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData30' from JSON`);
|
|
1232
1556
|
}
|
|
1233
1557
|
/** @internal */
|
|
1234
1558
|
exports.DataFieldCreated$inboundSchema = z.object({
|
|
1235
1559
|
type: z.literal("FIELD_CREATED"),
|
|
1236
|
-
data: z.lazy(() => exports.
|
|
1560
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData30$inboundSchema),
|
|
1237
1561
|
id: z.string(),
|
|
1238
1562
|
createdAt: z.string(),
|
|
1239
1563
|
envelopeId: z.string(),
|
|
@@ -1246,7 +1570,7 @@ exports.DataFieldCreated$inboundSchema = z.object({
|
|
|
1246
1570
|
/** @internal */
|
|
1247
1571
|
exports.DataFieldCreated$outboundSchema = z.object({
|
|
1248
1572
|
type: z.literal("FIELD_CREATED"),
|
|
1249
|
-
data: z.lazy(() => exports.
|
|
1573
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData30$outboundSchema),
|
|
1250
1574
|
id: z.string(),
|
|
1251
1575
|
createdAt: z.string(),
|
|
1252
1576
|
envelopeId: z.string(),
|
|
@@ -1263,25 +1587,25 @@ function dataFieldCreatedFromJSON(jsonString) {
|
|
|
1263
1587
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataFieldCreated$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataFieldCreated' from JSON`);
|
|
1264
1588
|
}
|
|
1265
1589
|
/** @internal */
|
|
1266
|
-
exports.
|
|
1590
|
+
exports.EnvelopeAuditLogFindData29$inboundSchema = z.object({
|
|
1267
1591
|
from: z.nullable(z.string()).optional(),
|
|
1268
1592
|
to: z.nullable(z.string()).optional(),
|
|
1269
1593
|
});
|
|
1270
1594
|
/** @internal */
|
|
1271
|
-
exports.
|
|
1595
|
+
exports.EnvelopeAuditLogFindData29$outboundSchema = z.object({
|
|
1272
1596
|
from: z.nullable(z.string()).optional(),
|
|
1273
1597
|
to: z.nullable(z.string()).optional(),
|
|
1274
1598
|
});
|
|
1275
|
-
function
|
|
1276
|
-
return JSON.stringify(exports.
|
|
1599
|
+
function envelopeAuditLogFindData29ToJSON(envelopeAuditLogFindData29) {
|
|
1600
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData29$outboundSchema.parse(envelopeAuditLogFindData29));
|
|
1277
1601
|
}
|
|
1278
|
-
function
|
|
1279
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1602
|
+
function envelopeAuditLogFindData29FromJSON(jsonString) {
|
|
1603
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData29$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData29' from JSON`);
|
|
1280
1604
|
}
|
|
1281
1605
|
/** @internal */
|
|
1282
1606
|
exports.DataDocumentExternalIDUpdated$inboundSchema = z.object({
|
|
1283
1607
|
type: z.literal("DOCUMENT_EXTERNAL_ID_UPDATED"),
|
|
1284
|
-
data: z.lazy(() => exports.
|
|
1608
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData29$inboundSchema),
|
|
1285
1609
|
id: z.string(),
|
|
1286
1610
|
createdAt: z.string(),
|
|
1287
1611
|
envelopeId: z.string(),
|
|
@@ -1294,7 +1618,7 @@ exports.DataDocumentExternalIDUpdated$inboundSchema = z.object({
|
|
|
1294
1618
|
/** @internal */
|
|
1295
1619
|
exports.DataDocumentExternalIDUpdated$outboundSchema = z.object({
|
|
1296
1620
|
type: z.literal("DOCUMENT_EXTERNAL_ID_UPDATED"),
|
|
1297
|
-
data: z.lazy(() => exports.
|
|
1621
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData29$outboundSchema),
|
|
1298
1622
|
id: z.string(),
|
|
1299
1623
|
createdAt: z.string(),
|
|
1300
1624
|
envelopeId: z.string(),
|
|
@@ -1311,25 +1635,25 @@ function dataDocumentExternalIDUpdatedFromJSON(jsonString) {
|
|
|
1311
1635
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentExternalIDUpdated$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentExternalIDUpdated' from JSON`);
|
|
1312
1636
|
}
|
|
1313
1637
|
/** @internal */
|
|
1314
|
-
exports.
|
|
1638
|
+
exports.EnvelopeAuditLogFindData28$inboundSchema = z.object({
|
|
1315
1639
|
from: z.string(),
|
|
1316
1640
|
to: z.string(),
|
|
1317
1641
|
});
|
|
1318
1642
|
/** @internal */
|
|
1319
|
-
exports.
|
|
1643
|
+
exports.EnvelopeAuditLogFindData28$outboundSchema = z.object({
|
|
1320
1644
|
from: z.string(),
|
|
1321
1645
|
to: z.string(),
|
|
1322
1646
|
});
|
|
1323
|
-
function
|
|
1324
|
-
return JSON.stringify(exports.
|
|
1647
|
+
function envelopeAuditLogFindData28ToJSON(envelopeAuditLogFindData28) {
|
|
1648
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData28$outboundSchema.parse(envelopeAuditLogFindData28));
|
|
1325
1649
|
}
|
|
1326
|
-
function
|
|
1327
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1650
|
+
function envelopeAuditLogFindData28FromJSON(jsonString) {
|
|
1651
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData28$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData28' from JSON`);
|
|
1328
1652
|
}
|
|
1329
1653
|
/** @internal */
|
|
1330
1654
|
exports.DataDocumentTitleUpdated$inboundSchema = z.object({
|
|
1331
1655
|
type: z.literal("DOCUMENT_TITLE_UPDATED"),
|
|
1332
|
-
data: z.lazy(() => exports.
|
|
1656
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData28$inboundSchema),
|
|
1333
1657
|
id: z.string(),
|
|
1334
1658
|
createdAt: z.string(),
|
|
1335
1659
|
envelopeId: z.string(),
|
|
@@ -1342,7 +1666,7 @@ exports.DataDocumentTitleUpdated$inboundSchema = z.object({
|
|
|
1342
1666
|
/** @internal */
|
|
1343
1667
|
exports.DataDocumentTitleUpdated$outboundSchema = z.object({
|
|
1344
1668
|
type: z.literal("DOCUMENT_TITLE_UPDATED"),
|
|
1345
|
-
data: z.lazy(() => exports.
|
|
1669
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData28$outboundSchema),
|
|
1346
1670
|
id: z.string(),
|
|
1347
1671
|
createdAt: z.string(),
|
|
1348
1672
|
envelopeId: z.string(),
|
|
@@ -1359,19 +1683,19 @@ function dataDocumentTitleUpdatedFromJSON(jsonString) {
|
|
|
1359
1683
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentTitleUpdated$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentTitleUpdated' from JSON`);
|
|
1360
1684
|
}
|
|
1361
1685
|
/** @internal */
|
|
1362
|
-
exports.
|
|
1686
|
+
exports.EnvelopeAuditLogFindData27$inboundSchema = z.object({});
|
|
1363
1687
|
/** @internal */
|
|
1364
|
-
exports.
|
|
1365
|
-
function
|
|
1366
|
-
return JSON.stringify(exports.
|
|
1688
|
+
exports.EnvelopeAuditLogFindData27$outboundSchema = z.object({});
|
|
1689
|
+
function envelopeAuditLogFindData27ToJSON(envelopeAuditLogFindData27) {
|
|
1690
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData27$outboundSchema.parse(envelopeAuditLogFindData27));
|
|
1367
1691
|
}
|
|
1368
|
-
function
|
|
1369
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1692
|
+
function envelopeAuditLogFindData27FromJSON(jsonString) {
|
|
1693
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData27$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData27' from JSON`);
|
|
1370
1694
|
}
|
|
1371
1695
|
/** @internal */
|
|
1372
1696
|
exports.DataDocumentSent$inboundSchema = z.object({
|
|
1373
1697
|
type: z.literal("DOCUMENT_SENT"),
|
|
1374
|
-
data: z.lazy(() => exports.
|
|
1698
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData27$inboundSchema),
|
|
1375
1699
|
id: z.string(),
|
|
1376
1700
|
createdAt: z.string(),
|
|
1377
1701
|
envelopeId: z.string(),
|
|
@@ -1384,7 +1708,7 @@ exports.DataDocumentSent$inboundSchema = z.object({
|
|
|
1384
1708
|
/** @internal */
|
|
1385
1709
|
exports.DataDocumentSent$outboundSchema = z.object({
|
|
1386
1710
|
type: z.literal("DOCUMENT_SENT"),
|
|
1387
|
-
data: z.lazy(() => exports.
|
|
1711
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData27$outboundSchema),
|
|
1388
1712
|
id: z.string(),
|
|
1389
1713
|
createdAt: z.string(),
|
|
1390
1714
|
envelopeId: z.string(),
|
|
@@ -1401,27 +1725,27 @@ function dataDocumentSentFromJSON(jsonString) {
|
|
|
1401
1725
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentSent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentSent' from JSON`);
|
|
1402
1726
|
}
|
|
1403
1727
|
/** @internal */
|
|
1404
|
-
exports.
|
|
1728
|
+
exports.EnvelopeAuditLogFindData26$inboundSchema = z.object({
|
|
1405
1729
|
recipientEmail: z.string(),
|
|
1406
1730
|
recipientName: z.string(),
|
|
1407
1731
|
recipientId: z.number(),
|
|
1408
1732
|
});
|
|
1409
1733
|
/** @internal */
|
|
1410
|
-
exports.
|
|
1734
|
+
exports.EnvelopeAuditLogFindData26$outboundSchema = z.object({
|
|
1411
1735
|
recipientEmail: z.string(),
|
|
1412
1736
|
recipientName: z.string(),
|
|
1413
1737
|
recipientId: z.number(),
|
|
1414
1738
|
});
|
|
1415
|
-
function
|
|
1416
|
-
return JSON.stringify(exports.
|
|
1739
|
+
function envelopeAuditLogFindData26ToJSON(envelopeAuditLogFindData26) {
|
|
1740
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData26$outboundSchema.parse(envelopeAuditLogFindData26));
|
|
1417
1741
|
}
|
|
1418
|
-
function
|
|
1419
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1742
|
+
function envelopeAuditLogFindData26FromJSON(jsonString) {
|
|
1743
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData26$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData26' from JSON`);
|
|
1420
1744
|
}
|
|
1421
1745
|
/** @internal */
|
|
1422
1746
|
exports.DataDocumentAccessAuth2FaFailed$inboundSchema = z.object({
|
|
1423
1747
|
type: z.literal("DOCUMENT_ACCESS_AUTH_2FA_FAILED"),
|
|
1424
|
-
data: z.lazy(() => exports.
|
|
1748
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData26$inboundSchema),
|
|
1425
1749
|
id: z.string(),
|
|
1426
1750
|
createdAt: z.string(),
|
|
1427
1751
|
envelopeId: z.string(),
|
|
@@ -1434,7 +1758,7 @@ exports.DataDocumentAccessAuth2FaFailed$inboundSchema = z.object({
|
|
|
1434
1758
|
/** @internal */
|
|
1435
1759
|
exports.DataDocumentAccessAuth2FaFailed$outboundSchema = z.object({
|
|
1436
1760
|
type: z.literal("DOCUMENT_ACCESS_AUTH_2FA_FAILED"),
|
|
1437
|
-
data: z.lazy(() => exports.
|
|
1761
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData26$outboundSchema),
|
|
1438
1762
|
id: z.string(),
|
|
1439
1763
|
createdAt: z.string(),
|
|
1440
1764
|
envelopeId: z.string(),
|
|
@@ -1451,27 +1775,27 @@ function dataDocumentAccessAuth2FaFailedFromJSON(jsonString) {
|
|
|
1451
1775
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentAccessAuth2FaFailed$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentAccessAuth2FaFailed' from JSON`);
|
|
1452
1776
|
}
|
|
1453
1777
|
/** @internal */
|
|
1454
|
-
exports.
|
|
1778
|
+
exports.EnvelopeAuditLogFindData25$inboundSchema = z.object({
|
|
1455
1779
|
recipientEmail: z.string(),
|
|
1456
1780
|
recipientName: z.string(),
|
|
1457
1781
|
recipientId: z.number(),
|
|
1458
1782
|
});
|
|
1459
1783
|
/** @internal */
|
|
1460
|
-
exports.
|
|
1784
|
+
exports.EnvelopeAuditLogFindData25$outboundSchema = z.object({
|
|
1461
1785
|
recipientEmail: z.string(),
|
|
1462
1786
|
recipientName: z.string(),
|
|
1463
1787
|
recipientId: z.number(),
|
|
1464
1788
|
});
|
|
1465
|
-
function
|
|
1466
|
-
return JSON.stringify(exports.
|
|
1789
|
+
function envelopeAuditLogFindData25ToJSON(envelopeAuditLogFindData25) {
|
|
1790
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData25$outboundSchema.parse(envelopeAuditLogFindData25));
|
|
1467
1791
|
}
|
|
1468
|
-
function
|
|
1469
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1792
|
+
function envelopeAuditLogFindData25FromJSON(jsonString) {
|
|
1793
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData25$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData25' from JSON`);
|
|
1470
1794
|
}
|
|
1471
1795
|
/** @internal */
|
|
1472
1796
|
exports.DataDocumentAccessAuth2FaValidated$inboundSchema = z.object({
|
|
1473
1797
|
type: z.literal("DOCUMENT_ACCESS_AUTH_2FA_VALIDATED"),
|
|
1474
|
-
data: z.lazy(() => exports.
|
|
1798
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData25$inboundSchema),
|
|
1475
1799
|
id: z.string(),
|
|
1476
1800
|
createdAt: z.string(),
|
|
1477
1801
|
envelopeId: z.string(),
|
|
@@ -1484,7 +1808,7 @@ exports.DataDocumentAccessAuth2FaValidated$inboundSchema = z.object({
|
|
|
1484
1808
|
/** @internal */
|
|
1485
1809
|
exports.DataDocumentAccessAuth2FaValidated$outboundSchema = z.object({
|
|
1486
1810
|
type: z.literal("DOCUMENT_ACCESS_AUTH_2FA_VALIDATED"),
|
|
1487
|
-
data: z.lazy(() => exports.
|
|
1811
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData25$outboundSchema),
|
|
1488
1812
|
id: z.string(),
|
|
1489
1813
|
createdAt: z.string(),
|
|
1490
1814
|
envelopeId: z.string(),
|
|
@@ -1501,27 +1825,27 @@ function dataDocumentAccessAuth2FaValidatedFromJSON(jsonString) {
|
|
|
1501
1825
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentAccessAuth2FaValidated$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentAccessAuth2FaValidated' from JSON`);
|
|
1502
1826
|
}
|
|
1503
1827
|
/** @internal */
|
|
1504
|
-
exports.
|
|
1828
|
+
exports.EnvelopeAuditLogFindData24$inboundSchema = z.object({
|
|
1505
1829
|
recipientEmail: z.string(),
|
|
1506
1830
|
recipientName: z.string(),
|
|
1507
1831
|
recipientId: z.number(),
|
|
1508
1832
|
});
|
|
1509
1833
|
/** @internal */
|
|
1510
|
-
exports.
|
|
1834
|
+
exports.EnvelopeAuditLogFindData24$outboundSchema = z.object({
|
|
1511
1835
|
recipientEmail: z.string(),
|
|
1512
1836
|
recipientName: z.string(),
|
|
1513
1837
|
recipientId: z.number(),
|
|
1514
1838
|
});
|
|
1515
|
-
function
|
|
1516
|
-
return JSON.stringify(exports.
|
|
1839
|
+
function envelopeAuditLogFindData24ToJSON(envelopeAuditLogFindData24) {
|
|
1840
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData24$outboundSchema.parse(envelopeAuditLogFindData24));
|
|
1517
1841
|
}
|
|
1518
|
-
function
|
|
1519
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1842
|
+
function envelopeAuditLogFindData24FromJSON(jsonString) {
|
|
1843
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData24$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData24' from JSON`);
|
|
1520
1844
|
}
|
|
1521
1845
|
/** @internal */
|
|
1522
1846
|
exports.DataDocumentAccessAuth2FaRequested$inboundSchema = z.object({
|
|
1523
1847
|
type: z.literal("DOCUMENT_ACCESS_AUTH_2FA_REQUESTED"),
|
|
1524
|
-
data: z.lazy(() => exports.
|
|
1848
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData24$inboundSchema),
|
|
1525
1849
|
id: z.string(),
|
|
1526
1850
|
createdAt: z.string(),
|
|
1527
1851
|
envelopeId: z.string(),
|
|
@@ -1534,7 +1858,7 @@ exports.DataDocumentAccessAuth2FaRequested$inboundSchema = z.object({
|
|
|
1534
1858
|
/** @internal */
|
|
1535
1859
|
exports.DataDocumentAccessAuth2FaRequested$outboundSchema = z.object({
|
|
1536
1860
|
type: z.literal("DOCUMENT_ACCESS_AUTH_2FA_REQUESTED"),
|
|
1537
|
-
data: z.lazy(() => exports.
|
|
1861
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData24$outboundSchema),
|
|
1538
1862
|
id: z.string(),
|
|
1539
1863
|
createdAt: z.string(),
|
|
1540
1864
|
envelopeId: z.string(),
|
|
@@ -1551,31 +1875,37 @@ function dataDocumentAccessAuth2FaRequestedFromJSON(jsonString) {
|
|
|
1551
1875
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentAccessAuth2FaRequested$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentAccessAuth2FaRequested' from JSON`);
|
|
1552
1876
|
}
|
|
1553
1877
|
/** @internal */
|
|
1554
|
-
exports.
|
|
1878
|
+
exports.EnvelopeAuditLogFindData23$inboundSchema = z.object({
|
|
1555
1879
|
recipientEmail: z.string(),
|
|
1556
1880
|
recipientName: z.string(),
|
|
1557
1881
|
recipientId: z.number(),
|
|
1558
1882
|
recipientRole: z.string(),
|
|
1559
1883
|
reason: z.string(),
|
|
1884
|
+
isExternal: z.boolean().optional(),
|
|
1885
|
+
onBehalfOfUserEmail: z.string().optional(),
|
|
1886
|
+
onBehalfOfUserName: z.nullable(z.string()).optional(),
|
|
1560
1887
|
});
|
|
1561
1888
|
/** @internal */
|
|
1562
|
-
exports.
|
|
1889
|
+
exports.EnvelopeAuditLogFindData23$outboundSchema = z.object({
|
|
1563
1890
|
recipientEmail: z.string(),
|
|
1564
1891
|
recipientName: z.string(),
|
|
1565
1892
|
recipientId: z.number(),
|
|
1566
1893
|
recipientRole: z.string(),
|
|
1567
1894
|
reason: z.string(),
|
|
1895
|
+
isExternal: z.boolean().optional(),
|
|
1896
|
+
onBehalfOfUserEmail: z.string().optional(),
|
|
1897
|
+
onBehalfOfUserName: z.nullable(z.string()).optional(),
|
|
1568
1898
|
});
|
|
1569
|
-
function
|
|
1570
|
-
return JSON.stringify(exports.
|
|
1899
|
+
function envelopeAuditLogFindData23ToJSON(envelopeAuditLogFindData23) {
|
|
1900
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData23$outboundSchema.parse(envelopeAuditLogFindData23));
|
|
1571
1901
|
}
|
|
1572
|
-
function
|
|
1573
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1902
|
+
function envelopeAuditLogFindData23FromJSON(jsonString) {
|
|
1903
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData23$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData23' from JSON`);
|
|
1574
1904
|
}
|
|
1575
1905
|
/** @internal */
|
|
1576
1906
|
exports.DataDocumentRecipientRejected$inboundSchema = z.object({
|
|
1577
1907
|
type: z.literal("DOCUMENT_RECIPIENT_REJECTED"),
|
|
1578
|
-
data: z.lazy(() => exports.
|
|
1908
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData23$inboundSchema),
|
|
1579
1909
|
id: z.string(),
|
|
1580
1910
|
createdAt: z.string(),
|
|
1581
1911
|
envelopeId: z.string(),
|
|
@@ -1588,7 +1918,7 @@ exports.DataDocumentRecipientRejected$inboundSchema = z.object({
|
|
|
1588
1918
|
/** @internal */
|
|
1589
1919
|
exports.DataDocumentRecipientRejected$outboundSchema = z.object({
|
|
1590
1920
|
type: z.literal("DOCUMENT_RECIPIENT_REJECTED"),
|
|
1591
|
-
data: z.lazy(() => exports.
|
|
1921
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData23$outboundSchema),
|
|
1592
1922
|
id: z.string(),
|
|
1593
1923
|
createdAt: z.string(),
|
|
1594
1924
|
envelopeId: z.string(),
|
|
@@ -1609,7 +1939,7 @@ exports.EnvelopeAuditLogFindActionAuth1$inboundSchema = z.nativeEnum(exports.Env
|
|
|
1609
1939
|
/** @internal */
|
|
1610
1940
|
exports.EnvelopeAuditLogFindActionAuth1$outboundSchema = exports.EnvelopeAuditLogFindActionAuth1$inboundSchema;
|
|
1611
1941
|
/** @internal */
|
|
1612
|
-
exports.
|
|
1942
|
+
exports.EnvelopeAuditLogFindData22$inboundSchema = z.object({
|
|
1613
1943
|
recipientEmail: z.string(),
|
|
1614
1944
|
recipientName: z.string(),
|
|
1615
1945
|
recipientId: z.number(),
|
|
@@ -1617,23 +1947,23 @@ exports.EnvelopeAuditLogFindData21$inboundSchema = z.object({
|
|
|
1617
1947
|
actionAuth: z.array(exports.EnvelopeAuditLogFindActionAuth1$inboundSchema),
|
|
1618
1948
|
});
|
|
1619
1949
|
/** @internal */
|
|
1620
|
-
exports.
|
|
1950
|
+
exports.EnvelopeAuditLogFindData22$outboundSchema = z.object({
|
|
1621
1951
|
recipientEmail: z.string(),
|
|
1622
1952
|
recipientName: z.string(),
|
|
1623
1953
|
recipientId: z.number(),
|
|
1624
1954
|
recipientRole: z.string(),
|
|
1625
1955
|
actionAuth: z.array(exports.EnvelopeAuditLogFindActionAuth1$outboundSchema),
|
|
1626
1956
|
});
|
|
1627
|
-
function
|
|
1628
|
-
return JSON.stringify(exports.
|
|
1957
|
+
function envelopeAuditLogFindData22ToJSON(envelopeAuditLogFindData22) {
|
|
1958
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData22$outboundSchema.parse(envelopeAuditLogFindData22));
|
|
1629
1959
|
}
|
|
1630
|
-
function
|
|
1631
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1960
|
+
function envelopeAuditLogFindData22FromJSON(jsonString) {
|
|
1961
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData22$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData22' from JSON`);
|
|
1632
1962
|
}
|
|
1633
1963
|
/** @internal */
|
|
1634
1964
|
exports.DataDocumentRecipientCompleted$inboundSchema = z.object({
|
|
1635
1965
|
type: z.literal("DOCUMENT_RECIPIENT_COMPLETED"),
|
|
1636
|
-
data: z.lazy(() => exports.
|
|
1966
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData22$inboundSchema),
|
|
1637
1967
|
id: z.string(),
|
|
1638
1968
|
createdAt: z.string(),
|
|
1639
1969
|
envelopeId: z.string(),
|
|
@@ -1646,7 +1976,7 @@ exports.DataDocumentRecipientCompleted$inboundSchema = z.object({
|
|
|
1646
1976
|
/** @internal */
|
|
1647
1977
|
exports.DataDocumentRecipientCompleted$outboundSchema = z.object({
|
|
1648
1978
|
type: z.literal("DOCUMENT_RECIPIENT_COMPLETED"),
|
|
1649
|
-
data: z.lazy(() => exports.
|
|
1979
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData22$outboundSchema),
|
|
1650
1980
|
id: z.string(),
|
|
1651
1981
|
createdAt: z.string(),
|
|
1652
1982
|
envelopeId: z.string(),
|
|
@@ -1667,7 +1997,7 @@ exports.EnvelopeAuditLogFindAccessAuth2$inboundSchema = z.nativeEnum(exports.Env
|
|
|
1667
1997
|
/** @internal */
|
|
1668
1998
|
exports.EnvelopeAuditLogFindAccessAuth2$outboundSchema = exports.EnvelopeAuditLogFindAccessAuth2$inboundSchema;
|
|
1669
1999
|
/** @internal */
|
|
1670
|
-
exports.
|
|
2000
|
+
exports.EnvelopeAuditLogFindData21$inboundSchema = z.object({
|
|
1671
2001
|
recipientEmail: z.string(),
|
|
1672
2002
|
recipientName: z.string(),
|
|
1673
2003
|
recipientId: z.number(),
|
|
@@ -1675,23 +2005,23 @@ exports.EnvelopeAuditLogFindData20$inboundSchema = z.object({
|
|
|
1675
2005
|
accessAuth: z.array(exports.EnvelopeAuditLogFindAccessAuth2$inboundSchema),
|
|
1676
2006
|
});
|
|
1677
2007
|
/** @internal */
|
|
1678
|
-
exports.
|
|
2008
|
+
exports.EnvelopeAuditLogFindData21$outboundSchema = z.object({
|
|
1679
2009
|
recipientEmail: z.string(),
|
|
1680
2010
|
recipientName: z.string(),
|
|
1681
2011
|
recipientId: z.number(),
|
|
1682
2012
|
recipientRole: z.string(),
|
|
1683
2013
|
accessAuth: z.array(exports.EnvelopeAuditLogFindAccessAuth2$outboundSchema),
|
|
1684
2014
|
});
|
|
1685
|
-
function
|
|
1686
|
-
return JSON.stringify(exports.
|
|
2015
|
+
function envelopeAuditLogFindData21ToJSON(envelopeAuditLogFindData21) {
|
|
2016
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData21$outboundSchema.parse(envelopeAuditLogFindData21));
|
|
1687
2017
|
}
|
|
1688
|
-
function
|
|
1689
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2018
|
+
function envelopeAuditLogFindData21FromJSON(jsonString) {
|
|
2019
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData21$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData21' from JSON`);
|
|
1690
2020
|
}
|
|
1691
2021
|
/** @internal */
|
|
1692
2022
|
exports.DataDocumentViewed$inboundSchema = z.object({
|
|
1693
2023
|
type: z.literal("DOCUMENT_VIEWED"),
|
|
1694
|
-
data: z.lazy(() => exports.
|
|
2024
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData21$inboundSchema),
|
|
1695
2025
|
id: z.string(),
|
|
1696
2026
|
createdAt: z.string(),
|
|
1697
2027
|
envelopeId: z.string(),
|
|
@@ -1704,7 +2034,7 @@ exports.DataDocumentViewed$inboundSchema = z.object({
|
|
|
1704
2034
|
/** @internal */
|
|
1705
2035
|
exports.DataDocumentViewed$outboundSchema = z.object({
|
|
1706
2036
|
type: z.literal("DOCUMENT_VIEWED"),
|
|
1707
|
-
data: z.lazy(() => exports.
|
|
2037
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData21$outboundSchema),
|
|
1708
2038
|
id: z.string(),
|
|
1709
2039
|
createdAt: z.string(),
|
|
1710
2040
|
envelopeId: z.string(),
|
|
@@ -1725,7 +2055,7 @@ exports.EnvelopeAuditLogFindAccessAuth1$inboundSchema = z.nativeEnum(exports.Env
|
|
|
1725
2055
|
/** @internal */
|
|
1726
2056
|
exports.EnvelopeAuditLogFindAccessAuth1$outboundSchema = exports.EnvelopeAuditLogFindAccessAuth1$inboundSchema;
|
|
1727
2057
|
/** @internal */
|
|
1728
|
-
exports.
|
|
2058
|
+
exports.EnvelopeAuditLogFindData20$inboundSchema = z.object({
|
|
1729
2059
|
recipientEmail: z.string(),
|
|
1730
2060
|
recipientName: z.string(),
|
|
1731
2061
|
recipientId: z.number(),
|
|
@@ -1733,23 +2063,23 @@ exports.EnvelopeAuditLogFindData19$inboundSchema = z.object({
|
|
|
1733
2063
|
accessAuth: z.array(exports.EnvelopeAuditLogFindAccessAuth1$inboundSchema),
|
|
1734
2064
|
});
|
|
1735
2065
|
/** @internal */
|
|
1736
|
-
exports.
|
|
2066
|
+
exports.EnvelopeAuditLogFindData20$outboundSchema = z.object({
|
|
1737
2067
|
recipientEmail: z.string(),
|
|
1738
2068
|
recipientName: z.string(),
|
|
1739
2069
|
recipientId: z.number(),
|
|
1740
2070
|
recipientRole: z.string(),
|
|
1741
2071
|
accessAuth: z.array(exports.EnvelopeAuditLogFindAccessAuth1$outboundSchema),
|
|
1742
2072
|
});
|
|
1743
|
-
function
|
|
1744
|
-
return JSON.stringify(exports.
|
|
2073
|
+
function envelopeAuditLogFindData20ToJSON(envelopeAuditLogFindData20) {
|
|
2074
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData20$outboundSchema.parse(envelopeAuditLogFindData20));
|
|
1745
2075
|
}
|
|
1746
|
-
function
|
|
1747
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2076
|
+
function envelopeAuditLogFindData20FromJSON(jsonString) {
|
|
2077
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData20$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData20' from JSON`);
|
|
1748
2078
|
}
|
|
1749
2079
|
/** @internal */
|
|
1750
2080
|
exports.DataDocumentOpened$inboundSchema = z.object({
|
|
1751
2081
|
type: z.literal("DOCUMENT_OPENED"),
|
|
1752
|
-
data: z.lazy(() => exports.
|
|
2082
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData20$inboundSchema),
|
|
1753
2083
|
id: z.string(),
|
|
1754
2084
|
createdAt: z.string(),
|
|
1755
2085
|
envelopeId: z.string(),
|
|
@@ -1762,7 +2092,7 @@ exports.DataDocumentOpened$inboundSchema = z.object({
|
|
|
1762
2092
|
/** @internal */
|
|
1763
2093
|
exports.DataDocumentOpened$outboundSchema = z.object({
|
|
1764
2094
|
type: z.literal("DOCUMENT_OPENED"),
|
|
1765
|
-
data: z.lazy(() => exports.
|
|
2095
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData20$outboundSchema),
|
|
1766
2096
|
id: z.string(),
|
|
1767
2097
|
createdAt: z.string(),
|
|
1768
2098
|
envelopeId: z.string(),
|
|
@@ -1912,29 +2242,29 @@ function changeUnion1FromJSON(jsonString) {
|
|
|
1912
2242
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ChangeUnion1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ChangeUnion1' from JSON`);
|
|
1913
2243
|
}
|
|
1914
2244
|
/** @internal */
|
|
1915
|
-
exports.
|
|
2245
|
+
exports.EnvelopeAuditLogFindData19$inboundSchema = z.object({
|
|
1916
2246
|
changes: z.array(z.union([
|
|
1917
2247
|
z.lazy(() => exports.Change2$inboundSchema),
|
|
1918
2248
|
z.lazy(() => exports.ChangePassword$inboundSchema),
|
|
1919
2249
|
])),
|
|
1920
2250
|
});
|
|
1921
2251
|
/** @internal */
|
|
1922
|
-
exports.
|
|
2252
|
+
exports.EnvelopeAuditLogFindData19$outboundSchema = z.object({
|
|
1923
2253
|
changes: z.array(z.union([
|
|
1924
2254
|
z.lazy(() => exports.Change2$outboundSchema),
|
|
1925
2255
|
z.lazy(() => exports.ChangePassword$outboundSchema),
|
|
1926
2256
|
])),
|
|
1927
2257
|
});
|
|
1928
|
-
function
|
|
1929
|
-
return JSON.stringify(exports.
|
|
2258
|
+
function envelopeAuditLogFindData19ToJSON(envelopeAuditLogFindData19) {
|
|
2259
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData19$outboundSchema.parse(envelopeAuditLogFindData19));
|
|
1930
2260
|
}
|
|
1931
|
-
function
|
|
1932
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2261
|
+
function envelopeAuditLogFindData19FromJSON(jsonString) {
|
|
2262
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData19$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData19' from JSON`);
|
|
1933
2263
|
}
|
|
1934
2264
|
/** @internal */
|
|
1935
2265
|
exports.DataDocumentMetaUpdated$inboundSchema = z.object({
|
|
1936
2266
|
type: z.literal("DOCUMENT_META_UPDATED"),
|
|
1937
|
-
data: z.lazy(() => exports.
|
|
2267
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData19$inboundSchema),
|
|
1938
2268
|
id: z.string(),
|
|
1939
2269
|
createdAt: z.string(),
|
|
1940
2270
|
envelopeId: z.string(),
|
|
@@ -1947,7 +2277,7 @@ exports.DataDocumentMetaUpdated$inboundSchema = z.object({
|
|
|
1947
2277
|
/** @internal */
|
|
1948
2278
|
exports.DataDocumentMetaUpdated$outboundSchema = z.object({
|
|
1949
2279
|
type: z.literal("DOCUMENT_META_UPDATED"),
|
|
1950
|
-
data: z.lazy(() => exports.
|
|
2280
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData19$outboundSchema),
|
|
1951
2281
|
id: z.string(),
|
|
1952
2282
|
createdAt: z.string(),
|
|
1953
2283
|
envelopeId: z.string(),
|
|
@@ -1984,25 +2314,25 @@ function toUnion3FromJSON(jsonString) {
|
|
|
1984
2314
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ToUnion3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ToUnion3' from JSON`);
|
|
1985
2315
|
}
|
|
1986
2316
|
/** @internal */
|
|
1987
|
-
exports.
|
|
2317
|
+
exports.EnvelopeAuditLogFindData18$inboundSchema = z.object({
|
|
1988
2318
|
from: z.nullable(z.union([z.string(), z.array(z.string())])),
|
|
1989
2319
|
to: z.nullable(z.union([z.string(), z.array(z.string())])),
|
|
1990
2320
|
});
|
|
1991
2321
|
/** @internal */
|
|
1992
|
-
exports.
|
|
2322
|
+
exports.EnvelopeAuditLogFindData18$outboundSchema = z.object({
|
|
1993
2323
|
from: z.nullable(z.union([z.string(), z.array(z.string())])),
|
|
1994
2324
|
to: z.nullable(z.union([z.string(), z.array(z.string())])),
|
|
1995
2325
|
});
|
|
1996
|
-
function
|
|
1997
|
-
return JSON.stringify(exports.
|
|
2326
|
+
function envelopeAuditLogFindData18ToJSON(envelopeAuditLogFindData18) {
|
|
2327
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData18$outboundSchema.parse(envelopeAuditLogFindData18));
|
|
1998
2328
|
}
|
|
1999
|
-
function
|
|
2000
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2329
|
+
function envelopeAuditLogFindData18FromJSON(jsonString) {
|
|
2330
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData18$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData18' from JSON`);
|
|
2001
2331
|
}
|
|
2002
2332
|
/** @internal */
|
|
2003
2333
|
exports.DataDocumentGlobalAuthActionUpdated$inboundSchema = z.object({
|
|
2004
2334
|
type: z.literal("DOCUMENT_GLOBAL_AUTH_ACTION_UPDATED"),
|
|
2005
|
-
data: z.lazy(() => exports.
|
|
2335
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData18$inboundSchema),
|
|
2006
2336
|
id: z.string(),
|
|
2007
2337
|
createdAt: z.string(),
|
|
2008
2338
|
envelopeId: z.string(),
|
|
@@ -2015,7 +2345,7 @@ exports.DataDocumentGlobalAuthActionUpdated$inboundSchema = z.object({
|
|
|
2015
2345
|
/** @internal */
|
|
2016
2346
|
exports.DataDocumentGlobalAuthActionUpdated$outboundSchema = z.object({
|
|
2017
2347
|
type: z.literal("DOCUMENT_GLOBAL_AUTH_ACTION_UPDATED"),
|
|
2018
|
-
data: z.lazy(() => exports.
|
|
2348
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData18$outboundSchema),
|
|
2019
2349
|
id: z.string(),
|
|
2020
2350
|
createdAt: z.string(),
|
|
2021
2351
|
envelopeId: z.string(),
|
|
@@ -2052,25 +2382,25 @@ function toUnion2FromJSON(jsonString) {
|
|
|
2052
2382
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ToUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ToUnion2' from JSON`);
|
|
2053
2383
|
}
|
|
2054
2384
|
/** @internal */
|
|
2055
|
-
exports.
|
|
2385
|
+
exports.EnvelopeAuditLogFindData17$inboundSchema = z.object({
|
|
2056
2386
|
from: z.nullable(z.union([z.string(), z.array(z.string())])),
|
|
2057
2387
|
to: z.nullable(z.union([z.string(), z.array(z.string())])),
|
|
2058
2388
|
});
|
|
2059
2389
|
/** @internal */
|
|
2060
|
-
exports.
|
|
2390
|
+
exports.EnvelopeAuditLogFindData17$outboundSchema = z.object({
|
|
2061
2391
|
from: z.nullable(z.union([z.string(), z.array(z.string())])),
|
|
2062
2392
|
to: z.nullable(z.union([z.string(), z.array(z.string())])),
|
|
2063
2393
|
});
|
|
2064
|
-
function
|
|
2065
|
-
return JSON.stringify(exports.
|
|
2394
|
+
function envelopeAuditLogFindData17ToJSON(envelopeAuditLogFindData17) {
|
|
2395
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData17$outboundSchema.parse(envelopeAuditLogFindData17));
|
|
2066
2396
|
}
|
|
2067
|
-
function
|
|
2068
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2397
|
+
function envelopeAuditLogFindData17FromJSON(jsonString) {
|
|
2398
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData17$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData17' from JSON`);
|
|
2069
2399
|
}
|
|
2070
2400
|
/** @internal */
|
|
2071
2401
|
exports.DataDocumentGlobalAuthAccessUpdated$inboundSchema = z.object({
|
|
2072
2402
|
type: z.literal("DOCUMENT_GLOBAL_AUTH_ACCESS_UPDATED"),
|
|
2073
|
-
data: z.lazy(() => exports.
|
|
2403
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData17$inboundSchema),
|
|
2074
2404
|
id: z.string(),
|
|
2075
2405
|
createdAt: z.string(),
|
|
2076
2406
|
envelopeId: z.string(),
|
|
@@ -2083,7 +2413,7 @@ exports.DataDocumentGlobalAuthAccessUpdated$inboundSchema = z.object({
|
|
|
2083
2413
|
/** @internal */
|
|
2084
2414
|
exports.DataDocumentGlobalAuthAccessUpdated$outboundSchema = z.object({
|
|
2085
2415
|
type: z.literal("DOCUMENT_GLOBAL_AUTH_ACCESS_UPDATED"),
|
|
2086
|
-
data: z.lazy(() => exports.
|
|
2416
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData17$outboundSchema),
|
|
2087
2417
|
id: z.string(),
|
|
2088
2418
|
createdAt: z.string(),
|
|
2089
2419
|
envelopeId: z.string(),
|
|
@@ -2120,25 +2450,25 @@ function toUnion1FromJSON(jsonString) {
|
|
|
2120
2450
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ToUnion1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ToUnion1' from JSON`);
|
|
2121
2451
|
}
|
|
2122
2452
|
/** @internal */
|
|
2123
|
-
exports.
|
|
2453
|
+
exports.EnvelopeAuditLogFindData16$inboundSchema = z.object({
|
|
2124
2454
|
from: z.nullable(z.union([z.string(), z.array(z.string())])),
|
|
2125
2455
|
to: z.nullable(z.union([z.string(), z.array(z.string())])),
|
|
2126
2456
|
});
|
|
2127
2457
|
/** @internal */
|
|
2128
|
-
exports.
|
|
2458
|
+
exports.EnvelopeAuditLogFindData16$outboundSchema = z.object({
|
|
2129
2459
|
from: z.nullable(z.union([z.string(), z.array(z.string())])),
|
|
2130
2460
|
to: z.nullable(z.union([z.string(), z.array(z.string())])),
|
|
2131
2461
|
});
|
|
2132
|
-
function
|
|
2133
|
-
return JSON.stringify(exports.
|
|
2462
|
+
function envelopeAuditLogFindData16ToJSON(envelopeAuditLogFindData16) {
|
|
2463
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData16$outboundSchema.parse(envelopeAuditLogFindData16));
|
|
2134
2464
|
}
|
|
2135
|
-
function
|
|
2136
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2465
|
+
function envelopeAuditLogFindData16FromJSON(jsonString) {
|
|
2466
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData16$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData16' from JSON`);
|
|
2137
2467
|
}
|
|
2138
2468
|
/** @internal */
|
|
2139
2469
|
exports.DataDocumentVisibilityUpdated$inboundSchema = z.object({
|
|
2140
2470
|
type: z.literal("DOCUMENT_VISIBILITY_UPDATED"),
|
|
2141
|
-
data: z.lazy(() => exports.
|
|
2471
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData16$inboundSchema),
|
|
2142
2472
|
id: z.string(),
|
|
2143
2473
|
createdAt: z.string(),
|
|
2144
2474
|
envelopeId: z.string(),
|
|
@@ -2151,7 +2481,7 @@ exports.DataDocumentVisibilityUpdated$inboundSchema = z.object({
|
|
|
2151
2481
|
/** @internal */
|
|
2152
2482
|
exports.DataDocumentVisibilityUpdated$outboundSchema = z.object({
|
|
2153
2483
|
type: z.literal("DOCUMENT_VISIBILITY_UPDATED"),
|
|
2154
|
-
data: z.lazy(() => exports.
|
|
2484
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData16$outboundSchema),
|
|
2155
2485
|
id: z.string(),
|
|
2156
2486
|
createdAt: z.string(),
|
|
2157
2487
|
envelopeId: z.string(),
|
|
@@ -2444,7 +2774,7 @@ function fieldSecurity2FromJSON(jsonString) {
|
|
|
2444
2774
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.FieldSecurity2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FieldSecurity2' from JSON`);
|
|
2445
2775
|
}
|
|
2446
2776
|
/** @internal */
|
|
2447
|
-
exports.
|
|
2777
|
+
exports.EnvelopeAuditLogFindData15$inboundSchema = z.object({
|
|
2448
2778
|
recipientEmail: z.string(),
|
|
2449
2779
|
recipientName: z.string(),
|
|
2450
2780
|
recipientId: z.number(),
|
|
@@ -2465,7 +2795,7 @@ exports.EnvelopeAuditLogFindData14$inboundSchema = z.object({
|
|
|
2465
2795
|
fieldSecurity: z.lazy(() => exports.FieldSecurity2$inboundSchema).optional(),
|
|
2466
2796
|
});
|
|
2467
2797
|
/** @internal */
|
|
2468
|
-
exports.
|
|
2798
|
+
exports.EnvelopeAuditLogFindData15$outboundSchema = z.object({
|
|
2469
2799
|
recipientEmail: z.string(),
|
|
2470
2800
|
recipientName: z.string(),
|
|
2471
2801
|
recipientId: z.number(),
|
|
@@ -2485,16 +2815,16 @@ exports.EnvelopeAuditLogFindData14$outboundSchema = z.object({
|
|
|
2485
2815
|
]),
|
|
2486
2816
|
fieldSecurity: z.lazy(() => exports.FieldSecurity2$outboundSchema).optional(),
|
|
2487
2817
|
});
|
|
2488
|
-
function
|
|
2489
|
-
return JSON.stringify(exports.
|
|
2818
|
+
function envelopeAuditLogFindData15ToJSON(envelopeAuditLogFindData15) {
|
|
2819
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData15$outboundSchema.parse(envelopeAuditLogFindData15));
|
|
2490
2820
|
}
|
|
2491
|
-
function
|
|
2492
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2821
|
+
function envelopeAuditLogFindData15FromJSON(jsonString) {
|
|
2822
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData15$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData15' from JSON`);
|
|
2493
2823
|
}
|
|
2494
2824
|
/** @internal */
|
|
2495
2825
|
exports.DataDocumentFieldPrefilled$inboundSchema = z.object({
|
|
2496
2826
|
type: z.literal("DOCUMENT_FIELD_PREFILLED"),
|
|
2497
|
-
data: z.lazy(() => exports.
|
|
2827
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData15$inboundSchema),
|
|
2498
2828
|
id: z.string(),
|
|
2499
2829
|
createdAt: z.string(),
|
|
2500
2830
|
envelopeId: z.string(),
|
|
@@ -2507,7 +2837,7 @@ exports.DataDocumentFieldPrefilled$inboundSchema = z.object({
|
|
|
2507
2837
|
/** @internal */
|
|
2508
2838
|
exports.DataDocumentFieldPrefilled$outboundSchema = z.object({
|
|
2509
2839
|
type: z.literal("DOCUMENT_FIELD_PREFILLED"),
|
|
2510
|
-
data: z.lazy(() => exports.
|
|
2840
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData15$outboundSchema),
|
|
2511
2841
|
id: z.string(),
|
|
2512
2842
|
createdAt: z.string(),
|
|
2513
2843
|
envelopeId: z.string(),
|
|
@@ -2529,25 +2859,25 @@ exports.FieldEnum$inboundSchema = z
|
|
|
2529
2859
|
/** @internal */
|
|
2530
2860
|
exports.FieldEnum$outboundSchema = exports.FieldEnum$inboundSchema;
|
|
2531
2861
|
/** @internal */
|
|
2532
|
-
exports.
|
|
2862
|
+
exports.EnvelopeAuditLogFindData14$inboundSchema = z.object({
|
|
2533
2863
|
field: exports.FieldEnum$inboundSchema,
|
|
2534
2864
|
fieldId: z.string(),
|
|
2535
2865
|
});
|
|
2536
2866
|
/** @internal */
|
|
2537
|
-
exports.
|
|
2867
|
+
exports.EnvelopeAuditLogFindData14$outboundSchema = z.object({
|
|
2538
2868
|
field: exports.FieldEnum$outboundSchema,
|
|
2539
2869
|
fieldId: z.string(),
|
|
2540
2870
|
});
|
|
2541
|
-
function
|
|
2542
|
-
return JSON.stringify(exports.
|
|
2871
|
+
function envelopeAuditLogFindData14ToJSON(envelopeAuditLogFindData14) {
|
|
2872
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData14$outboundSchema.parse(envelopeAuditLogFindData14));
|
|
2543
2873
|
}
|
|
2544
|
-
function
|
|
2545
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2874
|
+
function envelopeAuditLogFindData14FromJSON(jsonString) {
|
|
2875
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData14$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData14' from JSON`);
|
|
2546
2876
|
}
|
|
2547
2877
|
/** @internal */
|
|
2548
2878
|
exports.DataDocumentFieldUninserted$inboundSchema = z.object({
|
|
2549
2879
|
type: z.literal("DOCUMENT_FIELD_UNINSERTED"),
|
|
2550
|
-
data: z.lazy(() => exports.
|
|
2880
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData14$inboundSchema),
|
|
2551
2881
|
id: z.string(),
|
|
2552
2882
|
createdAt: z.string(),
|
|
2553
2883
|
envelopeId: z.string(),
|
|
@@ -2560,7 +2890,7 @@ exports.DataDocumentFieldUninserted$inboundSchema = z.object({
|
|
|
2560
2890
|
/** @internal */
|
|
2561
2891
|
exports.DataDocumentFieldUninserted$outboundSchema = z.object({
|
|
2562
2892
|
type: z.literal("DOCUMENT_FIELD_UNINSERTED"),
|
|
2563
|
-
data: z.lazy(() => exports.
|
|
2893
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData14$outboundSchema),
|
|
2564
2894
|
id: z.string(),
|
|
2565
2895
|
createdAt: z.string(),
|
|
2566
2896
|
envelopeId: z.string(),
|
|
@@ -2853,7 +3183,7 @@ function fieldSecurity1FromJSON(jsonString) {
|
|
|
2853
3183
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.FieldSecurity1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'FieldSecurity1' from JSON`);
|
|
2854
3184
|
}
|
|
2855
3185
|
/** @internal */
|
|
2856
|
-
exports.
|
|
3186
|
+
exports.EnvelopeAuditLogFindData13$inboundSchema = z.object({
|
|
2857
3187
|
recipientEmail: z.string(),
|
|
2858
3188
|
recipientName: z.string(),
|
|
2859
3189
|
recipientId: z.number(),
|
|
@@ -2874,7 +3204,7 @@ exports.EnvelopeAuditLogFindData12$inboundSchema = z.object({
|
|
|
2874
3204
|
fieldSecurity: z.lazy(() => exports.FieldSecurity1$inboundSchema).optional(),
|
|
2875
3205
|
});
|
|
2876
3206
|
/** @internal */
|
|
2877
|
-
exports.
|
|
3207
|
+
exports.EnvelopeAuditLogFindData13$outboundSchema = z.object({
|
|
2878
3208
|
recipientEmail: z.string(),
|
|
2879
3209
|
recipientName: z.string(),
|
|
2880
3210
|
recipientId: z.number(),
|
|
@@ -2894,16 +3224,16 @@ exports.EnvelopeAuditLogFindData12$outboundSchema = z.object({
|
|
|
2894
3224
|
]),
|
|
2895
3225
|
fieldSecurity: z.lazy(() => exports.FieldSecurity1$outboundSchema).optional(),
|
|
2896
3226
|
});
|
|
2897
|
-
function
|
|
2898
|
-
return JSON.stringify(exports.
|
|
3227
|
+
function envelopeAuditLogFindData13ToJSON(envelopeAuditLogFindData13) {
|
|
3228
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData13$outboundSchema.parse(envelopeAuditLogFindData13));
|
|
2899
3229
|
}
|
|
2900
|
-
function
|
|
2901
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
3230
|
+
function envelopeAuditLogFindData13FromJSON(jsonString) {
|
|
3231
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData13$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData13' from JSON`);
|
|
2902
3232
|
}
|
|
2903
3233
|
/** @internal */
|
|
2904
3234
|
exports.DataDocumentFieldInserted$inboundSchema = z.object({
|
|
2905
3235
|
type: z.literal("DOCUMENT_FIELD_INSERTED"),
|
|
2906
|
-
data: z.lazy(() => exports.
|
|
3236
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData13$inboundSchema),
|
|
2907
3237
|
id: z.string(),
|
|
2908
3238
|
createdAt: z.string(),
|
|
2909
3239
|
envelopeId: z.string(),
|
|
@@ -2916,7 +3246,7 @@ exports.DataDocumentFieldInserted$inboundSchema = z.object({
|
|
|
2916
3246
|
/** @internal */
|
|
2917
3247
|
exports.DataDocumentFieldInserted$outboundSchema = z.object({
|
|
2918
3248
|
type: z.literal("DOCUMENT_FIELD_INSERTED"),
|
|
2919
|
-
data: z.lazy(() => exports.
|
|
3249
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData13$outboundSchema),
|
|
2920
3250
|
id: z.string(),
|
|
2921
3251
|
createdAt: z.string(),
|
|
2922
3252
|
envelopeId: z.string(),
|
|
@@ -2956,23 +3286,23 @@ function envelopeAuditLogFindField1FromJSON(jsonString) {
|
|
|
2956
3286
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindField1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindField1' from JSON`);
|
|
2957
3287
|
}
|
|
2958
3288
|
/** @internal */
|
|
2959
|
-
exports.
|
|
3289
|
+
exports.EnvelopeAuditLogFindData12$inboundSchema = z.object({
|
|
2960
3290
|
fields: z.array(z.lazy(() => exports.EnvelopeAuditLogFindField1$inboundSchema)),
|
|
2961
3291
|
});
|
|
2962
3292
|
/** @internal */
|
|
2963
|
-
exports.
|
|
3293
|
+
exports.EnvelopeAuditLogFindData12$outboundSchema = z.object({
|
|
2964
3294
|
fields: z.array(z.lazy(() => exports.EnvelopeAuditLogFindField1$outboundSchema)),
|
|
2965
3295
|
});
|
|
2966
|
-
function
|
|
2967
|
-
return JSON.stringify(exports.
|
|
3296
|
+
function envelopeAuditLogFindData12ToJSON(envelopeAuditLogFindData12) {
|
|
3297
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData12$outboundSchema.parse(envelopeAuditLogFindData12));
|
|
2968
3298
|
}
|
|
2969
|
-
function
|
|
2970
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
3299
|
+
function envelopeAuditLogFindData12FromJSON(jsonString) {
|
|
3300
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData12$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData12' from JSON`);
|
|
2971
3301
|
}
|
|
2972
3302
|
/** @internal */
|
|
2973
3303
|
exports.DataDocumentFieldsAutoInserted$inboundSchema = z.object({
|
|
2974
3304
|
type: z.literal("DOCUMENT_FIELDS_AUTO_INSERTED"),
|
|
2975
|
-
data: z.lazy(() => exports.
|
|
3305
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData12$inboundSchema),
|
|
2976
3306
|
id: z.string(),
|
|
2977
3307
|
createdAt: z.string(),
|
|
2978
3308
|
envelopeId: z.string(),
|
|
@@ -2985,7 +3315,7 @@ exports.DataDocumentFieldsAutoInserted$inboundSchema = z.object({
|
|
|
2985
3315
|
/** @internal */
|
|
2986
3316
|
exports.DataDocumentFieldsAutoInserted$outboundSchema = z.object({
|
|
2987
3317
|
type: z.literal("DOCUMENT_FIELDS_AUTO_INSERTED"),
|
|
2988
|
-
data: z.lazy(() => exports.
|
|
3318
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData12$outboundSchema),
|
|
2989
3319
|
id: z.string(),
|
|
2990
3320
|
createdAt: z.string(),
|
|
2991
3321
|
envelopeId: z.string(),
|
|
@@ -3002,27 +3332,27 @@ function dataDocumentFieldsAutoInsertedFromJSON(jsonString) {
|
|
|
3002
3332
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentFieldsAutoInserted$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentFieldsAutoInserted' from JSON`);
|
|
3003
3333
|
}
|
|
3004
3334
|
/** @internal */
|
|
3005
|
-
exports.
|
|
3335
|
+
exports.EnvelopeAuditLogFindData11$inboundSchema = z.object({
|
|
3006
3336
|
delegatedOwnerName: z.nullable(z.string()),
|
|
3007
3337
|
delegatedOwnerEmail: z.string(),
|
|
3008
3338
|
teamName: z.string(),
|
|
3009
3339
|
});
|
|
3010
3340
|
/** @internal */
|
|
3011
|
-
exports.
|
|
3341
|
+
exports.EnvelopeAuditLogFindData11$outboundSchema = z.object({
|
|
3012
3342
|
delegatedOwnerName: z.nullable(z.string()),
|
|
3013
3343
|
delegatedOwnerEmail: z.string(),
|
|
3014
3344
|
teamName: z.string(),
|
|
3015
3345
|
});
|
|
3016
|
-
function
|
|
3017
|
-
return JSON.stringify(exports.
|
|
3346
|
+
function envelopeAuditLogFindData11ToJSON(envelopeAuditLogFindData11) {
|
|
3347
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData11$outboundSchema.parse(envelopeAuditLogFindData11));
|
|
3018
3348
|
}
|
|
3019
|
-
function
|
|
3020
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
3349
|
+
function envelopeAuditLogFindData11FromJSON(jsonString) {
|
|
3350
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData11$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData11' from JSON`);
|
|
3021
3351
|
}
|
|
3022
3352
|
/** @internal */
|
|
3023
3353
|
exports.DataDocumentDelegatedOwnerCreated$inboundSchema = z.object({
|
|
3024
3354
|
type: z.literal("DOCUMENT_DELEGATED_OWNER_CREATED"),
|
|
3025
|
-
data: z.lazy(() => exports.
|
|
3355
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData11$inboundSchema),
|
|
3026
3356
|
id: z.string(),
|
|
3027
3357
|
createdAt: z.string(),
|
|
3028
3358
|
envelopeId: z.string(),
|
|
@@ -3035,7 +3365,7 @@ exports.DataDocumentDelegatedOwnerCreated$inboundSchema = z.object({
|
|
|
3035
3365
|
/** @internal */
|
|
3036
3366
|
exports.DataDocumentDelegatedOwnerCreated$outboundSchema = z.object({
|
|
3037
3367
|
type: z.literal("DOCUMENT_DELEGATED_OWNER_CREATED"),
|
|
3038
|
-
data: z.lazy(() => exports.
|
|
3368
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData11$outboundSchema),
|
|
3039
3369
|
id: z.string(),
|
|
3040
3370
|
createdAt: z.string(),
|
|
3041
3371
|
envelopeId: z.string(),
|
|
@@ -3052,27 +3382,27 @@ function dataDocumentDelegatedOwnerCreatedFromJSON(jsonString) {
|
|
|
3052
3382
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentDelegatedOwnerCreated$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentDelegatedOwnerCreated' from JSON`);
|
|
3053
3383
|
}
|
|
3054
3384
|
/** @internal */
|
|
3055
|
-
exports.
|
|
3385
|
+
exports.EnvelopeAuditLogFindData10$inboundSchema = z.object({
|
|
3056
3386
|
movedByUserId: z.number(),
|
|
3057
3387
|
fromPersonalAccount: z.boolean(),
|
|
3058
3388
|
toTeamId: z.number(),
|
|
3059
3389
|
});
|
|
3060
3390
|
/** @internal */
|
|
3061
|
-
exports.
|
|
3391
|
+
exports.EnvelopeAuditLogFindData10$outboundSchema = z.object({
|
|
3062
3392
|
movedByUserId: z.number(),
|
|
3063
3393
|
fromPersonalAccount: z.boolean(),
|
|
3064
3394
|
toTeamId: z.number(),
|
|
3065
3395
|
});
|
|
3066
|
-
function
|
|
3067
|
-
return JSON.stringify(exports.
|
|
3396
|
+
function envelopeAuditLogFindData10ToJSON(envelopeAuditLogFindData10) {
|
|
3397
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData10$outboundSchema.parse(envelopeAuditLogFindData10));
|
|
3068
3398
|
}
|
|
3069
|
-
function
|
|
3070
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
3399
|
+
function envelopeAuditLogFindData10FromJSON(jsonString) {
|
|
3400
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData10$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData10' from JSON`);
|
|
3071
3401
|
}
|
|
3072
3402
|
/** @internal */
|
|
3073
3403
|
exports.DataDocumentMovedToTeam$inboundSchema = z.object({
|
|
3074
3404
|
type: z.literal("DOCUMENT_MOVED_TO_TEAM"),
|
|
3075
|
-
data: z.lazy(() => exports.
|
|
3405
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData10$inboundSchema),
|
|
3076
3406
|
id: z.string(),
|
|
3077
3407
|
createdAt: z.string(),
|
|
3078
3408
|
envelopeId: z.string(),
|
|
@@ -3085,7 +3415,7 @@ exports.DataDocumentMovedToTeam$inboundSchema = z.object({
|
|
|
3085
3415
|
/** @internal */
|
|
3086
3416
|
exports.DataDocumentMovedToTeam$outboundSchema = z.object({
|
|
3087
3417
|
type: z.literal("DOCUMENT_MOVED_TO_TEAM"),
|
|
3088
|
-
data: z.lazy(() => exports.
|
|
3418
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData10$outboundSchema),
|
|
3089
3419
|
id: z.string(),
|
|
3090
3420
|
createdAt: z.string(),
|
|
3091
3421
|
envelopeId: z.string(),
|
|
@@ -3102,6 +3432,52 @@ function dataDocumentMovedToTeamFromJSON(jsonString) {
|
|
|
3102
3432
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentMovedToTeam$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentMovedToTeam' from JSON`);
|
|
3103
3433
|
}
|
|
3104
3434
|
/** @internal */
|
|
3435
|
+
exports.EnvelopeAuditLogFindData9$inboundSchema = z.object({
|
|
3436
|
+
reason: z.string().optional(),
|
|
3437
|
+
});
|
|
3438
|
+
/** @internal */
|
|
3439
|
+
exports.EnvelopeAuditLogFindData9$outboundSchema = z.object({
|
|
3440
|
+
reason: z.string().optional(),
|
|
3441
|
+
});
|
|
3442
|
+
function envelopeAuditLogFindData9ToJSON(envelopeAuditLogFindData9) {
|
|
3443
|
+
return JSON.stringify(exports.EnvelopeAuditLogFindData9$outboundSchema.parse(envelopeAuditLogFindData9));
|
|
3444
|
+
}
|
|
3445
|
+
function envelopeAuditLogFindData9FromJSON(jsonString) {
|
|
3446
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogFindData9$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogFindData9' from JSON`);
|
|
3447
|
+
}
|
|
3448
|
+
/** @internal */
|
|
3449
|
+
exports.DataDocumentCancelled$inboundSchema = z.object({
|
|
3450
|
+
type: z.literal("DOCUMENT_CANCELLED"),
|
|
3451
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData9$inboundSchema),
|
|
3452
|
+
id: z.string(),
|
|
3453
|
+
createdAt: z.string(),
|
|
3454
|
+
envelopeId: z.string(),
|
|
3455
|
+
name: z.nullable(z.string()).optional(),
|
|
3456
|
+
email: z.nullable(z.string()).optional(),
|
|
3457
|
+
userId: z.nullable(z.number()).optional(),
|
|
3458
|
+
userAgent: z.nullable(z.string()).optional(),
|
|
3459
|
+
ipAddress: z.nullable(z.string()).optional(),
|
|
3460
|
+
});
|
|
3461
|
+
/** @internal */
|
|
3462
|
+
exports.DataDocumentCancelled$outboundSchema = z.object({
|
|
3463
|
+
type: z.literal("DOCUMENT_CANCELLED"),
|
|
3464
|
+
data: z.lazy(() => exports.EnvelopeAuditLogFindData9$outboundSchema),
|
|
3465
|
+
id: z.string(),
|
|
3466
|
+
createdAt: z.string(),
|
|
3467
|
+
envelopeId: z.string(),
|
|
3468
|
+
name: z.nullable(z.string()).optional(),
|
|
3469
|
+
email: z.nullable(z.string()).optional(),
|
|
3470
|
+
userId: z.nullable(z.number()).optional(),
|
|
3471
|
+
userAgent: z.nullable(z.string()).optional(),
|
|
3472
|
+
ipAddress: z.nullable(z.string()).optional(),
|
|
3473
|
+
});
|
|
3474
|
+
function dataDocumentCancelledToJSON(dataDocumentCancelled) {
|
|
3475
|
+
return JSON.stringify(exports.DataDocumentCancelled$outboundSchema.parse(dataDocumentCancelled));
|
|
3476
|
+
}
|
|
3477
|
+
function dataDocumentCancelledFromJSON(jsonString) {
|
|
3478
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DataDocumentCancelled$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DataDocumentCancelled' from JSON`);
|
|
3479
|
+
}
|
|
3480
|
+
/** @internal */
|
|
3105
3481
|
exports.EnvelopeAuditLogFindTypeEnum$inboundSchema = z.nativeEnum(exports.EnvelopeAuditLogFindTypeEnum);
|
|
3106
3482
|
/** @internal */
|
|
3107
3483
|
exports.EnvelopeAuditLogFindTypeEnum$outboundSchema = exports.EnvelopeAuditLogFindTypeEnum$inboundSchema;
|
|
@@ -3601,6 +3977,7 @@ exports.EnvelopeAuditLogFindDataUnion$inboundSchema = z.union([
|
|
|
3601
3977
|
z.lazy(() => exports.DataDocumentCompleted$inboundSchema),
|
|
3602
3978
|
z.lazy(() => exports.DataDocumentCreated$inboundSchema),
|
|
3603
3979
|
z.lazy(() => exports.DataDocumentDeleted$inboundSchema),
|
|
3980
|
+
z.lazy(() => exports.DataDocumentCancelled$inboundSchema),
|
|
3604
3981
|
z.lazy(() => exports.DataDocumentMovedToTeam$inboundSchema),
|
|
3605
3982
|
z.lazy(() => exports.DataDocumentDelegatedOwnerCreated$inboundSchema),
|
|
3606
3983
|
z.lazy(() => exports.DataDocumentFieldsAutoInserted$inboundSchema),
|
|
@@ -3628,6 +4005,11 @@ exports.EnvelopeAuditLogFindDataUnion$inboundSchema = z.union([
|
|
|
3628
4005
|
z.lazy(() => exports.DataRecipientUpdated$inboundSchema),
|
|
3629
4006
|
z.lazy(() => exports.DataRecipientDeleted$inboundSchema),
|
|
3630
4007
|
z.lazy(() => exports.DataDocumentRecipientExpired$inboundSchema),
|
|
4008
|
+
z.lazy(() => exports.DataDocumentRecipientCscAuthenticated$inboundSchema),
|
|
4009
|
+
z.lazy(() => exports.DataDocumentRecipientCscAuthenticationFailed$inboundSchema),
|
|
4010
|
+
z.lazy(() => exports.DataDocumentRecipientCscSignRequested$inboundSchema),
|
|
4011
|
+
z.lazy(() => exports.DataDocumentRecipientCscAuthorized$inboundSchema),
|
|
4012
|
+
z.lazy(() => exports.DataDocumentRecipientCscSigned$inboundSchema),
|
|
3631
4013
|
]);
|
|
3632
4014
|
/** @internal */
|
|
3633
4015
|
exports.EnvelopeAuditLogFindDataUnion$outboundSchema = z.union([
|
|
@@ -3639,6 +4021,7 @@ exports.EnvelopeAuditLogFindDataUnion$outboundSchema = z.union([
|
|
|
3639
4021
|
z.lazy(() => exports.DataDocumentCompleted$outboundSchema),
|
|
3640
4022
|
z.lazy(() => exports.DataDocumentCreated$outboundSchema),
|
|
3641
4023
|
z.lazy(() => exports.DataDocumentDeleted$outboundSchema),
|
|
4024
|
+
z.lazy(() => exports.DataDocumentCancelled$outboundSchema),
|
|
3642
4025
|
z.lazy(() => exports.DataDocumentMovedToTeam$outboundSchema),
|
|
3643
4026
|
z.lazy(() => exports.DataDocumentDelegatedOwnerCreated$outboundSchema),
|
|
3644
4027
|
z.lazy(() => exports.DataDocumentFieldsAutoInserted$outboundSchema),
|
|
@@ -3666,6 +4049,11 @@ exports.EnvelopeAuditLogFindDataUnion$outboundSchema = z.union([
|
|
|
3666
4049
|
z.lazy(() => exports.DataRecipientUpdated$outboundSchema),
|
|
3667
4050
|
z.lazy(() => exports.DataRecipientDeleted$outboundSchema),
|
|
3668
4051
|
z.lazy(() => exports.DataDocumentRecipientExpired$outboundSchema),
|
|
4052
|
+
z.lazy(() => exports.DataDocumentRecipientCscAuthenticated$outboundSchema),
|
|
4053
|
+
z.lazy(() => exports.DataDocumentRecipientCscAuthenticationFailed$outboundSchema),
|
|
4054
|
+
z.lazy(() => exports.DataDocumentRecipientCscSignRequested$outboundSchema),
|
|
4055
|
+
z.lazy(() => exports.DataDocumentRecipientCscAuthorized$outboundSchema),
|
|
4056
|
+
z.lazy(() => exports.DataDocumentRecipientCscSigned$outboundSchema),
|
|
3669
4057
|
]);
|
|
3670
4058
|
function envelopeAuditLogFindDataUnionToJSON(envelopeAuditLogFindDataUnion) {
|
|
3671
4059
|
return JSON.stringify(exports.EnvelopeAuditLogFindDataUnion$outboundSchema.parse(envelopeAuditLogFindDataUnion));
|
|
@@ -3684,6 +4072,7 @@ exports.EnvelopeAuditLogFindResponse$inboundSchema = z.object({
|
|
|
3684
4072
|
z.lazy(() => exports.DataDocumentCompleted$inboundSchema),
|
|
3685
4073
|
z.lazy(() => exports.DataDocumentCreated$inboundSchema),
|
|
3686
4074
|
z.lazy(() => exports.DataDocumentDeleted$inboundSchema),
|
|
4075
|
+
z.lazy(() => exports.DataDocumentCancelled$inboundSchema),
|
|
3687
4076
|
z.lazy(() => exports.DataDocumentMovedToTeam$inboundSchema),
|
|
3688
4077
|
z.lazy(() => exports.DataDocumentDelegatedOwnerCreated$inboundSchema),
|
|
3689
4078
|
z.lazy(() => exports.DataDocumentFieldsAutoInserted$inboundSchema),
|
|
@@ -3711,6 +4100,11 @@ exports.EnvelopeAuditLogFindResponse$inboundSchema = z.object({
|
|
|
3711
4100
|
z.lazy(() => exports.DataRecipientUpdated$inboundSchema),
|
|
3712
4101
|
z.lazy(() => exports.DataRecipientDeleted$inboundSchema),
|
|
3713
4102
|
z.lazy(() => exports.DataDocumentRecipientExpired$inboundSchema),
|
|
4103
|
+
z.lazy(() => exports.DataDocumentRecipientCscAuthenticated$inboundSchema),
|
|
4104
|
+
z.lazy(() => exports.DataDocumentRecipientCscAuthenticationFailed$inboundSchema),
|
|
4105
|
+
z.lazy(() => exports.DataDocumentRecipientCscSignRequested$inboundSchema),
|
|
4106
|
+
z.lazy(() => exports.DataDocumentRecipientCscAuthorized$inboundSchema),
|
|
4107
|
+
z.lazy(() => exports.DataDocumentRecipientCscSigned$inboundSchema),
|
|
3714
4108
|
])),
|
|
3715
4109
|
count: z.number(),
|
|
3716
4110
|
currentPage: z.number(),
|
|
@@ -3728,6 +4122,7 @@ exports.EnvelopeAuditLogFindResponse$outboundSchema = z.object({
|
|
|
3728
4122
|
z.lazy(() => exports.DataDocumentCompleted$outboundSchema),
|
|
3729
4123
|
z.lazy(() => exports.DataDocumentCreated$outboundSchema),
|
|
3730
4124
|
z.lazy(() => exports.DataDocumentDeleted$outboundSchema),
|
|
4125
|
+
z.lazy(() => exports.DataDocumentCancelled$outboundSchema),
|
|
3731
4126
|
z.lazy(() => exports.DataDocumentMovedToTeam$outboundSchema),
|
|
3732
4127
|
z.lazy(() => exports.DataDocumentDelegatedOwnerCreated$outboundSchema),
|
|
3733
4128
|
z.lazy(() => exports.DataDocumentFieldsAutoInserted$outboundSchema),
|
|
@@ -3755,6 +4150,11 @@ exports.EnvelopeAuditLogFindResponse$outboundSchema = z.object({
|
|
|
3755
4150
|
z.lazy(() => exports.DataRecipientUpdated$outboundSchema),
|
|
3756
4151
|
z.lazy(() => exports.DataRecipientDeleted$outboundSchema),
|
|
3757
4152
|
z.lazy(() => exports.DataDocumentRecipientExpired$outboundSchema),
|
|
4153
|
+
z.lazy(() => exports.DataDocumentRecipientCscAuthenticated$outboundSchema),
|
|
4154
|
+
z.lazy(() => exports.DataDocumentRecipientCscAuthenticationFailed$outboundSchema),
|
|
4155
|
+
z.lazy(() => exports.DataDocumentRecipientCscSignRequested$outboundSchema),
|
|
4156
|
+
z.lazy(() => exports.DataDocumentRecipientCscAuthorized$outboundSchema),
|
|
4157
|
+
z.lazy(() => exports.DataDocumentRecipientCscSigned$outboundSchema),
|
|
3758
4158
|
])),
|
|
3759
4159
|
count: z.number(),
|
|
3760
4160
|
currentPage: z.number(),
|