@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.
Files changed (233) hide show
  1. package/README.md +385 -360
  2. package/bin/mcp-server.js +3946 -1699
  3. package/bin/mcp-server.js.map +68 -57
  4. package/funcs/envelopeEnvelopeAuditLogDownloadPdf.d.ts +18 -0
  5. package/funcs/envelopeEnvelopeAuditLogDownloadPdf.d.ts.map +1 -0
  6. package/funcs/envelopeEnvelopeAuditLogDownloadPdf.js +127 -0
  7. package/funcs/envelopeEnvelopeAuditLogDownloadPdf.js.map +1 -0
  8. package/funcs/envelopeEnvelopeCancel.d.ts +15 -0
  9. package/funcs/envelopeEnvelopeCancel.d.ts.map +1 -0
  10. package/funcs/envelopeEnvelopeCancel.js +116 -0
  11. package/funcs/envelopeEnvelopeCancel.js.map +1 -0
  12. package/funcs/envelopeEnvelopeCertificateDownloadPdf.d.ts +18 -0
  13. package/funcs/envelopeEnvelopeCertificateDownloadPdf.d.ts.map +1 -0
  14. package/funcs/envelopeEnvelopeCertificateDownloadPdf.js +124 -0
  15. package/funcs/envelopeEnvelopeCertificateDownloadPdf.js.map +1 -0
  16. package/funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.d.ts +18 -0
  17. package/funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.d.ts.map +1 -0
  18. package/funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.js +125 -0
  19. package/funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.js.map +1 -0
  20. package/hooks/types.d.ts +1 -0
  21. package/hooks/types.d.ts.map +1 -1
  22. package/jsr.json +1 -1
  23. package/lib/config.d.ts +3 -3
  24. package/lib/config.js +3 -3
  25. package/lib/encodings.js +12 -12
  26. package/lib/encodings.js.map +1 -1
  27. package/lib/env.d.ts.map +1 -1
  28. package/lib/env.js +3 -3
  29. package/lib/env.js.map +1 -1
  30. package/lib/http.d.ts +1 -1
  31. package/lib/http.d.ts.map +1 -1
  32. package/lib/http.js +1 -1
  33. package/lib/http.js.map +1 -1
  34. package/lib/matchers.js +3 -3
  35. package/lib/matchers.js.map +1 -1
  36. package/lib/primitives.d.ts +1 -0
  37. package/lib/primitives.d.ts.map +1 -1
  38. package/lib/primitives.js +18 -0
  39. package/lib/primitives.js.map +1 -1
  40. package/lib/retries.js +7 -0
  41. package/lib/retries.js.map +1 -1
  42. package/lib/sdks.d.ts.map +1 -1
  43. package/lib/sdks.js +50 -16
  44. package/lib/sdks.js.map +1 -1
  45. package/lib/security.d.ts +5 -4
  46. package/lib/security.d.ts.map +1 -1
  47. package/lib/security.js +6 -7
  48. package/lib/security.js.map +1 -1
  49. package/mcp-server/mcp-server.js +1 -1
  50. package/mcp-server/server.d.ts.map +1 -1
  51. package/mcp-server/server.js +9 -1
  52. package/mcp-server/server.js.map +1 -1
  53. package/mcp-server/tools/envelopeEnvelopeAuditLogDownloadPdf.d.ts +8 -0
  54. package/mcp-server/tools/envelopeEnvelopeAuditLogDownloadPdf.d.ts.map +1 -0
  55. package/mcp-server/tools/envelopeEnvelopeAuditLogDownloadPdf.js +64 -0
  56. package/mcp-server/tools/envelopeEnvelopeAuditLogDownloadPdf.js.map +1 -0
  57. package/mcp-server/tools/envelopeEnvelopeCancel.d.ts +8 -0
  58. package/mcp-server/tools/envelopeEnvelopeCancel.d.ts.map +1 -0
  59. package/mcp-server/tools/envelopeEnvelopeCancel.js +62 -0
  60. package/mcp-server/tools/envelopeEnvelopeCancel.js.map +1 -0
  61. package/mcp-server/tools/envelopeEnvelopeCertificateDownloadPdf.d.ts +8 -0
  62. package/mcp-server/tools/envelopeEnvelopeCertificateDownloadPdf.d.ts.map +1 -0
  63. package/mcp-server/tools/envelopeEnvelopeCertificateDownloadPdf.js +64 -0
  64. package/mcp-server/tools/envelopeEnvelopeCertificateDownloadPdf.js.map +1 -0
  65. package/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.d.ts +8 -0
  66. package/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.d.ts.map +1 -0
  67. package/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.js +64 -0
  68. package/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.js.map +1 -0
  69. package/models/errors/envelopeauditlogdownloadpdf.d.ts +230 -0
  70. package/models/errors/envelopeauditlogdownloadpdf.d.ts.map +1 -0
  71. package/models/errors/envelopeauditlogdownloadpdf.js +318 -0
  72. package/models/errors/envelopeauditlogdownloadpdf.js.map +1 -0
  73. package/models/errors/envelopecancel.d.ts +185 -0
  74. package/models/errors/envelopecancel.d.ts.map +1 -0
  75. package/models/errors/envelopecancel.js +268 -0
  76. package/models/errors/envelopecancel.js.map +1 -0
  77. package/models/errors/envelopecertificatedownloadpdf.d.ts +230 -0
  78. package/models/errors/envelopecertificatedownloadpdf.d.ts.map +1 -0
  79. package/models/errors/envelopecertificatedownloadpdf.js +319 -0
  80. package/models/errors/envelopecertificatedownloadpdf.js.map +1 -0
  81. package/models/errors/enveloperecipientrejectonbehalfof.d.ts +185 -0
  82. package/models/errors/enveloperecipientrejectonbehalfof.d.ts.map +1 -0
  83. package/models/errors/enveloperecipientrejectonbehalfof.js +265 -0
  84. package/models/errors/enveloperecipientrejectonbehalfof.js.map +1 -0
  85. package/models/errors/index.d.ts +4 -0
  86. package/models/errors/index.d.ts.map +1 -1
  87. package/models/errors/index.js +4 -0
  88. package/models/errors/index.js.map +1 -1
  89. package/models/operations/documentcreatedocumenttemporary.d.ts +1 -0
  90. package/models/operations/documentcreatedocumenttemporary.d.ts.map +1 -1
  91. package/models/operations/documentcreatedocumenttemporary.js +1 -0
  92. package/models/operations/documentcreatedocumenttemporary.js.map +1 -1
  93. package/models/operations/documentdistribute.d.ts +1 -0
  94. package/models/operations/documentdistribute.d.ts.map +1 -1
  95. package/models/operations/documentdistribute.js +1 -0
  96. package/models/operations/documentdistribute.js.map +1 -1
  97. package/models/operations/documentfind.d.ts +2 -0
  98. package/models/operations/documentfind.d.ts.map +1 -1
  99. package/models/operations/documentfind.js +2 -0
  100. package/models/operations/documentfind.js.map +1 -1
  101. package/models/operations/documentget.d.ts +1 -0
  102. package/models/operations/documentget.d.ts.map +1 -1
  103. package/models/operations/documentget.js +1 -0
  104. package/models/operations/documentget.js.map +1 -1
  105. package/models/operations/documentgetmany.d.ts +1 -0
  106. package/models/operations/documentgetmany.d.ts.map +1 -1
  107. package/models/operations/documentgetmany.js +1 -0
  108. package/models/operations/documentgetmany.js.map +1 -1
  109. package/models/operations/documentupdate.d.ts +1 -0
  110. package/models/operations/documentupdate.d.ts.map +1 -1
  111. package/models/operations/documentupdate.js +1 -0
  112. package/models/operations/documentupdate.js.map +1 -1
  113. package/models/operations/envelopeauditlogdownloadpdf.d.ts +39 -0
  114. package/models/operations/envelopeauditlogdownloadpdf.d.ts.map +1 -0
  115. package/models/operations/envelopeauditlogdownloadpdf.js +87 -0
  116. package/models/operations/envelopeauditlogdownloadpdf.js.map +1 -0
  117. package/models/operations/envelopeauditlogfind.d.ts +591 -251
  118. package/models/operations/envelopeauditlogfind.d.ts.map +1 -1
  119. package/models/operations/envelopeauditlogfind.js +678 -278
  120. package/models/operations/envelopeauditlogfind.js.map +1 -1
  121. package/models/operations/envelopecancel.d.ts +35 -0
  122. package/models/operations/envelopecancel.d.ts.map +1 -0
  123. package/models/operations/envelopecancel.js +76 -0
  124. package/models/operations/envelopecancel.js.map +1 -0
  125. package/models/operations/envelopecertificatedownloadpdf.d.ts +39 -0
  126. package/models/operations/envelopecertificatedownloadpdf.d.ts.map +1 -0
  127. package/models/operations/envelopecertificatedownloadpdf.js +87 -0
  128. package/models/operations/envelopecertificatedownloadpdf.js.map +1 -0
  129. package/models/operations/envelopeduplicate.d.ts +4 -0
  130. package/models/operations/envelopeduplicate.d.ts.map +1 -1
  131. package/models/operations/envelopeduplicate.js +4 -0
  132. package/models/operations/envelopeduplicate.js.map +1 -1
  133. package/models/operations/envelopefind.d.ts +2 -0
  134. package/models/operations/envelopefind.d.ts.map +1 -1
  135. package/models/operations/envelopefind.js +2 -0
  136. package/models/operations/envelopefind.js.map +1 -1
  137. package/models/operations/envelopeget.d.ts +1 -0
  138. package/models/operations/envelopeget.d.ts.map +1 -1
  139. package/models/operations/envelopeget.js +1 -0
  140. package/models/operations/envelopeget.js.map +1 -1
  141. package/models/operations/envelopegetmany.d.ts +1 -0
  142. package/models/operations/envelopegetmany.d.ts.map +1 -1
  143. package/models/operations/envelopegetmany.js +1 -0
  144. package/models/operations/envelopegetmany.js.map +1 -1
  145. package/models/operations/enveloperecipientrejectonbehalfof.d.ts +793 -0
  146. package/models/operations/enveloperecipientrejectonbehalfof.d.ts.map +1 -0
  147. package/models/operations/enveloperecipientrejectonbehalfof.js +965 -0
  148. package/models/operations/enveloperecipientrejectonbehalfof.js.map +1 -0
  149. package/models/operations/envelopeupdate.d.ts +1 -0
  150. package/models/operations/envelopeupdate.d.ts.map +1 -1
  151. package/models/operations/envelopeupdate.js +1 -0
  152. package/models/operations/envelopeupdate.js.map +1 -1
  153. package/models/operations/index.d.ts +4 -0
  154. package/models/operations/index.d.ts.map +1 -1
  155. package/models/operations/index.js +4 -0
  156. package/models/operations/index.js.map +1 -1
  157. package/models/operations/templatecreatedocumentfromtemplate.d.ts +1 -0
  158. package/models/operations/templatecreatedocumentfromtemplate.d.ts.map +1 -1
  159. package/models/operations/templatecreatedocumentfromtemplate.js +1 -0
  160. package/models/operations/templatecreatedocumentfromtemplate.js.map +1 -1
  161. package/package.json +1 -1
  162. package/sdk/envelope.d.ts +18 -0
  163. package/sdk/envelope.d.ts.map +1 -1
  164. package/sdk/envelope.js +27 -0
  165. package/sdk/envelope.js.map +1 -1
  166. package/sdk/enveloperecipients.d.ts +12 -0
  167. package/sdk/enveloperecipients.d.ts.map +1 -0
  168. package/sdk/enveloperecipients.js +22 -0
  169. package/sdk/enveloperecipients.js.map +1 -0
  170. package/sdk/sdk.d.ts +3 -0
  171. package/sdk/sdk.d.ts.map +1 -1
  172. package/sdk/sdk.js +4 -0
  173. package/sdk/sdk.js.map +1 -1
  174. package/src/funcs/envelopeEnvelopeAuditLogDownloadPdf.ts +213 -0
  175. package/src/funcs/envelopeEnvelopeCancel.ts +180 -0
  176. package/src/funcs/envelopeEnvelopeCertificateDownloadPdf.ts +216 -0
  177. package/src/funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.ts +209 -0
  178. package/src/hooks/types.ts +1 -0
  179. package/src/lib/config.ts +3 -3
  180. package/src/lib/encodings.ts +1 -1
  181. package/src/lib/env.ts +7 -3
  182. package/src/lib/http.ts +3 -1
  183. package/src/lib/matchers.ts +1 -1
  184. package/src/lib/primitives.ts +16 -0
  185. package/src/lib/retries.ts +8 -0
  186. package/src/lib/sdks.ts +54 -17
  187. package/src/lib/security.ts +10 -5
  188. package/src/mcp-server/mcp-server.ts +1 -1
  189. package/src/mcp-server/server.ts +9 -1
  190. package/src/mcp-server/tools/envelopeEnvelopeAuditLogDownloadPdf.ts +39 -0
  191. package/src/mcp-server/tools/envelopeEnvelopeCancel.ts +35 -0
  192. package/src/mcp-server/tools/envelopeEnvelopeCertificateDownloadPdf.ts +39 -0
  193. package/src/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.ts +39 -0
  194. package/src/models/errors/envelopeauditlogdownloadpdf.ts +689 -0
  195. package/src/models/errors/envelopecancel.ts +498 -0
  196. package/src/models/errors/envelopecertificatedownloadpdf.ts +716 -0
  197. package/src/models/errors/enveloperecipientrejectonbehalfof.ts +584 -0
  198. package/src/models/errors/index.ts +4 -0
  199. package/src/models/operations/documentcreatedocumenttemporary.ts +1 -0
  200. package/src/models/operations/documentdistribute.ts +1 -0
  201. package/src/models/operations/documentfind.ts +2 -0
  202. package/src/models/operations/documentget.ts +1 -0
  203. package/src/models/operations/documentgetmany.ts +1 -0
  204. package/src/models/operations/documentupdate.ts +1 -0
  205. package/src/models/operations/envelopeauditlogdownloadpdf.ts +118 -0
  206. package/src/models/operations/envelopeauditlogfind.ts +1471 -513
  207. package/src/models/operations/envelopecancel.ts +101 -0
  208. package/src/models/operations/envelopecertificatedownloadpdf.ts +119 -0
  209. package/src/models/operations/envelopeduplicate.ts +8 -0
  210. package/src/models/operations/envelopefind.ts +2 -0
  211. package/src/models/operations/envelopeget.ts +1 -0
  212. package/src/models/operations/envelopegetmany.ts +1 -0
  213. package/src/models/operations/enveloperecipientrejectonbehalfof.ts +2277 -0
  214. package/src/models/operations/envelopeupdate.ts +1 -0
  215. package/src/models/operations/index.ts +4 -0
  216. package/src/models/operations/templatecreatedocumentfromtemplate.ts +1 -0
  217. package/src/sdk/envelope.ts +51 -0
  218. package/src/sdk/enveloperecipients.ts +27 -0
  219. package/src/sdk/sdk.ts +6 -0
  220. package/src/types/async.ts +8 -7
  221. package/types/async.d.ts.map +1 -1
  222. package/types/async.js +8 -7
  223. package/types/async.js.map +1 -1
  224. package/lib/dlv.d.ts +0 -14
  225. package/lib/dlv.d.ts.map +0 -1
  226. package/lib/dlv.js +0 -49
  227. package/lib/dlv.js.map +0 -1
  228. package/lib/is-plain-object.d.ts +0 -2
  229. package/lib/is-plain-object.d.ts.map +0 -1
  230. package/lib/is-plain-object.js +0 -41
  231. package/lib/is-plain-object.js.map +0 -1
  232. package/src/lib/dlv.ts +0 -53
  233. package/src/lib/is-plain-object.ts +0 -43
@@ -40,7 +40,127 @@ export type EnvelopeAuditLogFindRequest = {
40
40
  orderByDirection?: EnvelopeAuditLogFindOrderByDirection | undefined;
41
41
  };
42
42
 
43
- export type EnvelopeAuditLogFindData35 = {
43
+ export type EnvelopeAuditLogFindData41 = {
44
+ recipientEmail: string;
45
+ recipientName: string;
46
+ recipientId: number;
47
+ recipientRole: string;
48
+ providerId: string;
49
+ credentialId: string;
50
+ sessionId: string;
51
+ numItemsSigned: number;
52
+ signatureAlgorithm: string;
53
+ digestAlgorithm: string;
54
+ };
55
+
56
+ export type DataDocumentRecipientCscSigned = {
57
+ type: "DOCUMENT_RECIPIENT_CSC_SIGNED";
58
+ data: EnvelopeAuditLogFindData41;
59
+ id: string;
60
+ createdAt: string;
61
+ envelopeId: string;
62
+ name?: string | null | undefined;
63
+ email?: string | null | undefined;
64
+ userId?: number | null | undefined;
65
+ userAgent?: string | null | undefined;
66
+ ipAddress?: string | null | undefined;
67
+ };
68
+
69
+ export type EnvelopeAuditLogFindData40 = {
70
+ recipientEmail: string;
71
+ recipientName: string;
72
+ recipientId: number;
73
+ recipientRole: string;
74
+ providerId: string;
75
+ credentialId: string;
76
+ sessionId: string;
77
+ sadExpiresAt: string;
78
+ };
79
+
80
+ export type DataDocumentRecipientCscAuthorized = {
81
+ type: "DOCUMENT_RECIPIENT_CSC_AUTHORIZED";
82
+ data: EnvelopeAuditLogFindData40;
83
+ id: string;
84
+ createdAt: string;
85
+ envelopeId: string;
86
+ name?: string | null | undefined;
87
+ email?: string | null | undefined;
88
+ userId?: number | null | undefined;
89
+ userAgent?: string | null | undefined;
90
+ ipAddress?: string | null | undefined;
91
+ };
92
+
93
+ export type EnvelopeAuditLogFindData39 = {
94
+ recipientEmail: string;
95
+ recipientName: string;
96
+ recipientId: number;
97
+ recipientRole: string;
98
+ providerId: string;
99
+ credentialId: string;
100
+ sessionId: string;
101
+ numSignatures: number;
102
+ };
103
+
104
+ export type DataDocumentRecipientCscSignRequested = {
105
+ type: "DOCUMENT_RECIPIENT_CSC_SIGN_REQUESTED";
106
+ data: EnvelopeAuditLogFindData39;
107
+ id: string;
108
+ createdAt: string;
109
+ envelopeId: string;
110
+ name?: string | null | undefined;
111
+ email?: string | null | undefined;
112
+ userId?: number | null | undefined;
113
+ userAgent?: string | null | undefined;
114
+ ipAddress?: string | null | undefined;
115
+ };
116
+
117
+ export type EnvelopeAuditLogFindData38 = {
118
+ recipientEmail: string;
119
+ recipientName: string;
120
+ recipientId: number;
121
+ recipientRole: string;
122
+ providerId: string;
123
+ reason: string;
124
+ };
125
+
126
+ export type DataDocumentRecipientCscAuthenticationFailed = {
127
+ type: "DOCUMENT_RECIPIENT_CSC_AUTHENTICATION_FAILED";
128
+ data: EnvelopeAuditLogFindData38;
129
+ id: string;
130
+ createdAt: string;
131
+ envelopeId: string;
132
+ name?: string | null | undefined;
133
+ email?: string | null | undefined;
134
+ userId?: number | null | undefined;
135
+ userAgent?: string | null | undefined;
136
+ ipAddress?: string | null | undefined;
137
+ };
138
+
139
+ export type EnvelopeAuditLogFindData37 = {
140
+ recipientEmail: string;
141
+ recipientName: string;
142
+ recipientId: number;
143
+ recipientRole: string;
144
+ providerId: string;
145
+ credentialId: string;
146
+ signatureAlgorithm: string;
147
+ digestAlgorithm: string;
148
+ };
149
+
150
+ export type DataDocumentRecipientCscAuthenticated = {
151
+ type: "DOCUMENT_RECIPIENT_CSC_AUTHENTICATED";
152
+ data: EnvelopeAuditLogFindData37;
153
+ id: string;
154
+ createdAt: string;
155
+ envelopeId: string;
156
+ name?: string | null | undefined;
157
+ email?: string | null | undefined;
158
+ userId?: number | null | undefined;
159
+ userAgent?: string | null | undefined;
160
+ ipAddress?: string | null | undefined;
161
+ };
162
+
163
+ export type EnvelopeAuditLogFindData36 = {
44
164
  recipientEmail: string;
45
165
  recipientName: string;
46
166
  recipientId: number;
@@ -48,7 +168,7 @@ export type EnvelopeAuditLogFindData35 = {
48
168
 
49
169
  export type DataDocumentRecipientExpired = {
50
170
  type: "DOCUMENT_RECIPIENT_EXPIRED";
51
- data: EnvelopeAuditLogFindData35;
171
+ data: EnvelopeAuditLogFindData36;
52
172
  id: string;
53
173
  createdAt: string;
54
174
  envelopeId: string;
@@ -59,7 +179,7 @@ export type DataDocumentRecipientExpired = {
59
179
  ipAddress?: string | null | undefined;
60
180
  };
61
181
 
62
- export type EnvelopeAuditLogFindData34 = {
182
+ export type EnvelopeAuditLogFindData35 = {
63
183
  recipientEmail: string;
64
184
  recipientName: string;
65
185
  recipientId: number;
@@ -68,7 +188,7 @@ export type EnvelopeAuditLogFindData34 = {
68
188
 
69
189
  export type DataRecipientDeleted = {
70
190
  type: "RECIPIENT_DELETED";
71
- data: EnvelopeAuditLogFindData34;
191
+ data: EnvelopeAuditLogFindData35;
72
192
  id: string;
73
193
  createdAt: string;
74
194
  envelopeId: string;
@@ -136,7 +256,7 @@ export type ChangeUnion3 =
136
256
  | ChangeRole
137
257
  | ChangeEmail;
138
258
 
139
- export type EnvelopeAuditLogFindData33 = {
259
+ export type EnvelopeAuditLogFindData34 = {
140
260
  recipientEmail: string;
141
261
  recipientName: string;
142
262
  recipientId: number;
@@ -148,7 +268,7 @@ export type EnvelopeAuditLogFindData33 = {
148
268
 
149
269
  export type DataRecipientUpdated = {
150
270
  type: "RECIPIENT_UPDATED";
151
- data: EnvelopeAuditLogFindData33;
271
+ data: EnvelopeAuditLogFindData34;
152
272
  id: string;
153
273
  createdAt: string;
154
274
  envelopeId: string;
@@ -178,7 +298,7 @@ export type EnvelopeAuditLogFindActionAuth2 = ClosedEnum<
178
298
  typeof EnvelopeAuditLogFindActionAuth2
179
299
  >;
180
300
 
181
- export type EnvelopeAuditLogFindData32 = {
301
+ export type EnvelopeAuditLogFindData33 = {
182
302
  recipientEmail: string;
183
303
  recipientName: string;
184
304
  recipientId: number;
@@ -189,7 +309,7 @@ export type EnvelopeAuditLogFindData32 = {
189
309
 
190
310
  export type DataRecipientCreated = {
191
311
  type: "RECIPIENT_CREATED";
192
- data: EnvelopeAuditLogFindData32;
312
+ data: EnvelopeAuditLogFindData33;
193
313
  id: string;
194
314
  createdAt: string;
195
315
  envelopeId: string;
@@ -236,7 +356,7 @@ export type ChangeDimension = {
236
356
 
237
357
  export type ChangeUnion2 = ChangeDimension | ChangePosition;
238
358
 
239
- export type EnvelopeAuditLogFindData31 = {
359
+ export type EnvelopeAuditLogFindData32 = {
240
360
  fieldId: string;
241
361
  fieldRecipientEmail: string;
242
362
  fieldRecipientId: number;
@@ -246,7 +366,7 @@ export type EnvelopeAuditLogFindData31 = {
246
366
 
247
367
  export type DataFieldUpdated = {
248
368
  type: "FIELD_UPDATED";
249
- data: EnvelopeAuditLogFindData31;
369
+ data: EnvelopeAuditLogFindData32;
250
370
  id: string;
251
371
  createdAt: string;
252
372
  envelopeId: string;
@@ -257,7 +377,7 @@ export type DataFieldUpdated = {
257
377
  ipAddress?: string | null | undefined;
258
378
  };
259
379
 
260
- export type EnvelopeAuditLogFindData30 = {
380
+ export type EnvelopeAuditLogFindData31 = {
261
381
  fieldId: string;
262
382
  fieldRecipientEmail: string;
263
383
  fieldRecipientId: number;
@@ -266,7 +386,7 @@ export type EnvelopeAuditLogFindData30 = {
266
386
 
267
387
  export type DataFieldDeleted = {
268
388
  type: "FIELD_DELETED";
269
- data: EnvelopeAuditLogFindData30;
389
+ data: EnvelopeAuditLogFindData31;
270
390
  id: string;
271
391
  createdAt: string;
272
392
  envelopeId: string;
@@ -277,7 +397,7 @@ export type DataFieldDeleted = {
277
397
  ipAddress?: string | null | undefined;
278
398
  };
279
399
 
280
- export type EnvelopeAuditLogFindData29 = {
400
+ export type EnvelopeAuditLogFindData30 = {
281
401
  fieldId: string;
282
402
  fieldRecipientEmail: string;
283
403
  fieldRecipientId: number;
@@ -286,7 +406,7 @@ export type EnvelopeAuditLogFindData29 = {
286
406
 
287
407
  export type DataFieldCreated = {
288
408
  type: "FIELD_CREATED";
289
- data: EnvelopeAuditLogFindData29;
409
+ data: EnvelopeAuditLogFindData30;
290
410
  id: string;
291
411
  createdAt: string;
292
412
  envelopeId: string;
@@ -297,14 +417,14 @@ export type DataFieldCreated = {
297
417
  ipAddress?: string | null | undefined;
298
418
  };
299
419
 
300
- export type EnvelopeAuditLogFindData28 = {
420
+ export type EnvelopeAuditLogFindData29 = {
301
421
  from?: string | null | undefined;
302
422
  to?: string | null | undefined;
303
423
  };
304
424
 
305
425
  export type DataDocumentExternalIDUpdated = {
306
426
  type: "DOCUMENT_EXTERNAL_ID_UPDATED";
307
- data: EnvelopeAuditLogFindData28;
427
+ data: EnvelopeAuditLogFindData29;
308
428
  id: string;
309
429
  createdAt: string;
310
430
  envelopeId: string;
@@ -315,14 +435,14 @@ export type DataDocumentExternalIDUpdated = {
315
435
  ipAddress?: string | null | undefined;
316
436
  };
317
437
 
318
- export type EnvelopeAuditLogFindData27 = {
438
+ export type EnvelopeAuditLogFindData28 = {
319
439
  from: string;
320
440
  to: string;
321
441
  };
322
442
 
323
443
  export type DataDocumentTitleUpdated = {
324
444
  type: "DOCUMENT_TITLE_UPDATED";
325
- data: EnvelopeAuditLogFindData27;
445
+ data: EnvelopeAuditLogFindData28;
326
446
  id: string;
327
447
  createdAt: string;
328
448
  envelopeId: string;
@@ -333,11 +453,11 @@ export type DataDocumentTitleUpdated = {
333
453
  ipAddress?: string | null | undefined;
334
454
  };
335
455
 
336
- export type EnvelopeAuditLogFindData26 = {};
456
+ export type EnvelopeAuditLogFindData27 = {};
337
457
 
338
458
  export type DataDocumentSent = {
339
459
  type: "DOCUMENT_SENT";
340
- data: EnvelopeAuditLogFindData26;
460
+ data: EnvelopeAuditLogFindData27;
341
461
  id: string;
342
462
  createdAt: string;
343
463
  envelopeId: string;
@@ -348,7 +468,7 @@ export type DataDocumentSent = {
348
468
  ipAddress?: string | null | undefined;
349
469
  };
350
470
 
351
- export type EnvelopeAuditLogFindData25 = {
471
+ export type EnvelopeAuditLogFindData26 = {
352
472
  recipientEmail: string;
353
473
  recipientName: string;
354
474
  recipientId: number;
@@ -356,7 +476,7 @@ export type EnvelopeAuditLogFindData25 = {
356
476
 
357
477
  export type DataDocumentAccessAuth2FaFailed = {
358
478
  type: "DOCUMENT_ACCESS_AUTH_2FA_FAILED";
359
- data: EnvelopeAuditLogFindData25;
479
+ data: EnvelopeAuditLogFindData26;
360
480
  id: string;
361
481
  createdAt: string;
362
482
  envelopeId: string;
@@ -367,7 +487,7 @@ export type DataDocumentAccessAuth2FaFailed = {
367
487
  ipAddress?: string | null | undefined;
368
488
  };
369
489
 
370
- export type EnvelopeAuditLogFindData24 = {
490
+ export type EnvelopeAuditLogFindData25 = {
371
491
  recipientEmail: string;
372
492
  recipientName: string;
373
493
  recipientId: number;
@@ -375,7 +495,7 @@ export type EnvelopeAuditLogFindData24 = {
375
495
 
376
496
  export type DataDocumentAccessAuth2FaValidated = {
377
497
  type: "DOCUMENT_ACCESS_AUTH_2FA_VALIDATED";
378
- data: EnvelopeAuditLogFindData24;
498
+ data: EnvelopeAuditLogFindData25;
379
499
  id: string;
380
500
  createdAt: string;
381
501
  envelopeId: string;
@@ -386,7 +506,7 @@ export type DataDocumentAccessAuth2FaValidated = {
386
506
  ipAddress?: string | null | undefined;
387
507
  };
388
508
 
389
- export type EnvelopeAuditLogFindData23 = {
509
+ export type EnvelopeAuditLogFindData24 = {
390
510
  recipientEmail: string;
391
511
  recipientName: string;
392
512
  recipientId: number;
@@ -394,7 +514,7 @@ export type EnvelopeAuditLogFindData23 = {
394
514
 
395
515
  export type DataDocumentAccessAuth2FaRequested = {
396
516
  type: "DOCUMENT_ACCESS_AUTH_2FA_REQUESTED";
397
- data: EnvelopeAuditLogFindData23;
517
+ data: EnvelopeAuditLogFindData24;
398
518
  id: string;
399
519
  createdAt: string;
400
520
  envelopeId: string;
@@ -405,17 +525,20 @@ export type DataDocumentAccessAuth2FaRequested = {
405
525
  ipAddress?: string | null | undefined;
406
526
  };
407
527
 
408
- export type EnvelopeAuditLogFindData22 = {
528
+ export type EnvelopeAuditLogFindData23 = {
409
529
  recipientEmail: string;
410
530
  recipientName: string;
411
531
  recipientId: number;
412
532
  recipientRole: string;
413
533
  reason: string;
534
+ isExternal?: boolean | undefined;
535
+ onBehalfOfUserEmail?: string | undefined;
536
+ onBehalfOfUserName?: string | null | undefined;
414
537
  };
415
538
 
416
539
  export type DataDocumentRecipientRejected = {
417
540
  type: "DOCUMENT_RECIPIENT_REJECTED";
418
- data: EnvelopeAuditLogFindData22;
541
+ data: EnvelopeAuditLogFindData23;
419
542
  id: string;
420
543
  createdAt: string;
421
544
  envelopeId: string;
@@ -437,7 +560,7 @@ export type EnvelopeAuditLogFindActionAuth1 = ClosedEnum<
437
560
  typeof EnvelopeAuditLogFindActionAuth1
438
561
  >;
439
562
 
440
- export type EnvelopeAuditLogFindData21 = {
563
+ export type EnvelopeAuditLogFindData22 = {
441
564
  recipientEmail: string;
442
565
  recipientName: string;
443
566
  recipientId: number;
@@ -447,7 +570,7 @@ export type EnvelopeAuditLogFindData21 = {
447
570
 
448
571
  export type DataDocumentRecipientCompleted = {
449
572
  type: "DOCUMENT_RECIPIENT_COMPLETED";
450
- data: EnvelopeAuditLogFindData21;
573
+ data: EnvelopeAuditLogFindData22;
451
574
  id: string;
452
575
  createdAt: string;
453
576
  envelopeId: string;
@@ -466,7 +589,7 @@ export type EnvelopeAuditLogFindAccessAuth2 = ClosedEnum<
466
589
  typeof EnvelopeAuditLogFindAccessAuth2
467
590
  >;
468
591
 
469
- export type EnvelopeAuditLogFindData20 = {
592
+ export type EnvelopeAuditLogFindData21 = {
470
593
  recipientEmail: string;
471
594
  recipientName: string;
472
595
  recipientId: number;
@@ -476,7 +599,7 @@ export type EnvelopeAuditLogFindData20 = {
476
599
 
477
600
  export type DataDocumentViewed = {
478
601
  type: "DOCUMENT_VIEWED";
479
- data: EnvelopeAuditLogFindData20;
602
+ data: EnvelopeAuditLogFindData21;
480
603
  id: string;
481
604
  createdAt: string;
482
605
  envelopeId: string;
@@ -495,7 +618,7 @@ export type EnvelopeAuditLogFindAccessAuth1 = ClosedEnum<
495
618
  typeof EnvelopeAuditLogFindAccessAuth1
496
619
  >;
497
620
 
498
- export type EnvelopeAuditLogFindData19 = {
621
+ export type EnvelopeAuditLogFindData20 = {
499
622
  recipientEmail: string;
500
623
  recipientName: string;
501
624
  recipientId: number;
@@ -505,7 +628,7 @@ export type EnvelopeAuditLogFindData19 = {
505
628
 
506
629
  export type DataDocumentOpened = {
507
630
  type: "DOCUMENT_OPENED";
508
- data: EnvelopeAuditLogFindData19;
631
+ data: EnvelopeAuditLogFindData20;
509
632
  id: string;
510
633
  createdAt: string;
511
634
  envelopeId: string;
@@ -591,13 +714,13 @@ export type Change2 = {
591
714
 
592
715
  export type ChangeUnion1 = Change2 | ChangePassword;
593
716
 
594
- export type EnvelopeAuditLogFindData18 = {
717
+ export type EnvelopeAuditLogFindData19 = {
595
718
  changes: Array<Change2 | ChangePassword>;
596
719
  };
597
720
 
598
721
  export type DataDocumentMetaUpdated = {
599
722
  type: "DOCUMENT_META_UPDATED";
600
- data: EnvelopeAuditLogFindData18;
723
+ data: EnvelopeAuditLogFindData19;
601
724
  id: string;
602
725
  createdAt: string;
603
726
  envelopeId: string;
@@ -612,14 +735,14 @@ export type FromUnion3 = string | Array<string>;
612
735
 
613
736
  export type ToUnion3 = string | Array<string>;
614
737
 
615
- export type EnvelopeAuditLogFindData17 = {
738
+ export type EnvelopeAuditLogFindData18 = {
616
739
  from: string | Array<string> | null;
617
740
  to: string | Array<string> | null;
618
741
  };
619
742
 
620
743
  export type DataDocumentGlobalAuthActionUpdated = {
621
744
  type: "DOCUMENT_GLOBAL_AUTH_ACTION_UPDATED";
622
- data: EnvelopeAuditLogFindData17;
745
+ data: EnvelopeAuditLogFindData18;
623
746
  id: string;
624
747
  createdAt: string;
625
748
  envelopeId: string;
@@ -634,14 +757,14 @@ export type FromUnion2 = string | Array<string>;
634
757
 
635
758
  export type ToUnion2 = string | Array<string>;
636
759
 
637
- export type EnvelopeAuditLogFindData16 = {
760
+ export type EnvelopeAuditLogFindData17 = {
638
761
  from: string | Array<string> | null;
639
762
  to: string | Array<string> | null;
640
763
  };
641
764
 
642
765
  export type DataDocumentGlobalAuthAccessUpdated = {
643
766
  type: "DOCUMENT_GLOBAL_AUTH_ACCESS_UPDATED";
644
- data: EnvelopeAuditLogFindData16;
767
+ data: EnvelopeAuditLogFindData17;
645
768
  id: string;
646
769
  createdAt: string;
647
770
  envelopeId: string;
@@ -656,14 +779,14 @@ export type FromUnion1 = string | Array<string>;
656
779
 
657
780
  export type ToUnion1 = string | Array<string>;
658
781
 
659
- export type EnvelopeAuditLogFindData15 = {
782
+ export type EnvelopeAuditLogFindData16 = {
660
783
  from: string | Array<string> | null;
661
784
  to: string | Array<string> | null;
662
785
  };
663
786
 
664
787
  export type DataDocumentVisibilityUpdated = {
665
788
  type: "DOCUMENT_VISIBILITY_UPDATED";
666
- data: EnvelopeAuditLogFindData15;
789
+ data: EnvelopeAuditLogFindData16;
667
790
  id: string;
668
791
  createdAt: string;
669
792
  envelopeId: string;
@@ -832,7 +955,7 @@ export type FieldSecurity2 = {
832
955
  type?: FieldSecurityType2 | undefined;
833
956
  };
834
957
 
835
- export type EnvelopeAuditLogFindData14 = {
958
+ export type EnvelopeAuditLogFindData15 = {
836
959
  recipientEmail: string;
837
960
  recipientName: string;
838
961
  recipientId: number;
@@ -854,7 +977,7 @@ export type EnvelopeAuditLogFindData14 = {
854
977
 
855
978
  export type DataDocumentFieldPrefilled = {
856
979
  type: "DOCUMENT_FIELD_PREFILLED";
857
- data: EnvelopeAuditLogFindData14;
980
+ data: EnvelopeAuditLogFindData15;
858
981
  id: string;
859
982
  createdAt: string;
860
983
  envelopeId: string;
@@ -880,14 +1003,14 @@ export const FieldEnum = {
880
1003
  } as const;
881
1004
  export type FieldEnum = ClosedEnum<typeof FieldEnum>;
882
1005
 
883
- export type EnvelopeAuditLogFindData13 = {
1006
+ export type EnvelopeAuditLogFindData14 = {
884
1007
  field: FieldEnum;
885
1008
  fieldId: string;
886
1009
  };
887
1010
 
888
1011
  export type DataDocumentFieldUninserted = {
889
1012
  type: "DOCUMENT_FIELD_UNINSERTED";
890
- data: EnvelopeAuditLogFindData13;
1013
+ data: EnvelopeAuditLogFindData14;
891
1014
  id: string;
892
1015
  createdAt: string;
893
1016
  envelopeId: string;
@@ -1056,7 +1179,7 @@ export type FieldSecurity1 = {
1056
1179
  type?: FieldSecurityType1 | undefined;
1057
1180
  };
1058
1181
 
1059
- export type EnvelopeAuditLogFindData12 = {
1182
+ export type EnvelopeAuditLogFindData13 = {
1060
1183
  recipientEmail: string;
1061
1184
  recipientName: string;
1062
1185
  recipientId: number;
@@ -1078,7 +1201,7 @@ export type EnvelopeAuditLogFindData12 = {
1078
1201
 
1079
1202
  export type DataDocumentFieldInserted = {
1080
1203
  type: "DOCUMENT_FIELD_INSERTED";
1081
- data: EnvelopeAuditLogFindData12;
1204
+ data: EnvelopeAuditLogFindData13;
1082
1205
  id: string;
1083
1206
  createdAt: string;
1084
1207
  envelopeId: string;
@@ -1110,13 +1233,13 @@ export type EnvelopeAuditLogFindField1 = {
1110
1233
  recipientId: number;
1111
1234
  };
1112
1235
 
1113
- export type EnvelopeAuditLogFindData11 = {
1236
+ export type EnvelopeAuditLogFindData12 = {
1114
1237
  fields: Array<EnvelopeAuditLogFindField1>;
1115
1238
  };
1116
1239
 
1117
1240
  export type DataDocumentFieldsAutoInserted = {
1118
1241
  type: "DOCUMENT_FIELDS_AUTO_INSERTED";
1119
- data: EnvelopeAuditLogFindData11;
1242
+ data: EnvelopeAuditLogFindData12;
1120
1243
  id: string;
1121
1244
  createdAt: string;
1122
1245
  envelopeId: string;
@@ -1127,7 +1250,7 @@ export type DataDocumentFieldsAutoInserted = {
1127
1250
  ipAddress?: string | null | undefined;
1128
1251
  };
1129
1252
 
1130
- export type EnvelopeAuditLogFindData10 = {
1253
+ export type EnvelopeAuditLogFindData11 = {
1131
1254
  delegatedOwnerName: string | null;
1132
1255
  delegatedOwnerEmail: string;
1133
1256
  teamName: string;
@@ -1135,7 +1258,7 @@ export type EnvelopeAuditLogFindData10 = {
1135
1258
 
1136
1259
  export type DataDocumentDelegatedOwnerCreated = {
1137
1260
  type: "DOCUMENT_DELEGATED_OWNER_CREATED";
1138
- data: EnvelopeAuditLogFindData10;
1261
+ data: EnvelopeAuditLogFindData11;
1139
1262
  id: string;
1140
1263
  createdAt: string;
1141
1264
  envelopeId: string;
@@ -1146,7 +1269,7 @@ export type DataDocumentDelegatedOwnerCreated = {
1146
1269
  ipAddress?: string | null | undefined;
1147
1270
  };
1148
1271
 
1149
- export type EnvelopeAuditLogFindData9 = {
1272
+ export type EnvelopeAuditLogFindData10 = {
1150
1273
  movedByUserId: number;
1151
1274
  fromPersonalAccount: boolean;
1152
1275
  toTeamId: number;
@@ -1154,6 +1277,23 @@ export type EnvelopeAuditLogFindData9 = {
1154
1277
 
1155
1278
  export type DataDocumentMovedToTeam = {
1156
1279
  type: "DOCUMENT_MOVED_TO_TEAM";
1280
+ data: EnvelopeAuditLogFindData10;
1281
+ id: string;
1282
+ createdAt: string;
1283
+ envelopeId: string;
1284
+ name?: string | null | undefined;
1285
+ email?: string | null | undefined;
1286
+ userId?: number | null | undefined;
1287
+ userAgent?: string | null | undefined;
1288
+ ipAddress?: string | null | undefined;
1289
+ };
1290
+
1291
+ export type EnvelopeAuditLogFindData9 = {
1292
+ reason?: string | undefined;
1293
+ };
1294
+
1295
+ export type DataDocumentCancelled = {
1296
+ type: "DOCUMENT_CANCELLED";
1157
1297
  data: EnvelopeAuditLogFindData9;
1158
1298
  id: string;
1159
1299
  createdAt: string;
@@ -1369,6 +1509,7 @@ export type EnvelopeAuditLogFindDataUnion =
1369
1509
  | DataDocumentCompleted
1370
1510
  | DataDocumentCreated
1371
1511
  | DataDocumentDeleted
1512
+ | DataDocumentCancelled
1372
1513
  | DataDocumentMovedToTeam
1373
1514
  | DataDocumentDelegatedOwnerCreated
1374
1515
  | DataDocumentFieldsAutoInserted
@@ -1395,7 +1536,12 @@ export type EnvelopeAuditLogFindDataUnion =
1395
1536
  | DataRecipientCreated
1396
1537
  | DataRecipientUpdated
1397
1538
  | DataRecipientDeleted
1398
- | DataDocumentRecipientExpired;
1539
+ | DataDocumentRecipientExpired
1540
+ | DataDocumentRecipientCscAuthenticated
1541
+ | DataDocumentRecipientCscAuthenticationFailed
1542
+ | DataDocumentRecipientCscSignRequested
1543
+ | DataDocumentRecipientCscAuthorized
1544
+ | DataDocumentRecipientCscSigned;
1399
1545
 
1400
1546
  /**
1401
1547
  * Successful response
@@ -1410,6 +1556,7 @@ export type EnvelopeAuditLogFindResponse = {
1410
1556
  | DataDocumentCompleted
1411
1557
  | DataDocumentCreated
1412
1558
  | DataDocumentDeleted
1559
+ | DataDocumentCancelled
1413
1560
  | DataDocumentMovedToTeam
1414
1561
  | DataDocumentDelegatedOwnerCreated
1415
1562
  | DataDocumentFieldsAutoInserted
@@ -1437,6 +1584,11 @@ export type EnvelopeAuditLogFindResponse = {
1437
1584
  | DataRecipientUpdated
1438
1585
  | DataRecipientDeleted
1439
1586
  | DataDocumentRecipientExpired
1587
+ | DataDocumentRecipientCscAuthenticated
1588
+ | DataDocumentRecipientCscAuthenticationFailed
1589
+ | DataDocumentRecipientCscSignRequested
1590
+ | DataDocumentRecipientCscAuthorized
1591
+ | DataDocumentRecipientCscSigned
1440
1592
  >;
1441
1593
  count: number;
1442
1594
  currentPage: number;
@@ -1519,58 +1671,79 @@ export function envelopeAuditLogFindRequestFromJSON(
1519
1671
  }
1520
1672
 
1521
1673
  /** @internal */
1522
- export const EnvelopeAuditLogFindData35$inboundSchema: z.ZodType<
1523
- EnvelopeAuditLogFindData35,
1674
+ export const EnvelopeAuditLogFindData41$inboundSchema: z.ZodType<
1675
+ EnvelopeAuditLogFindData41,
1524
1676
  z.ZodTypeDef,
1525
1677
  unknown
1526
1678
  > = z.object({
1527
1679
  recipientEmail: z.string(),
1528
1680
  recipientName: z.string(),
1529
1681
  recipientId: z.number(),
1682
+ recipientRole: z.string(),
1683
+ providerId: z.string(),
1684
+ credentialId: z.string(),
1685
+ sessionId: z.string(),
1686
+ numItemsSigned: z.number(),
1687
+ signatureAlgorithm: z.string(),
1688
+ digestAlgorithm: z.string(),
1530
1689
  });
1531
1690
  /** @internal */
1532
- export type EnvelopeAuditLogFindData35$Outbound = {
1691
+ export type EnvelopeAuditLogFindData41$Outbound = {
1533
1692
  recipientEmail: string;
1534
1693
  recipientName: string;
1535
1694
  recipientId: number;
1695
+ recipientRole: string;
1696
+ providerId: string;
1697
+ credentialId: string;
1698
+ sessionId: string;
1699
+ numItemsSigned: number;
1700
+ signatureAlgorithm: string;
1701
+ digestAlgorithm: string;
1536
1702
  };
1537
1703
 
1538
1704
  /** @internal */
1539
- export const EnvelopeAuditLogFindData35$outboundSchema: z.ZodType<
1540
- EnvelopeAuditLogFindData35$Outbound,
1705
+ export const EnvelopeAuditLogFindData41$outboundSchema: z.ZodType<
1706
+ EnvelopeAuditLogFindData41$Outbound,
1541
1707
  z.ZodTypeDef,
1542
- EnvelopeAuditLogFindData35
1708
+ EnvelopeAuditLogFindData41
1543
1709
  > = z.object({
1544
1710
  recipientEmail: z.string(),
1545
1711
  recipientName: z.string(),
1546
1712
  recipientId: z.number(),
1713
+ recipientRole: z.string(),
1714
+ providerId: z.string(),
1715
+ credentialId: z.string(),
1716
+ sessionId: z.string(),
1717
+ numItemsSigned: z.number(),
1718
+ signatureAlgorithm: z.string(),
1719
+ digestAlgorithm: z.string(),
1547
1720
  });
1548
1721
 
1549
- export function envelopeAuditLogFindData35ToJSON(
1550
- envelopeAuditLogFindData35: EnvelopeAuditLogFindData35,
1722
+ export function envelopeAuditLogFindData41ToJSON(
1723
+ envelopeAuditLogFindData41: EnvelopeAuditLogFindData41,
1551
1724
  ): string {
1552
1725
  return JSON.stringify(
1553
- EnvelopeAuditLogFindData35$outboundSchema.parse(envelopeAuditLogFindData35),
1726
+ EnvelopeAuditLogFindData41$outboundSchema.parse(envelopeAuditLogFindData41),
1554
1727
  );
1555
1728
  }
1556
- export function envelopeAuditLogFindData35FromJSON(
1729
+ export function envelopeAuditLogFindData41FromJSON(
1557
1730
  jsonString: string,
1558
- ): SafeParseResult<EnvelopeAuditLogFindData35, SDKValidationError> {
1731
+ ): SafeParseResult<EnvelopeAuditLogFindData41, SDKValidationError> {
1559
1732
  return safeParse(
1560
1733
  jsonString,
1561
- (x) => EnvelopeAuditLogFindData35$inboundSchema.parse(JSON.parse(x)),
1562
- `Failed to parse 'EnvelopeAuditLogFindData35' from JSON`,
1734
+ (x) => EnvelopeAuditLogFindData41$inboundSchema.parse(JSON.parse(x)),
1735
+ `Failed to parse 'EnvelopeAuditLogFindData41' from JSON`,
1563
1736
  );
1564
1737
  }
1565
1738
 
1566
1739
  /** @internal */
1567
- export const DataDocumentRecipientExpired$inboundSchema: z.ZodType<
1568
- DataDocumentRecipientExpired,
1740
+ export const DataDocumentRecipientCscSigned$inboundSchema: z.ZodType<
1741
+ DataDocumentRecipientCscSigned,
1569
1742
  z.ZodTypeDef,
1570
1743
  unknown
1571
1744
  > = z.object({
1572
- type: z.literal("DOCUMENT_RECIPIENT_EXPIRED"),
1573
- data: z.lazy(() => EnvelopeAuditLogFindData35$inboundSchema),
1745
+ type: z.literal("DOCUMENT_RECIPIENT_CSC_SIGNED"),
1746
+ data: z.lazy(() => EnvelopeAuditLogFindData41$inboundSchema),
1574
1747
  id: z.string(),
1575
1748
  createdAt: z.string(),
1576
1749
  envelopeId: z.string(),
@@ -1581,9 +1754,9 @@ export const DataDocumentRecipientExpired$inboundSchema: z.ZodType<
1581
1754
  ipAddress: z.nullable(z.string()).optional(),
1582
1755
  });
1583
1756
  /** @internal */
1584
- export type DataDocumentRecipientExpired$Outbound = {
1585
- type: "DOCUMENT_RECIPIENT_EXPIRED";
1586
- data: EnvelopeAuditLogFindData35$Outbound;
1757
+ export type DataDocumentRecipientCscSigned$Outbound = {
1758
+ type: "DOCUMENT_RECIPIENT_CSC_SIGNED";
1759
+ data: EnvelopeAuditLogFindData41$Outbound;
1587
1760
  id: string;
1588
1761
  createdAt: string;
1589
1762
  envelopeId: string;
@@ -1595,13 +1768,13 @@ export type DataDocumentRecipientExpired$Outbound = {
1595
1768
  };
1596
1769
 
1597
1770
  /** @internal */
1598
- export const DataDocumentRecipientExpired$outboundSchema: z.ZodType<
1599
- DataDocumentRecipientExpired$Outbound,
1771
+ export const DataDocumentRecipientCscSigned$outboundSchema: z.ZodType<
1772
+ DataDocumentRecipientCscSigned$Outbound,
1600
1773
  z.ZodTypeDef,
1601
- DataDocumentRecipientExpired
1774
+ DataDocumentRecipientCscSigned
1602
1775
  > = z.object({
1603
- type: z.literal("DOCUMENT_RECIPIENT_EXPIRED"),
1604
- data: z.lazy(() => EnvelopeAuditLogFindData35$outboundSchema),
1776
+ type: z.literal("DOCUMENT_RECIPIENT_CSC_SIGNED"),
1777
+ data: z.lazy(() => EnvelopeAuditLogFindData41$outboundSchema),
1605
1778
  id: z.string(),
1606
1779
  createdAt: z.string(),
1607
1780
  envelopeId: z.string(),
@@ -1612,28 +1785,28 @@ export const DataDocumentRecipientExpired$outboundSchema: z.ZodType<
1612
1785
  ipAddress: z.nullable(z.string()).optional(),
1613
1786
  });
1614
1787
 
1615
- export function dataDocumentRecipientExpiredToJSON(
1616
- dataDocumentRecipientExpired: DataDocumentRecipientExpired,
1788
+ export function dataDocumentRecipientCscSignedToJSON(
1789
+ dataDocumentRecipientCscSigned: DataDocumentRecipientCscSigned,
1617
1790
  ): string {
1618
1791
  return JSON.stringify(
1619
- DataDocumentRecipientExpired$outboundSchema.parse(
1620
- dataDocumentRecipientExpired,
1792
+ DataDocumentRecipientCscSigned$outboundSchema.parse(
1793
+ dataDocumentRecipientCscSigned,
1621
1794
  ),
1622
1795
  );
1623
1796
  }
1624
- export function dataDocumentRecipientExpiredFromJSON(
1797
+ export function dataDocumentRecipientCscSignedFromJSON(
1625
1798
  jsonString: string,
1626
- ): SafeParseResult<DataDocumentRecipientExpired, SDKValidationError> {
1799
+ ): SafeParseResult<DataDocumentRecipientCscSigned, SDKValidationError> {
1627
1800
  return safeParse(
1628
1801
  jsonString,
1629
- (x) => DataDocumentRecipientExpired$inboundSchema.parse(JSON.parse(x)),
1630
- `Failed to parse 'DataDocumentRecipientExpired' from JSON`,
1802
+ (x) => DataDocumentRecipientCscSigned$inboundSchema.parse(JSON.parse(x)),
1803
+ `Failed to parse 'DataDocumentRecipientCscSigned' from JSON`,
1631
1804
  );
1632
1805
  }
1633
1806
 
1634
1807
  /** @internal */
1635
- export const EnvelopeAuditLogFindData34$inboundSchema: z.ZodType<
1636
- EnvelopeAuditLogFindData34,
1808
+ export const EnvelopeAuditLogFindData40$inboundSchema: z.ZodType<
1809
+ EnvelopeAuditLogFindData40,
1637
1810
  z.ZodTypeDef,
1638
1811
  unknown
1639
1812
  > = z.object({
@@ -1641,52 +1814,64 @@ export const EnvelopeAuditLogFindData34$inboundSchema: z.ZodType<
1641
1814
  recipientName: z.string(),
1642
1815
  recipientId: z.number(),
1643
1816
  recipientRole: z.string(),
1817
+ providerId: z.string(),
1818
+ credentialId: z.string(),
1819
+ sessionId: z.string(),
1820
+ sadExpiresAt: z.string(),
1644
1821
  });
1645
1822
  /** @internal */
1646
- export type EnvelopeAuditLogFindData34$Outbound = {
1823
+ export type EnvelopeAuditLogFindData40$Outbound = {
1647
1824
  recipientEmail: string;
1648
1825
  recipientName: string;
1649
1826
  recipientId: number;
1650
1827
  recipientRole: string;
1828
+ providerId: string;
1829
+ credentialId: string;
1830
+ sessionId: string;
1831
+ sadExpiresAt: string;
1651
1832
  };
1652
1833
 
1653
1834
  /** @internal */
1654
- export const EnvelopeAuditLogFindData34$outboundSchema: z.ZodType<
1655
- EnvelopeAuditLogFindData34$Outbound,
1835
+ export const EnvelopeAuditLogFindData40$outboundSchema: z.ZodType<
1836
+ EnvelopeAuditLogFindData40$Outbound,
1656
1837
  z.ZodTypeDef,
1657
- EnvelopeAuditLogFindData34
1838
+ EnvelopeAuditLogFindData40
1658
1839
  > = z.object({
1659
1840
  recipientEmail: z.string(),
1660
1841
  recipientName: z.string(),
1661
1842
  recipientId: z.number(),
1662
1843
  recipientRole: z.string(),
1844
+ providerId: z.string(),
1845
+ credentialId: z.string(),
1846
+ sessionId: z.string(),
1847
+ sadExpiresAt: z.string(),
1663
1848
  });
1664
1849
 
1665
- export function envelopeAuditLogFindData34ToJSON(
1666
- envelopeAuditLogFindData34: EnvelopeAuditLogFindData34,
1850
+ export function envelopeAuditLogFindData40ToJSON(
1851
+ envelopeAuditLogFindData40: EnvelopeAuditLogFindData40,
1667
1852
  ): string {
1668
1853
  return JSON.stringify(
1669
- EnvelopeAuditLogFindData34$outboundSchema.parse(envelopeAuditLogFindData34),
1854
+ EnvelopeAuditLogFindData40$outboundSchema.parse(envelopeAuditLogFindData40),
1670
1855
  );
1671
1856
  }
1672
- export function envelopeAuditLogFindData34FromJSON(
1857
+ export function envelopeAuditLogFindData40FromJSON(
1673
1858
  jsonString: string,
1674
- ): SafeParseResult<EnvelopeAuditLogFindData34, SDKValidationError> {
1859
+ ): SafeParseResult<EnvelopeAuditLogFindData40, SDKValidationError> {
1675
1860
  return safeParse(
1676
1861
  jsonString,
1677
- (x) => EnvelopeAuditLogFindData34$inboundSchema.parse(JSON.parse(x)),
1678
- `Failed to parse 'EnvelopeAuditLogFindData34' from JSON`,
1862
+ (x) => EnvelopeAuditLogFindData40$inboundSchema.parse(JSON.parse(x)),
1863
+ `Failed to parse 'EnvelopeAuditLogFindData40' from JSON`,
1679
1864
  );
1680
1865
  }
1681
1866
 
1682
1867
  /** @internal */
1683
- export const DataRecipientDeleted$inboundSchema: z.ZodType<
1684
- DataRecipientDeleted,
1868
+ export const DataDocumentRecipientCscAuthorized$inboundSchema: z.ZodType<
1869
+ DataDocumentRecipientCscAuthorized,
1685
1870
  z.ZodTypeDef,
1686
1871
  unknown
1687
1872
  > = z.object({
1688
- type: z.literal("RECIPIENT_DELETED"),
1689
- data: z.lazy(() => EnvelopeAuditLogFindData34$inboundSchema),
1873
+ type: z.literal("DOCUMENT_RECIPIENT_CSC_AUTHORIZED"),
1874
+ data: z.lazy(() => EnvelopeAuditLogFindData40$inboundSchema),
1690
1875
  id: z.string(),
1691
1876
  createdAt: z.string(),
1692
1877
  envelopeId: z.string(),
@@ -1697,9 +1882,9 @@ export const DataRecipientDeleted$inboundSchema: z.ZodType<
1697
1882
  ipAddress: z.nullable(z.string()).optional(),
1698
1883
  });
1699
1884
  /** @internal */
1700
- export type DataRecipientDeleted$Outbound = {
1701
- type: "RECIPIENT_DELETED";
1702
- data: EnvelopeAuditLogFindData34$Outbound;
1885
+ export type DataDocumentRecipientCscAuthorized$Outbound = {
1886
+ type: "DOCUMENT_RECIPIENT_CSC_AUTHORIZED";
1887
+ data: EnvelopeAuditLogFindData40$Outbound;
1703
1888
  id: string;
1704
1889
  createdAt: string;
1705
1890
  envelopeId: string;
@@ -1711,13 +1896,632 @@ export type DataRecipientDeleted$Outbound = {
1711
1896
  };
1712
1897
 
1713
1898
  /** @internal */
1714
- export const DataRecipientDeleted$outboundSchema: z.ZodType<
1715
- DataRecipientDeleted$Outbound,
1899
+ export const DataDocumentRecipientCscAuthorized$outboundSchema: z.ZodType<
1900
+ DataDocumentRecipientCscAuthorized$Outbound,
1716
1901
  z.ZodTypeDef,
1717
- DataRecipientDeleted
1902
+ DataDocumentRecipientCscAuthorized
1718
1903
  > = z.object({
1719
- type: z.literal("RECIPIENT_DELETED"),
1720
- data: z.lazy(() => EnvelopeAuditLogFindData34$outboundSchema),
1904
+ type: z.literal("DOCUMENT_RECIPIENT_CSC_AUTHORIZED"),
1905
+ data: z.lazy(() => EnvelopeAuditLogFindData40$outboundSchema),
1906
+ id: z.string(),
1907
+ createdAt: z.string(),
1908
+ envelopeId: z.string(),
1909
+ name: z.nullable(z.string()).optional(),
1910
+ email: z.nullable(z.string()).optional(),
1911
+ userId: z.nullable(z.number()).optional(),
1912
+ userAgent: z.nullable(z.string()).optional(),
1913
+ ipAddress: z.nullable(z.string()).optional(),
1914
+ });
1915
+
1916
+ export function dataDocumentRecipientCscAuthorizedToJSON(
1917
+ dataDocumentRecipientCscAuthorized: DataDocumentRecipientCscAuthorized,
1918
+ ): string {
1919
+ return JSON.stringify(
1920
+ DataDocumentRecipientCscAuthorized$outboundSchema.parse(
1921
+ dataDocumentRecipientCscAuthorized,
1922
+ ),
1923
+ );
1924
+ }
1925
+ export function dataDocumentRecipientCscAuthorizedFromJSON(
1926
+ jsonString: string,
1927
+ ): SafeParseResult<DataDocumentRecipientCscAuthorized, SDKValidationError> {
1928
+ return safeParse(
1929
+ jsonString,
1930
+ (x) =>
1931
+ DataDocumentRecipientCscAuthorized$inboundSchema.parse(JSON.parse(x)),
1932
+ `Failed to parse 'DataDocumentRecipientCscAuthorized' from JSON`,
1933
+ );
1934
+ }
1935
+
1936
+ /** @internal */
1937
+ export const EnvelopeAuditLogFindData39$inboundSchema: z.ZodType<
1938
+ EnvelopeAuditLogFindData39,
1939
+ z.ZodTypeDef,
1940
+ unknown
1941
+ > = z.object({
1942
+ recipientEmail: z.string(),
1943
+ recipientName: z.string(),
1944
+ recipientId: z.number(),
1945
+ recipientRole: z.string(),
1946
+ providerId: z.string(),
1947
+ credentialId: z.string(),
1948
+ sessionId: z.string(),
1949
+ numSignatures: z.number(),
1950
+ });
1951
+ /** @internal */
1952
+ export type EnvelopeAuditLogFindData39$Outbound = {
1953
+ recipientEmail: string;
1954
+ recipientName: string;
1955
+ recipientId: number;
1956
+ recipientRole: string;
1957
+ providerId: string;
1958
+ credentialId: string;
1959
+ sessionId: string;
1960
+ numSignatures: number;
1961
+ };
1962
+
1963
+ /** @internal */
1964
+ export const EnvelopeAuditLogFindData39$outboundSchema: z.ZodType<
1965
+ EnvelopeAuditLogFindData39$Outbound,
1966
+ z.ZodTypeDef,
1967
+ EnvelopeAuditLogFindData39
1968
+ > = z.object({
1969
+ recipientEmail: z.string(),
1970
+ recipientName: z.string(),
1971
+ recipientId: z.number(),
1972
+ recipientRole: z.string(),
1973
+ providerId: z.string(),
1974
+ credentialId: z.string(),
1975
+ sessionId: z.string(),
1976
+ numSignatures: z.number(),
1977
+ });
1978
+
1979
+ export function envelopeAuditLogFindData39ToJSON(
1980
+ envelopeAuditLogFindData39: EnvelopeAuditLogFindData39,
1981
+ ): string {
1982
+ return JSON.stringify(
1983
+ EnvelopeAuditLogFindData39$outboundSchema.parse(envelopeAuditLogFindData39),
1984
+ );
1985
+ }
1986
+ export function envelopeAuditLogFindData39FromJSON(
1987
+ jsonString: string,
1988
+ ): SafeParseResult<EnvelopeAuditLogFindData39, SDKValidationError> {
1989
+ return safeParse(
1990
+ jsonString,
1991
+ (x) => EnvelopeAuditLogFindData39$inboundSchema.parse(JSON.parse(x)),
1992
+ `Failed to parse 'EnvelopeAuditLogFindData39' from JSON`,
1993
+ );
1994
+ }
1995
+
1996
+ /** @internal */
1997
+ export const DataDocumentRecipientCscSignRequested$inboundSchema: z.ZodType<
1998
+ DataDocumentRecipientCscSignRequested,
1999
+ z.ZodTypeDef,
2000
+ unknown
2001
+ > = z.object({
2002
+ type: z.literal("DOCUMENT_RECIPIENT_CSC_SIGN_REQUESTED"),
2003
+ data: z.lazy(() => EnvelopeAuditLogFindData39$inboundSchema),
2004
+ id: z.string(),
2005
+ createdAt: z.string(),
2006
+ envelopeId: z.string(),
2007
+ name: z.nullable(z.string()).optional(),
2008
+ email: z.nullable(z.string()).optional(),
2009
+ userId: z.nullable(z.number()).optional(),
2010
+ userAgent: z.nullable(z.string()).optional(),
2011
+ ipAddress: z.nullable(z.string()).optional(),
2012
+ });
2013
+ /** @internal */
2014
+ export type DataDocumentRecipientCscSignRequested$Outbound = {
2015
+ type: "DOCUMENT_RECIPIENT_CSC_SIGN_REQUESTED";
2016
+ data: EnvelopeAuditLogFindData39$Outbound;
2017
+ id: string;
2018
+ createdAt: string;
2019
+ envelopeId: string;
2020
+ name?: string | null | undefined;
2021
+ email?: string | null | undefined;
2022
+ userId?: number | null | undefined;
2023
+ userAgent?: string | null | undefined;
2024
+ ipAddress?: string | null | undefined;
2025
+ };
2026
+
2027
+ /** @internal */
2028
+ export const DataDocumentRecipientCscSignRequested$outboundSchema: z.ZodType<
2029
+ DataDocumentRecipientCscSignRequested$Outbound,
2030
+ z.ZodTypeDef,
2031
+ DataDocumentRecipientCscSignRequested
2032
+ > = z.object({
2033
+ type: z.literal("DOCUMENT_RECIPIENT_CSC_SIGN_REQUESTED"),
2034
+ data: z.lazy(() => EnvelopeAuditLogFindData39$outboundSchema),
2035
+ id: z.string(),
2036
+ createdAt: z.string(),
2037
+ envelopeId: z.string(),
2038
+ name: z.nullable(z.string()).optional(),
2039
+ email: z.nullable(z.string()).optional(),
2040
+ userId: z.nullable(z.number()).optional(),
2041
+ userAgent: z.nullable(z.string()).optional(),
2042
+ ipAddress: z.nullable(z.string()).optional(),
2043
+ });
2044
+
2045
+ export function dataDocumentRecipientCscSignRequestedToJSON(
2046
+ dataDocumentRecipientCscSignRequested: DataDocumentRecipientCscSignRequested,
2047
+ ): string {
2048
+ return JSON.stringify(
2049
+ DataDocumentRecipientCscSignRequested$outboundSchema.parse(
2050
+ dataDocumentRecipientCscSignRequested,
2051
+ ),
2052
+ );
2053
+ }
2054
+ export function dataDocumentRecipientCscSignRequestedFromJSON(
2055
+ jsonString: string,
2056
+ ): SafeParseResult<DataDocumentRecipientCscSignRequested, SDKValidationError> {
2057
+ return safeParse(
2058
+ jsonString,
2059
+ (x) =>
2060
+ DataDocumentRecipientCscSignRequested$inboundSchema.parse(JSON.parse(x)),
2061
+ `Failed to parse 'DataDocumentRecipientCscSignRequested' from JSON`,
2062
+ );
2063
+ }
2064
+
2065
+ /** @internal */
2066
+ export const EnvelopeAuditLogFindData38$inboundSchema: z.ZodType<
2067
+ EnvelopeAuditLogFindData38,
2068
+ z.ZodTypeDef,
2069
+ unknown
2070
+ > = z.object({
2071
+ recipientEmail: z.string(),
2072
+ recipientName: z.string(),
2073
+ recipientId: z.number(),
2074
+ recipientRole: z.string(),
2075
+ providerId: z.string(),
2076
+ reason: z.string(),
2077
+ });
2078
+ /** @internal */
2079
+ export type EnvelopeAuditLogFindData38$Outbound = {
2080
+ recipientEmail: string;
2081
+ recipientName: string;
2082
+ recipientId: number;
2083
+ recipientRole: string;
2084
+ providerId: string;
2085
+ reason: string;
2086
+ };
2087
+
2088
+ /** @internal */
2089
+ export const EnvelopeAuditLogFindData38$outboundSchema: z.ZodType<
2090
+ EnvelopeAuditLogFindData38$Outbound,
2091
+ z.ZodTypeDef,
2092
+ EnvelopeAuditLogFindData38
2093
+ > = z.object({
2094
+ recipientEmail: z.string(),
2095
+ recipientName: z.string(),
2096
+ recipientId: z.number(),
2097
+ recipientRole: z.string(),
2098
+ providerId: z.string(),
2099
+ reason: z.string(),
2100
+ });
2101
+
2102
+ export function envelopeAuditLogFindData38ToJSON(
2103
+ envelopeAuditLogFindData38: EnvelopeAuditLogFindData38,
2104
+ ): string {
2105
+ return JSON.stringify(
2106
+ EnvelopeAuditLogFindData38$outboundSchema.parse(envelopeAuditLogFindData38),
2107
+ );
2108
+ }
2109
+ export function envelopeAuditLogFindData38FromJSON(
2110
+ jsonString: string,
2111
+ ): SafeParseResult<EnvelopeAuditLogFindData38, SDKValidationError> {
2112
+ return safeParse(
2113
+ jsonString,
2114
+ (x) => EnvelopeAuditLogFindData38$inboundSchema.parse(JSON.parse(x)),
2115
+ `Failed to parse 'EnvelopeAuditLogFindData38' from JSON`,
2116
+ );
2117
+ }
2118
+
2119
+ /** @internal */
2120
+ export const DataDocumentRecipientCscAuthenticationFailed$inboundSchema:
2121
+ z.ZodType<
2122
+ DataDocumentRecipientCscAuthenticationFailed,
2123
+ z.ZodTypeDef,
2124
+ unknown
2125
+ > = z.object({
2126
+ type: z.literal("DOCUMENT_RECIPIENT_CSC_AUTHENTICATION_FAILED"),
2127
+ data: z.lazy(() => EnvelopeAuditLogFindData38$inboundSchema),
2128
+ id: z.string(),
2129
+ createdAt: z.string(),
2130
+ envelopeId: z.string(),
2131
+ name: z.nullable(z.string()).optional(),
2132
+ email: z.nullable(z.string()).optional(),
2133
+ userId: z.nullable(z.number()).optional(),
2134
+ userAgent: z.nullable(z.string()).optional(),
2135
+ ipAddress: z.nullable(z.string()).optional(),
2136
+ });
2137
+ /** @internal */
2138
+ export type DataDocumentRecipientCscAuthenticationFailed$Outbound = {
2139
+ type: "DOCUMENT_RECIPIENT_CSC_AUTHENTICATION_FAILED";
2140
+ data: EnvelopeAuditLogFindData38$Outbound;
2141
+ id: string;
2142
+ createdAt: string;
2143
+ envelopeId: string;
2144
+ name?: string | null | undefined;
2145
+ email?: string | null | undefined;
2146
+ userId?: number | null | undefined;
2147
+ userAgent?: string | null | undefined;
2148
+ ipAddress?: string | null | undefined;
2149
+ };
2150
+
2151
+ /** @internal */
2152
+ export const DataDocumentRecipientCscAuthenticationFailed$outboundSchema:
2153
+ z.ZodType<
2154
+ DataDocumentRecipientCscAuthenticationFailed$Outbound,
2155
+ z.ZodTypeDef,
2156
+ DataDocumentRecipientCscAuthenticationFailed
2157
+ > = z.object({
2158
+ type: z.literal("DOCUMENT_RECIPIENT_CSC_AUTHENTICATION_FAILED"),
2159
+ data: z.lazy(() => EnvelopeAuditLogFindData38$outboundSchema),
2160
+ id: z.string(),
2161
+ createdAt: z.string(),
2162
+ envelopeId: z.string(),
2163
+ name: z.nullable(z.string()).optional(),
2164
+ email: z.nullable(z.string()).optional(),
2165
+ userId: z.nullable(z.number()).optional(),
2166
+ userAgent: z.nullable(z.string()).optional(),
2167
+ ipAddress: z.nullable(z.string()).optional(),
2168
+ });
2169
+
2170
+ export function dataDocumentRecipientCscAuthenticationFailedToJSON(
2171
+ dataDocumentRecipientCscAuthenticationFailed:
2172
+ DataDocumentRecipientCscAuthenticationFailed,
2173
+ ): string {
2174
+ return JSON.stringify(
2175
+ DataDocumentRecipientCscAuthenticationFailed$outboundSchema.parse(
2176
+ dataDocumentRecipientCscAuthenticationFailed,
2177
+ ),
2178
+ );
2179
+ }
2180
+ export function dataDocumentRecipientCscAuthenticationFailedFromJSON(
2181
+ jsonString: string,
2182
+ ): SafeParseResult<
2183
+ DataDocumentRecipientCscAuthenticationFailed,
2184
+ SDKValidationError
2185
+ > {
2186
+ return safeParse(
2187
+ jsonString,
2188
+ (x) =>
2189
+ DataDocumentRecipientCscAuthenticationFailed$inboundSchema.parse(
2190
+ JSON.parse(x),
2191
+ ),
2192
+ `Failed to parse 'DataDocumentRecipientCscAuthenticationFailed' from JSON`,
2193
+ );
2194
+ }
2195
+
2196
+ /** @internal */
2197
+ export const EnvelopeAuditLogFindData37$inboundSchema: z.ZodType<
2198
+ EnvelopeAuditLogFindData37,
2199
+ z.ZodTypeDef,
2200
+ unknown
2201
+ > = z.object({
2202
+ recipientEmail: z.string(),
2203
+ recipientName: z.string(),
2204
+ recipientId: z.number(),
2205
+ recipientRole: z.string(),
2206
+ providerId: z.string(),
2207
+ credentialId: z.string(),
2208
+ signatureAlgorithm: z.string(),
2209
+ digestAlgorithm: z.string(),
2210
+ });
2211
+ /** @internal */
2212
+ export type EnvelopeAuditLogFindData37$Outbound = {
2213
+ recipientEmail: string;
2214
+ recipientName: string;
2215
+ recipientId: number;
2216
+ recipientRole: string;
2217
+ providerId: string;
2218
+ credentialId: string;
2219
+ signatureAlgorithm: string;
2220
+ digestAlgorithm: string;
2221
+ };
2222
+
2223
+ /** @internal */
2224
+ export const EnvelopeAuditLogFindData37$outboundSchema: z.ZodType<
2225
+ EnvelopeAuditLogFindData37$Outbound,
2226
+ z.ZodTypeDef,
2227
+ EnvelopeAuditLogFindData37
2228
+ > = z.object({
2229
+ recipientEmail: z.string(),
2230
+ recipientName: z.string(),
2231
+ recipientId: z.number(),
2232
+ recipientRole: z.string(),
2233
+ providerId: z.string(),
2234
+ credentialId: z.string(),
2235
+ signatureAlgorithm: z.string(),
2236
+ digestAlgorithm: z.string(),
2237
+ });
2238
+
2239
+ export function envelopeAuditLogFindData37ToJSON(
2240
+ envelopeAuditLogFindData37: EnvelopeAuditLogFindData37,
2241
+ ): string {
2242
+ return JSON.stringify(
2243
+ EnvelopeAuditLogFindData37$outboundSchema.parse(envelopeAuditLogFindData37),
2244
+ );
2245
+ }
2246
+ export function envelopeAuditLogFindData37FromJSON(
2247
+ jsonString: string,
2248
+ ): SafeParseResult<EnvelopeAuditLogFindData37, SDKValidationError> {
2249
+ return safeParse(
2250
+ jsonString,
2251
+ (x) => EnvelopeAuditLogFindData37$inboundSchema.parse(JSON.parse(x)),
2252
+ `Failed to parse 'EnvelopeAuditLogFindData37' from JSON`,
2253
+ );
2254
+ }
2255
+
2256
+ /** @internal */
2257
+ export const DataDocumentRecipientCscAuthenticated$inboundSchema: z.ZodType<
2258
+ DataDocumentRecipientCscAuthenticated,
2259
+ z.ZodTypeDef,
2260
+ unknown
2261
+ > = z.object({
2262
+ type: z.literal("DOCUMENT_RECIPIENT_CSC_AUTHENTICATED"),
2263
+ data: z.lazy(() => EnvelopeAuditLogFindData37$inboundSchema),
2264
+ id: z.string(),
2265
+ createdAt: z.string(),
2266
+ envelopeId: z.string(),
2267
+ name: z.nullable(z.string()).optional(),
2268
+ email: z.nullable(z.string()).optional(),
2269
+ userId: z.nullable(z.number()).optional(),
2270
+ userAgent: z.nullable(z.string()).optional(),
2271
+ ipAddress: z.nullable(z.string()).optional(),
2272
+ });
2273
+ /** @internal */
2274
+ export type DataDocumentRecipientCscAuthenticated$Outbound = {
2275
+ type: "DOCUMENT_RECIPIENT_CSC_AUTHENTICATED";
2276
+ data: EnvelopeAuditLogFindData37$Outbound;
2277
+ id: string;
2278
+ createdAt: string;
2279
+ envelopeId: string;
2280
+ name?: string | null | undefined;
2281
+ email?: string | null | undefined;
2282
+ userId?: number | null | undefined;
2283
+ userAgent?: string | null | undefined;
2284
+ ipAddress?: string | null | undefined;
2285
+ };
2286
+
2287
+ /** @internal */
2288
+ export const DataDocumentRecipientCscAuthenticated$outboundSchema: z.ZodType<
2289
+ DataDocumentRecipientCscAuthenticated$Outbound,
2290
+ z.ZodTypeDef,
2291
+ DataDocumentRecipientCscAuthenticated
2292
+ > = z.object({
2293
+ type: z.literal("DOCUMENT_RECIPIENT_CSC_AUTHENTICATED"),
2294
+ data: z.lazy(() => EnvelopeAuditLogFindData37$outboundSchema),
2295
+ id: z.string(),
2296
+ createdAt: z.string(),
2297
+ envelopeId: z.string(),
2298
+ name: z.nullable(z.string()).optional(),
2299
+ email: z.nullable(z.string()).optional(),
2300
+ userId: z.nullable(z.number()).optional(),
2301
+ userAgent: z.nullable(z.string()).optional(),
2302
+ ipAddress: z.nullable(z.string()).optional(),
2303
+ });
2304
+
2305
+ export function dataDocumentRecipientCscAuthenticatedToJSON(
2306
+ dataDocumentRecipientCscAuthenticated: DataDocumentRecipientCscAuthenticated,
2307
+ ): string {
2308
+ return JSON.stringify(
2309
+ DataDocumentRecipientCscAuthenticated$outboundSchema.parse(
2310
+ dataDocumentRecipientCscAuthenticated,
2311
+ ),
2312
+ );
2313
+ }
2314
+ export function dataDocumentRecipientCscAuthenticatedFromJSON(
2315
+ jsonString: string,
2316
+ ): SafeParseResult<DataDocumentRecipientCscAuthenticated, SDKValidationError> {
2317
+ return safeParse(
2318
+ jsonString,
2319
+ (x) =>
2320
+ DataDocumentRecipientCscAuthenticated$inboundSchema.parse(JSON.parse(x)),
2321
+ `Failed to parse 'DataDocumentRecipientCscAuthenticated' from JSON`,
2322
+ );
2323
+ }
2324
+
2325
+ /** @internal */
2326
+ export const EnvelopeAuditLogFindData36$inboundSchema: z.ZodType<
2327
+ EnvelopeAuditLogFindData36,
2328
+ z.ZodTypeDef,
2329
+ unknown
2330
+ > = z.object({
2331
+ recipientEmail: z.string(),
2332
+ recipientName: z.string(),
2333
+ recipientId: z.number(),
2334
+ });
2335
+ /** @internal */
2336
+ export type EnvelopeAuditLogFindData36$Outbound = {
2337
+ recipientEmail: string;
2338
+ recipientName: string;
2339
+ recipientId: number;
2340
+ };
2341
+
2342
+ /** @internal */
2343
+ export const EnvelopeAuditLogFindData36$outboundSchema: z.ZodType<
2344
+ EnvelopeAuditLogFindData36$Outbound,
2345
+ z.ZodTypeDef,
2346
+ EnvelopeAuditLogFindData36
2347
+ > = z.object({
2348
+ recipientEmail: z.string(),
2349
+ recipientName: z.string(),
2350
+ recipientId: z.number(),
2351
+ });
2352
+
2353
+ export function envelopeAuditLogFindData36ToJSON(
2354
+ envelopeAuditLogFindData36: EnvelopeAuditLogFindData36,
2355
+ ): string {
2356
+ return JSON.stringify(
2357
+ EnvelopeAuditLogFindData36$outboundSchema.parse(envelopeAuditLogFindData36),
2358
+ );
2359
+ }
2360
+ export function envelopeAuditLogFindData36FromJSON(
2361
+ jsonString: string,
2362
+ ): SafeParseResult<EnvelopeAuditLogFindData36, SDKValidationError> {
2363
+ return safeParse(
2364
+ jsonString,
2365
+ (x) => EnvelopeAuditLogFindData36$inboundSchema.parse(JSON.parse(x)),
2366
+ `Failed to parse 'EnvelopeAuditLogFindData36' from JSON`,
2367
+ );
2368
+ }
2369
+
2370
+ /** @internal */
2371
+ export const DataDocumentRecipientExpired$inboundSchema: z.ZodType<
2372
+ DataDocumentRecipientExpired,
2373
+ z.ZodTypeDef,
2374
+ unknown
2375
+ > = z.object({
2376
+ type: z.literal("DOCUMENT_RECIPIENT_EXPIRED"),
2377
+ data: z.lazy(() => EnvelopeAuditLogFindData36$inboundSchema),
2378
+ id: z.string(),
2379
+ createdAt: z.string(),
2380
+ envelopeId: z.string(),
2381
+ name: z.nullable(z.string()).optional(),
2382
+ email: z.nullable(z.string()).optional(),
2383
+ userId: z.nullable(z.number()).optional(),
2384
+ userAgent: z.nullable(z.string()).optional(),
2385
+ ipAddress: z.nullable(z.string()).optional(),
2386
+ });
2387
+ /** @internal */
2388
+ export type DataDocumentRecipientExpired$Outbound = {
2389
+ type: "DOCUMENT_RECIPIENT_EXPIRED";
2390
+ data: EnvelopeAuditLogFindData36$Outbound;
2391
+ id: string;
2392
+ createdAt: string;
2393
+ envelopeId: string;
2394
+ name?: string | null | undefined;
2395
+ email?: string | null | undefined;
2396
+ userId?: number | null | undefined;
2397
+ userAgent?: string | null | undefined;
2398
+ ipAddress?: string | null | undefined;
2399
+ };
2400
+
2401
+ /** @internal */
2402
+ export const DataDocumentRecipientExpired$outboundSchema: z.ZodType<
2403
+ DataDocumentRecipientExpired$Outbound,
2404
+ z.ZodTypeDef,
2405
+ DataDocumentRecipientExpired
2406
+ > = z.object({
2407
+ type: z.literal("DOCUMENT_RECIPIENT_EXPIRED"),
2408
+ data: z.lazy(() => EnvelopeAuditLogFindData36$outboundSchema),
2409
+ id: z.string(),
2410
+ createdAt: z.string(),
2411
+ envelopeId: z.string(),
2412
+ name: z.nullable(z.string()).optional(),
2413
+ email: z.nullable(z.string()).optional(),
2414
+ userId: z.nullable(z.number()).optional(),
2415
+ userAgent: z.nullable(z.string()).optional(),
2416
+ ipAddress: z.nullable(z.string()).optional(),
2417
+ });
2418
+
2419
+ export function dataDocumentRecipientExpiredToJSON(
2420
+ dataDocumentRecipientExpired: DataDocumentRecipientExpired,
2421
+ ): string {
2422
+ return JSON.stringify(
2423
+ DataDocumentRecipientExpired$outboundSchema.parse(
2424
+ dataDocumentRecipientExpired,
2425
+ ),
2426
+ );
2427
+ }
2428
+ export function dataDocumentRecipientExpiredFromJSON(
2429
+ jsonString: string,
2430
+ ): SafeParseResult<DataDocumentRecipientExpired, SDKValidationError> {
2431
+ return safeParse(
2432
+ jsonString,
2433
+ (x) => DataDocumentRecipientExpired$inboundSchema.parse(JSON.parse(x)),
2434
+ `Failed to parse 'DataDocumentRecipientExpired' from JSON`,
2435
+ );
2436
+ }
2437
+
2438
+ /** @internal */
2439
+ export const EnvelopeAuditLogFindData35$inboundSchema: z.ZodType<
2440
+ EnvelopeAuditLogFindData35,
2441
+ z.ZodTypeDef,
2442
+ unknown
2443
+ > = z.object({
2444
+ recipientEmail: z.string(),
2445
+ recipientName: z.string(),
2446
+ recipientId: z.number(),
2447
+ recipientRole: z.string(),
2448
+ });
2449
+ /** @internal */
2450
+ export type EnvelopeAuditLogFindData35$Outbound = {
2451
+ recipientEmail: string;
2452
+ recipientName: string;
2453
+ recipientId: number;
2454
+ recipientRole: string;
2455
+ };
2456
+
2457
+ /** @internal */
2458
+ export const EnvelopeAuditLogFindData35$outboundSchema: z.ZodType<
2459
+ EnvelopeAuditLogFindData35$Outbound,
2460
+ z.ZodTypeDef,
2461
+ EnvelopeAuditLogFindData35
2462
+ > = z.object({
2463
+ recipientEmail: z.string(),
2464
+ recipientName: z.string(),
2465
+ recipientId: z.number(),
2466
+ recipientRole: z.string(),
2467
+ });
2468
+
2469
+ export function envelopeAuditLogFindData35ToJSON(
2470
+ envelopeAuditLogFindData35: EnvelopeAuditLogFindData35,
2471
+ ): string {
2472
+ return JSON.stringify(
2473
+ EnvelopeAuditLogFindData35$outboundSchema.parse(envelopeAuditLogFindData35),
2474
+ );
2475
+ }
2476
+ export function envelopeAuditLogFindData35FromJSON(
2477
+ jsonString: string,
2478
+ ): SafeParseResult<EnvelopeAuditLogFindData35, SDKValidationError> {
2479
+ return safeParse(
2480
+ jsonString,
2481
+ (x) => EnvelopeAuditLogFindData35$inboundSchema.parse(JSON.parse(x)),
2482
+ `Failed to parse 'EnvelopeAuditLogFindData35' from JSON`,
2483
+ );
2484
+ }
2485
+
2486
+ /** @internal */
2487
+ export const DataRecipientDeleted$inboundSchema: z.ZodType<
2488
+ DataRecipientDeleted,
2489
+ z.ZodTypeDef,
2490
+ unknown
2491
+ > = z.object({
2492
+ type: z.literal("RECIPIENT_DELETED"),
2493
+ data: z.lazy(() => EnvelopeAuditLogFindData35$inboundSchema),
2494
+ id: z.string(),
2495
+ createdAt: z.string(),
2496
+ envelopeId: z.string(),
2497
+ name: z.nullable(z.string()).optional(),
2498
+ email: z.nullable(z.string()).optional(),
2499
+ userId: z.nullable(z.number()).optional(),
2500
+ userAgent: z.nullable(z.string()).optional(),
2501
+ ipAddress: z.nullable(z.string()).optional(),
2502
+ });
2503
+ /** @internal */
2504
+ export type DataRecipientDeleted$Outbound = {
2505
+ type: "RECIPIENT_DELETED";
2506
+ data: EnvelopeAuditLogFindData35$Outbound;
2507
+ id: string;
2508
+ createdAt: string;
2509
+ envelopeId: string;
2510
+ name?: string | null | undefined;
2511
+ email?: string | null | undefined;
2512
+ userId?: number | null | undefined;
2513
+ userAgent?: string | null | undefined;
2514
+ ipAddress?: string | null | undefined;
2515
+ };
2516
+
2517
+ /** @internal */
2518
+ export const DataRecipientDeleted$outboundSchema: z.ZodType<
2519
+ DataRecipientDeleted$Outbound,
2520
+ z.ZodTypeDef,
2521
+ DataRecipientDeleted
2522
+ > = z.object({
2523
+ type: z.literal("RECIPIENT_DELETED"),
2524
+ data: z.lazy(() => EnvelopeAuditLogFindData35$outboundSchema),
1721
2525
  id: z.string(),
1722
2526
  createdAt: z.string(),
1723
2527
  envelopeId: z.string(),
@@ -2315,8 +3119,8 @@ export function changeUnion3FromJSON(
2315
3119
  }
2316
3120
 
2317
3121
  /** @internal */
2318
- export const EnvelopeAuditLogFindData33$inboundSchema: z.ZodType<
2319
- EnvelopeAuditLogFindData33,
3122
+ export const EnvelopeAuditLogFindData34$inboundSchema: z.ZodType<
3123
+ EnvelopeAuditLogFindData34,
2320
3124
  z.ZodTypeDef,
2321
3125
  unknown
2322
3126
  > = z.object({
@@ -2335,7 +3139,7 @@ export const EnvelopeAuditLogFindData33$inboundSchema: z.ZodType<
2335
3139
  ),
2336
3140
  });
2337
3141
  /** @internal */
2338
- export type EnvelopeAuditLogFindData33$Outbound = {
3142
+ export type EnvelopeAuditLogFindData34$Outbound = {
2339
3143
  recipientEmail: string;
2340
3144
  recipientName: string;
2341
3145
  recipientId: number;
@@ -2350,10 +3154,10 @@ export type EnvelopeAuditLogFindData33$Outbound = {
2350
3154
  };
2351
3155
 
2352
3156
  /** @internal */
2353
- export const EnvelopeAuditLogFindData33$outboundSchema: z.ZodType<
2354
- EnvelopeAuditLogFindData33$Outbound,
3157
+ export const EnvelopeAuditLogFindData34$outboundSchema: z.ZodType<
3158
+ EnvelopeAuditLogFindData34$Outbound,
2355
3159
  z.ZodTypeDef,
2356
- EnvelopeAuditLogFindData33
3160
+ EnvelopeAuditLogFindData34
2357
3161
  > = z.object({
2358
3162
  recipientEmail: z.string(),
2359
3163
  recipientName: z.string(),
@@ -2370,20 +3174,20 @@ export const EnvelopeAuditLogFindData33$outboundSchema: z.ZodType<
2370
3174
  ),
2371
3175
  });
2372
3176
 
2373
- export function envelopeAuditLogFindData33ToJSON(
2374
- envelopeAuditLogFindData33: EnvelopeAuditLogFindData33,
3177
+ export function envelopeAuditLogFindData34ToJSON(
3178
+ envelopeAuditLogFindData34: EnvelopeAuditLogFindData34,
2375
3179
  ): string {
2376
3180
  return JSON.stringify(
2377
- EnvelopeAuditLogFindData33$outboundSchema.parse(envelopeAuditLogFindData33),
3181
+ EnvelopeAuditLogFindData34$outboundSchema.parse(envelopeAuditLogFindData34),
2378
3182
  );
2379
3183
  }
2380
- export function envelopeAuditLogFindData33FromJSON(
3184
+ export function envelopeAuditLogFindData34FromJSON(
2381
3185
  jsonString: string,
2382
- ): SafeParseResult<EnvelopeAuditLogFindData33, SDKValidationError> {
3186
+ ): SafeParseResult<EnvelopeAuditLogFindData34, SDKValidationError> {
2383
3187
  return safeParse(
2384
3188
  jsonString,
2385
- (x) => EnvelopeAuditLogFindData33$inboundSchema.parse(JSON.parse(x)),
2386
- `Failed to parse 'EnvelopeAuditLogFindData33' from JSON`,
3189
+ (x) => EnvelopeAuditLogFindData34$inboundSchema.parse(JSON.parse(x)),
3190
+ `Failed to parse 'EnvelopeAuditLogFindData34' from JSON`,
2387
3191
  );
2388
3192
  }
2389
3193
 
@@ -2394,7 +3198,7 @@ export const DataRecipientUpdated$inboundSchema: z.ZodType<
2394
3198
  unknown
2395
3199
  > = z.object({
2396
3200
  type: z.literal("RECIPIENT_UPDATED"),
2397
- data: z.lazy(() => EnvelopeAuditLogFindData33$inboundSchema),
3201
+ data: z.lazy(() => EnvelopeAuditLogFindData34$inboundSchema),
2398
3202
  id: z.string(),
2399
3203
  createdAt: z.string(),
2400
3204
  envelopeId: z.string(),
@@ -2407,7 +3211,7 @@ export const DataRecipientUpdated$inboundSchema: z.ZodType<
2407
3211
  /** @internal */
2408
3212
  export type DataRecipientUpdated$Outbound = {
2409
3213
  type: "RECIPIENT_UPDATED";
2410
- data: EnvelopeAuditLogFindData33$Outbound;
3214
+ data: EnvelopeAuditLogFindData34$Outbound;
2411
3215
  id: string;
2412
3216
  createdAt: string;
2413
3217
  envelopeId: string;
@@ -2425,7 +3229,7 @@ export const DataRecipientUpdated$outboundSchema: z.ZodType<
2425
3229
  DataRecipientUpdated
2426
3230
  > = z.object({
2427
3231
  type: z.literal("RECIPIENT_UPDATED"),
2428
- data: z.lazy(() => EnvelopeAuditLogFindData33$outboundSchema),
3232
+ data: z.lazy(() => EnvelopeAuditLogFindData34$outboundSchema),
2429
3233
  id: z.string(),
2430
3234
  createdAt: z.string(),
2431
3235
  envelopeId: z.string(),
@@ -2472,8 +3276,8 @@ export const EnvelopeAuditLogFindActionAuth2$outboundSchema: z.ZodNativeEnum<
2472
3276
  > = EnvelopeAuditLogFindActionAuth2$inboundSchema;
2473
3277
 
2474
3278
  /** @internal */
2475
- export const EnvelopeAuditLogFindData32$inboundSchema: z.ZodType<
2476
- EnvelopeAuditLogFindData32,
3279
+ export const EnvelopeAuditLogFindData33$inboundSchema: z.ZodType<
3280
+ EnvelopeAuditLogFindData33,
2477
3281
  z.ZodTypeDef,
2478
3282
  unknown
2479
3283
  > = z.object({
@@ -2485,7 +3289,7 @@ export const EnvelopeAuditLogFindData32$inboundSchema: z.ZodType<
2485
3289
  actionAuth: z.array(EnvelopeAuditLogFindActionAuth2$inboundSchema),
2486
3290
  });
2487
3291
  /** @internal */
2488
- export type EnvelopeAuditLogFindData32$Outbound = {
3292
+ export type EnvelopeAuditLogFindData33$Outbound = {
2489
3293
  recipientEmail: string;
2490
3294
  recipientName: string;
2491
3295
  recipientId: number;
@@ -2495,10 +3299,10 @@ export type EnvelopeAuditLogFindData32$Outbound = {
2495
3299
  };
2496
3300
 
2497
3301
  /** @internal */
2498
- export const EnvelopeAuditLogFindData32$outboundSchema: z.ZodType<
2499
- EnvelopeAuditLogFindData32$Outbound,
3302
+ export const EnvelopeAuditLogFindData33$outboundSchema: z.ZodType<
3303
+ EnvelopeAuditLogFindData33$Outbound,
2500
3304
  z.ZodTypeDef,
2501
- EnvelopeAuditLogFindData32
3305
+ EnvelopeAuditLogFindData33
2502
3306
  > = z.object({
2503
3307
  recipientEmail: z.string(),
2504
3308
  recipientName: z.string(),
@@ -2508,20 +3312,20 @@ export const EnvelopeAuditLogFindData32$outboundSchema: z.ZodType<
2508
3312
  actionAuth: z.array(EnvelopeAuditLogFindActionAuth2$outboundSchema),
2509
3313
  });
2510
3314
 
2511
- export function envelopeAuditLogFindData32ToJSON(
2512
- envelopeAuditLogFindData32: EnvelopeAuditLogFindData32,
3315
+ export function envelopeAuditLogFindData33ToJSON(
3316
+ envelopeAuditLogFindData33: EnvelopeAuditLogFindData33,
2513
3317
  ): string {
2514
3318
  return JSON.stringify(
2515
- EnvelopeAuditLogFindData32$outboundSchema.parse(envelopeAuditLogFindData32),
3319
+ EnvelopeAuditLogFindData33$outboundSchema.parse(envelopeAuditLogFindData33),
2516
3320
  );
2517
3321
  }
2518
- export function envelopeAuditLogFindData32FromJSON(
3322
+ export function envelopeAuditLogFindData33FromJSON(
2519
3323
  jsonString: string,
2520
- ): SafeParseResult<EnvelopeAuditLogFindData32, SDKValidationError> {
3324
+ ): SafeParseResult<EnvelopeAuditLogFindData33, SDKValidationError> {
2521
3325
  return safeParse(
2522
3326
  jsonString,
2523
- (x) => EnvelopeAuditLogFindData32$inboundSchema.parse(JSON.parse(x)),
2524
- `Failed to parse 'EnvelopeAuditLogFindData32' from JSON`,
3327
+ (x) => EnvelopeAuditLogFindData33$inboundSchema.parse(JSON.parse(x)),
3328
+ `Failed to parse 'EnvelopeAuditLogFindData33' from JSON`,
2525
3329
  );
2526
3330
  }
2527
3331
 
@@ -2532,7 +3336,7 @@ export const DataRecipientCreated$inboundSchema: z.ZodType<
2532
3336
  unknown
2533
3337
  > = z.object({
2534
3338
  type: z.literal("RECIPIENT_CREATED"),
2535
- data: z.lazy(() => EnvelopeAuditLogFindData32$inboundSchema),
3339
+ data: z.lazy(() => EnvelopeAuditLogFindData33$inboundSchema),
2536
3340
  id: z.string(),
2537
3341
  createdAt: z.string(),
2538
3342
  envelopeId: z.string(),
@@ -2545,7 +3349,7 @@ export const DataRecipientCreated$inboundSchema: z.ZodType<
2545
3349
  /** @internal */
2546
3350
  export type DataRecipientCreated$Outbound = {
2547
3351
  type: "RECIPIENT_CREATED";
2548
- data: EnvelopeAuditLogFindData32$Outbound;
3352
+ data: EnvelopeAuditLogFindData33$Outbound;
2549
3353
  id: string;
2550
3354
  createdAt: string;
2551
3355
  envelopeId: string;
@@ -2563,7 +3367,7 @@ export const DataRecipientCreated$outboundSchema: z.ZodType<
2563
3367
  DataRecipientCreated
2564
3368
  > = z.object({
2565
3369
  type: z.literal("RECIPIENT_CREATED"),
2566
- data: z.lazy(() => EnvelopeAuditLogFindData32$outboundSchema),
3370
+ data: z.lazy(() => EnvelopeAuditLogFindData33$outboundSchema),
2567
3371
  id: z.string(),
2568
3372
  createdAt: z.string(),
2569
3373
  envelopeId: z.string(),
@@ -2871,8 +3675,8 @@ export function changeUnion2FromJSON(
2871
3675
  }
2872
3676
 
2873
3677
  /** @internal */
2874
- export const EnvelopeAuditLogFindData31$inboundSchema: z.ZodType<
2875
- EnvelopeAuditLogFindData31,
3678
+ export const EnvelopeAuditLogFindData32$inboundSchema: z.ZodType<
3679
+ EnvelopeAuditLogFindData32,
2876
3680
  z.ZodTypeDef,
2877
3681
  unknown
2878
3682
  > = z.object({
@@ -2888,7 +3692,7 @@ export const EnvelopeAuditLogFindData31$inboundSchema: z.ZodType<
2888
3692
  ),
2889
3693
  });
2890
3694
  /** @internal */
2891
- export type EnvelopeAuditLogFindData31$Outbound = {
3695
+ export type EnvelopeAuditLogFindData32$Outbound = {
2892
3696
  fieldId: string;
2893
3697
  fieldRecipientEmail: string;
2894
3698
  fieldRecipientId: number;
@@ -2897,10 +3701,10 @@ export type EnvelopeAuditLogFindData31$Outbound = {
2897
3701
  };
2898
3702
 
2899
3703
  /** @internal */
2900
- export const EnvelopeAuditLogFindData31$outboundSchema: z.ZodType<
2901
- EnvelopeAuditLogFindData31$Outbound,
3704
+ export const EnvelopeAuditLogFindData32$outboundSchema: z.ZodType<
3705
+ EnvelopeAuditLogFindData32$Outbound,
2902
3706
  z.ZodTypeDef,
2903
- EnvelopeAuditLogFindData31
3707
+ EnvelopeAuditLogFindData32
2904
3708
  > = z.object({
2905
3709
  fieldId: z.string(),
2906
3710
  fieldRecipientEmail: z.string(),
@@ -2914,20 +3718,20 @@ export const EnvelopeAuditLogFindData31$outboundSchema: z.ZodType<
2914
3718
  ),
2915
3719
  });
2916
3720
 
2917
- export function envelopeAuditLogFindData31ToJSON(
2918
- envelopeAuditLogFindData31: EnvelopeAuditLogFindData31,
3721
+ export function envelopeAuditLogFindData32ToJSON(
3722
+ envelopeAuditLogFindData32: EnvelopeAuditLogFindData32,
2919
3723
  ): string {
2920
3724
  return JSON.stringify(
2921
- EnvelopeAuditLogFindData31$outboundSchema.parse(envelopeAuditLogFindData31),
3725
+ EnvelopeAuditLogFindData32$outboundSchema.parse(envelopeAuditLogFindData32),
2922
3726
  );
2923
3727
  }
2924
- export function envelopeAuditLogFindData31FromJSON(
3728
+ export function envelopeAuditLogFindData32FromJSON(
2925
3729
  jsonString: string,
2926
- ): SafeParseResult<EnvelopeAuditLogFindData31, SDKValidationError> {
3730
+ ): SafeParseResult<EnvelopeAuditLogFindData32, SDKValidationError> {
2927
3731
  return safeParse(
2928
3732
  jsonString,
2929
- (x) => EnvelopeAuditLogFindData31$inboundSchema.parse(JSON.parse(x)),
2930
- `Failed to parse 'EnvelopeAuditLogFindData31' from JSON`,
3733
+ (x) => EnvelopeAuditLogFindData32$inboundSchema.parse(JSON.parse(x)),
3734
+ `Failed to parse 'EnvelopeAuditLogFindData32' from JSON`,
2931
3735
  );
2932
3736
  }
2933
3737
 
@@ -2938,7 +3742,7 @@ export const DataFieldUpdated$inboundSchema: z.ZodType<
2938
3742
  unknown
2939
3743
  > = z.object({
2940
3744
  type: z.literal("FIELD_UPDATED"),
2941
- data: z.lazy(() => EnvelopeAuditLogFindData31$inboundSchema),
3745
+ data: z.lazy(() => EnvelopeAuditLogFindData32$inboundSchema),
2942
3746
  id: z.string(),
2943
3747
  createdAt: z.string(),
2944
3748
  envelopeId: z.string(),
@@ -2951,7 +3755,7 @@ export const DataFieldUpdated$inboundSchema: z.ZodType<
2951
3755
  /** @internal */
2952
3756
  export type DataFieldUpdated$Outbound = {
2953
3757
  type: "FIELD_UPDATED";
2954
- data: EnvelopeAuditLogFindData31$Outbound;
3758
+ data: EnvelopeAuditLogFindData32$Outbound;
2955
3759
  id: string;
2956
3760
  createdAt: string;
2957
3761
  envelopeId: string;
@@ -2969,7 +3773,7 @@ export const DataFieldUpdated$outboundSchema: z.ZodType<
2969
3773
  DataFieldUpdated
2970
3774
  > = z.object({
2971
3775
  type: z.literal("FIELD_UPDATED"),
2972
- data: z.lazy(() => EnvelopeAuditLogFindData31$outboundSchema),
3776
+ data: z.lazy(() => EnvelopeAuditLogFindData32$outboundSchema),
2973
3777
  id: z.string(),
2974
3778
  createdAt: z.string(),
2975
3779
  envelopeId: z.string(),
@@ -2998,8 +3802,8 @@ export function dataFieldUpdatedFromJSON(
2998
3802
  }
2999
3803
 
3000
3804
  /** @internal */
3001
- export const EnvelopeAuditLogFindData30$inboundSchema: z.ZodType<
3002
- EnvelopeAuditLogFindData30,
3805
+ export const EnvelopeAuditLogFindData31$inboundSchema: z.ZodType<
3806
+ EnvelopeAuditLogFindData31,
3003
3807
  z.ZodTypeDef,
3004
3808
  unknown
3005
3809
  > = z.object({
@@ -3009,7 +3813,7 @@ export const EnvelopeAuditLogFindData30$inboundSchema: z.ZodType<
3009
3813
  fieldType: z.string(),
3010
3814
  });
3011
3815
  /** @internal */
3012
- export type EnvelopeAuditLogFindData30$Outbound = {
3816
+ export type EnvelopeAuditLogFindData31$Outbound = {
3013
3817
  fieldId: string;
3014
3818
  fieldRecipientEmail: string;
3015
3819
  fieldRecipientId: number;
@@ -3017,10 +3821,10 @@ export type EnvelopeAuditLogFindData30$Outbound = {
3017
3821
  };
3018
3822
 
3019
3823
  /** @internal */
3020
- export const EnvelopeAuditLogFindData30$outboundSchema: z.ZodType<
3021
- EnvelopeAuditLogFindData30$Outbound,
3824
+ export const EnvelopeAuditLogFindData31$outboundSchema: z.ZodType<
3825
+ EnvelopeAuditLogFindData31$Outbound,
3022
3826
  z.ZodTypeDef,
3023
- EnvelopeAuditLogFindData30
3827
+ EnvelopeAuditLogFindData31
3024
3828
  > = z.object({
3025
3829
  fieldId: z.string(),
3026
3830
  fieldRecipientEmail: z.string(),
@@ -3028,20 +3832,20 @@ export const EnvelopeAuditLogFindData30$outboundSchema: z.ZodType<
3028
3832
  fieldType: z.string(),
3029
3833
  });
3030
3834
 
3031
- export function envelopeAuditLogFindData30ToJSON(
3032
- envelopeAuditLogFindData30: EnvelopeAuditLogFindData30,
3835
+ export function envelopeAuditLogFindData31ToJSON(
3836
+ envelopeAuditLogFindData31: EnvelopeAuditLogFindData31,
3033
3837
  ): string {
3034
3838
  return JSON.stringify(
3035
- EnvelopeAuditLogFindData30$outboundSchema.parse(envelopeAuditLogFindData30),
3839
+ EnvelopeAuditLogFindData31$outboundSchema.parse(envelopeAuditLogFindData31),
3036
3840
  );
3037
3841
  }
3038
- export function envelopeAuditLogFindData30FromJSON(
3842
+ export function envelopeAuditLogFindData31FromJSON(
3039
3843
  jsonString: string,
3040
- ): SafeParseResult<EnvelopeAuditLogFindData30, SDKValidationError> {
3844
+ ): SafeParseResult<EnvelopeAuditLogFindData31, SDKValidationError> {
3041
3845
  return safeParse(
3042
3846
  jsonString,
3043
- (x) => EnvelopeAuditLogFindData30$inboundSchema.parse(JSON.parse(x)),
3044
- `Failed to parse 'EnvelopeAuditLogFindData30' from JSON`,
3847
+ (x) => EnvelopeAuditLogFindData31$inboundSchema.parse(JSON.parse(x)),
3848
+ `Failed to parse 'EnvelopeAuditLogFindData31' from JSON`,
3045
3849
  );
3046
3850
  }
3047
3851
 
@@ -3052,7 +3856,7 @@ export const DataFieldDeleted$inboundSchema: z.ZodType<
3052
3856
  unknown
3053
3857
  > = z.object({
3054
3858
  type: z.literal("FIELD_DELETED"),
3055
- data: z.lazy(() => EnvelopeAuditLogFindData30$inboundSchema),
3859
+ data: z.lazy(() => EnvelopeAuditLogFindData31$inboundSchema),
3056
3860
  id: z.string(),
3057
3861
  createdAt: z.string(),
3058
3862
  envelopeId: z.string(),
@@ -3065,7 +3869,7 @@ export const DataFieldDeleted$inboundSchema: z.ZodType<
3065
3869
  /** @internal */
3066
3870
  export type DataFieldDeleted$Outbound = {
3067
3871
  type: "FIELD_DELETED";
3068
- data: EnvelopeAuditLogFindData30$Outbound;
3872
+ data: EnvelopeAuditLogFindData31$Outbound;
3069
3873
  id: string;
3070
3874
  createdAt: string;
3071
3875
  envelopeId: string;
@@ -3083,7 +3887,7 @@ export const DataFieldDeleted$outboundSchema: z.ZodType<
3083
3887
  DataFieldDeleted
3084
3888
  > = z.object({
3085
3889
  type: z.literal("FIELD_DELETED"),
3086
- data: z.lazy(() => EnvelopeAuditLogFindData30$outboundSchema),
3890
+ data: z.lazy(() => EnvelopeAuditLogFindData31$outboundSchema),
3087
3891
  id: z.string(),
3088
3892
  createdAt: z.string(),
3089
3893
  envelopeId: z.string(),
@@ -3112,8 +3916,8 @@ export function dataFieldDeletedFromJSON(
3112
3916
  }
3113
3917
 
3114
3918
  /** @internal */
3115
- export const EnvelopeAuditLogFindData29$inboundSchema: z.ZodType<
3116
- EnvelopeAuditLogFindData29,
3919
+ export const EnvelopeAuditLogFindData30$inboundSchema: z.ZodType<
3920
+ EnvelopeAuditLogFindData30,
3117
3921
  z.ZodTypeDef,
3118
3922
  unknown
3119
3923
  > = z.object({
@@ -3123,7 +3927,7 @@ export const EnvelopeAuditLogFindData29$inboundSchema: z.ZodType<
3123
3927
  fieldType: z.string(),
3124
3928
  });
3125
3929
  /** @internal */
3126
- export type EnvelopeAuditLogFindData29$Outbound = {
3930
+ export type EnvelopeAuditLogFindData30$Outbound = {
3127
3931
  fieldId: string;
3128
3932
  fieldRecipientEmail: string;
3129
3933
  fieldRecipientId: number;
@@ -3131,10 +3935,10 @@ export type EnvelopeAuditLogFindData29$Outbound = {
3131
3935
  };
3132
3936
 
3133
3937
  /** @internal */
3134
- export const EnvelopeAuditLogFindData29$outboundSchema: z.ZodType<
3135
- EnvelopeAuditLogFindData29$Outbound,
3938
+ export const EnvelopeAuditLogFindData30$outboundSchema: z.ZodType<
3939
+ EnvelopeAuditLogFindData30$Outbound,
3136
3940
  z.ZodTypeDef,
3137
- EnvelopeAuditLogFindData29
3941
+ EnvelopeAuditLogFindData30
3138
3942
  > = z.object({
3139
3943
  fieldId: z.string(),
3140
3944
  fieldRecipientEmail: z.string(),
@@ -3142,20 +3946,20 @@ export const EnvelopeAuditLogFindData29$outboundSchema: z.ZodType<
3142
3946
  fieldType: z.string(),
3143
3947
  });
3144
3948
 
3145
- export function envelopeAuditLogFindData29ToJSON(
3146
- envelopeAuditLogFindData29: EnvelopeAuditLogFindData29,
3949
+ export function envelopeAuditLogFindData30ToJSON(
3950
+ envelopeAuditLogFindData30: EnvelopeAuditLogFindData30,
3147
3951
  ): string {
3148
3952
  return JSON.stringify(
3149
- EnvelopeAuditLogFindData29$outboundSchema.parse(envelopeAuditLogFindData29),
3953
+ EnvelopeAuditLogFindData30$outboundSchema.parse(envelopeAuditLogFindData30),
3150
3954
  );
3151
3955
  }
3152
- export function envelopeAuditLogFindData29FromJSON(
3956
+ export function envelopeAuditLogFindData30FromJSON(
3153
3957
  jsonString: string,
3154
- ): SafeParseResult<EnvelopeAuditLogFindData29, SDKValidationError> {
3958
+ ): SafeParseResult<EnvelopeAuditLogFindData30, SDKValidationError> {
3155
3959
  return safeParse(
3156
3960
  jsonString,
3157
- (x) => EnvelopeAuditLogFindData29$inboundSchema.parse(JSON.parse(x)),
3158
- `Failed to parse 'EnvelopeAuditLogFindData29' from JSON`,
3961
+ (x) => EnvelopeAuditLogFindData30$inboundSchema.parse(JSON.parse(x)),
3962
+ `Failed to parse 'EnvelopeAuditLogFindData30' from JSON`,
3159
3963
  );
3160
3964
  }
3161
3965
 
@@ -3166,7 +3970,7 @@ export const DataFieldCreated$inboundSchema: z.ZodType<
3166
3970
  unknown
3167
3971
  > = z.object({
3168
3972
  type: z.literal("FIELD_CREATED"),
3169
- data: z.lazy(() => EnvelopeAuditLogFindData29$inboundSchema),
3973
+ data: z.lazy(() => EnvelopeAuditLogFindData30$inboundSchema),
3170
3974
  id: z.string(),
3171
3975
  createdAt: z.string(),
3172
3976
  envelopeId: z.string(),
@@ -3179,7 +3983,7 @@ export const DataFieldCreated$inboundSchema: z.ZodType<
3179
3983
  /** @internal */
3180
3984
  export type DataFieldCreated$Outbound = {
3181
3985
  type: "FIELD_CREATED";
3182
- data: EnvelopeAuditLogFindData29$Outbound;
3986
+ data: EnvelopeAuditLogFindData30$Outbound;
3183
3987
  id: string;
3184
3988
  createdAt: string;
3185
3989
  envelopeId: string;
@@ -3197,7 +4001,7 @@ export const DataFieldCreated$outboundSchema: z.ZodType<
3197
4001
  DataFieldCreated
3198
4002
  > = z.object({
3199
4003
  type: z.literal("FIELD_CREATED"),
3200
- data: z.lazy(() => EnvelopeAuditLogFindData29$outboundSchema),
4004
+ data: z.lazy(() => EnvelopeAuditLogFindData30$outboundSchema),
3201
4005
  id: z.string(),
3202
4006
  createdAt: z.string(),
3203
4007
  envelopeId: z.string(),
@@ -3226,8 +4030,8 @@ export function dataFieldCreatedFromJSON(
3226
4030
  }
3227
4031
 
3228
4032
  /** @internal */
3229
- export const EnvelopeAuditLogFindData28$inboundSchema: z.ZodType<
3230
- EnvelopeAuditLogFindData28,
4033
+ export const EnvelopeAuditLogFindData29$inboundSchema: z.ZodType<
4034
+ EnvelopeAuditLogFindData29,
3231
4035
  z.ZodTypeDef,
3232
4036
  unknown
3233
4037
  > = z.object({
@@ -3235,35 +4039,35 @@ export const EnvelopeAuditLogFindData28$inboundSchema: z.ZodType<
3235
4039
  to: z.nullable(z.string()).optional(),
3236
4040
  });
3237
4041
  /** @internal */
3238
- export type EnvelopeAuditLogFindData28$Outbound = {
4042
+ export type EnvelopeAuditLogFindData29$Outbound = {
3239
4043
  from?: string | null | undefined;
3240
4044
  to?: string | null | undefined;
3241
4045
  };
3242
4046
 
3243
4047
  /** @internal */
3244
- export const EnvelopeAuditLogFindData28$outboundSchema: z.ZodType<
3245
- EnvelopeAuditLogFindData28$Outbound,
4048
+ export const EnvelopeAuditLogFindData29$outboundSchema: z.ZodType<
4049
+ EnvelopeAuditLogFindData29$Outbound,
3246
4050
  z.ZodTypeDef,
3247
- EnvelopeAuditLogFindData28
4051
+ EnvelopeAuditLogFindData29
3248
4052
  > = z.object({
3249
4053
  from: z.nullable(z.string()).optional(),
3250
4054
  to: z.nullable(z.string()).optional(),
3251
4055
  });
3252
4056
 
3253
- export function envelopeAuditLogFindData28ToJSON(
3254
- envelopeAuditLogFindData28: EnvelopeAuditLogFindData28,
4057
+ export function envelopeAuditLogFindData29ToJSON(
4058
+ envelopeAuditLogFindData29: EnvelopeAuditLogFindData29,
3255
4059
  ): string {
3256
4060
  return JSON.stringify(
3257
- EnvelopeAuditLogFindData28$outboundSchema.parse(envelopeAuditLogFindData28),
4061
+ EnvelopeAuditLogFindData29$outboundSchema.parse(envelopeAuditLogFindData29),
3258
4062
  );
3259
4063
  }
3260
- export function envelopeAuditLogFindData28FromJSON(
4064
+ export function envelopeAuditLogFindData29FromJSON(
3261
4065
  jsonString: string,
3262
- ): SafeParseResult<EnvelopeAuditLogFindData28, SDKValidationError> {
4066
+ ): SafeParseResult<EnvelopeAuditLogFindData29, SDKValidationError> {
3263
4067
  return safeParse(
3264
4068
  jsonString,
3265
- (x) => EnvelopeAuditLogFindData28$inboundSchema.parse(JSON.parse(x)),
3266
- `Failed to parse 'EnvelopeAuditLogFindData28' from JSON`,
4069
+ (x) => EnvelopeAuditLogFindData29$inboundSchema.parse(JSON.parse(x)),
4070
+ `Failed to parse 'EnvelopeAuditLogFindData29' from JSON`,
3267
4071
  );
3268
4072
  }
3269
4073
 
@@ -3274,7 +4078,7 @@ export const DataDocumentExternalIDUpdated$inboundSchema: z.ZodType<
3274
4078
  unknown
3275
4079
  > = z.object({
3276
4080
  type: z.literal("DOCUMENT_EXTERNAL_ID_UPDATED"),
3277
- data: z.lazy(() => EnvelopeAuditLogFindData28$inboundSchema),
4081
+ data: z.lazy(() => EnvelopeAuditLogFindData29$inboundSchema),
3278
4082
  id: z.string(),
3279
4083
  createdAt: z.string(),
3280
4084
  envelopeId: z.string(),
@@ -3287,7 +4091,7 @@ export const DataDocumentExternalIDUpdated$inboundSchema: z.ZodType<
3287
4091
  /** @internal */
3288
4092
  export type DataDocumentExternalIDUpdated$Outbound = {
3289
4093
  type: "DOCUMENT_EXTERNAL_ID_UPDATED";
3290
- data: EnvelopeAuditLogFindData28$Outbound;
4094
+ data: EnvelopeAuditLogFindData29$Outbound;
3291
4095
  id: string;
3292
4096
  createdAt: string;
3293
4097
  envelopeId: string;
@@ -3305,7 +4109,7 @@ export const DataDocumentExternalIDUpdated$outboundSchema: z.ZodType<
3305
4109
  DataDocumentExternalIDUpdated
3306
4110
  > = z.object({
3307
4111
  type: z.literal("DOCUMENT_EXTERNAL_ID_UPDATED"),
3308
- data: z.lazy(() => EnvelopeAuditLogFindData28$outboundSchema),
4112
+ data: z.lazy(() => EnvelopeAuditLogFindData29$outboundSchema),
3309
4113
  id: z.string(),
3310
4114
  createdAt: z.string(),
3311
4115
  envelopeId: z.string(),
@@ -3336,8 +4140,8 @@ export function dataDocumentExternalIDUpdatedFromJSON(
3336
4140
  }
3337
4141
 
3338
4142
  /** @internal */
3339
- export const EnvelopeAuditLogFindData27$inboundSchema: z.ZodType<
3340
- EnvelopeAuditLogFindData27,
4143
+ export const EnvelopeAuditLogFindData28$inboundSchema: z.ZodType<
4144
+ EnvelopeAuditLogFindData28,
3341
4145
  z.ZodTypeDef,
3342
4146
  unknown
3343
4147
  > = z.object({
@@ -3345,35 +4149,35 @@ export const EnvelopeAuditLogFindData27$inboundSchema: z.ZodType<
3345
4149
  to: z.string(),
3346
4150
  });
3347
4151
  /** @internal */
3348
- export type EnvelopeAuditLogFindData27$Outbound = {
4152
+ export type EnvelopeAuditLogFindData28$Outbound = {
3349
4153
  from: string;
3350
4154
  to: string;
3351
4155
  };
3352
4156
 
3353
4157
  /** @internal */
3354
- export const EnvelopeAuditLogFindData27$outboundSchema: z.ZodType<
3355
- EnvelopeAuditLogFindData27$Outbound,
4158
+ export const EnvelopeAuditLogFindData28$outboundSchema: z.ZodType<
4159
+ EnvelopeAuditLogFindData28$Outbound,
3356
4160
  z.ZodTypeDef,
3357
- EnvelopeAuditLogFindData27
4161
+ EnvelopeAuditLogFindData28
3358
4162
  > = z.object({
3359
4163
  from: z.string(),
3360
4164
  to: z.string(),
3361
4165
  });
3362
4166
 
3363
- export function envelopeAuditLogFindData27ToJSON(
3364
- envelopeAuditLogFindData27: EnvelopeAuditLogFindData27,
4167
+ export function envelopeAuditLogFindData28ToJSON(
4168
+ envelopeAuditLogFindData28: EnvelopeAuditLogFindData28,
3365
4169
  ): string {
3366
4170
  return JSON.stringify(
3367
- EnvelopeAuditLogFindData27$outboundSchema.parse(envelopeAuditLogFindData27),
4171
+ EnvelopeAuditLogFindData28$outboundSchema.parse(envelopeAuditLogFindData28),
3368
4172
  );
3369
4173
  }
3370
- export function envelopeAuditLogFindData27FromJSON(
4174
+ export function envelopeAuditLogFindData28FromJSON(
3371
4175
  jsonString: string,
3372
- ): SafeParseResult<EnvelopeAuditLogFindData27, SDKValidationError> {
4176
+ ): SafeParseResult<EnvelopeAuditLogFindData28, SDKValidationError> {
3373
4177
  return safeParse(
3374
4178
  jsonString,
3375
- (x) => EnvelopeAuditLogFindData27$inboundSchema.parse(JSON.parse(x)),
3376
- `Failed to parse 'EnvelopeAuditLogFindData27' from JSON`,
4179
+ (x) => EnvelopeAuditLogFindData28$inboundSchema.parse(JSON.parse(x)),
4180
+ `Failed to parse 'EnvelopeAuditLogFindData28' from JSON`,
3377
4181
  );
3378
4182
  }
3379
4183
 
@@ -3384,7 +4188,7 @@ export const DataDocumentTitleUpdated$inboundSchema: z.ZodType<
3384
4188
  unknown
3385
4189
  > = z.object({
3386
4190
  type: z.literal("DOCUMENT_TITLE_UPDATED"),
3387
- data: z.lazy(() => EnvelopeAuditLogFindData27$inboundSchema),
4191
+ data: z.lazy(() => EnvelopeAuditLogFindData28$inboundSchema),
3388
4192
  id: z.string(),
3389
4193
  createdAt: z.string(),
3390
4194
  envelopeId: z.string(),
@@ -3397,7 +4201,7 @@ export const DataDocumentTitleUpdated$inboundSchema: z.ZodType<
3397
4201
  /** @internal */
3398
4202
  export type DataDocumentTitleUpdated$Outbound = {
3399
4203
  type: "DOCUMENT_TITLE_UPDATED";
3400
- data: EnvelopeAuditLogFindData27$Outbound;
4204
+ data: EnvelopeAuditLogFindData28$Outbound;
3401
4205
  id: string;
3402
4206
  createdAt: string;
3403
4207
  envelopeId: string;
@@ -3415,7 +4219,7 @@ export const DataDocumentTitleUpdated$outboundSchema: z.ZodType<
3415
4219
  DataDocumentTitleUpdated
3416
4220
  > = z.object({
3417
4221
  type: z.literal("DOCUMENT_TITLE_UPDATED"),
3418
- data: z.lazy(() => EnvelopeAuditLogFindData27$outboundSchema),
4222
+ data: z.lazy(() => EnvelopeAuditLogFindData28$outboundSchema),
3419
4223
  id: z.string(),
3420
4224
  createdAt: z.string(),
3421
4225
  envelopeId: z.string(),
@@ -3444,35 +4248,35 @@ export function dataDocumentTitleUpdatedFromJSON(
3444
4248
  }
3445
4249
 
3446
4250
  /** @internal */
3447
- export const EnvelopeAuditLogFindData26$inboundSchema: z.ZodType<
3448
- EnvelopeAuditLogFindData26,
4251
+ export const EnvelopeAuditLogFindData27$inboundSchema: z.ZodType<
4252
+ EnvelopeAuditLogFindData27,
3449
4253
  z.ZodTypeDef,
3450
4254
  unknown
3451
4255
  > = z.object({});
3452
4256
  /** @internal */
3453
- export type EnvelopeAuditLogFindData26$Outbound = {};
4257
+ export type EnvelopeAuditLogFindData27$Outbound = {};
3454
4258
 
3455
4259
  /** @internal */
3456
- export const EnvelopeAuditLogFindData26$outboundSchema: z.ZodType<
3457
- EnvelopeAuditLogFindData26$Outbound,
4260
+ export const EnvelopeAuditLogFindData27$outboundSchema: z.ZodType<
4261
+ EnvelopeAuditLogFindData27$Outbound,
3458
4262
  z.ZodTypeDef,
3459
- EnvelopeAuditLogFindData26
4263
+ EnvelopeAuditLogFindData27
3460
4264
  > = z.object({});
3461
4265
 
3462
- export function envelopeAuditLogFindData26ToJSON(
3463
- envelopeAuditLogFindData26: EnvelopeAuditLogFindData26,
4266
+ export function envelopeAuditLogFindData27ToJSON(
4267
+ envelopeAuditLogFindData27: EnvelopeAuditLogFindData27,
3464
4268
  ): string {
3465
4269
  return JSON.stringify(
3466
- EnvelopeAuditLogFindData26$outboundSchema.parse(envelopeAuditLogFindData26),
4270
+ EnvelopeAuditLogFindData27$outboundSchema.parse(envelopeAuditLogFindData27),
3467
4271
  );
3468
4272
  }
3469
- export function envelopeAuditLogFindData26FromJSON(
4273
+ export function envelopeAuditLogFindData27FromJSON(
3470
4274
  jsonString: string,
3471
- ): SafeParseResult<EnvelopeAuditLogFindData26, SDKValidationError> {
4275
+ ): SafeParseResult<EnvelopeAuditLogFindData27, SDKValidationError> {
3472
4276
  return safeParse(
3473
4277
  jsonString,
3474
- (x) => EnvelopeAuditLogFindData26$inboundSchema.parse(JSON.parse(x)),
3475
- `Failed to parse 'EnvelopeAuditLogFindData26' from JSON`,
4278
+ (x) => EnvelopeAuditLogFindData27$inboundSchema.parse(JSON.parse(x)),
4279
+ `Failed to parse 'EnvelopeAuditLogFindData27' from JSON`,
3476
4280
  );
3477
4281
  }
3478
4282
 
@@ -3483,7 +4287,7 @@ export const DataDocumentSent$inboundSchema: z.ZodType<
3483
4287
  unknown
3484
4288
  > = z.object({
3485
4289
  type: z.literal("DOCUMENT_SENT"),
3486
- data: z.lazy(() => EnvelopeAuditLogFindData26$inboundSchema),
4290
+ data: z.lazy(() => EnvelopeAuditLogFindData27$inboundSchema),
3487
4291
  id: z.string(),
3488
4292
  createdAt: z.string(),
3489
4293
  envelopeId: z.string(),
@@ -3496,7 +4300,7 @@ export const DataDocumentSent$inboundSchema: z.ZodType<
3496
4300
  /** @internal */
3497
4301
  export type DataDocumentSent$Outbound = {
3498
4302
  type: "DOCUMENT_SENT";
3499
- data: EnvelopeAuditLogFindData26$Outbound;
4303
+ data: EnvelopeAuditLogFindData27$Outbound;
3500
4304
  id: string;
3501
4305
  createdAt: string;
3502
4306
  envelopeId: string;
@@ -3514,7 +4318,7 @@ export const DataDocumentSent$outboundSchema: z.ZodType<
3514
4318
  DataDocumentSent
3515
4319
  > = z.object({
3516
4320
  type: z.literal("DOCUMENT_SENT"),
3517
- data: z.lazy(() => EnvelopeAuditLogFindData26$outboundSchema),
4321
+ data: z.lazy(() => EnvelopeAuditLogFindData27$outboundSchema),
3518
4322
  id: z.string(),
3519
4323
  createdAt: z.string(),
3520
4324
  envelopeId: z.string(),
@@ -3543,8 +4347,8 @@ export function dataDocumentSentFromJSON(
3543
4347
  }
3544
4348
 
3545
4349
  /** @internal */
3546
- export const EnvelopeAuditLogFindData25$inboundSchema: z.ZodType<
3547
- EnvelopeAuditLogFindData25,
4350
+ export const EnvelopeAuditLogFindData26$inboundSchema: z.ZodType<
4351
+ EnvelopeAuditLogFindData26,
3548
4352
  z.ZodTypeDef,
3549
4353
  unknown
3550
4354
  > = z.object({
@@ -3553,37 +4357,37 @@ export const EnvelopeAuditLogFindData25$inboundSchema: z.ZodType<
3553
4357
  recipientId: z.number(),
3554
4358
  });
3555
4359
  /** @internal */
3556
- export type EnvelopeAuditLogFindData25$Outbound = {
4360
+ export type EnvelopeAuditLogFindData26$Outbound = {
3557
4361
  recipientEmail: string;
3558
4362
  recipientName: string;
3559
4363
  recipientId: number;
3560
4364
  };
3561
4365
 
3562
4366
  /** @internal */
3563
- export const EnvelopeAuditLogFindData25$outboundSchema: z.ZodType<
3564
- EnvelopeAuditLogFindData25$Outbound,
4367
+ export const EnvelopeAuditLogFindData26$outboundSchema: z.ZodType<
4368
+ EnvelopeAuditLogFindData26$Outbound,
3565
4369
  z.ZodTypeDef,
3566
- EnvelopeAuditLogFindData25
4370
+ EnvelopeAuditLogFindData26
3567
4371
  > = z.object({
3568
4372
  recipientEmail: z.string(),
3569
4373
  recipientName: z.string(),
3570
4374
  recipientId: z.number(),
3571
4375
  });
3572
4376
 
3573
- export function envelopeAuditLogFindData25ToJSON(
3574
- envelopeAuditLogFindData25: EnvelopeAuditLogFindData25,
4377
+ export function envelopeAuditLogFindData26ToJSON(
4378
+ envelopeAuditLogFindData26: EnvelopeAuditLogFindData26,
3575
4379
  ): string {
3576
4380
  return JSON.stringify(
3577
- EnvelopeAuditLogFindData25$outboundSchema.parse(envelopeAuditLogFindData25),
4381
+ EnvelopeAuditLogFindData26$outboundSchema.parse(envelopeAuditLogFindData26),
3578
4382
  );
3579
4383
  }
3580
- export function envelopeAuditLogFindData25FromJSON(
4384
+ export function envelopeAuditLogFindData26FromJSON(
3581
4385
  jsonString: string,
3582
- ): SafeParseResult<EnvelopeAuditLogFindData25, SDKValidationError> {
4386
+ ): SafeParseResult<EnvelopeAuditLogFindData26, SDKValidationError> {
3583
4387
  return safeParse(
3584
4388
  jsonString,
3585
- (x) => EnvelopeAuditLogFindData25$inboundSchema.parse(JSON.parse(x)),
3586
- `Failed to parse 'EnvelopeAuditLogFindData25' from JSON`,
4389
+ (x) => EnvelopeAuditLogFindData26$inboundSchema.parse(JSON.parse(x)),
4390
+ `Failed to parse 'EnvelopeAuditLogFindData26' from JSON`,
3587
4391
  );
3588
4392
  }
3589
4393
 
@@ -3594,7 +4398,7 @@ export const DataDocumentAccessAuth2FaFailed$inboundSchema: z.ZodType<
3594
4398
  unknown
3595
4399
  > = z.object({
3596
4400
  type: z.literal("DOCUMENT_ACCESS_AUTH_2FA_FAILED"),
3597
- data: z.lazy(() => EnvelopeAuditLogFindData25$inboundSchema),
4401
+ data: z.lazy(() => EnvelopeAuditLogFindData26$inboundSchema),
3598
4402
  id: z.string(),
3599
4403
  createdAt: z.string(),
3600
4404
  envelopeId: z.string(),
@@ -3607,7 +4411,7 @@ export const DataDocumentAccessAuth2FaFailed$inboundSchema: z.ZodType<
3607
4411
  /** @internal */
3608
4412
  export type DataDocumentAccessAuth2FaFailed$Outbound = {
3609
4413
  type: "DOCUMENT_ACCESS_AUTH_2FA_FAILED";
3610
- data: EnvelopeAuditLogFindData25$Outbound;
4414
+ data: EnvelopeAuditLogFindData26$Outbound;
3611
4415
  id: string;
3612
4416
  createdAt: string;
3613
4417
  envelopeId: string;
@@ -3625,7 +4429,7 @@ export const DataDocumentAccessAuth2FaFailed$outboundSchema: z.ZodType<
3625
4429
  DataDocumentAccessAuth2FaFailed
3626
4430
  > = z.object({
3627
4431
  type: z.literal("DOCUMENT_ACCESS_AUTH_2FA_FAILED"),
3628
- data: z.lazy(() => EnvelopeAuditLogFindData25$outboundSchema),
4432
+ data: z.lazy(() => EnvelopeAuditLogFindData26$outboundSchema),
3629
4433
  id: z.string(),
3630
4434
  createdAt: z.string(),
3631
4435
  envelopeId: z.string(),
@@ -3656,8 +4460,8 @@ export function dataDocumentAccessAuth2FaFailedFromJSON(
3656
4460
  }
3657
4461
 
3658
4462
  /** @internal */
3659
- export const EnvelopeAuditLogFindData24$inboundSchema: z.ZodType<
3660
- EnvelopeAuditLogFindData24,
4463
+ export const EnvelopeAuditLogFindData25$inboundSchema: z.ZodType<
4464
+ EnvelopeAuditLogFindData25,
3661
4465
  z.ZodTypeDef,
3662
4466
  unknown
3663
4467
  > = z.object({
@@ -3666,37 +4470,37 @@ export const EnvelopeAuditLogFindData24$inboundSchema: z.ZodType<
3666
4470
  recipientId: z.number(),
3667
4471
  });
3668
4472
  /** @internal */
3669
- export type EnvelopeAuditLogFindData24$Outbound = {
4473
+ export type EnvelopeAuditLogFindData25$Outbound = {
3670
4474
  recipientEmail: string;
3671
4475
  recipientName: string;
3672
4476
  recipientId: number;
3673
4477
  };
3674
4478
 
3675
4479
  /** @internal */
3676
- export const EnvelopeAuditLogFindData24$outboundSchema: z.ZodType<
3677
- EnvelopeAuditLogFindData24$Outbound,
4480
+ export const EnvelopeAuditLogFindData25$outboundSchema: z.ZodType<
4481
+ EnvelopeAuditLogFindData25$Outbound,
3678
4482
  z.ZodTypeDef,
3679
- EnvelopeAuditLogFindData24
4483
+ EnvelopeAuditLogFindData25
3680
4484
  > = z.object({
3681
4485
  recipientEmail: z.string(),
3682
4486
  recipientName: z.string(),
3683
4487
  recipientId: z.number(),
3684
4488
  });
3685
4489
 
3686
- export function envelopeAuditLogFindData24ToJSON(
3687
- envelopeAuditLogFindData24: EnvelopeAuditLogFindData24,
4490
+ export function envelopeAuditLogFindData25ToJSON(
4491
+ envelopeAuditLogFindData25: EnvelopeAuditLogFindData25,
3688
4492
  ): string {
3689
4493
  return JSON.stringify(
3690
- EnvelopeAuditLogFindData24$outboundSchema.parse(envelopeAuditLogFindData24),
4494
+ EnvelopeAuditLogFindData25$outboundSchema.parse(envelopeAuditLogFindData25),
3691
4495
  );
3692
4496
  }
3693
- export function envelopeAuditLogFindData24FromJSON(
4497
+ export function envelopeAuditLogFindData25FromJSON(
3694
4498
  jsonString: string,
3695
- ): SafeParseResult<EnvelopeAuditLogFindData24, SDKValidationError> {
4499
+ ): SafeParseResult<EnvelopeAuditLogFindData25, SDKValidationError> {
3696
4500
  return safeParse(
3697
4501
  jsonString,
3698
- (x) => EnvelopeAuditLogFindData24$inboundSchema.parse(JSON.parse(x)),
3699
- `Failed to parse 'EnvelopeAuditLogFindData24' from JSON`,
4502
+ (x) => EnvelopeAuditLogFindData25$inboundSchema.parse(JSON.parse(x)),
4503
+ `Failed to parse 'EnvelopeAuditLogFindData25' from JSON`,
3700
4504
  );
3701
4505
  }
3702
4506
 
@@ -3707,7 +4511,7 @@ export const DataDocumentAccessAuth2FaValidated$inboundSchema: z.ZodType<
3707
4511
  unknown
3708
4512
  > = z.object({
3709
4513
  type: z.literal("DOCUMENT_ACCESS_AUTH_2FA_VALIDATED"),
3710
- data: z.lazy(() => EnvelopeAuditLogFindData24$inboundSchema),
4514
+ data: z.lazy(() => EnvelopeAuditLogFindData25$inboundSchema),
3711
4515
  id: z.string(),
3712
4516
  createdAt: z.string(),
3713
4517
  envelopeId: z.string(),
@@ -3720,7 +4524,7 @@ export const DataDocumentAccessAuth2FaValidated$inboundSchema: z.ZodType<
3720
4524
  /** @internal */
3721
4525
  export type DataDocumentAccessAuth2FaValidated$Outbound = {
3722
4526
  type: "DOCUMENT_ACCESS_AUTH_2FA_VALIDATED";
3723
- data: EnvelopeAuditLogFindData24$Outbound;
4527
+ data: EnvelopeAuditLogFindData25$Outbound;
3724
4528
  id: string;
3725
4529
  createdAt: string;
3726
4530
  envelopeId: string;
@@ -3738,7 +4542,7 @@ export const DataDocumentAccessAuth2FaValidated$outboundSchema: z.ZodType<
3738
4542
  DataDocumentAccessAuth2FaValidated
3739
4543
  > = z.object({
3740
4544
  type: z.literal("DOCUMENT_ACCESS_AUTH_2FA_VALIDATED"),
3741
- data: z.lazy(() => EnvelopeAuditLogFindData24$outboundSchema),
4545
+ data: z.lazy(() => EnvelopeAuditLogFindData25$outboundSchema),
3742
4546
  id: z.string(),
3743
4547
  createdAt: z.string(),
3744
4548
  envelopeId: z.string(),
@@ -3770,8 +4574,8 @@ export function dataDocumentAccessAuth2FaValidatedFromJSON(
3770
4574
  }
3771
4575
 
3772
4576
  /** @internal */
3773
- export const EnvelopeAuditLogFindData23$inboundSchema: z.ZodType<
3774
- EnvelopeAuditLogFindData23,
4577
+ export const EnvelopeAuditLogFindData24$inboundSchema: z.ZodType<
4578
+ EnvelopeAuditLogFindData24,
3775
4579
  z.ZodTypeDef,
3776
4580
  unknown
3777
4581
  > = z.object({
@@ -3780,37 +4584,37 @@ export const EnvelopeAuditLogFindData23$inboundSchema: z.ZodType<
3780
4584
  recipientId: z.number(),
3781
4585
  });
3782
4586
  /** @internal */
3783
- export type EnvelopeAuditLogFindData23$Outbound = {
4587
+ export type EnvelopeAuditLogFindData24$Outbound = {
3784
4588
  recipientEmail: string;
3785
4589
  recipientName: string;
3786
4590
  recipientId: number;
3787
4591
  };
3788
4592
 
3789
4593
  /** @internal */
3790
- export const EnvelopeAuditLogFindData23$outboundSchema: z.ZodType<
3791
- EnvelopeAuditLogFindData23$Outbound,
4594
+ export const EnvelopeAuditLogFindData24$outboundSchema: z.ZodType<
4595
+ EnvelopeAuditLogFindData24$Outbound,
3792
4596
  z.ZodTypeDef,
3793
- EnvelopeAuditLogFindData23
4597
+ EnvelopeAuditLogFindData24
3794
4598
  > = z.object({
3795
4599
  recipientEmail: z.string(),
3796
4600
  recipientName: z.string(),
3797
4601
  recipientId: z.number(),
3798
4602
  });
3799
4603
 
3800
- export function envelopeAuditLogFindData23ToJSON(
3801
- envelopeAuditLogFindData23: EnvelopeAuditLogFindData23,
4604
+ export function envelopeAuditLogFindData24ToJSON(
4605
+ envelopeAuditLogFindData24: EnvelopeAuditLogFindData24,
3802
4606
  ): string {
3803
4607
  return JSON.stringify(
3804
- EnvelopeAuditLogFindData23$outboundSchema.parse(envelopeAuditLogFindData23),
4608
+ EnvelopeAuditLogFindData24$outboundSchema.parse(envelopeAuditLogFindData24),
3805
4609
  );
3806
4610
  }
3807
- export function envelopeAuditLogFindData23FromJSON(
4611
+ export function envelopeAuditLogFindData24FromJSON(
3808
4612
  jsonString: string,
3809
- ): SafeParseResult<EnvelopeAuditLogFindData23, SDKValidationError> {
4613
+ ): SafeParseResult<EnvelopeAuditLogFindData24, SDKValidationError> {
3810
4614
  return safeParse(
3811
4615
  jsonString,
3812
- (x) => EnvelopeAuditLogFindData23$inboundSchema.parse(JSON.parse(x)),
3813
- `Failed to parse 'EnvelopeAuditLogFindData23' from JSON`,
4616
+ (x) => EnvelopeAuditLogFindData24$inboundSchema.parse(JSON.parse(x)),
4617
+ `Failed to parse 'EnvelopeAuditLogFindData24' from JSON`,
3814
4618
  );
3815
4619
  }
3816
4620
 
@@ -3821,7 +4625,7 @@ export const DataDocumentAccessAuth2FaRequested$inboundSchema: z.ZodType<
3821
4625
  unknown
3822
4626
  > = z.object({
3823
4627
  type: z.literal("DOCUMENT_ACCESS_AUTH_2FA_REQUESTED"),
3824
- data: z.lazy(() => EnvelopeAuditLogFindData23$inboundSchema),
4628
+ data: z.lazy(() => EnvelopeAuditLogFindData24$inboundSchema),
3825
4629
  id: z.string(),
3826
4630
  createdAt: z.string(),
3827
4631
  envelopeId: z.string(),
@@ -3834,7 +4638,7 @@ export const DataDocumentAccessAuth2FaRequested$inboundSchema: z.ZodType<
3834
4638
  /** @internal */
3835
4639
  export type DataDocumentAccessAuth2FaRequested$Outbound = {
3836
4640
  type: "DOCUMENT_ACCESS_AUTH_2FA_REQUESTED";
3837
- data: EnvelopeAuditLogFindData23$Outbound;
4641
+ data: EnvelopeAuditLogFindData24$Outbound;
3838
4642
  id: string;
3839
4643
  createdAt: string;
3840
4644
  envelopeId: string;
@@ -3852,7 +4656,7 @@ export const DataDocumentAccessAuth2FaRequested$outboundSchema: z.ZodType<
3852
4656
  DataDocumentAccessAuth2FaRequested
3853
4657
  > = z.object({
3854
4658
  type: z.literal("DOCUMENT_ACCESS_AUTH_2FA_REQUESTED"),
3855
- data: z.lazy(() => EnvelopeAuditLogFindData23$outboundSchema),
4659
+ data: z.lazy(() => EnvelopeAuditLogFindData24$outboundSchema),
3856
4660
  id: z.string(),
3857
4661
  createdAt: z.string(),
3858
4662
  envelopeId: z.string(),
@@ -3884,8 +4688,8 @@ export function dataDocumentAccessAuth2FaRequestedFromJSON(
3884
4688
  }
3885
4689
 
3886
4690
  /** @internal */
3887
- export const EnvelopeAuditLogFindData22$inboundSchema: z.ZodType<
3888
- EnvelopeAuditLogFindData22,
4691
+ export const EnvelopeAuditLogFindData23$inboundSchema: z.ZodType<
4692
+ EnvelopeAuditLogFindData23,
3889
4693
  z.ZodTypeDef,
3890
4694
  unknown
3891
4695
  > = z.object({
@@ -3894,43 +4698,52 @@ export const EnvelopeAuditLogFindData22$inboundSchema: z.ZodType<
3894
4698
  recipientId: z.number(),
3895
4699
  recipientRole: z.string(),
3896
4700
  reason: z.string(),
4701
+ isExternal: z.boolean().optional(),
4702
+ onBehalfOfUserEmail: z.string().optional(),
4703
+ onBehalfOfUserName: z.nullable(z.string()).optional(),
3897
4704
  });
3898
4705
  /** @internal */
3899
- export type EnvelopeAuditLogFindData22$Outbound = {
4706
+ export type EnvelopeAuditLogFindData23$Outbound = {
3900
4707
  recipientEmail: string;
3901
4708
  recipientName: string;
3902
4709
  recipientId: number;
3903
4710
  recipientRole: string;
3904
4711
  reason: string;
4712
+ isExternal?: boolean | undefined;
4713
+ onBehalfOfUserEmail?: string | undefined;
4714
+ onBehalfOfUserName?: string | null | undefined;
3905
4715
  };
3906
4716
 
3907
4717
  /** @internal */
3908
- export const EnvelopeAuditLogFindData22$outboundSchema: z.ZodType<
3909
- EnvelopeAuditLogFindData22$Outbound,
4718
+ export const EnvelopeAuditLogFindData23$outboundSchema: z.ZodType<
4719
+ EnvelopeAuditLogFindData23$Outbound,
3910
4720
  z.ZodTypeDef,
3911
- EnvelopeAuditLogFindData22
4721
+ EnvelopeAuditLogFindData23
3912
4722
  > = z.object({
3913
4723
  recipientEmail: z.string(),
3914
4724
  recipientName: z.string(),
3915
4725
  recipientId: z.number(),
3916
4726
  recipientRole: z.string(),
3917
4727
  reason: z.string(),
4728
+ isExternal: z.boolean().optional(),
4729
+ onBehalfOfUserEmail: z.string().optional(),
4730
+ onBehalfOfUserName: z.nullable(z.string()).optional(),
3918
4731
  });
3919
4732
 
3920
- export function envelopeAuditLogFindData22ToJSON(
3921
- envelopeAuditLogFindData22: EnvelopeAuditLogFindData22,
4733
+ export function envelopeAuditLogFindData23ToJSON(
4734
+ envelopeAuditLogFindData23: EnvelopeAuditLogFindData23,
3922
4735
  ): string {
3923
4736
  return JSON.stringify(
3924
- EnvelopeAuditLogFindData22$outboundSchema.parse(envelopeAuditLogFindData22),
4737
+ EnvelopeAuditLogFindData23$outboundSchema.parse(envelopeAuditLogFindData23),
3925
4738
  );
3926
4739
  }
3927
- export function envelopeAuditLogFindData22FromJSON(
4740
+ export function envelopeAuditLogFindData23FromJSON(
3928
4741
  jsonString: string,
3929
- ): SafeParseResult<EnvelopeAuditLogFindData22, SDKValidationError> {
4742
+ ): SafeParseResult<EnvelopeAuditLogFindData23, SDKValidationError> {
3930
4743
  return safeParse(
3931
4744
  jsonString,
3932
- (x) => EnvelopeAuditLogFindData22$inboundSchema.parse(JSON.parse(x)),
3933
- `Failed to parse 'EnvelopeAuditLogFindData22' from JSON`,
4745
+ (x) => EnvelopeAuditLogFindData23$inboundSchema.parse(JSON.parse(x)),
4746
+ `Failed to parse 'EnvelopeAuditLogFindData23' from JSON`,
3934
4747
  );
3935
4748
  }
3936
4749
 
@@ -3941,7 +4754,7 @@ export const DataDocumentRecipientRejected$inboundSchema: z.ZodType<
3941
4754
  unknown
3942
4755
  > = z.object({
3943
4756
  type: z.literal("DOCUMENT_RECIPIENT_REJECTED"),
3944
- data: z.lazy(() => EnvelopeAuditLogFindData22$inboundSchema),
4757
+ data: z.lazy(() => EnvelopeAuditLogFindData23$inboundSchema),
3945
4758
  id: z.string(),
3946
4759
  createdAt: z.string(),
3947
4760
  envelopeId: z.string(),
@@ -3954,7 +4767,7 @@ export const DataDocumentRecipientRejected$inboundSchema: z.ZodType<
3954
4767
  /** @internal */
3955
4768
  export type DataDocumentRecipientRejected$Outbound = {
3956
4769
  type: "DOCUMENT_RECIPIENT_REJECTED";
3957
- data: EnvelopeAuditLogFindData22$Outbound;
4770
+ data: EnvelopeAuditLogFindData23$Outbound;
3958
4771
  id: string;
3959
4772
  createdAt: string;
3960
4773
  envelopeId: string;
@@ -3972,7 +4785,7 @@ export const DataDocumentRecipientRejected$outboundSchema: z.ZodType<
3972
4785
  DataDocumentRecipientRejected
3973
4786
  > = z.object({
3974
4787
  type: z.literal("DOCUMENT_RECIPIENT_REJECTED"),
3975
- data: z.lazy(() => EnvelopeAuditLogFindData22$outboundSchema),
4788
+ data: z.lazy(() => EnvelopeAuditLogFindData23$outboundSchema),
3976
4789
  id: z.string(),
3977
4790
  createdAt: z.string(),
3978
4791
  envelopeId: z.string(),
@@ -4012,8 +4825,8 @@ export const EnvelopeAuditLogFindActionAuth1$outboundSchema: z.ZodNativeEnum<
4012
4825
  > = EnvelopeAuditLogFindActionAuth1$inboundSchema;
4013
4826
 
4014
4827
  /** @internal */
4015
- export const EnvelopeAuditLogFindData21$inboundSchema: z.ZodType<
4016
- EnvelopeAuditLogFindData21,
4828
+ export const EnvelopeAuditLogFindData22$inboundSchema: z.ZodType<
4829
+ EnvelopeAuditLogFindData22,
4017
4830
  z.ZodTypeDef,
4018
4831
  unknown
4019
4832
  > = z.object({
@@ -4024,7 +4837,7 @@ export const EnvelopeAuditLogFindData21$inboundSchema: z.ZodType<
4024
4837
  actionAuth: z.array(EnvelopeAuditLogFindActionAuth1$inboundSchema),
4025
4838
  });
4026
4839
  /** @internal */
4027
- export type EnvelopeAuditLogFindData21$Outbound = {
4840
+ export type EnvelopeAuditLogFindData22$Outbound = {
4028
4841
  recipientEmail: string;
4029
4842
  recipientName: string;
4030
4843
  recipientId: number;
@@ -4033,10 +4846,10 @@ export type EnvelopeAuditLogFindData21$Outbound = {
4033
4846
  };
4034
4847
 
4035
4848
  /** @internal */
4036
- export const EnvelopeAuditLogFindData21$outboundSchema: z.ZodType<
4037
- EnvelopeAuditLogFindData21$Outbound,
4849
+ export const EnvelopeAuditLogFindData22$outboundSchema: z.ZodType<
4850
+ EnvelopeAuditLogFindData22$Outbound,
4038
4851
  z.ZodTypeDef,
4039
- EnvelopeAuditLogFindData21
4852
+ EnvelopeAuditLogFindData22
4040
4853
  > = z.object({
4041
4854
  recipientEmail: z.string(),
4042
4855
  recipientName: z.string(),
@@ -4045,20 +4858,20 @@ export const EnvelopeAuditLogFindData21$outboundSchema: z.ZodType<
4045
4858
  actionAuth: z.array(EnvelopeAuditLogFindActionAuth1$outboundSchema),
4046
4859
  });
4047
4860
 
4048
- export function envelopeAuditLogFindData21ToJSON(
4049
- envelopeAuditLogFindData21: EnvelopeAuditLogFindData21,
4861
+ export function envelopeAuditLogFindData22ToJSON(
4862
+ envelopeAuditLogFindData22: EnvelopeAuditLogFindData22,
4050
4863
  ): string {
4051
4864
  return JSON.stringify(
4052
- EnvelopeAuditLogFindData21$outboundSchema.parse(envelopeAuditLogFindData21),
4865
+ EnvelopeAuditLogFindData22$outboundSchema.parse(envelopeAuditLogFindData22),
4053
4866
  );
4054
4867
  }
4055
- export function envelopeAuditLogFindData21FromJSON(
4868
+ export function envelopeAuditLogFindData22FromJSON(
4056
4869
  jsonString: string,
4057
- ): SafeParseResult<EnvelopeAuditLogFindData21, SDKValidationError> {
4870
+ ): SafeParseResult<EnvelopeAuditLogFindData22, SDKValidationError> {
4058
4871
  return safeParse(
4059
4872
  jsonString,
4060
- (x) => EnvelopeAuditLogFindData21$inboundSchema.parse(JSON.parse(x)),
4061
- `Failed to parse 'EnvelopeAuditLogFindData21' from JSON`,
4873
+ (x) => EnvelopeAuditLogFindData22$inboundSchema.parse(JSON.parse(x)),
4874
+ `Failed to parse 'EnvelopeAuditLogFindData22' from JSON`,
4062
4875
  );
4063
4876
  }
4064
4877
 
@@ -4069,7 +4882,7 @@ export const DataDocumentRecipientCompleted$inboundSchema: z.ZodType<
4069
4882
  unknown
4070
4883
  > = z.object({
4071
4884
  type: z.literal("DOCUMENT_RECIPIENT_COMPLETED"),
4072
- data: z.lazy(() => EnvelopeAuditLogFindData21$inboundSchema),
4885
+ data: z.lazy(() => EnvelopeAuditLogFindData22$inboundSchema),
4073
4886
  id: z.string(),
4074
4887
  createdAt: z.string(),
4075
4888
  envelopeId: z.string(),
@@ -4082,7 +4895,7 @@ export const DataDocumentRecipientCompleted$inboundSchema: z.ZodType<
4082
4895
  /** @internal */
4083
4896
  export type DataDocumentRecipientCompleted$Outbound = {
4084
4897
  type: "DOCUMENT_RECIPIENT_COMPLETED";
4085
- data: EnvelopeAuditLogFindData21$Outbound;
4898
+ data: EnvelopeAuditLogFindData22$Outbound;
4086
4899
  id: string;
4087
4900
  createdAt: string;
4088
4901
  envelopeId: string;
@@ -4100,7 +4913,7 @@ export const DataDocumentRecipientCompleted$outboundSchema: z.ZodType<
4100
4913
  DataDocumentRecipientCompleted
4101
4914
  > = z.object({
4102
4915
  type: z.literal("DOCUMENT_RECIPIENT_COMPLETED"),
4103
- data: z.lazy(() => EnvelopeAuditLogFindData21$outboundSchema),
4916
+ data: z.lazy(() => EnvelopeAuditLogFindData22$outboundSchema),
4104
4917
  id: z.string(),
4105
4918
  createdAt: z.string(),
4106
4919
  envelopeId: z.string(),
@@ -4140,8 +4953,8 @@ export const EnvelopeAuditLogFindAccessAuth2$outboundSchema: z.ZodNativeEnum<
4140
4953
  > = EnvelopeAuditLogFindAccessAuth2$inboundSchema;
4141
4954
 
4142
4955
  /** @internal */
4143
- export const EnvelopeAuditLogFindData20$inboundSchema: z.ZodType<
4144
- EnvelopeAuditLogFindData20,
4956
+ export const EnvelopeAuditLogFindData21$inboundSchema: z.ZodType<
4957
+ EnvelopeAuditLogFindData21,
4145
4958
  z.ZodTypeDef,
4146
4959
  unknown
4147
4960
  > = z.object({
@@ -4152,7 +4965,7 @@ export const EnvelopeAuditLogFindData20$inboundSchema: z.ZodType<
4152
4965
  accessAuth: z.array(EnvelopeAuditLogFindAccessAuth2$inboundSchema),
4153
4966
  });
4154
4967
  /** @internal */
4155
- export type EnvelopeAuditLogFindData20$Outbound = {
4968
+ export type EnvelopeAuditLogFindData21$Outbound = {
4156
4969
  recipientEmail: string;
4157
4970
  recipientName: string;
4158
4971
  recipientId: number;
@@ -4161,10 +4974,10 @@ export type EnvelopeAuditLogFindData20$Outbound = {
4161
4974
  };
4162
4975
 
4163
4976
  /** @internal */
4164
- export const EnvelopeAuditLogFindData20$outboundSchema: z.ZodType<
4165
- EnvelopeAuditLogFindData20$Outbound,
4977
+ export const EnvelopeAuditLogFindData21$outboundSchema: z.ZodType<
4978
+ EnvelopeAuditLogFindData21$Outbound,
4166
4979
  z.ZodTypeDef,
4167
- EnvelopeAuditLogFindData20
4980
+ EnvelopeAuditLogFindData21
4168
4981
  > = z.object({
4169
4982
  recipientEmail: z.string(),
4170
4983
  recipientName: z.string(),
@@ -4173,20 +4986,20 @@ export const EnvelopeAuditLogFindData20$outboundSchema: z.ZodType<
4173
4986
  accessAuth: z.array(EnvelopeAuditLogFindAccessAuth2$outboundSchema),
4174
4987
  });
4175
4988
 
4176
- export function envelopeAuditLogFindData20ToJSON(
4177
- envelopeAuditLogFindData20: EnvelopeAuditLogFindData20,
4989
+ export function envelopeAuditLogFindData21ToJSON(
4990
+ envelopeAuditLogFindData21: EnvelopeAuditLogFindData21,
4178
4991
  ): string {
4179
4992
  return JSON.stringify(
4180
- EnvelopeAuditLogFindData20$outboundSchema.parse(envelopeAuditLogFindData20),
4993
+ EnvelopeAuditLogFindData21$outboundSchema.parse(envelopeAuditLogFindData21),
4181
4994
  );
4182
4995
  }
4183
- export function envelopeAuditLogFindData20FromJSON(
4996
+ export function envelopeAuditLogFindData21FromJSON(
4184
4997
  jsonString: string,
4185
- ): SafeParseResult<EnvelopeAuditLogFindData20, SDKValidationError> {
4998
+ ): SafeParseResult<EnvelopeAuditLogFindData21, SDKValidationError> {
4186
4999
  return safeParse(
4187
5000
  jsonString,
4188
- (x) => EnvelopeAuditLogFindData20$inboundSchema.parse(JSON.parse(x)),
4189
- `Failed to parse 'EnvelopeAuditLogFindData20' from JSON`,
5001
+ (x) => EnvelopeAuditLogFindData21$inboundSchema.parse(JSON.parse(x)),
5002
+ `Failed to parse 'EnvelopeAuditLogFindData21' from JSON`,
4190
5003
  );
4191
5004
  }
4192
5005
 
@@ -4197,7 +5010,7 @@ export const DataDocumentViewed$inboundSchema: z.ZodType<
4197
5010
  unknown
4198
5011
  > = z.object({
4199
5012
  type: z.literal("DOCUMENT_VIEWED"),
4200
- data: z.lazy(() => EnvelopeAuditLogFindData20$inboundSchema),
5013
+ data: z.lazy(() => EnvelopeAuditLogFindData21$inboundSchema),
4201
5014
  id: z.string(),
4202
5015
  createdAt: z.string(),
4203
5016
  envelopeId: z.string(),
@@ -4210,7 +5023,7 @@ export const DataDocumentViewed$inboundSchema: z.ZodType<
4210
5023
  /** @internal */
4211
5024
  export type DataDocumentViewed$Outbound = {
4212
5025
  type: "DOCUMENT_VIEWED";
4213
- data: EnvelopeAuditLogFindData20$Outbound;
5026
+ data: EnvelopeAuditLogFindData21$Outbound;
4214
5027
  id: string;
4215
5028
  createdAt: string;
4216
5029
  envelopeId: string;
@@ -4228,7 +5041,7 @@ export const DataDocumentViewed$outboundSchema: z.ZodType<
4228
5041
  DataDocumentViewed
4229
5042
  > = z.object({
4230
5043
  type: z.literal("DOCUMENT_VIEWED"),
4231
- data: z.lazy(() => EnvelopeAuditLogFindData20$outboundSchema),
5044
+ data: z.lazy(() => EnvelopeAuditLogFindData21$outboundSchema),
4232
5045
  id: z.string(),
4233
5046
  createdAt: z.string(),
4234
5047
  envelopeId: z.string(),
@@ -4266,8 +5079,8 @@ export const EnvelopeAuditLogFindAccessAuth1$outboundSchema: z.ZodNativeEnum<
4266
5079
  > = EnvelopeAuditLogFindAccessAuth1$inboundSchema;
4267
5080
 
4268
5081
  /** @internal */
4269
- export const EnvelopeAuditLogFindData19$inboundSchema: z.ZodType<
4270
- EnvelopeAuditLogFindData19,
5082
+ export const EnvelopeAuditLogFindData20$inboundSchema: z.ZodType<
5083
+ EnvelopeAuditLogFindData20,
4271
5084
  z.ZodTypeDef,
4272
5085
  unknown
4273
5086
  > = z.object({
@@ -4278,7 +5091,7 @@ export const EnvelopeAuditLogFindData19$inboundSchema: z.ZodType<
4278
5091
  accessAuth: z.array(EnvelopeAuditLogFindAccessAuth1$inboundSchema),
4279
5092
  });
4280
5093
  /** @internal */
4281
- export type EnvelopeAuditLogFindData19$Outbound = {
5094
+ export type EnvelopeAuditLogFindData20$Outbound = {
4282
5095
  recipientEmail: string;
4283
5096
  recipientName: string;
4284
5097
  recipientId: number;
@@ -4287,10 +5100,10 @@ export type EnvelopeAuditLogFindData19$Outbound = {
4287
5100
  };
4288
5101
 
4289
5102
  /** @internal */
4290
- export const EnvelopeAuditLogFindData19$outboundSchema: z.ZodType<
4291
- EnvelopeAuditLogFindData19$Outbound,
5103
+ export const EnvelopeAuditLogFindData20$outboundSchema: z.ZodType<
5104
+ EnvelopeAuditLogFindData20$Outbound,
4292
5105
  z.ZodTypeDef,
4293
- EnvelopeAuditLogFindData19
5106
+ EnvelopeAuditLogFindData20
4294
5107
  > = z.object({
4295
5108
  recipientEmail: z.string(),
4296
5109
  recipientName: z.string(),
@@ -4299,20 +5112,20 @@ export const EnvelopeAuditLogFindData19$outboundSchema: z.ZodType<
4299
5112
  accessAuth: z.array(EnvelopeAuditLogFindAccessAuth1$outboundSchema),
4300
5113
  });
4301
5114
 
4302
- export function envelopeAuditLogFindData19ToJSON(
4303
- envelopeAuditLogFindData19: EnvelopeAuditLogFindData19,
5115
+ export function envelopeAuditLogFindData20ToJSON(
5116
+ envelopeAuditLogFindData20: EnvelopeAuditLogFindData20,
4304
5117
  ): string {
4305
5118
  return JSON.stringify(
4306
- EnvelopeAuditLogFindData19$outboundSchema.parse(envelopeAuditLogFindData19),
5119
+ EnvelopeAuditLogFindData20$outboundSchema.parse(envelopeAuditLogFindData20),
4307
5120
  );
4308
5121
  }
4309
- export function envelopeAuditLogFindData19FromJSON(
5122
+ export function envelopeAuditLogFindData20FromJSON(
4310
5123
  jsonString: string,
4311
- ): SafeParseResult<EnvelopeAuditLogFindData19, SDKValidationError> {
5124
+ ): SafeParseResult<EnvelopeAuditLogFindData20, SDKValidationError> {
4312
5125
  return safeParse(
4313
5126
  jsonString,
4314
- (x) => EnvelopeAuditLogFindData19$inboundSchema.parse(JSON.parse(x)),
4315
- `Failed to parse 'EnvelopeAuditLogFindData19' from JSON`,
5127
+ (x) => EnvelopeAuditLogFindData20$inboundSchema.parse(JSON.parse(x)),
5128
+ `Failed to parse 'EnvelopeAuditLogFindData20' from JSON`,
4316
5129
  );
4317
5130
  }
4318
5131
 
@@ -4323,7 +5136,7 @@ export const DataDocumentOpened$inboundSchema: z.ZodType<
4323
5136
  unknown
4324
5137
  > = z.object({
4325
5138
  type: z.literal("DOCUMENT_OPENED"),
4326
- data: z.lazy(() => EnvelopeAuditLogFindData19$inboundSchema),
5139
+ data: z.lazy(() => EnvelopeAuditLogFindData20$inboundSchema),
4327
5140
  id: z.string(),
4328
5141
  createdAt: z.string(),
4329
5142
  envelopeId: z.string(),
@@ -4336,7 +5149,7 @@ export const DataDocumentOpened$inboundSchema: z.ZodType<
4336
5149
  /** @internal */
4337
5150
  export type DataDocumentOpened$Outbound = {
4338
5151
  type: "DOCUMENT_OPENED";
4339
- data: EnvelopeAuditLogFindData19$Outbound;
5152
+ data: EnvelopeAuditLogFindData20$Outbound;
4340
5153
  id: string;
4341
5154
  createdAt: string;
4342
5155
  envelopeId: string;
@@ -4354,7 +5167,7 @@ export const DataDocumentOpened$outboundSchema: z.ZodType<
4354
5167
  DataDocumentOpened
4355
5168
  > = z.object({
4356
5169
  type: z.literal("DOCUMENT_OPENED"),
4357
- data: z.lazy(() => EnvelopeAuditLogFindData19$outboundSchema),
5170
+ data: z.lazy(() => EnvelopeAuditLogFindData20$outboundSchema),
4358
5171
  id: z.string(),
4359
5172
  createdAt: z.string(),
4360
5173
  envelopeId: z.string(),
@@ -4637,8 +5450,8 @@ export function changeUnion1FromJSON(
4637
5450
  }
4638
5451
 
4639
5452
  /** @internal */
4640
- export const EnvelopeAuditLogFindData18$inboundSchema: z.ZodType<
4641
- EnvelopeAuditLogFindData18,
5453
+ export const EnvelopeAuditLogFindData19$inboundSchema: z.ZodType<
5454
+ EnvelopeAuditLogFindData19,
4642
5455
  z.ZodTypeDef,
4643
5456
  unknown
4644
5457
  > = z.object({
@@ -4650,15 +5463,15 @@ export const EnvelopeAuditLogFindData18$inboundSchema: z.ZodType<
4650
5463
  ),
4651
5464
  });
4652
5465
  /** @internal */
4653
- export type EnvelopeAuditLogFindData18$Outbound = {
5466
+ export type EnvelopeAuditLogFindData19$Outbound = {
4654
5467
  changes: Array<Change2$Outbound | ChangePassword$Outbound>;
4655
5468
  };
4656
5469
 
4657
5470
  /** @internal */
4658
- export const EnvelopeAuditLogFindData18$outboundSchema: z.ZodType<
4659
- EnvelopeAuditLogFindData18$Outbound,
5471
+ export const EnvelopeAuditLogFindData19$outboundSchema: z.ZodType<
5472
+ EnvelopeAuditLogFindData19$Outbound,
4660
5473
  z.ZodTypeDef,
4661
- EnvelopeAuditLogFindData18
5474
+ EnvelopeAuditLogFindData19
4662
5475
  > = z.object({
4663
5476
  changes: z.array(
4664
5477
  z.union([
@@ -4668,20 +5481,20 @@ export const EnvelopeAuditLogFindData18$outboundSchema: z.ZodType<
4668
5481
  ),
4669
5482
  });
4670
5483
 
4671
- export function envelopeAuditLogFindData18ToJSON(
4672
- envelopeAuditLogFindData18: EnvelopeAuditLogFindData18,
5484
+ export function envelopeAuditLogFindData19ToJSON(
5485
+ envelopeAuditLogFindData19: EnvelopeAuditLogFindData19,
4673
5486
  ): string {
4674
5487
  return JSON.stringify(
4675
- EnvelopeAuditLogFindData18$outboundSchema.parse(envelopeAuditLogFindData18),
5488
+ EnvelopeAuditLogFindData19$outboundSchema.parse(envelopeAuditLogFindData19),
4676
5489
  );
4677
5490
  }
4678
- export function envelopeAuditLogFindData18FromJSON(
5491
+ export function envelopeAuditLogFindData19FromJSON(
4679
5492
  jsonString: string,
4680
- ): SafeParseResult<EnvelopeAuditLogFindData18, SDKValidationError> {
5493
+ ): SafeParseResult<EnvelopeAuditLogFindData19, SDKValidationError> {
4681
5494
  return safeParse(
4682
5495
  jsonString,
4683
- (x) => EnvelopeAuditLogFindData18$inboundSchema.parse(JSON.parse(x)),
4684
- `Failed to parse 'EnvelopeAuditLogFindData18' from JSON`,
5496
+ (x) => EnvelopeAuditLogFindData19$inboundSchema.parse(JSON.parse(x)),
5497
+ `Failed to parse 'EnvelopeAuditLogFindData19' from JSON`,
4685
5498
  );
4686
5499
  }
4687
5500
 
@@ -4692,7 +5505,7 @@ export const DataDocumentMetaUpdated$inboundSchema: z.ZodType<
4692
5505
  unknown
4693
5506
  > = z.object({
4694
5507
  type: z.literal("DOCUMENT_META_UPDATED"),
4695
- data: z.lazy(() => EnvelopeAuditLogFindData18$inboundSchema),
5508
+ data: z.lazy(() => EnvelopeAuditLogFindData19$inboundSchema),
4696
5509
  id: z.string(),
4697
5510
  createdAt: z.string(),
4698
5511
  envelopeId: z.string(),
@@ -4705,7 +5518,7 @@ export const DataDocumentMetaUpdated$inboundSchema: z.ZodType<
4705
5518
  /** @internal */
4706
5519
  export type DataDocumentMetaUpdated$Outbound = {
4707
5520
  type: "DOCUMENT_META_UPDATED";
4708
- data: EnvelopeAuditLogFindData18$Outbound;
5521
+ data: EnvelopeAuditLogFindData19$Outbound;
4709
5522
  id: string;
4710
5523
  createdAt: string;
4711
5524
  envelopeId: string;
@@ -4723,7 +5536,7 @@ export const DataDocumentMetaUpdated$outboundSchema: z.ZodType<
4723
5536
  DataDocumentMetaUpdated
4724
5537
  > = z.object({
4725
5538
  type: z.literal("DOCUMENT_META_UPDATED"),
4726
- data: z.lazy(() => EnvelopeAuditLogFindData18$outboundSchema),
5539
+ data: z.lazy(() => EnvelopeAuditLogFindData19$outboundSchema),
4727
5540
  id: z.string(),
4728
5541
  createdAt: z.string(),
4729
5542
  envelopeId: z.string(),
@@ -4810,8 +5623,8 @@ export function toUnion3FromJSON(
4810
5623
  }
4811
5624
 
4812
5625
  /** @internal */
4813
- export const EnvelopeAuditLogFindData17$inboundSchema: z.ZodType<
4814
- EnvelopeAuditLogFindData17,
5626
+ export const EnvelopeAuditLogFindData18$inboundSchema: z.ZodType<
5627
+ EnvelopeAuditLogFindData18,
4815
5628
  z.ZodTypeDef,
4816
5629
  unknown
4817
5630
  > = z.object({
@@ -4819,35 +5632,35 @@ export const EnvelopeAuditLogFindData17$inboundSchema: z.ZodType<
4819
5632
  to: z.nullable(z.union([z.string(), z.array(z.string())])),
4820
5633
  });
4821
5634
  /** @internal */
4822
- export type EnvelopeAuditLogFindData17$Outbound = {
5635
+ export type EnvelopeAuditLogFindData18$Outbound = {
4823
5636
  from: string | Array<string> | null;
4824
5637
  to: string | Array<string> | null;
4825
5638
  };
4826
5639
 
4827
5640
  /** @internal */
4828
- export const EnvelopeAuditLogFindData17$outboundSchema: z.ZodType<
4829
- EnvelopeAuditLogFindData17$Outbound,
5641
+ export const EnvelopeAuditLogFindData18$outboundSchema: z.ZodType<
5642
+ EnvelopeAuditLogFindData18$Outbound,
4830
5643
  z.ZodTypeDef,
4831
- EnvelopeAuditLogFindData17
5644
+ EnvelopeAuditLogFindData18
4832
5645
  > = z.object({
4833
5646
  from: z.nullable(z.union([z.string(), z.array(z.string())])),
4834
5647
  to: z.nullable(z.union([z.string(), z.array(z.string())])),
4835
5648
  });
4836
5649
 
4837
- export function envelopeAuditLogFindData17ToJSON(
4838
- envelopeAuditLogFindData17: EnvelopeAuditLogFindData17,
5650
+ export function envelopeAuditLogFindData18ToJSON(
5651
+ envelopeAuditLogFindData18: EnvelopeAuditLogFindData18,
4839
5652
  ): string {
4840
5653
  return JSON.stringify(
4841
- EnvelopeAuditLogFindData17$outboundSchema.parse(envelopeAuditLogFindData17),
5654
+ EnvelopeAuditLogFindData18$outboundSchema.parse(envelopeAuditLogFindData18),
4842
5655
  );
4843
5656
  }
4844
- export function envelopeAuditLogFindData17FromJSON(
5657
+ export function envelopeAuditLogFindData18FromJSON(
4845
5658
  jsonString: string,
4846
- ): SafeParseResult<EnvelopeAuditLogFindData17, SDKValidationError> {
5659
+ ): SafeParseResult<EnvelopeAuditLogFindData18, SDKValidationError> {
4847
5660
  return safeParse(
4848
5661
  jsonString,
4849
- (x) => EnvelopeAuditLogFindData17$inboundSchema.parse(JSON.parse(x)),
4850
- `Failed to parse 'EnvelopeAuditLogFindData17' from JSON`,
5662
+ (x) => EnvelopeAuditLogFindData18$inboundSchema.parse(JSON.parse(x)),
5663
+ `Failed to parse 'EnvelopeAuditLogFindData18' from JSON`,
4851
5664
  );
4852
5665
  }
4853
5666
 
@@ -4858,7 +5671,7 @@ export const DataDocumentGlobalAuthActionUpdated$inboundSchema: z.ZodType<
4858
5671
  unknown
4859
5672
  > = z.object({
4860
5673
  type: z.literal("DOCUMENT_GLOBAL_AUTH_ACTION_UPDATED"),
4861
- data: z.lazy(() => EnvelopeAuditLogFindData17$inboundSchema),
5674
+ data: z.lazy(() => EnvelopeAuditLogFindData18$inboundSchema),
4862
5675
  id: z.string(),
4863
5676
  createdAt: z.string(),
4864
5677
  envelopeId: z.string(),
@@ -4871,7 +5684,7 @@ export const DataDocumentGlobalAuthActionUpdated$inboundSchema: z.ZodType<
4871
5684
  /** @internal */
4872
5685
  export type DataDocumentGlobalAuthActionUpdated$Outbound = {
4873
5686
  type: "DOCUMENT_GLOBAL_AUTH_ACTION_UPDATED";
4874
- data: EnvelopeAuditLogFindData17$Outbound;
5687
+ data: EnvelopeAuditLogFindData18$Outbound;
4875
5688
  id: string;
4876
5689
  createdAt: string;
4877
5690
  envelopeId: string;
@@ -4889,7 +5702,7 @@ export const DataDocumentGlobalAuthActionUpdated$outboundSchema: z.ZodType<
4889
5702
  DataDocumentGlobalAuthActionUpdated
4890
5703
  > = z.object({
4891
5704
  type: z.literal("DOCUMENT_GLOBAL_AUTH_ACTION_UPDATED"),
4892
- data: z.lazy(() => EnvelopeAuditLogFindData17$outboundSchema),
5705
+ data: z.lazy(() => EnvelopeAuditLogFindData18$outboundSchema),
4893
5706
  id: z.string(),
4894
5707
  createdAt: z.string(),
4895
5708
  envelopeId: z.string(),
@@ -4979,8 +5792,8 @@ export function toUnion2FromJSON(
4979
5792
  }
4980
5793
 
4981
5794
  /** @internal */
4982
- export const EnvelopeAuditLogFindData16$inboundSchema: z.ZodType<
4983
- EnvelopeAuditLogFindData16,
5795
+ export const EnvelopeAuditLogFindData17$inboundSchema: z.ZodType<
5796
+ EnvelopeAuditLogFindData17,
4984
5797
  z.ZodTypeDef,
4985
5798
  unknown
4986
5799
  > = z.object({
@@ -4988,35 +5801,35 @@ export const EnvelopeAuditLogFindData16$inboundSchema: z.ZodType<
4988
5801
  to: z.nullable(z.union([z.string(), z.array(z.string())])),
4989
5802
  });
4990
5803
  /** @internal */
4991
- export type EnvelopeAuditLogFindData16$Outbound = {
5804
+ export type EnvelopeAuditLogFindData17$Outbound = {
4992
5805
  from: string | Array<string> | null;
4993
5806
  to: string | Array<string> | null;
4994
5807
  };
4995
5808
 
4996
5809
  /** @internal */
4997
- export const EnvelopeAuditLogFindData16$outboundSchema: z.ZodType<
4998
- EnvelopeAuditLogFindData16$Outbound,
5810
+ export const EnvelopeAuditLogFindData17$outboundSchema: z.ZodType<
5811
+ EnvelopeAuditLogFindData17$Outbound,
4999
5812
  z.ZodTypeDef,
5000
- EnvelopeAuditLogFindData16
5813
+ EnvelopeAuditLogFindData17
5001
5814
  > = z.object({
5002
5815
  from: z.nullable(z.union([z.string(), z.array(z.string())])),
5003
5816
  to: z.nullable(z.union([z.string(), z.array(z.string())])),
5004
5817
  });
5005
5818
 
5006
- export function envelopeAuditLogFindData16ToJSON(
5007
- envelopeAuditLogFindData16: EnvelopeAuditLogFindData16,
5819
+ export function envelopeAuditLogFindData17ToJSON(
5820
+ envelopeAuditLogFindData17: EnvelopeAuditLogFindData17,
5008
5821
  ): string {
5009
5822
  return JSON.stringify(
5010
- EnvelopeAuditLogFindData16$outboundSchema.parse(envelopeAuditLogFindData16),
5823
+ EnvelopeAuditLogFindData17$outboundSchema.parse(envelopeAuditLogFindData17),
5011
5824
  );
5012
5825
  }
5013
- export function envelopeAuditLogFindData16FromJSON(
5826
+ export function envelopeAuditLogFindData17FromJSON(
5014
5827
  jsonString: string,
5015
- ): SafeParseResult<EnvelopeAuditLogFindData16, SDKValidationError> {
5828
+ ): SafeParseResult<EnvelopeAuditLogFindData17, SDKValidationError> {
5016
5829
  return safeParse(
5017
5830
  jsonString,
5018
- (x) => EnvelopeAuditLogFindData16$inboundSchema.parse(JSON.parse(x)),
5019
- `Failed to parse 'EnvelopeAuditLogFindData16' from JSON`,
5831
+ (x) => EnvelopeAuditLogFindData17$inboundSchema.parse(JSON.parse(x)),
5832
+ `Failed to parse 'EnvelopeAuditLogFindData17' from JSON`,
5020
5833
  );
5021
5834
  }
5022
5835
 
@@ -5027,7 +5840,7 @@ export const DataDocumentGlobalAuthAccessUpdated$inboundSchema: z.ZodType<
5027
5840
  unknown
5028
5841
  > = z.object({
5029
5842
  type: z.literal("DOCUMENT_GLOBAL_AUTH_ACCESS_UPDATED"),
5030
- data: z.lazy(() => EnvelopeAuditLogFindData16$inboundSchema),
5843
+ data: z.lazy(() => EnvelopeAuditLogFindData17$inboundSchema),
5031
5844
  id: z.string(),
5032
5845
  createdAt: z.string(),
5033
5846
  envelopeId: z.string(),
@@ -5040,7 +5853,7 @@ export const DataDocumentGlobalAuthAccessUpdated$inboundSchema: z.ZodType<
5040
5853
  /** @internal */
5041
5854
  export type DataDocumentGlobalAuthAccessUpdated$Outbound = {
5042
5855
  type: "DOCUMENT_GLOBAL_AUTH_ACCESS_UPDATED";
5043
- data: EnvelopeAuditLogFindData16$Outbound;
5856
+ data: EnvelopeAuditLogFindData17$Outbound;
5044
5857
  id: string;
5045
5858
  createdAt: string;
5046
5859
  envelopeId: string;
@@ -5058,7 +5871,7 @@ export const DataDocumentGlobalAuthAccessUpdated$outboundSchema: z.ZodType<
5058
5871
  DataDocumentGlobalAuthAccessUpdated
5059
5872
  > = z.object({
5060
5873
  type: z.literal("DOCUMENT_GLOBAL_AUTH_ACCESS_UPDATED"),
5061
- data: z.lazy(() => EnvelopeAuditLogFindData16$outboundSchema),
5874
+ data: z.lazy(() => EnvelopeAuditLogFindData17$outboundSchema),
5062
5875
  id: z.string(),
5063
5876
  createdAt: z.string(),
5064
5877
  envelopeId: z.string(),
@@ -5148,8 +5961,8 @@ export function toUnion1FromJSON(
5148
5961
  }
5149
5962
 
5150
5963
  /** @internal */
5151
- export const EnvelopeAuditLogFindData15$inboundSchema: z.ZodType<
5152
- EnvelopeAuditLogFindData15,
5964
+ export const EnvelopeAuditLogFindData16$inboundSchema: z.ZodType<
5965
+ EnvelopeAuditLogFindData16,
5153
5966
  z.ZodTypeDef,
5154
5967
  unknown
5155
5968
  > = z.object({
@@ -5157,35 +5970,35 @@ export const EnvelopeAuditLogFindData15$inboundSchema: z.ZodType<
5157
5970
  to: z.nullable(z.union([z.string(), z.array(z.string())])),
5158
5971
  });
5159
5972
  /** @internal */
5160
- export type EnvelopeAuditLogFindData15$Outbound = {
5973
+ export type EnvelopeAuditLogFindData16$Outbound = {
5161
5974
  from: string | Array<string> | null;
5162
5975
  to: string | Array<string> | null;
5163
5976
  };
5164
5977
 
5165
5978
  /** @internal */
5166
- export const EnvelopeAuditLogFindData15$outboundSchema: z.ZodType<
5167
- EnvelopeAuditLogFindData15$Outbound,
5979
+ export const EnvelopeAuditLogFindData16$outboundSchema: z.ZodType<
5980
+ EnvelopeAuditLogFindData16$Outbound,
5168
5981
  z.ZodTypeDef,
5169
- EnvelopeAuditLogFindData15
5982
+ EnvelopeAuditLogFindData16
5170
5983
  > = z.object({
5171
5984
  from: z.nullable(z.union([z.string(), z.array(z.string())])),
5172
5985
  to: z.nullable(z.union([z.string(), z.array(z.string())])),
5173
5986
  });
5174
5987
 
5175
- export function envelopeAuditLogFindData15ToJSON(
5176
- envelopeAuditLogFindData15: EnvelopeAuditLogFindData15,
5988
+ export function envelopeAuditLogFindData16ToJSON(
5989
+ envelopeAuditLogFindData16: EnvelopeAuditLogFindData16,
5177
5990
  ): string {
5178
5991
  return JSON.stringify(
5179
- EnvelopeAuditLogFindData15$outboundSchema.parse(envelopeAuditLogFindData15),
5992
+ EnvelopeAuditLogFindData16$outboundSchema.parse(envelopeAuditLogFindData16),
5180
5993
  );
5181
5994
  }
5182
- export function envelopeAuditLogFindData15FromJSON(
5995
+ export function envelopeAuditLogFindData16FromJSON(
5183
5996
  jsonString: string,
5184
- ): SafeParseResult<EnvelopeAuditLogFindData15, SDKValidationError> {
5997
+ ): SafeParseResult<EnvelopeAuditLogFindData16, SDKValidationError> {
5185
5998
  return safeParse(
5186
5999
  jsonString,
5187
- (x) => EnvelopeAuditLogFindData15$inboundSchema.parse(JSON.parse(x)),
5188
- `Failed to parse 'EnvelopeAuditLogFindData15' from JSON`,
6000
+ (x) => EnvelopeAuditLogFindData16$inboundSchema.parse(JSON.parse(x)),
6001
+ `Failed to parse 'EnvelopeAuditLogFindData16' from JSON`,
5189
6002
  );
5190
6003
  }
5191
6004
 
@@ -5196,7 +6009,7 @@ export const DataDocumentVisibilityUpdated$inboundSchema: z.ZodType<
5196
6009
  unknown
5197
6010
  > = z.object({
5198
6011
  type: z.literal("DOCUMENT_VISIBILITY_UPDATED"),
5199
- data: z.lazy(() => EnvelopeAuditLogFindData15$inboundSchema),
6012
+ data: z.lazy(() => EnvelopeAuditLogFindData16$inboundSchema),
5200
6013
  id: z.string(),
5201
6014
  createdAt: z.string(),
5202
6015
  envelopeId: z.string(),
@@ -5209,7 +6022,7 @@ export const DataDocumentVisibilityUpdated$inboundSchema: z.ZodType<
5209
6022
  /** @internal */
5210
6023
  export type DataDocumentVisibilityUpdated$Outbound = {
5211
6024
  type: "DOCUMENT_VISIBILITY_UPDATED";
5212
- data: EnvelopeAuditLogFindData15$Outbound;
6025
+ data: EnvelopeAuditLogFindData16$Outbound;
5213
6026
  id: string;
5214
6027
  createdAt: string;
5215
6028
  envelopeId: string;
@@ -5227,7 +6040,7 @@ export const DataDocumentVisibilityUpdated$outboundSchema: z.ZodType<
5227
6040
  DataDocumentVisibilityUpdated
5228
6041
  > = z.object({
5229
6042
  type: z.literal("DOCUMENT_VISIBILITY_UPDATED"),
5230
- data: z.lazy(() => EnvelopeAuditLogFindData15$outboundSchema),
6043
+ data: z.lazy(() => EnvelopeAuditLogFindData16$outboundSchema),
5231
6044
  id: z.string(),
5232
6045
  createdAt: z.string(),
5233
6046
  envelopeId: z.string(),
@@ -5953,8 +6766,8 @@ export function fieldSecurity2FromJSON(
5953
6766
  }
5954
6767
 
5955
6768
  /** @internal */
5956
- export const EnvelopeAuditLogFindData14$inboundSchema: z.ZodType<
5957
- EnvelopeAuditLogFindData14,
6769
+ export const EnvelopeAuditLogFindData15$inboundSchema: z.ZodType<
6770
+ EnvelopeAuditLogFindData15,
5958
6771
  z.ZodTypeDef,
5959
6772
  unknown
5960
6773
  > = z.object({
@@ -5978,7 +6791,7 @@ export const EnvelopeAuditLogFindData14$inboundSchema: z.ZodType<
5978
6791
  fieldSecurity: z.lazy(() => FieldSecurity2$inboundSchema).optional(),
5979
6792
  });
5980
6793
  /** @internal */
5981
- export type EnvelopeAuditLogFindData14$Outbound = {
6794
+ export type EnvelopeAuditLogFindData15$Outbound = {
5982
6795
  recipientEmail: string;
5983
6796
  recipientName: string;
5984
6797
  recipientId: number;
@@ -5999,10 +6812,10 @@ export type EnvelopeAuditLogFindData14$Outbound = {
5999
6812
  };
6000
6813
 
6001
6814
  /** @internal */
6002
- export const EnvelopeAuditLogFindData14$outboundSchema: z.ZodType<
6003
- EnvelopeAuditLogFindData14$Outbound,
6815
+ export const EnvelopeAuditLogFindData15$outboundSchema: z.ZodType<
6816
+ EnvelopeAuditLogFindData15$Outbound,
6004
6817
  z.ZodTypeDef,
6005
- EnvelopeAuditLogFindData14
6818
+ EnvelopeAuditLogFindData15
6006
6819
  > = z.object({
6007
6820
  recipientEmail: z.string(),
6008
6821
  recipientName: z.string(),
@@ -6024,20 +6837,20 @@ export const EnvelopeAuditLogFindData14$outboundSchema: z.ZodType<
6024
6837
  fieldSecurity: z.lazy(() => FieldSecurity2$outboundSchema).optional(),
6025
6838
  });
6026
6839
 
6027
- export function envelopeAuditLogFindData14ToJSON(
6028
- envelopeAuditLogFindData14: EnvelopeAuditLogFindData14,
6840
+ export function envelopeAuditLogFindData15ToJSON(
6841
+ envelopeAuditLogFindData15: EnvelopeAuditLogFindData15,
6029
6842
  ): string {
6030
6843
  return JSON.stringify(
6031
- EnvelopeAuditLogFindData14$outboundSchema.parse(envelopeAuditLogFindData14),
6844
+ EnvelopeAuditLogFindData15$outboundSchema.parse(envelopeAuditLogFindData15),
6032
6845
  );
6033
6846
  }
6034
- export function envelopeAuditLogFindData14FromJSON(
6847
+ export function envelopeAuditLogFindData15FromJSON(
6035
6848
  jsonString: string,
6036
- ): SafeParseResult<EnvelopeAuditLogFindData14, SDKValidationError> {
6849
+ ): SafeParseResult<EnvelopeAuditLogFindData15, SDKValidationError> {
6037
6850
  return safeParse(
6038
6851
  jsonString,
6039
- (x) => EnvelopeAuditLogFindData14$inboundSchema.parse(JSON.parse(x)),
6040
- `Failed to parse 'EnvelopeAuditLogFindData14' from JSON`,
6852
+ (x) => EnvelopeAuditLogFindData15$inboundSchema.parse(JSON.parse(x)),
6853
+ `Failed to parse 'EnvelopeAuditLogFindData15' from JSON`,
6041
6854
  );
6042
6855
  }
6043
6856
 
@@ -6048,7 +6861,7 @@ export const DataDocumentFieldPrefilled$inboundSchema: z.ZodType<
6048
6861
  unknown
6049
6862
  > = z.object({
6050
6863
  type: z.literal("DOCUMENT_FIELD_PREFILLED"),
6051
- data: z.lazy(() => EnvelopeAuditLogFindData14$inboundSchema),
6864
+ data: z.lazy(() => EnvelopeAuditLogFindData15$inboundSchema),
6052
6865
  id: z.string(),
6053
6866
  createdAt: z.string(),
6054
6867
  envelopeId: z.string(),
@@ -6061,7 +6874,7 @@ export const DataDocumentFieldPrefilled$inboundSchema: z.ZodType<
6061
6874
  /** @internal */
6062
6875
  export type DataDocumentFieldPrefilled$Outbound = {
6063
6876
  type: "DOCUMENT_FIELD_PREFILLED";
6064
- data: EnvelopeAuditLogFindData14$Outbound;
6877
+ data: EnvelopeAuditLogFindData15$Outbound;
6065
6878
  id: string;
6066
6879
  createdAt: string;
6067
6880
  envelopeId: string;
@@ -6079,7 +6892,7 @@ export const DataDocumentFieldPrefilled$outboundSchema: z.ZodType<
6079
6892
  DataDocumentFieldPrefilled
6080
6893
  > = z.object({
6081
6894
  type: z.literal("DOCUMENT_FIELD_PREFILLED"),
6082
- data: z.lazy(() => EnvelopeAuditLogFindData14$outboundSchema),
6895
+ data: z.lazy(() => EnvelopeAuditLogFindData15$outboundSchema),
6083
6896
  id: z.string(),
6084
6897
  createdAt: z.string(),
6085
6898
  envelopeId: z.string(),
@@ -6115,8 +6928,8 @@ export const FieldEnum$outboundSchema: z.ZodNativeEnum<typeof FieldEnum> =
6115
6928
  FieldEnum$inboundSchema;
6116
6929
 
6117
6930
  /** @internal */
6118
- export const EnvelopeAuditLogFindData13$inboundSchema: z.ZodType<
6119
- EnvelopeAuditLogFindData13,
6931
+ export const EnvelopeAuditLogFindData14$inboundSchema: z.ZodType<
6932
+ EnvelopeAuditLogFindData14,
6120
6933
  z.ZodTypeDef,
6121
6934
  unknown
6122
6935
  > = z.object({
@@ -6124,35 +6937,35 @@ export const EnvelopeAuditLogFindData13$inboundSchema: z.ZodType<
6124
6937
  fieldId: z.string(),
6125
6938
  });
6126
6939
  /** @internal */
6127
- export type EnvelopeAuditLogFindData13$Outbound = {
6940
+ export type EnvelopeAuditLogFindData14$Outbound = {
6128
6941
  field: string;
6129
6942
  fieldId: string;
6130
6943
  };
6131
6944
 
6132
6945
  /** @internal */
6133
- export const EnvelopeAuditLogFindData13$outboundSchema: z.ZodType<
6134
- EnvelopeAuditLogFindData13$Outbound,
6946
+ export const EnvelopeAuditLogFindData14$outboundSchema: z.ZodType<
6947
+ EnvelopeAuditLogFindData14$Outbound,
6135
6948
  z.ZodTypeDef,
6136
- EnvelopeAuditLogFindData13
6949
+ EnvelopeAuditLogFindData14
6137
6950
  > = z.object({
6138
6951
  field: FieldEnum$outboundSchema,
6139
6952
  fieldId: z.string(),
6140
6953
  });
6141
6954
 
6142
- export function envelopeAuditLogFindData13ToJSON(
6143
- envelopeAuditLogFindData13: EnvelopeAuditLogFindData13,
6955
+ export function envelopeAuditLogFindData14ToJSON(
6956
+ envelopeAuditLogFindData14: EnvelopeAuditLogFindData14,
6144
6957
  ): string {
6145
6958
  return JSON.stringify(
6146
- EnvelopeAuditLogFindData13$outboundSchema.parse(envelopeAuditLogFindData13),
6959
+ EnvelopeAuditLogFindData14$outboundSchema.parse(envelopeAuditLogFindData14),
6147
6960
  );
6148
6961
  }
6149
- export function envelopeAuditLogFindData13FromJSON(
6962
+ export function envelopeAuditLogFindData14FromJSON(
6150
6963
  jsonString: string,
6151
- ): SafeParseResult<EnvelopeAuditLogFindData13, SDKValidationError> {
6964
+ ): SafeParseResult<EnvelopeAuditLogFindData14, SDKValidationError> {
6152
6965
  return safeParse(
6153
6966
  jsonString,
6154
- (x) => EnvelopeAuditLogFindData13$inboundSchema.parse(JSON.parse(x)),
6155
- `Failed to parse 'EnvelopeAuditLogFindData13' from JSON`,
6967
+ (x) => EnvelopeAuditLogFindData14$inboundSchema.parse(JSON.parse(x)),
6968
+ `Failed to parse 'EnvelopeAuditLogFindData14' from JSON`,
6156
6969
  );
6157
6970
  }
6158
6971
 
@@ -6163,7 +6976,7 @@ export const DataDocumentFieldUninserted$inboundSchema: z.ZodType<
6163
6976
  unknown
6164
6977
  > = z.object({
6165
6978
  type: z.literal("DOCUMENT_FIELD_UNINSERTED"),
6166
- data: z.lazy(() => EnvelopeAuditLogFindData13$inboundSchema),
6979
+ data: z.lazy(() => EnvelopeAuditLogFindData14$inboundSchema),
6167
6980
  id: z.string(),
6168
6981
  createdAt: z.string(),
6169
6982
  envelopeId: z.string(),
@@ -6176,7 +6989,7 @@ export const DataDocumentFieldUninserted$inboundSchema: z.ZodType<
6176
6989
  /** @internal */
6177
6990
  export type DataDocumentFieldUninserted$Outbound = {
6178
6991
  type: "DOCUMENT_FIELD_UNINSERTED";
6179
- data: EnvelopeAuditLogFindData13$Outbound;
6992
+ data: EnvelopeAuditLogFindData14$Outbound;
6180
6993
  id: string;
6181
6994
  createdAt: string;
6182
6995
  envelopeId: string;
@@ -6194,7 +7007,7 @@ export const DataDocumentFieldUninserted$outboundSchema: z.ZodType<
6194
7007
  DataDocumentFieldUninserted
6195
7008
  > = z.object({
6196
7009
  type: z.literal("DOCUMENT_FIELD_UNINSERTED"),
6197
- data: z.lazy(() => EnvelopeAuditLogFindData13$outboundSchema),
7010
+ data: z.lazy(() => EnvelopeAuditLogFindData14$outboundSchema),
6198
7011
  id: z.string(),
6199
7012
  createdAt: z.string(),
6200
7013
  envelopeId: z.string(),
@@ -6920,8 +7733,8 @@ export function fieldSecurity1FromJSON(
6920
7733
  }
6921
7734
 
6922
7735
  /** @internal */
6923
- export const EnvelopeAuditLogFindData12$inboundSchema: z.ZodType<
6924
- EnvelopeAuditLogFindData12,
7736
+ export const EnvelopeAuditLogFindData13$inboundSchema: z.ZodType<
7737
+ EnvelopeAuditLogFindData13,
6925
7738
  z.ZodTypeDef,
6926
7739
  unknown
6927
7740
  > = z.object({
@@ -6945,7 +7758,7 @@ export const EnvelopeAuditLogFindData12$inboundSchema: z.ZodType<
6945
7758
  fieldSecurity: z.lazy(() => FieldSecurity1$inboundSchema).optional(),
6946
7759
  });
6947
7760
  /** @internal */
6948
- export type EnvelopeAuditLogFindData12$Outbound = {
7761
+ export type EnvelopeAuditLogFindData13$Outbound = {
6949
7762
  recipientEmail: string;
6950
7763
  recipientName: string;
6951
7764
  recipientId: number;
@@ -6966,10 +7779,10 @@ export type EnvelopeAuditLogFindData12$Outbound = {
6966
7779
  };
6967
7780
 
6968
7781
  /** @internal */
6969
- export const EnvelopeAuditLogFindData12$outboundSchema: z.ZodType<
6970
- EnvelopeAuditLogFindData12$Outbound,
7782
+ export const EnvelopeAuditLogFindData13$outboundSchema: z.ZodType<
7783
+ EnvelopeAuditLogFindData13$Outbound,
6971
7784
  z.ZodTypeDef,
6972
- EnvelopeAuditLogFindData12
7785
+ EnvelopeAuditLogFindData13
6973
7786
  > = z.object({
6974
7787
  recipientEmail: z.string(),
6975
7788
  recipientName: z.string(),
@@ -6991,20 +7804,20 @@ export const EnvelopeAuditLogFindData12$outboundSchema: z.ZodType<
6991
7804
  fieldSecurity: z.lazy(() => FieldSecurity1$outboundSchema).optional(),
6992
7805
  });
6993
7806
 
6994
- export function envelopeAuditLogFindData12ToJSON(
6995
- envelopeAuditLogFindData12: EnvelopeAuditLogFindData12,
7807
+ export function envelopeAuditLogFindData13ToJSON(
7808
+ envelopeAuditLogFindData13: EnvelopeAuditLogFindData13,
6996
7809
  ): string {
6997
7810
  return JSON.stringify(
6998
- EnvelopeAuditLogFindData12$outboundSchema.parse(envelopeAuditLogFindData12),
7811
+ EnvelopeAuditLogFindData13$outboundSchema.parse(envelopeAuditLogFindData13),
6999
7812
  );
7000
7813
  }
7001
- export function envelopeAuditLogFindData12FromJSON(
7814
+ export function envelopeAuditLogFindData13FromJSON(
7002
7815
  jsonString: string,
7003
- ): SafeParseResult<EnvelopeAuditLogFindData12, SDKValidationError> {
7816
+ ): SafeParseResult<EnvelopeAuditLogFindData13, SDKValidationError> {
7004
7817
  return safeParse(
7005
7818
  jsonString,
7006
- (x) => EnvelopeAuditLogFindData12$inboundSchema.parse(JSON.parse(x)),
7007
- `Failed to parse 'EnvelopeAuditLogFindData12' from JSON`,
7819
+ (x) => EnvelopeAuditLogFindData13$inboundSchema.parse(JSON.parse(x)),
7820
+ `Failed to parse 'EnvelopeAuditLogFindData13' from JSON`,
7008
7821
  );
7009
7822
  }
7010
7823
 
@@ -7015,7 +7828,7 @@ export const DataDocumentFieldInserted$inboundSchema: z.ZodType<
7015
7828
  unknown
7016
7829
  > = z.object({
7017
7830
  type: z.literal("DOCUMENT_FIELD_INSERTED"),
7018
- data: z.lazy(() => EnvelopeAuditLogFindData12$inboundSchema),
7831
+ data: z.lazy(() => EnvelopeAuditLogFindData13$inboundSchema),
7019
7832
  id: z.string(),
7020
7833
  createdAt: z.string(),
7021
7834
  envelopeId: z.string(),
@@ -7028,7 +7841,7 @@ export const DataDocumentFieldInserted$inboundSchema: z.ZodType<
7028
7841
  /** @internal */
7029
7842
  export type DataDocumentFieldInserted$Outbound = {
7030
7843
  type: "DOCUMENT_FIELD_INSERTED";
7031
- data: EnvelopeAuditLogFindData12$Outbound;
7844
+ data: EnvelopeAuditLogFindData13$Outbound;
7032
7845
  id: string;
7033
7846
  createdAt: string;
7034
7847
  envelopeId: string;
@@ -7046,7 +7859,7 @@ export const DataDocumentFieldInserted$outboundSchema: z.ZodType<
7046
7859
  DataDocumentFieldInserted
7047
7860
  > = z.object({
7048
7861
  type: z.literal("DOCUMENT_FIELD_INSERTED"),
7049
- data: z.lazy(() => EnvelopeAuditLogFindData12$outboundSchema),
7862
+ data: z.lazy(() => EnvelopeAuditLogFindData13$outboundSchema),
7050
7863
  id: z.string(),
7051
7864
  createdAt: z.string(),
7052
7865
  envelopeId: z.string(),
@@ -7127,41 +7940,41 @@ export function envelopeAuditLogFindField1FromJSON(
7127
7940
  }
7128
7941
 
7129
7942
  /** @internal */
7130
- export const EnvelopeAuditLogFindData11$inboundSchema: z.ZodType<
7131
- EnvelopeAuditLogFindData11,
7943
+ export const EnvelopeAuditLogFindData12$inboundSchema: z.ZodType<
7944
+ EnvelopeAuditLogFindData12,
7132
7945
  z.ZodTypeDef,
7133
7946
  unknown
7134
7947
  > = z.object({
7135
7948
  fields: z.array(z.lazy(() => EnvelopeAuditLogFindField1$inboundSchema)),
7136
7949
  });
7137
7950
  /** @internal */
7138
- export type EnvelopeAuditLogFindData11$Outbound = {
7951
+ export type EnvelopeAuditLogFindData12$Outbound = {
7139
7952
  fields: Array<EnvelopeAuditLogFindField1$Outbound>;
7140
7953
  };
7141
7954
 
7142
7955
  /** @internal */
7143
- export const EnvelopeAuditLogFindData11$outboundSchema: z.ZodType<
7144
- EnvelopeAuditLogFindData11$Outbound,
7956
+ export const EnvelopeAuditLogFindData12$outboundSchema: z.ZodType<
7957
+ EnvelopeAuditLogFindData12$Outbound,
7145
7958
  z.ZodTypeDef,
7146
- EnvelopeAuditLogFindData11
7959
+ EnvelopeAuditLogFindData12
7147
7960
  > = z.object({
7148
7961
  fields: z.array(z.lazy(() => EnvelopeAuditLogFindField1$outboundSchema)),
7149
7962
  });
7150
7963
 
7151
- export function envelopeAuditLogFindData11ToJSON(
7152
- envelopeAuditLogFindData11: EnvelopeAuditLogFindData11,
7964
+ export function envelopeAuditLogFindData12ToJSON(
7965
+ envelopeAuditLogFindData12: EnvelopeAuditLogFindData12,
7153
7966
  ): string {
7154
7967
  return JSON.stringify(
7155
- EnvelopeAuditLogFindData11$outboundSchema.parse(envelopeAuditLogFindData11),
7968
+ EnvelopeAuditLogFindData12$outboundSchema.parse(envelopeAuditLogFindData12),
7156
7969
  );
7157
7970
  }
7158
- export function envelopeAuditLogFindData11FromJSON(
7971
+ export function envelopeAuditLogFindData12FromJSON(
7159
7972
  jsonString: string,
7160
- ): SafeParseResult<EnvelopeAuditLogFindData11, SDKValidationError> {
7973
+ ): SafeParseResult<EnvelopeAuditLogFindData12, SDKValidationError> {
7161
7974
  return safeParse(
7162
7975
  jsonString,
7163
- (x) => EnvelopeAuditLogFindData11$inboundSchema.parse(JSON.parse(x)),
7164
- `Failed to parse 'EnvelopeAuditLogFindData11' from JSON`,
7976
+ (x) => EnvelopeAuditLogFindData12$inboundSchema.parse(JSON.parse(x)),
7977
+ `Failed to parse 'EnvelopeAuditLogFindData12' from JSON`,
7165
7978
  );
7166
7979
  }
7167
7980
 
@@ -7172,7 +7985,7 @@ export const DataDocumentFieldsAutoInserted$inboundSchema: z.ZodType<
7172
7985
  unknown
7173
7986
  > = z.object({
7174
7987
  type: z.literal("DOCUMENT_FIELDS_AUTO_INSERTED"),
7175
- data: z.lazy(() => EnvelopeAuditLogFindData11$inboundSchema),
7988
+ data: z.lazy(() => EnvelopeAuditLogFindData12$inboundSchema),
7176
7989
  id: z.string(),
7177
7990
  createdAt: z.string(),
7178
7991
  envelopeId: z.string(),
@@ -7185,7 +7998,7 @@ export const DataDocumentFieldsAutoInserted$inboundSchema: z.ZodType<
7185
7998
  /** @internal */
7186
7999
  export type DataDocumentFieldsAutoInserted$Outbound = {
7187
8000
  type: "DOCUMENT_FIELDS_AUTO_INSERTED";
7188
- data: EnvelopeAuditLogFindData11$Outbound;
8001
+ data: EnvelopeAuditLogFindData12$Outbound;
7189
8002
  id: string;
7190
8003
  createdAt: string;
7191
8004
  envelopeId: string;
@@ -7203,7 +8016,7 @@ export const DataDocumentFieldsAutoInserted$outboundSchema: z.ZodType<
7203
8016
  DataDocumentFieldsAutoInserted
7204
8017
  > = z.object({
7205
8018
  type: z.literal("DOCUMENT_FIELDS_AUTO_INSERTED"),
7206
- data: z.lazy(() => EnvelopeAuditLogFindData11$outboundSchema),
8019
+ data: z.lazy(() => EnvelopeAuditLogFindData12$outboundSchema),
7207
8020
  id: z.string(),
7208
8021
  createdAt: z.string(),
7209
8022
  envelopeId: z.string(),
@@ -7234,8 +8047,8 @@ export function dataDocumentFieldsAutoInsertedFromJSON(
7234
8047
  }
7235
8048
 
7236
8049
  /** @internal */
7237
- export const EnvelopeAuditLogFindData10$inboundSchema: z.ZodType<
7238
- EnvelopeAuditLogFindData10,
8050
+ export const EnvelopeAuditLogFindData11$inboundSchema: z.ZodType<
8051
+ EnvelopeAuditLogFindData11,
7239
8052
  z.ZodTypeDef,
7240
8053
  unknown
7241
8054
  > = z.object({
@@ -7244,37 +8057,37 @@ export const EnvelopeAuditLogFindData10$inboundSchema: z.ZodType<
7244
8057
  teamName: z.string(),
7245
8058
  });
7246
8059
  /** @internal */
7247
- export type EnvelopeAuditLogFindData10$Outbound = {
8060
+ export type EnvelopeAuditLogFindData11$Outbound = {
7248
8061
  delegatedOwnerName: string | null;
7249
8062
  delegatedOwnerEmail: string;
7250
8063
  teamName: string;
7251
8064
  };
7252
8065
 
7253
8066
  /** @internal */
7254
- export const EnvelopeAuditLogFindData10$outboundSchema: z.ZodType<
7255
- EnvelopeAuditLogFindData10$Outbound,
8067
+ export const EnvelopeAuditLogFindData11$outboundSchema: z.ZodType<
8068
+ EnvelopeAuditLogFindData11$Outbound,
7256
8069
  z.ZodTypeDef,
7257
- EnvelopeAuditLogFindData10
8070
+ EnvelopeAuditLogFindData11
7258
8071
  > = z.object({
7259
8072
  delegatedOwnerName: z.nullable(z.string()),
7260
8073
  delegatedOwnerEmail: z.string(),
7261
8074
  teamName: z.string(),
7262
8075
  });
7263
8076
 
7264
- export function envelopeAuditLogFindData10ToJSON(
7265
- envelopeAuditLogFindData10: EnvelopeAuditLogFindData10,
8077
+ export function envelopeAuditLogFindData11ToJSON(
8078
+ envelopeAuditLogFindData11: EnvelopeAuditLogFindData11,
7266
8079
  ): string {
7267
8080
  return JSON.stringify(
7268
- EnvelopeAuditLogFindData10$outboundSchema.parse(envelopeAuditLogFindData10),
8081
+ EnvelopeAuditLogFindData11$outboundSchema.parse(envelopeAuditLogFindData11),
7269
8082
  );
7270
8083
  }
7271
- export function envelopeAuditLogFindData10FromJSON(
8084
+ export function envelopeAuditLogFindData11FromJSON(
7272
8085
  jsonString: string,
7273
- ): SafeParseResult<EnvelopeAuditLogFindData10, SDKValidationError> {
8086
+ ): SafeParseResult<EnvelopeAuditLogFindData11, SDKValidationError> {
7274
8087
  return safeParse(
7275
8088
  jsonString,
7276
- (x) => EnvelopeAuditLogFindData10$inboundSchema.parse(JSON.parse(x)),
7277
- `Failed to parse 'EnvelopeAuditLogFindData10' from JSON`,
8089
+ (x) => EnvelopeAuditLogFindData11$inboundSchema.parse(JSON.parse(x)),
8090
+ `Failed to parse 'EnvelopeAuditLogFindData11' from JSON`,
7278
8091
  );
7279
8092
  }
7280
8093
 
@@ -7285,7 +8098,7 @@ export const DataDocumentDelegatedOwnerCreated$inboundSchema: z.ZodType<
7285
8098
  unknown
7286
8099
  > = z.object({
7287
8100
  type: z.literal("DOCUMENT_DELEGATED_OWNER_CREATED"),
7288
- data: z.lazy(() => EnvelopeAuditLogFindData10$inboundSchema),
8101
+ data: z.lazy(() => EnvelopeAuditLogFindData11$inboundSchema),
7289
8102
  id: z.string(),
7290
8103
  createdAt: z.string(),
7291
8104
  envelopeId: z.string(),
@@ -7298,7 +8111,7 @@ export const DataDocumentDelegatedOwnerCreated$inboundSchema: z.ZodType<
7298
8111
  /** @internal */
7299
8112
  export type DataDocumentDelegatedOwnerCreated$Outbound = {
7300
8113
  type: "DOCUMENT_DELEGATED_OWNER_CREATED";
7301
- data: EnvelopeAuditLogFindData10$Outbound;
8114
+ data: EnvelopeAuditLogFindData11$Outbound;
7302
8115
  id: string;
7303
8116
  createdAt: string;
7304
8117
  envelopeId: string;
@@ -7316,7 +8129,7 @@ export const DataDocumentDelegatedOwnerCreated$outboundSchema: z.ZodType<
7316
8129
  DataDocumentDelegatedOwnerCreated
7317
8130
  > = z.object({
7318
8131
  type: z.literal("DOCUMENT_DELEGATED_OWNER_CREATED"),
7319
- data: z.lazy(() => EnvelopeAuditLogFindData10$outboundSchema),
8132
+ data: z.lazy(() => EnvelopeAuditLogFindData11$outboundSchema),
7320
8133
  id: z.string(),
7321
8134
  createdAt: z.string(),
7322
8135
  envelopeId: z.string(),
@@ -7347,8 +8160,8 @@ export function dataDocumentDelegatedOwnerCreatedFromJSON(
7347
8160
  }
7348
8161
 
7349
8162
  /** @internal */
7350
- export const EnvelopeAuditLogFindData9$inboundSchema: z.ZodType<
7351
- EnvelopeAuditLogFindData9,
8163
+ export const EnvelopeAuditLogFindData10$inboundSchema: z.ZodType<
8164
+ EnvelopeAuditLogFindData10,
7352
8165
  z.ZodTypeDef,
7353
8166
  unknown
7354
8167
  > = z.object({
@@ -7357,37 +8170,37 @@ export const EnvelopeAuditLogFindData9$inboundSchema: z.ZodType<
7357
8170
  toTeamId: z.number(),
7358
8171
  });
7359
8172
  /** @internal */
7360
- export type EnvelopeAuditLogFindData9$Outbound = {
8173
+ export type EnvelopeAuditLogFindData10$Outbound = {
7361
8174
  movedByUserId: number;
7362
8175
  fromPersonalAccount: boolean;
7363
8176
  toTeamId: number;
7364
8177
  };
7365
8178
 
7366
8179
  /** @internal */
7367
- export const EnvelopeAuditLogFindData9$outboundSchema: z.ZodType<
7368
- EnvelopeAuditLogFindData9$Outbound,
8180
+ export const EnvelopeAuditLogFindData10$outboundSchema: z.ZodType<
8181
+ EnvelopeAuditLogFindData10$Outbound,
7369
8182
  z.ZodTypeDef,
7370
- EnvelopeAuditLogFindData9
8183
+ EnvelopeAuditLogFindData10
7371
8184
  > = z.object({
7372
8185
  movedByUserId: z.number(),
7373
8186
  fromPersonalAccount: z.boolean(),
7374
8187
  toTeamId: z.number(),
7375
8188
  });
7376
8189
 
7377
- export function envelopeAuditLogFindData9ToJSON(
7378
- envelopeAuditLogFindData9: EnvelopeAuditLogFindData9,
8190
+ export function envelopeAuditLogFindData10ToJSON(
8191
+ envelopeAuditLogFindData10: EnvelopeAuditLogFindData10,
7379
8192
  ): string {
7380
8193
  return JSON.stringify(
7381
- EnvelopeAuditLogFindData9$outboundSchema.parse(envelopeAuditLogFindData9),
8194
+ EnvelopeAuditLogFindData10$outboundSchema.parse(envelopeAuditLogFindData10),
7382
8195
  );
7383
8196
  }
7384
- export function envelopeAuditLogFindData9FromJSON(
8197
+ export function envelopeAuditLogFindData10FromJSON(
7385
8198
  jsonString: string,
7386
- ): SafeParseResult<EnvelopeAuditLogFindData9, SDKValidationError> {
8199
+ ): SafeParseResult<EnvelopeAuditLogFindData10, SDKValidationError> {
7387
8200
  return safeParse(
7388
8201
  jsonString,
7389
- (x) => EnvelopeAuditLogFindData9$inboundSchema.parse(JSON.parse(x)),
7390
- `Failed to parse 'EnvelopeAuditLogFindData9' from JSON`,
8202
+ (x) => EnvelopeAuditLogFindData10$inboundSchema.parse(JSON.parse(x)),
8203
+ `Failed to parse 'EnvelopeAuditLogFindData10' from JSON`,
7391
8204
  );
7392
8205
  }
7393
8206
 
@@ -7398,7 +8211,7 @@ export const DataDocumentMovedToTeam$inboundSchema: z.ZodType<
7398
8211
  unknown
7399
8212
  > = z.object({
7400
8213
  type: z.literal("DOCUMENT_MOVED_TO_TEAM"),
7401
- data: z.lazy(() => EnvelopeAuditLogFindData9$inboundSchema),
8214
+ data: z.lazy(() => EnvelopeAuditLogFindData10$inboundSchema),
7402
8215
  id: z.string(),
7403
8216
  createdAt: z.string(),
7404
8217
  envelopeId: z.string(),
@@ -7411,7 +8224,7 @@ export const DataDocumentMovedToTeam$inboundSchema: z.ZodType<
7411
8224
  /** @internal */
7412
8225
  export type DataDocumentMovedToTeam$Outbound = {
7413
8226
  type: "DOCUMENT_MOVED_TO_TEAM";
7414
- data: EnvelopeAuditLogFindData9$Outbound;
8227
+ data: EnvelopeAuditLogFindData10$Outbound;
7415
8228
  id: string;
7416
8229
  createdAt: string;
7417
8230
  envelopeId: string;
@@ -7429,7 +8242,7 @@ export const DataDocumentMovedToTeam$outboundSchema: z.ZodType<
7429
8242
  DataDocumentMovedToTeam
7430
8243
  > = z.object({
7431
8244
  type: z.literal("DOCUMENT_MOVED_TO_TEAM"),
7432
- data: z.lazy(() => EnvelopeAuditLogFindData9$outboundSchema),
8245
+ data: z.lazy(() => EnvelopeAuditLogFindData10$outboundSchema),
7433
8246
  id: z.string(),
7434
8247
  createdAt: z.string(),
7435
8248
  envelopeId: z.string(),
@@ -7457,6 +8270,111 @@ export function dataDocumentMovedToTeamFromJSON(
7457
8270
  );
7458
8271
  }
7459
8272
 
8273
+ /** @internal */
8274
+ export const EnvelopeAuditLogFindData9$inboundSchema: z.ZodType<
8275
+ EnvelopeAuditLogFindData9,
8276
+ z.ZodTypeDef,
8277
+ unknown
8278
+ > = z.object({
8279
+ reason: z.string().optional(),
8280
+ });
8281
+ /** @internal */
8282
+ export type EnvelopeAuditLogFindData9$Outbound = {
8283
+ reason?: string | undefined;
8284
+ };
8285
+
8286
+ /** @internal */
8287
+ export const EnvelopeAuditLogFindData9$outboundSchema: z.ZodType<
8288
+ EnvelopeAuditLogFindData9$Outbound,
8289
+ z.ZodTypeDef,
8290
+ EnvelopeAuditLogFindData9
8291
+ > = z.object({
8292
+ reason: z.string().optional(),
8293
+ });
8294
+
8295
+ export function envelopeAuditLogFindData9ToJSON(
8296
+ envelopeAuditLogFindData9: EnvelopeAuditLogFindData9,
8297
+ ): string {
8298
+ return JSON.stringify(
8299
+ EnvelopeAuditLogFindData9$outboundSchema.parse(envelopeAuditLogFindData9),
8300
+ );
8301
+ }
8302
+ export function envelopeAuditLogFindData9FromJSON(
8303
+ jsonString: string,
8304
+ ): SafeParseResult<EnvelopeAuditLogFindData9, SDKValidationError> {
8305
+ return safeParse(
8306
+ jsonString,
8307
+ (x) => EnvelopeAuditLogFindData9$inboundSchema.parse(JSON.parse(x)),
8308
+ `Failed to parse 'EnvelopeAuditLogFindData9' from JSON`,
8309
+ );
8310
+ }
8311
+
8312
+ /** @internal */
8313
+ export const DataDocumentCancelled$inboundSchema: z.ZodType<
8314
+ DataDocumentCancelled,
8315
+ z.ZodTypeDef,
8316
+ unknown
8317
+ > = z.object({
8318
+ type: z.literal("DOCUMENT_CANCELLED"),
8319
+ data: z.lazy(() => EnvelopeAuditLogFindData9$inboundSchema),
8320
+ id: z.string(),
8321
+ createdAt: z.string(),
8322
+ envelopeId: z.string(),
8323
+ name: z.nullable(z.string()).optional(),
8324
+ email: z.nullable(z.string()).optional(),
8325
+ userId: z.nullable(z.number()).optional(),
8326
+ userAgent: z.nullable(z.string()).optional(),
8327
+ ipAddress: z.nullable(z.string()).optional(),
8328
+ });
8329
+ /** @internal */
8330
+ export type DataDocumentCancelled$Outbound = {
8331
+ type: "DOCUMENT_CANCELLED";
8332
+ data: EnvelopeAuditLogFindData9$Outbound;
8333
+ id: string;
8334
+ createdAt: string;
8335
+ envelopeId: string;
8336
+ name?: string | null | undefined;
8337
+ email?: string | null | undefined;
8338
+ userId?: number | null | undefined;
8339
+ userAgent?: string | null | undefined;
8340
+ ipAddress?: string | null | undefined;
8341
+ };
8342
+
8343
+ /** @internal */
8344
+ export const DataDocumentCancelled$outboundSchema: z.ZodType<
8345
+ DataDocumentCancelled$Outbound,
8346
+ z.ZodTypeDef,
8347
+ DataDocumentCancelled
8348
+ > = z.object({
8349
+ type: z.literal("DOCUMENT_CANCELLED"),
8350
+ data: z.lazy(() => EnvelopeAuditLogFindData9$outboundSchema),
8351
+ id: z.string(),
8352
+ createdAt: z.string(),
8353
+ envelopeId: z.string(),
8354
+ name: z.nullable(z.string()).optional(),
8355
+ email: z.nullable(z.string()).optional(),
8356
+ userId: z.nullable(z.number()).optional(),
8357
+ userAgent: z.nullable(z.string()).optional(),
8358
+ ipAddress: z.nullable(z.string()).optional(),
8359
+ });
8360
+
8361
+ export function dataDocumentCancelledToJSON(
8362
+ dataDocumentCancelled: DataDocumentCancelled,
8363
+ ): string {
8364
+ return JSON.stringify(
8365
+ DataDocumentCancelled$outboundSchema.parse(dataDocumentCancelled),
8366
+ );
8367
+ }
8368
+ export function dataDocumentCancelledFromJSON(
8369
+ jsonString: string,
8370
+ ): SafeParseResult<DataDocumentCancelled, SDKValidationError> {
8371
+ return safeParse(
8372
+ jsonString,
8373
+ (x) => DataDocumentCancelled$inboundSchema.parse(JSON.parse(x)),
8374
+ `Failed to parse 'DataDocumentCancelled' from JSON`,
8375
+ );
8376
+ }
8377
+
7460
8378
  /** @internal */
7461
8379
  export const EnvelopeAuditLogFindTypeEnum$inboundSchema: z.ZodNativeEnum<
7462
8380
  typeof EnvelopeAuditLogFindTypeEnum
@@ -8567,6 +9485,7 @@ export const EnvelopeAuditLogFindDataUnion$inboundSchema: z.ZodType<
8567
9485
  z.lazy(() => DataDocumentCompleted$inboundSchema),
8568
9486
  z.lazy(() => DataDocumentCreated$inboundSchema),
8569
9487
  z.lazy(() => DataDocumentDeleted$inboundSchema),
9488
+ z.lazy(() => DataDocumentCancelled$inboundSchema),
8570
9489
  z.lazy(() => DataDocumentMovedToTeam$inboundSchema),
8571
9490
  z.lazy(() => DataDocumentDelegatedOwnerCreated$inboundSchema),
8572
9491
  z.lazy(() => DataDocumentFieldsAutoInserted$inboundSchema),
@@ -8594,6 +9513,11 @@ export const EnvelopeAuditLogFindDataUnion$inboundSchema: z.ZodType<
8594
9513
  z.lazy(() => DataRecipientUpdated$inboundSchema),
8595
9514
  z.lazy(() => DataRecipientDeleted$inboundSchema),
8596
9515
  z.lazy(() => DataDocumentRecipientExpired$inboundSchema),
9516
+ z.lazy(() => DataDocumentRecipientCscAuthenticated$inboundSchema),
9517
+ z.lazy(() => DataDocumentRecipientCscAuthenticationFailed$inboundSchema),
9518
+ z.lazy(() => DataDocumentRecipientCscSignRequested$inboundSchema),
9519
+ z.lazy(() => DataDocumentRecipientCscAuthorized$inboundSchema),
9520
+ z.lazy(() => DataDocumentRecipientCscSigned$inboundSchema),
8597
9521
  ]);
8598
9522
  /** @internal */
8599
9523
  export type EnvelopeAuditLogFindDataUnion$Outbound =
@@ -8605,6 +9529,7 @@ export type EnvelopeAuditLogFindDataUnion$Outbound =
8605
9529
  | DataDocumentCompleted$Outbound
8606
9530
  | DataDocumentCreated$Outbound
8607
9531
  | DataDocumentDeleted$Outbound
9532
+ | DataDocumentCancelled$Outbound
8608
9533
  | DataDocumentMovedToTeam$Outbound
8609
9534
  | DataDocumentDelegatedOwnerCreated$Outbound
8610
9535
  | DataDocumentFieldsAutoInserted$Outbound
@@ -8631,7 +9556,12 @@ export type EnvelopeAuditLogFindDataUnion$Outbound =
8631
9556
  | DataRecipientCreated$Outbound
8632
9557
  | DataRecipientUpdated$Outbound
8633
9558
  | DataRecipientDeleted$Outbound
8634
- | DataDocumentRecipientExpired$Outbound;
9559
+ | DataDocumentRecipientExpired$Outbound
9560
+ | DataDocumentRecipientCscAuthenticated$Outbound
9561
+ | DataDocumentRecipientCscAuthenticationFailed$Outbound
9562
+ | DataDocumentRecipientCscSignRequested$Outbound
9563
+ | DataDocumentRecipientCscAuthorized$Outbound
9564
+ | DataDocumentRecipientCscSigned$Outbound;
8635
9565
 
8636
9566
  /** @internal */
8637
9567
  export const EnvelopeAuditLogFindDataUnion$outboundSchema: z.ZodType<
@@ -8647,6 +9577,7 @@ export const EnvelopeAuditLogFindDataUnion$outboundSchema: z.ZodType<
8647
9577
  z.lazy(() => DataDocumentCompleted$outboundSchema),
8648
9578
  z.lazy(() => DataDocumentCreated$outboundSchema),
8649
9579
  z.lazy(() => DataDocumentDeleted$outboundSchema),
9580
+ z.lazy(() => DataDocumentCancelled$outboundSchema),
8650
9581
  z.lazy(() => DataDocumentMovedToTeam$outboundSchema),
8651
9582
  z.lazy(() => DataDocumentDelegatedOwnerCreated$outboundSchema),
8652
9583
  z.lazy(() => DataDocumentFieldsAutoInserted$outboundSchema),
@@ -8674,6 +9605,11 @@ export const EnvelopeAuditLogFindDataUnion$outboundSchema: z.ZodType<
8674
9605
  z.lazy(() => DataRecipientUpdated$outboundSchema),
8675
9606
  z.lazy(() => DataRecipientDeleted$outboundSchema),
8676
9607
  z.lazy(() => DataDocumentRecipientExpired$outboundSchema),
9608
+ z.lazy(() => DataDocumentRecipientCscAuthenticated$outboundSchema),
9609
+ z.lazy(() => DataDocumentRecipientCscAuthenticationFailed$outboundSchema),
9610
+ z.lazy(() => DataDocumentRecipientCscSignRequested$outboundSchema),
9611
+ z.lazy(() => DataDocumentRecipientCscAuthorized$outboundSchema),
9612
+ z.lazy(() => DataDocumentRecipientCscSigned$outboundSchema),
8677
9613
  ]);
8678
9614
 
8679
9615
  export function envelopeAuditLogFindDataUnionToJSON(
@@ -8711,6 +9647,7 @@ export const EnvelopeAuditLogFindResponse$inboundSchema: z.ZodType<
8711
9647
  z.lazy(() => DataDocumentCompleted$inboundSchema),
8712
9648
  z.lazy(() => DataDocumentCreated$inboundSchema),
8713
9649
  z.lazy(() => DataDocumentDeleted$inboundSchema),
9650
+ z.lazy(() => DataDocumentCancelled$inboundSchema),
8714
9651
  z.lazy(() => DataDocumentMovedToTeam$inboundSchema),
8715
9652
  z.lazy(() => DataDocumentDelegatedOwnerCreated$inboundSchema),
8716
9653
  z.lazy(() => DataDocumentFieldsAutoInserted$inboundSchema),
@@ -8738,6 +9675,13 @@ export const EnvelopeAuditLogFindResponse$inboundSchema: z.ZodType<
8738
9675
  z.lazy(() => DataRecipientUpdated$inboundSchema),
8739
9676
  z.lazy(() => DataRecipientDeleted$inboundSchema),
8740
9677
  z.lazy(() => DataDocumentRecipientExpired$inboundSchema),
9678
+ z.lazy(() => DataDocumentRecipientCscAuthenticated$inboundSchema),
9679
+ z.lazy(() =>
9680
+ DataDocumentRecipientCscAuthenticationFailed$inboundSchema
9681
+ ),
9682
+ z.lazy(() => DataDocumentRecipientCscSignRequested$inboundSchema),
9683
+ z.lazy(() => DataDocumentRecipientCscAuthorized$inboundSchema),
9684
+ z.lazy(() => DataDocumentRecipientCscSigned$inboundSchema),
8741
9685
  ]),
8742
9686
  ),
8743
9687
  count: z.number(),
@@ -8756,6 +9700,7 @@ export type EnvelopeAuditLogFindResponse$Outbound = {
8756
9700
  | DataDocumentCompleted$Outbound
8757
9701
  | DataDocumentCreated$Outbound
8758
9702
  | DataDocumentDeleted$Outbound
9703
+ | DataDocumentCancelled$Outbound
8759
9704
  | DataDocumentMovedToTeam$Outbound
8760
9705
  | DataDocumentDelegatedOwnerCreated$Outbound
8761
9706
  | DataDocumentFieldsAutoInserted$Outbound
@@ -8783,6 +9728,11 @@ export type EnvelopeAuditLogFindResponse$Outbound = {
8783
9728
  | DataRecipientUpdated$Outbound
8784
9729
  | DataRecipientDeleted$Outbound
8785
9730
  | DataDocumentRecipientExpired$Outbound
9731
+ | DataDocumentRecipientCscAuthenticated$Outbound
9732
+ | DataDocumentRecipientCscAuthenticationFailed$Outbound
9733
+ | DataDocumentRecipientCscSignRequested$Outbound
9734
+ | DataDocumentRecipientCscAuthorized$Outbound
9735
+ | DataDocumentRecipientCscSigned$Outbound
8786
9736
  >;
8787
9737
  count: number;
8788
9738
  currentPage: number;
@@ -8806,6 +9756,7 @@ export const EnvelopeAuditLogFindResponse$outboundSchema: z.ZodType<
8806
9756
  z.lazy(() => DataDocumentCompleted$outboundSchema),
8807
9757
  z.lazy(() => DataDocumentCreated$outboundSchema),
8808
9758
  z.lazy(() => DataDocumentDeleted$outboundSchema),
9759
+ z.lazy(() => DataDocumentCancelled$outboundSchema),
8809
9760
  z.lazy(() => DataDocumentMovedToTeam$outboundSchema),
8810
9761
  z.lazy(() => DataDocumentDelegatedOwnerCreated$outboundSchema),
8811
9762
  z.lazy(() => DataDocumentFieldsAutoInserted$outboundSchema),
@@ -8833,6 +9784,13 @@ export const EnvelopeAuditLogFindResponse$outboundSchema: z.ZodType<
8833
9784
  z.lazy(() => DataRecipientUpdated$outboundSchema),
8834
9785
  z.lazy(() => DataRecipientDeleted$outboundSchema),
8835
9786
  z.lazy(() => DataDocumentRecipientExpired$outboundSchema),
9787
+ z.lazy(() => DataDocumentRecipientCscAuthenticated$outboundSchema),
9788
+ z.lazy(() =>
9789
+ DataDocumentRecipientCscAuthenticationFailed$outboundSchema
9790
+ ),
9791
+ z.lazy(() => DataDocumentRecipientCscSignRequested$outboundSchema),
9792
+ z.lazy(() => DataDocumentRecipientCscAuthorized$outboundSchema),
9793
+ z.lazy(() => DataDocumentRecipientCscSigned$outboundSchema),
8836
9794
  ]),
8837
9795
  ),
8838
9796
  count: z.number(),