@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
@@ -27,14 +27,124 @@ export type EnvelopeAuditLogFindRequest = {
27
27
  orderByColumn?: EnvelopeAuditLogFindOrderByColumn | undefined;
28
28
  orderByDirection?: EnvelopeAuditLogFindOrderByDirection | undefined;
29
29
  };
30
- export type EnvelopeAuditLogFindData35 = {
30
+ export type EnvelopeAuditLogFindData41 = {
31
+ recipientEmail: string;
32
+ recipientName: string;
33
+ recipientId: number;
34
+ recipientRole: string;
35
+ providerId: string;
36
+ credentialId: string;
37
+ sessionId: string;
38
+ numItemsSigned: number;
39
+ signatureAlgorithm: string;
40
+ digestAlgorithm: string;
41
+ };
42
+ export type DataDocumentRecipientCscSigned = {
43
+ type: "DOCUMENT_RECIPIENT_CSC_SIGNED";
44
+ data: EnvelopeAuditLogFindData41;
45
+ id: string;
46
+ createdAt: string;
47
+ envelopeId: string;
48
+ name?: string | null | undefined;
49
+ email?: string | null | undefined;
50
+ userId?: number | null | undefined;
51
+ userAgent?: string | null | undefined;
52
+ ipAddress?: string | null | undefined;
53
+ };
54
+ export type EnvelopeAuditLogFindData40 = {
55
+ recipientEmail: string;
56
+ recipientName: string;
57
+ recipientId: number;
58
+ recipientRole: string;
59
+ providerId: string;
60
+ credentialId: string;
61
+ sessionId: string;
62
+ sadExpiresAt: string;
63
+ };
64
+ export type DataDocumentRecipientCscAuthorized = {
65
+ type: "DOCUMENT_RECIPIENT_CSC_AUTHORIZED";
66
+ data: EnvelopeAuditLogFindData40;
67
+ id: string;
68
+ createdAt: string;
69
+ envelopeId: string;
70
+ name?: string | null | undefined;
71
+ email?: string | null | undefined;
72
+ userId?: number | null | undefined;
73
+ userAgent?: string | null | undefined;
74
+ ipAddress?: string | null | undefined;
75
+ };
76
+ export type EnvelopeAuditLogFindData39 = {
77
+ recipientEmail: string;
78
+ recipientName: string;
79
+ recipientId: number;
80
+ recipientRole: string;
81
+ providerId: string;
82
+ credentialId: string;
83
+ sessionId: string;
84
+ numSignatures: number;
85
+ };
86
+ export type DataDocumentRecipientCscSignRequested = {
87
+ type: "DOCUMENT_RECIPIENT_CSC_SIGN_REQUESTED";
88
+ data: EnvelopeAuditLogFindData39;
89
+ id: string;
90
+ createdAt: string;
91
+ envelopeId: string;
92
+ name?: string | null | undefined;
93
+ email?: string | null | undefined;
94
+ userId?: number | null | undefined;
95
+ userAgent?: string | null | undefined;
96
+ ipAddress?: string | null | undefined;
97
+ };
98
+ export type EnvelopeAuditLogFindData38 = {
99
+ recipientEmail: string;
100
+ recipientName: string;
101
+ recipientId: number;
102
+ recipientRole: string;
103
+ providerId: string;
104
+ reason: string;
105
+ };
106
+ export type DataDocumentRecipientCscAuthenticationFailed = {
107
+ type: "DOCUMENT_RECIPIENT_CSC_AUTHENTICATION_FAILED";
108
+ data: EnvelopeAuditLogFindData38;
109
+ id: string;
110
+ createdAt: string;
111
+ envelopeId: string;
112
+ name?: string | null | undefined;
113
+ email?: string | null | undefined;
114
+ userId?: number | null | undefined;
115
+ userAgent?: string | null | undefined;
116
+ ipAddress?: string | null | undefined;
117
+ };
118
+ export type EnvelopeAuditLogFindData37 = {
119
+ recipientEmail: string;
120
+ recipientName: string;
121
+ recipientId: number;
122
+ recipientRole: string;
123
+ providerId: string;
124
+ credentialId: string;
125
+ signatureAlgorithm: string;
126
+ digestAlgorithm: string;
127
+ };
128
+ export type DataDocumentRecipientCscAuthenticated = {
129
+ type: "DOCUMENT_RECIPIENT_CSC_AUTHENTICATED";
130
+ data: EnvelopeAuditLogFindData37;
131
+ id: string;
132
+ createdAt: string;
133
+ envelopeId: string;
134
+ name?: string | null | undefined;
135
+ email?: string | null | undefined;
136
+ userId?: number | null | undefined;
137
+ userAgent?: string | null | undefined;
138
+ ipAddress?: string | null | undefined;
139
+ };
140
+ export type EnvelopeAuditLogFindData36 = {
31
141
  recipientEmail: string;
32
142
  recipientName: string;
33
143
  recipientId: number;
34
144
  };
35
145
  export type DataDocumentRecipientExpired = {
36
146
  type: "DOCUMENT_RECIPIENT_EXPIRED";
37
- data: EnvelopeAuditLogFindData35;
147
+ data: EnvelopeAuditLogFindData36;
38
148
  id: string;
39
149
  createdAt: string;
40
150
  envelopeId: string;
@@ -44,7 +154,7 @@ export type DataDocumentRecipientExpired = {
44
154
  userAgent?: string | null | undefined;
45
155
  ipAddress?: string | null | undefined;
46
156
  };
47
- export type EnvelopeAuditLogFindData34 = {
157
+ export type EnvelopeAuditLogFindData35 = {
48
158
  recipientEmail: string;
49
159
  recipientName: string;
50
160
  recipientId: number;
@@ -52,7 +162,7 @@ export type EnvelopeAuditLogFindData34 = {
52
162
  };
53
163
  export type DataRecipientDeleted = {
54
164
  type: "RECIPIENT_DELETED";
55
- data: EnvelopeAuditLogFindData34;
165
+ data: EnvelopeAuditLogFindData35;
56
166
  id: string;
57
167
  createdAt: string;
58
168
  envelopeId: string;
@@ -98,7 +208,7 @@ export type ChangeActionAuth = {
98
208
  type: "ACTION_AUTH";
99
209
  };
100
210
  export type ChangeUnion3 = ChangeActionAuth | ChangeAccessAuth | ChangeName | ChangeRole | ChangeEmail;
101
- export type EnvelopeAuditLogFindData33 = {
211
+ export type EnvelopeAuditLogFindData34 = {
102
212
  recipientEmail: string;
103
213
  recipientName: string;
104
214
  recipientId: number;
@@ -107,7 +217,7 @@ export type EnvelopeAuditLogFindData33 = {
107
217
  };
108
218
  export type DataRecipientUpdated = {
109
219
  type: "RECIPIENT_UPDATED";
110
- data: EnvelopeAuditLogFindData33;
220
+ data: EnvelopeAuditLogFindData34;
111
221
  id: string;
112
222
  createdAt: string;
113
223
  envelopeId: string;
@@ -130,7 +240,7 @@ export declare const EnvelopeAuditLogFindActionAuth2: {
130
240
  readonly ExplicitNone: "EXPLICIT_NONE";
131
241
  };
132
242
  export type EnvelopeAuditLogFindActionAuth2 = ClosedEnum<typeof EnvelopeAuditLogFindActionAuth2>;
133
- export type EnvelopeAuditLogFindData32 = {
243
+ export type EnvelopeAuditLogFindData33 = {
134
244
  recipientEmail: string;
135
245
  recipientName: string;
136
246
  recipientId: number;
@@ -140,7 +250,7 @@ export type EnvelopeAuditLogFindData32 = {
140
250
  };
141
251
  export type DataRecipientCreated = {
142
252
  type: "RECIPIENT_CREATED";
143
- data: EnvelopeAuditLogFindData32;
253
+ data: EnvelopeAuditLogFindData33;
144
254
  id: string;
145
255
  createdAt: string;
146
256
  envelopeId: string;
@@ -179,7 +289,7 @@ export type ChangeDimension = {
179
289
  to: ChangeTo1;
180
290
  };
181
291
  export type ChangeUnion2 = ChangeDimension | ChangePosition;
182
- export type EnvelopeAuditLogFindData31 = {
292
+ export type EnvelopeAuditLogFindData32 = {
183
293
  fieldId: string;
184
294
  fieldRecipientEmail: string;
185
295
  fieldRecipientId: number;
@@ -188,7 +298,7 @@ export type EnvelopeAuditLogFindData31 = {
188
298
  };
189
299
  export type DataFieldUpdated = {
190
300
  type: "FIELD_UPDATED";
191
- data: EnvelopeAuditLogFindData31;
301
+ data: EnvelopeAuditLogFindData32;
192
302
  id: string;
193
303
  createdAt: string;
194
304
  envelopeId: string;
@@ -198,7 +308,7 @@ export type DataFieldUpdated = {
198
308
  userAgent?: string | null | undefined;
199
309
  ipAddress?: string | null | undefined;
200
310
  };
201
- export type EnvelopeAuditLogFindData30 = {
311
+ export type EnvelopeAuditLogFindData31 = {
202
312
  fieldId: string;
203
313
  fieldRecipientEmail: string;
204
314
  fieldRecipientId: number;
@@ -206,7 +316,7 @@ export type EnvelopeAuditLogFindData30 = {
206
316
  };
207
317
  export type DataFieldDeleted = {
208
318
  type: "FIELD_DELETED";
209
- data: EnvelopeAuditLogFindData30;
319
+ data: EnvelopeAuditLogFindData31;
210
320
  id: string;
211
321
  createdAt: string;
212
322
  envelopeId: string;
@@ -216,7 +326,7 @@ export type DataFieldDeleted = {
216
326
  userAgent?: string | null | undefined;
217
327
  ipAddress?: string | null | undefined;
218
328
  };
219
- export type EnvelopeAuditLogFindData29 = {
329
+ export type EnvelopeAuditLogFindData30 = {
220
330
  fieldId: string;
221
331
  fieldRecipientEmail: string;
222
332
  fieldRecipientId: number;
@@ -224,7 +334,7 @@ export type EnvelopeAuditLogFindData29 = {
224
334
  };
225
335
  export type DataFieldCreated = {
226
336
  type: "FIELD_CREATED";
227
- data: EnvelopeAuditLogFindData29;
337
+ data: EnvelopeAuditLogFindData30;
228
338
  id: string;
229
339
  createdAt: string;
230
340
  envelopeId: string;
@@ -234,13 +344,13 @@ export type DataFieldCreated = {
234
344
  userAgent?: string | null | undefined;
235
345
  ipAddress?: string | null | undefined;
236
346
  };
237
- export type EnvelopeAuditLogFindData28 = {
347
+ export type EnvelopeAuditLogFindData29 = {
238
348
  from?: string | null | undefined;
239
349
  to?: string | null | undefined;
240
350
  };
241
351
  export type DataDocumentExternalIDUpdated = {
242
352
  type: "DOCUMENT_EXTERNAL_ID_UPDATED";
243
- data: EnvelopeAuditLogFindData28;
353
+ data: EnvelopeAuditLogFindData29;
244
354
  id: string;
245
355
  createdAt: string;
246
356
  envelopeId: string;
@@ -250,13 +360,13 @@ export type DataDocumentExternalIDUpdated = {
250
360
  userAgent?: string | null | undefined;
251
361
  ipAddress?: string | null | undefined;
252
362
  };
253
- export type EnvelopeAuditLogFindData27 = {
363
+ export type EnvelopeAuditLogFindData28 = {
254
364
  from: string;
255
365
  to: string;
256
366
  };
257
367
  export type DataDocumentTitleUpdated = {
258
368
  type: "DOCUMENT_TITLE_UPDATED";
259
- data: EnvelopeAuditLogFindData27;
369
+ data: EnvelopeAuditLogFindData28;
260
370
  id: string;
261
371
  createdAt: string;
262
372
  envelopeId: string;
@@ -266,10 +376,10 @@ export type DataDocumentTitleUpdated = {
266
376
  userAgent?: string | null | undefined;
267
377
  ipAddress?: string | null | undefined;
268
378
  };
269
- export type EnvelopeAuditLogFindData26 = {};
379
+ export type EnvelopeAuditLogFindData27 = {};
270
380
  export type DataDocumentSent = {
271
381
  type: "DOCUMENT_SENT";
272
- data: EnvelopeAuditLogFindData26;
382
+ data: EnvelopeAuditLogFindData27;
273
383
  id: string;
274
384
  createdAt: string;
275
385
  envelopeId: string;
@@ -279,14 +389,14 @@ export type DataDocumentSent = {
279
389
  userAgent?: string | null | undefined;
280
390
  ipAddress?: string | null | undefined;
281
391
  };
282
- export type EnvelopeAuditLogFindData25 = {
392
+ export type EnvelopeAuditLogFindData26 = {
283
393
  recipientEmail: string;
284
394
  recipientName: string;
285
395
  recipientId: number;
286
396
  };
287
397
  export type DataDocumentAccessAuth2FaFailed = {
288
398
  type: "DOCUMENT_ACCESS_AUTH_2FA_FAILED";
289
- data: EnvelopeAuditLogFindData25;
399
+ data: EnvelopeAuditLogFindData26;
290
400
  id: string;
291
401
  createdAt: string;
292
402
  envelopeId: string;
@@ -296,14 +406,14 @@ export type DataDocumentAccessAuth2FaFailed = {
296
406
  userAgent?: string | null | undefined;
297
407
  ipAddress?: string | null | undefined;
298
408
  };
299
- export type EnvelopeAuditLogFindData24 = {
409
+ export type EnvelopeAuditLogFindData25 = {
300
410
  recipientEmail: string;
301
411
  recipientName: string;
302
412
  recipientId: number;
303
413
  };
304
414
  export type DataDocumentAccessAuth2FaValidated = {
305
415
  type: "DOCUMENT_ACCESS_AUTH_2FA_VALIDATED";
306
- data: EnvelopeAuditLogFindData24;
416
+ data: EnvelopeAuditLogFindData25;
307
417
  id: string;
308
418
  createdAt: string;
309
419
  envelopeId: string;
@@ -313,14 +423,14 @@ export type DataDocumentAccessAuth2FaValidated = {
313
423
  userAgent?: string | null | undefined;
314
424
  ipAddress?: string | null | undefined;
315
425
  };
316
- export type EnvelopeAuditLogFindData23 = {
426
+ export type EnvelopeAuditLogFindData24 = {
317
427
  recipientEmail: string;
318
428
  recipientName: string;
319
429
  recipientId: number;
320
430
  };
321
431
  export type DataDocumentAccessAuth2FaRequested = {
322
432
  type: "DOCUMENT_ACCESS_AUTH_2FA_REQUESTED";
323
- data: EnvelopeAuditLogFindData23;
433
+ data: EnvelopeAuditLogFindData24;
324
434
  id: string;
325
435
  createdAt: string;
326
436
  envelopeId: string;
@@ -330,16 +440,19 @@ export type DataDocumentAccessAuth2FaRequested = {
330
440
  userAgent?: string | null | undefined;
331
441
  ipAddress?: string | null | undefined;
332
442
  };
333
- export type EnvelopeAuditLogFindData22 = {
443
+ export type EnvelopeAuditLogFindData23 = {
334
444
  recipientEmail: string;
335
445
  recipientName: string;
336
446
  recipientId: number;
337
447
  recipientRole: string;
338
448
  reason: string;
449
+ isExternal?: boolean | undefined;
450
+ onBehalfOfUserEmail?: string | undefined;
451
+ onBehalfOfUserName?: string | null | undefined;
339
452
  };
340
453
  export type DataDocumentRecipientRejected = {
341
454
  type: "DOCUMENT_RECIPIENT_REJECTED";
342
- data: EnvelopeAuditLogFindData22;
455
+ data: EnvelopeAuditLogFindData23;
343
456
  id: string;
344
457
  createdAt: string;
345
458
  envelopeId: string;
@@ -357,7 +470,7 @@ export declare const EnvelopeAuditLogFindActionAuth1: {
357
470
  readonly ExplicitNone: "EXPLICIT_NONE";
358
471
  };
359
472
  export type EnvelopeAuditLogFindActionAuth1 = ClosedEnum<typeof EnvelopeAuditLogFindActionAuth1>;
360
- export type EnvelopeAuditLogFindData21 = {
473
+ export type EnvelopeAuditLogFindData22 = {
361
474
  recipientEmail: string;
362
475
  recipientName: string;
363
476
  recipientId: number;
@@ -366,7 +479,7 @@ export type EnvelopeAuditLogFindData21 = {
366
479
  };
367
480
  export type DataDocumentRecipientCompleted = {
368
481
  type: "DOCUMENT_RECIPIENT_COMPLETED";
369
- data: EnvelopeAuditLogFindData21;
482
+ data: EnvelopeAuditLogFindData22;
370
483
  id: string;
371
484
  createdAt: string;
372
485
  envelopeId: string;
@@ -381,7 +494,7 @@ export declare const EnvelopeAuditLogFindAccessAuth2: {
381
494
  readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
382
495
  };
383
496
  export type EnvelopeAuditLogFindAccessAuth2 = ClosedEnum<typeof EnvelopeAuditLogFindAccessAuth2>;
384
- export type EnvelopeAuditLogFindData20 = {
497
+ export type EnvelopeAuditLogFindData21 = {
385
498
  recipientEmail: string;
386
499
  recipientName: string;
387
500
  recipientId: number;
@@ -390,7 +503,7 @@ export type EnvelopeAuditLogFindData20 = {
390
503
  };
391
504
  export type DataDocumentViewed = {
392
505
  type: "DOCUMENT_VIEWED";
393
- data: EnvelopeAuditLogFindData20;
506
+ data: EnvelopeAuditLogFindData21;
394
507
  id: string;
395
508
  createdAt: string;
396
509
  envelopeId: string;
@@ -405,7 +518,7 @@ export declare const EnvelopeAuditLogFindAccessAuth1: {
405
518
  readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
406
519
  };
407
520
  export type EnvelopeAuditLogFindAccessAuth1 = ClosedEnum<typeof EnvelopeAuditLogFindAccessAuth1>;
408
- export type EnvelopeAuditLogFindData19 = {
521
+ export type EnvelopeAuditLogFindData20 = {
409
522
  recipientEmail: string;
410
523
  recipientName: string;
411
524
  recipientId: number;
@@ -414,7 +527,7 @@ export type EnvelopeAuditLogFindData19 = {
414
527
  };
415
528
  export type DataDocumentOpened = {
416
529
  type: "DOCUMENT_OPENED";
417
- data: EnvelopeAuditLogFindData19;
530
+ data: EnvelopeAuditLogFindData20;
418
531
  id: string;
419
532
  createdAt: string;
420
533
  envelopeId: string;
@@ -470,12 +583,12 @@ export type Change2 = {
470
583
  to: string | null;
471
584
  };
472
585
  export type ChangeUnion1 = Change2 | ChangePassword;
473
- export type EnvelopeAuditLogFindData18 = {
586
+ export type EnvelopeAuditLogFindData19 = {
474
587
  changes: Array<Change2 | ChangePassword>;
475
588
  };
476
589
  export type DataDocumentMetaUpdated = {
477
590
  type: "DOCUMENT_META_UPDATED";
478
- data: EnvelopeAuditLogFindData18;
591
+ data: EnvelopeAuditLogFindData19;
479
592
  id: string;
480
593
  createdAt: string;
481
594
  envelopeId: string;
@@ -487,13 +600,13 @@ export type DataDocumentMetaUpdated = {
487
600
  };
488
601
  export type FromUnion3 = string | Array<string>;
489
602
  export type ToUnion3 = string | Array<string>;
490
- export type EnvelopeAuditLogFindData17 = {
603
+ export type EnvelopeAuditLogFindData18 = {
491
604
  from: string | Array<string> | null;
492
605
  to: string | Array<string> | null;
493
606
  };
494
607
  export type DataDocumentGlobalAuthActionUpdated = {
495
608
  type: "DOCUMENT_GLOBAL_AUTH_ACTION_UPDATED";
496
- data: EnvelopeAuditLogFindData17;
609
+ data: EnvelopeAuditLogFindData18;
497
610
  id: string;
498
611
  createdAt: string;
499
612
  envelopeId: string;
@@ -505,13 +618,13 @@ export type DataDocumentGlobalAuthActionUpdated = {
505
618
  };
506
619
  export type FromUnion2 = string | Array<string>;
507
620
  export type ToUnion2 = string | Array<string>;
508
- export type EnvelopeAuditLogFindData16 = {
621
+ export type EnvelopeAuditLogFindData17 = {
509
622
  from: string | Array<string> | null;
510
623
  to: string | Array<string> | null;
511
624
  };
512
625
  export type DataDocumentGlobalAuthAccessUpdated = {
513
626
  type: "DOCUMENT_GLOBAL_AUTH_ACCESS_UPDATED";
514
- data: EnvelopeAuditLogFindData16;
627
+ data: EnvelopeAuditLogFindData17;
515
628
  id: string;
516
629
  createdAt: string;
517
630
  envelopeId: string;
@@ -523,13 +636,13 @@ export type DataDocumentGlobalAuthAccessUpdated = {
523
636
  };
524
637
  export type FromUnion1 = string | Array<string>;
525
638
  export type ToUnion1 = string | Array<string>;
526
- export type EnvelopeAuditLogFindData15 = {
639
+ export type EnvelopeAuditLogFindData16 = {
527
640
  from: string | Array<string> | null;
528
641
  to: string | Array<string> | null;
529
642
  };
530
643
  export type DataDocumentVisibilityUpdated = {
531
644
  type: "DOCUMENT_VISIBILITY_UPDATED";
532
- data: EnvelopeAuditLogFindData15;
645
+ data: EnvelopeAuditLogFindData16;
533
646
  id: string;
534
647
  createdAt: string;
535
648
  envelopeId: string;
@@ -636,7 +749,7 @@ export type FieldSecurityType2 = ClosedEnum<typeof FieldSecurityType2>;
636
749
  export type FieldSecurity2 = {
637
750
  type?: FieldSecurityType2 | undefined;
638
751
  };
639
- export type EnvelopeAuditLogFindData14 = {
752
+ export type EnvelopeAuditLogFindData15 = {
640
753
  recipientEmail: string;
641
754
  recipientName: string;
642
755
  recipientId: number;
@@ -647,7 +760,7 @@ export type EnvelopeAuditLogFindData14 = {
647
760
  };
648
761
  export type DataDocumentFieldPrefilled = {
649
762
  type: "DOCUMENT_FIELD_PREFILLED";
650
- data: EnvelopeAuditLogFindData14;
763
+ data: EnvelopeAuditLogFindData15;
651
764
  id: string;
652
765
  createdAt: string;
653
766
  envelopeId: string;
@@ -671,13 +784,13 @@ export declare const FieldEnum: {
671
784
  readonly Dropdown: "DROPDOWN";
672
785
  };
673
786
  export type FieldEnum = ClosedEnum<typeof FieldEnum>;
674
- export type EnvelopeAuditLogFindData13 = {
787
+ export type EnvelopeAuditLogFindData14 = {
675
788
  field: FieldEnum;
676
789
  fieldId: string;
677
790
  };
678
791
  export type DataDocumentFieldUninserted = {
679
792
  type: "DOCUMENT_FIELD_UNINSERTED";
680
- data: EnvelopeAuditLogFindData13;
793
+ data: EnvelopeAuditLogFindData14;
681
794
  id: string;
682
795
  createdAt: string;
683
796
  envelopeId: string;
@@ -784,7 +897,7 @@ export type FieldSecurityType1 = ClosedEnum<typeof FieldSecurityType1>;
784
897
  export type FieldSecurity1 = {
785
898
  type?: FieldSecurityType1 | undefined;
786
899
  };
787
- export type EnvelopeAuditLogFindData12 = {
900
+ export type EnvelopeAuditLogFindData13 = {
788
901
  recipientEmail: string;
789
902
  recipientName: string;
790
903
  recipientId: number;
@@ -795,7 +908,7 @@ export type EnvelopeAuditLogFindData12 = {
795
908
  };
796
909
  export type DataDocumentFieldInserted = {
797
910
  type: "DOCUMENT_FIELD_INSERTED";
798
- data: EnvelopeAuditLogFindData12;
911
+ data: EnvelopeAuditLogFindData13;
799
912
  id: string;
800
913
  createdAt: string;
801
914
  envelopeId: string;
@@ -824,12 +937,12 @@ export type EnvelopeAuditLogFindField1 = {
824
937
  fieldType: FieldType;
825
938
  recipientId: number;
826
939
  };
827
- export type EnvelopeAuditLogFindData11 = {
940
+ export type EnvelopeAuditLogFindData12 = {
828
941
  fields: Array<EnvelopeAuditLogFindField1>;
829
942
  };
830
943
  export type DataDocumentFieldsAutoInserted = {
831
944
  type: "DOCUMENT_FIELDS_AUTO_INSERTED";
832
- data: EnvelopeAuditLogFindData11;
945
+ data: EnvelopeAuditLogFindData12;
833
946
  id: string;
834
947
  createdAt: string;
835
948
  envelopeId: string;
@@ -839,14 +952,14 @@ export type DataDocumentFieldsAutoInserted = {
839
952
  userAgent?: string | null | undefined;
840
953
  ipAddress?: string | null | undefined;
841
954
  };
842
- export type EnvelopeAuditLogFindData10 = {
955
+ export type EnvelopeAuditLogFindData11 = {
843
956
  delegatedOwnerName: string | null;
844
957
  delegatedOwnerEmail: string;
845
958
  teamName: string;
846
959
  };
847
960
  export type DataDocumentDelegatedOwnerCreated = {
848
961
  type: "DOCUMENT_DELEGATED_OWNER_CREATED";
849
- data: EnvelopeAuditLogFindData10;
962
+ data: EnvelopeAuditLogFindData11;
850
963
  id: string;
851
964
  createdAt: string;
852
965
  envelopeId: string;
@@ -856,13 +969,28 @@ export type DataDocumentDelegatedOwnerCreated = {
856
969
  userAgent?: string | null | undefined;
857
970
  ipAddress?: string | null | undefined;
858
971
  };
859
- export type EnvelopeAuditLogFindData9 = {
972
+ export type EnvelopeAuditLogFindData10 = {
860
973
  movedByUserId: number;
861
974
  fromPersonalAccount: boolean;
862
975
  toTeamId: number;
863
976
  };
864
977
  export type DataDocumentMovedToTeam = {
865
978
  type: "DOCUMENT_MOVED_TO_TEAM";
979
+ data: EnvelopeAuditLogFindData10;
980
+ id: string;
981
+ createdAt: string;
982
+ envelopeId: string;
983
+ name?: string | null | undefined;
984
+ email?: string | null | undefined;
985
+ userId?: number | null | undefined;
986
+ userAgent?: string | null | undefined;
987
+ ipAddress?: string | null | undefined;
988
+ };
989
+ export type EnvelopeAuditLogFindData9 = {
990
+ reason?: string | undefined;
991
+ };
992
+ export type DataDocumentCancelled = {
993
+ type: "DOCUMENT_CANCELLED";
866
994
  data: EnvelopeAuditLogFindData9;
867
995
  id: string;
868
996
  createdAt: string;
@@ -1036,12 +1164,12 @@ export type DataEnvelopeItemCreated = {
1036
1164
  userAgent?: string | null | undefined;
1037
1165
  ipAddress?: string | null | undefined;
1038
1166
  };
1039
- export type EnvelopeAuditLogFindDataUnion = DataEnvelopeItemCreated | DataEnvelopeItemDeleted | DataEnvelopeItemUpdated | DataEnvelopeItemPdfReplaced | DataEmailSent | DataDocumentCompleted | DataDocumentCreated | DataDocumentDeleted | DataDocumentMovedToTeam | DataDocumentDelegatedOwnerCreated | DataDocumentFieldsAutoInserted | DataDocumentFieldInserted | DataDocumentFieldUninserted | DataDocumentFieldPrefilled | DataDocumentVisibilityUpdated | DataDocumentGlobalAuthAccessUpdated | DataDocumentGlobalAuthActionUpdated | DataDocumentMetaUpdated | DataDocumentOpened | DataDocumentViewed | DataDocumentRecipientCompleted | DataDocumentRecipientRejected | DataDocumentAccessAuth2FaRequested | DataDocumentAccessAuth2FaValidated | DataDocumentAccessAuth2FaFailed | DataDocumentSent | DataDocumentTitleUpdated | DataDocumentExternalIDUpdated | DataFieldCreated | DataFieldDeleted | DataFieldUpdated | DataRecipientCreated | DataRecipientUpdated | DataRecipientDeleted | DataDocumentRecipientExpired;
1167
+ export type EnvelopeAuditLogFindDataUnion = DataEnvelopeItemCreated | DataEnvelopeItemDeleted | DataEnvelopeItemUpdated | DataEnvelopeItemPdfReplaced | DataEmailSent | DataDocumentCompleted | DataDocumentCreated | DataDocumentDeleted | DataDocumentCancelled | DataDocumentMovedToTeam | DataDocumentDelegatedOwnerCreated | DataDocumentFieldsAutoInserted | DataDocumentFieldInserted | DataDocumentFieldUninserted | DataDocumentFieldPrefilled | DataDocumentVisibilityUpdated | DataDocumentGlobalAuthAccessUpdated | DataDocumentGlobalAuthActionUpdated | DataDocumentMetaUpdated | DataDocumentOpened | DataDocumentViewed | DataDocumentRecipientCompleted | DataDocumentRecipientRejected | DataDocumentAccessAuth2FaRequested | DataDocumentAccessAuth2FaValidated | DataDocumentAccessAuth2FaFailed | DataDocumentSent | DataDocumentTitleUpdated | DataDocumentExternalIDUpdated | DataFieldCreated | DataFieldDeleted | DataFieldUpdated | DataRecipientCreated | DataRecipientUpdated | DataRecipientDeleted | DataDocumentRecipientExpired | DataDocumentRecipientCscAuthenticated | DataDocumentRecipientCscAuthenticationFailed | DataDocumentRecipientCscSignRequested | DataDocumentRecipientCscAuthorized | DataDocumentRecipientCscSigned;
1040
1168
  /**
1041
1169
  * Successful response
1042
1170
  */
1043
1171
  export type EnvelopeAuditLogFindResponse = {
1044
- data: Array<DataEnvelopeItemCreated | DataEnvelopeItemDeleted | DataEnvelopeItemUpdated | DataEnvelopeItemPdfReplaced | DataEmailSent | DataDocumentCompleted | DataDocumentCreated | DataDocumentDeleted | DataDocumentMovedToTeam | DataDocumentDelegatedOwnerCreated | DataDocumentFieldsAutoInserted | DataDocumentFieldInserted | DataDocumentFieldUninserted | DataDocumentFieldPrefilled | DataDocumentVisibilityUpdated | DataDocumentGlobalAuthAccessUpdated | DataDocumentGlobalAuthActionUpdated | DataDocumentMetaUpdated | DataDocumentOpened | DataDocumentViewed | DataDocumentRecipientCompleted | DataDocumentRecipientRejected | DataDocumentAccessAuth2FaRequested | DataDocumentAccessAuth2FaValidated | DataDocumentAccessAuth2FaFailed | DataDocumentSent | DataDocumentTitleUpdated | DataDocumentExternalIDUpdated | DataFieldCreated | DataFieldDeleted | DataFieldUpdated | DataRecipientCreated | DataRecipientUpdated | DataRecipientDeleted | DataDocumentRecipientExpired>;
1172
+ data: Array<DataEnvelopeItemCreated | DataEnvelopeItemDeleted | DataEnvelopeItemUpdated | DataEnvelopeItemPdfReplaced | DataEmailSent | DataDocumentCompleted | DataDocumentCreated | DataDocumentDeleted | DataDocumentCancelled | DataDocumentMovedToTeam | DataDocumentDelegatedOwnerCreated | DataDocumentFieldsAutoInserted | DataDocumentFieldInserted | DataDocumentFieldUninserted | DataDocumentFieldPrefilled | DataDocumentVisibilityUpdated | DataDocumentGlobalAuthAccessUpdated | DataDocumentGlobalAuthActionUpdated | DataDocumentMetaUpdated | DataDocumentOpened | DataDocumentViewed | DataDocumentRecipientCompleted | DataDocumentRecipientRejected | DataDocumentAccessAuth2FaRequested | DataDocumentAccessAuth2FaValidated | DataDocumentAccessAuth2FaFailed | DataDocumentSent | DataDocumentTitleUpdated | DataDocumentExternalIDUpdated | DataFieldCreated | DataFieldDeleted | DataFieldUpdated | DataRecipientCreated | DataRecipientUpdated | DataRecipientDeleted | DataDocumentRecipientExpired | DataDocumentRecipientCscAuthenticated | DataDocumentRecipientCscAuthenticationFailed | DataDocumentRecipientCscSignRequested | DataDocumentRecipientCscAuthorized | DataDocumentRecipientCscSigned>;
1045
1173
  count: number;
1046
1174
  currentPage: number;
1047
1175
  perPage: number;
@@ -1070,23 +1198,30 @@ export declare const EnvelopeAuditLogFindRequest$outboundSchema: z.ZodType<Envel
1070
1198
  export declare function envelopeAuditLogFindRequestToJSON(envelopeAuditLogFindRequest: EnvelopeAuditLogFindRequest): string;
1071
1199
  export declare function envelopeAuditLogFindRequestFromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindRequest, SDKValidationError>;
1072
1200
  /** @internal */
1073
- export declare const EnvelopeAuditLogFindData35$inboundSchema: z.ZodType<EnvelopeAuditLogFindData35, z.ZodTypeDef, unknown>;
1201
+ export declare const EnvelopeAuditLogFindData41$inboundSchema: z.ZodType<EnvelopeAuditLogFindData41, z.ZodTypeDef, unknown>;
1074
1202
  /** @internal */
1075
- export type EnvelopeAuditLogFindData35$Outbound = {
1203
+ export type EnvelopeAuditLogFindData41$Outbound = {
1076
1204
  recipientEmail: string;
1077
1205
  recipientName: string;
1078
1206
  recipientId: number;
1207
+ recipientRole: string;
1208
+ providerId: string;
1209
+ credentialId: string;
1210
+ sessionId: string;
1211
+ numItemsSigned: number;
1212
+ signatureAlgorithm: string;
1213
+ digestAlgorithm: string;
1079
1214
  };
1080
1215
  /** @internal */
1081
- export declare const EnvelopeAuditLogFindData35$outboundSchema: z.ZodType<EnvelopeAuditLogFindData35$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData35>;
1082
- export declare function envelopeAuditLogFindData35ToJSON(envelopeAuditLogFindData35: EnvelopeAuditLogFindData35): string;
1083
- export declare function envelopeAuditLogFindData35FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData35, SDKValidationError>;
1216
+ export declare const EnvelopeAuditLogFindData41$outboundSchema: z.ZodType<EnvelopeAuditLogFindData41$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData41>;
1217
+ export declare function envelopeAuditLogFindData41ToJSON(envelopeAuditLogFindData41: EnvelopeAuditLogFindData41): string;
1218
+ export declare function envelopeAuditLogFindData41FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData41, SDKValidationError>;
1084
1219
  /** @internal */
1085
- export declare const DataDocumentRecipientExpired$inboundSchema: z.ZodType<DataDocumentRecipientExpired, z.ZodTypeDef, unknown>;
1220
+ export declare const DataDocumentRecipientCscSigned$inboundSchema: z.ZodType<DataDocumentRecipientCscSigned, z.ZodTypeDef, unknown>;
1086
1221
  /** @internal */
1087
- export type DataDocumentRecipientExpired$Outbound = {
1088
- type: "DOCUMENT_RECIPIENT_EXPIRED";
1089
- data: EnvelopeAuditLogFindData35$Outbound;
1222
+ export type DataDocumentRecipientCscSigned$Outbound = {
1223
+ type: "DOCUMENT_RECIPIENT_CSC_SIGNED";
1224
+ data: EnvelopeAuditLogFindData41$Outbound;
1090
1225
  id: string;
1091
1226
  createdAt: string;
1092
1227
  envelopeId: string;
@@ -1097,28 +1232,32 @@ export type DataDocumentRecipientExpired$Outbound = {
1097
1232
  ipAddress?: string | null | undefined;
1098
1233
  };
1099
1234
  /** @internal */
1100
- export declare const DataDocumentRecipientExpired$outboundSchema: z.ZodType<DataDocumentRecipientExpired$Outbound, z.ZodTypeDef, DataDocumentRecipientExpired>;
1101
- export declare function dataDocumentRecipientExpiredToJSON(dataDocumentRecipientExpired: DataDocumentRecipientExpired): string;
1102
- export declare function dataDocumentRecipientExpiredFromJSON(jsonString: string): SafeParseResult<DataDocumentRecipientExpired, SDKValidationError>;
1235
+ export declare const DataDocumentRecipientCscSigned$outboundSchema: z.ZodType<DataDocumentRecipientCscSigned$Outbound, z.ZodTypeDef, DataDocumentRecipientCscSigned>;
1236
+ export declare function dataDocumentRecipientCscSignedToJSON(dataDocumentRecipientCscSigned: DataDocumentRecipientCscSigned): string;
1237
+ export declare function dataDocumentRecipientCscSignedFromJSON(jsonString: string): SafeParseResult<DataDocumentRecipientCscSigned, SDKValidationError>;
1103
1238
  /** @internal */
1104
- export declare const EnvelopeAuditLogFindData34$inboundSchema: z.ZodType<EnvelopeAuditLogFindData34, z.ZodTypeDef, unknown>;
1239
+ export declare const EnvelopeAuditLogFindData40$inboundSchema: z.ZodType<EnvelopeAuditLogFindData40, z.ZodTypeDef, unknown>;
1105
1240
  /** @internal */
1106
- export type EnvelopeAuditLogFindData34$Outbound = {
1241
+ export type EnvelopeAuditLogFindData40$Outbound = {
1107
1242
  recipientEmail: string;
1108
1243
  recipientName: string;
1109
1244
  recipientId: number;
1110
1245
  recipientRole: string;
1246
+ providerId: string;
1247
+ credentialId: string;
1248
+ sessionId: string;
1249
+ sadExpiresAt: string;
1111
1250
  };
1112
1251
  /** @internal */
1113
- export declare const EnvelopeAuditLogFindData34$outboundSchema: z.ZodType<EnvelopeAuditLogFindData34$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData34>;
1114
- export declare function envelopeAuditLogFindData34ToJSON(envelopeAuditLogFindData34: EnvelopeAuditLogFindData34): string;
1115
- export declare function envelopeAuditLogFindData34FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData34, SDKValidationError>;
1252
+ export declare const EnvelopeAuditLogFindData40$outboundSchema: z.ZodType<EnvelopeAuditLogFindData40$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData40>;
1253
+ export declare function envelopeAuditLogFindData40ToJSON(envelopeAuditLogFindData40: EnvelopeAuditLogFindData40): string;
1254
+ export declare function envelopeAuditLogFindData40FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData40, SDKValidationError>;
1116
1255
  /** @internal */
1117
- export declare const DataRecipientDeleted$inboundSchema: z.ZodType<DataRecipientDeleted, z.ZodTypeDef, unknown>;
1256
+ export declare const DataDocumentRecipientCscAuthorized$inboundSchema: z.ZodType<DataDocumentRecipientCscAuthorized, z.ZodTypeDef, unknown>;
1118
1257
  /** @internal */
1119
- export type DataRecipientDeleted$Outbound = {
1120
- type: "RECIPIENT_DELETED";
1121
- data: EnvelopeAuditLogFindData34$Outbound;
1258
+ export type DataDocumentRecipientCscAuthorized$Outbound = {
1259
+ type: "DOCUMENT_RECIPIENT_CSC_AUTHORIZED";
1260
+ data: EnvelopeAuditLogFindData40$Outbound;
1122
1261
  id: string;
1123
1262
  createdAt: string;
1124
1263
  envelopeId: string;
@@ -1129,41 +1268,210 @@ export type DataRecipientDeleted$Outbound = {
1129
1268
  ipAddress?: string | null | undefined;
1130
1269
  };
1131
1270
  /** @internal */
1132
- export declare const DataRecipientDeleted$outboundSchema: z.ZodType<DataRecipientDeleted$Outbound, z.ZodTypeDef, DataRecipientDeleted>;
1133
- export declare function dataRecipientDeletedToJSON(dataRecipientDeleted: DataRecipientDeleted): string;
1134
- export declare function dataRecipientDeletedFromJSON(jsonString: string): SafeParseResult<DataRecipientDeleted, SDKValidationError>;
1271
+ export declare const DataDocumentRecipientCscAuthorized$outboundSchema: z.ZodType<DataDocumentRecipientCscAuthorized$Outbound, z.ZodTypeDef, DataDocumentRecipientCscAuthorized>;
1272
+ export declare function dataDocumentRecipientCscAuthorizedToJSON(dataDocumentRecipientCscAuthorized: DataDocumentRecipientCscAuthorized): string;
1273
+ export declare function dataDocumentRecipientCscAuthorizedFromJSON(jsonString: string): SafeParseResult<DataDocumentRecipientCscAuthorized, SDKValidationError>;
1135
1274
  /** @internal */
1136
- export declare const ChangeFromUnion5$inboundSchema: z.ZodType<ChangeFromUnion5, z.ZodTypeDef, unknown>;
1275
+ export declare const EnvelopeAuditLogFindData39$inboundSchema: z.ZodType<EnvelopeAuditLogFindData39, z.ZodTypeDef, unknown>;
1137
1276
  /** @internal */
1138
- export type ChangeFromUnion5$Outbound = string | Array<string>;
1277
+ export type EnvelopeAuditLogFindData39$Outbound = {
1278
+ recipientEmail: string;
1279
+ recipientName: string;
1280
+ recipientId: number;
1281
+ recipientRole: string;
1282
+ providerId: string;
1283
+ credentialId: string;
1284
+ sessionId: string;
1285
+ numSignatures: number;
1286
+ };
1139
1287
  /** @internal */
1140
- export declare const ChangeFromUnion5$outboundSchema: z.ZodType<ChangeFromUnion5$Outbound, z.ZodTypeDef, ChangeFromUnion5>;
1141
- export declare function changeFromUnion5ToJSON(changeFromUnion5: ChangeFromUnion5): string;
1142
- export declare function changeFromUnion5FromJSON(jsonString: string): SafeParseResult<ChangeFromUnion5, SDKValidationError>;
1288
+ export declare const EnvelopeAuditLogFindData39$outboundSchema: z.ZodType<EnvelopeAuditLogFindData39$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData39>;
1289
+ export declare function envelopeAuditLogFindData39ToJSON(envelopeAuditLogFindData39: EnvelopeAuditLogFindData39): string;
1290
+ export declare function envelopeAuditLogFindData39FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData39, SDKValidationError>;
1143
1291
  /** @internal */
1144
- export declare const ChangeToUnion5$inboundSchema: z.ZodType<ChangeToUnion5, z.ZodTypeDef, unknown>;
1292
+ export declare const DataDocumentRecipientCscSignRequested$inboundSchema: z.ZodType<DataDocumentRecipientCscSignRequested, z.ZodTypeDef, unknown>;
1145
1293
  /** @internal */
1146
- export type ChangeToUnion5$Outbound = string | Array<string>;
1294
+ export type DataDocumentRecipientCscSignRequested$Outbound = {
1295
+ type: "DOCUMENT_RECIPIENT_CSC_SIGN_REQUESTED";
1296
+ data: EnvelopeAuditLogFindData39$Outbound;
1297
+ id: string;
1298
+ createdAt: string;
1299
+ envelopeId: string;
1300
+ name?: string | null | undefined;
1301
+ email?: string | null | undefined;
1302
+ userId?: number | null | undefined;
1303
+ userAgent?: string | null | undefined;
1304
+ ipAddress?: string | null | undefined;
1305
+ };
1147
1306
  /** @internal */
1148
- export declare const ChangeToUnion5$outboundSchema: z.ZodType<ChangeToUnion5$Outbound, z.ZodTypeDef, ChangeToUnion5>;
1149
- export declare function changeToUnion5ToJSON(changeToUnion5: ChangeToUnion5): string;
1150
- export declare function changeToUnion5FromJSON(jsonString: string): SafeParseResult<ChangeToUnion5, SDKValidationError>;
1307
+ export declare const DataDocumentRecipientCscSignRequested$outboundSchema: z.ZodType<DataDocumentRecipientCscSignRequested$Outbound, z.ZodTypeDef, DataDocumentRecipientCscSignRequested>;
1308
+ export declare function dataDocumentRecipientCscSignRequestedToJSON(dataDocumentRecipientCscSignRequested: DataDocumentRecipientCscSignRequested): string;
1309
+ export declare function dataDocumentRecipientCscSignRequestedFromJSON(jsonString: string): SafeParseResult<DataDocumentRecipientCscSignRequested, SDKValidationError>;
1151
1310
  /** @internal */
1152
- export declare const ChangeEmail$inboundSchema: z.ZodType<ChangeEmail, z.ZodTypeDef, unknown>;
1311
+ export declare const EnvelopeAuditLogFindData38$inboundSchema: z.ZodType<EnvelopeAuditLogFindData38, z.ZodTypeDef, unknown>;
1153
1312
  /** @internal */
1154
- export type ChangeEmail$Outbound = {
1155
- from: string | Array<string> | null;
1156
- to: string | Array<string> | null;
1157
- type: "EMAIL";
1313
+ export type EnvelopeAuditLogFindData38$Outbound = {
1314
+ recipientEmail: string;
1315
+ recipientName: string;
1316
+ recipientId: number;
1317
+ recipientRole: string;
1318
+ providerId: string;
1319
+ reason: string;
1158
1320
  };
1159
1321
  /** @internal */
1160
- export declare const ChangeEmail$outboundSchema: z.ZodType<ChangeEmail$Outbound, z.ZodTypeDef, ChangeEmail>;
1161
- export declare function changeEmailToJSON(changeEmail: ChangeEmail): string;
1162
- export declare function changeEmailFromJSON(jsonString: string): SafeParseResult<ChangeEmail, SDKValidationError>;
1322
+ export declare const EnvelopeAuditLogFindData38$outboundSchema: z.ZodType<EnvelopeAuditLogFindData38$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData38>;
1323
+ export declare function envelopeAuditLogFindData38ToJSON(envelopeAuditLogFindData38: EnvelopeAuditLogFindData38): string;
1324
+ export declare function envelopeAuditLogFindData38FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData38, SDKValidationError>;
1163
1325
  /** @internal */
1164
- export declare const ChangeFromUnion4$inboundSchema: z.ZodType<ChangeFromUnion4, z.ZodTypeDef, unknown>;
1326
+ export declare const DataDocumentRecipientCscAuthenticationFailed$inboundSchema: z.ZodType<DataDocumentRecipientCscAuthenticationFailed, z.ZodTypeDef, unknown>;
1165
1327
  /** @internal */
1166
- export type ChangeFromUnion4$Outbound = string | Array<string>;
1328
+ export type DataDocumentRecipientCscAuthenticationFailed$Outbound = {
1329
+ type: "DOCUMENT_RECIPIENT_CSC_AUTHENTICATION_FAILED";
1330
+ data: EnvelopeAuditLogFindData38$Outbound;
1331
+ id: string;
1332
+ createdAt: string;
1333
+ envelopeId: string;
1334
+ name?: string | null | undefined;
1335
+ email?: string | null | undefined;
1336
+ userId?: number | null | undefined;
1337
+ userAgent?: string | null | undefined;
1338
+ ipAddress?: string | null | undefined;
1339
+ };
1340
+ /** @internal */
1341
+ export declare const DataDocumentRecipientCscAuthenticationFailed$outboundSchema: z.ZodType<DataDocumentRecipientCscAuthenticationFailed$Outbound, z.ZodTypeDef, DataDocumentRecipientCscAuthenticationFailed>;
1342
+ export declare function dataDocumentRecipientCscAuthenticationFailedToJSON(dataDocumentRecipientCscAuthenticationFailed: DataDocumentRecipientCscAuthenticationFailed): string;
1343
+ export declare function dataDocumentRecipientCscAuthenticationFailedFromJSON(jsonString: string): SafeParseResult<DataDocumentRecipientCscAuthenticationFailed, SDKValidationError>;
1344
+ /** @internal */
1345
+ export declare const EnvelopeAuditLogFindData37$inboundSchema: z.ZodType<EnvelopeAuditLogFindData37, z.ZodTypeDef, unknown>;
1346
+ /** @internal */
1347
+ export type EnvelopeAuditLogFindData37$Outbound = {
1348
+ recipientEmail: string;
1349
+ recipientName: string;
1350
+ recipientId: number;
1351
+ recipientRole: string;
1352
+ providerId: string;
1353
+ credentialId: string;
1354
+ signatureAlgorithm: string;
1355
+ digestAlgorithm: string;
1356
+ };
1357
+ /** @internal */
1358
+ export declare const EnvelopeAuditLogFindData37$outboundSchema: z.ZodType<EnvelopeAuditLogFindData37$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData37>;
1359
+ export declare function envelopeAuditLogFindData37ToJSON(envelopeAuditLogFindData37: EnvelopeAuditLogFindData37): string;
1360
+ export declare function envelopeAuditLogFindData37FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData37, SDKValidationError>;
1361
+ /** @internal */
1362
+ export declare const DataDocumentRecipientCscAuthenticated$inboundSchema: z.ZodType<DataDocumentRecipientCscAuthenticated, z.ZodTypeDef, unknown>;
1363
+ /** @internal */
1364
+ export type DataDocumentRecipientCscAuthenticated$Outbound = {
1365
+ type: "DOCUMENT_RECIPIENT_CSC_AUTHENTICATED";
1366
+ data: EnvelopeAuditLogFindData37$Outbound;
1367
+ id: string;
1368
+ createdAt: string;
1369
+ envelopeId: string;
1370
+ name?: string | null | undefined;
1371
+ email?: string | null | undefined;
1372
+ userId?: number | null | undefined;
1373
+ userAgent?: string | null | undefined;
1374
+ ipAddress?: string | null | undefined;
1375
+ };
1376
+ /** @internal */
1377
+ export declare const DataDocumentRecipientCscAuthenticated$outboundSchema: z.ZodType<DataDocumentRecipientCscAuthenticated$Outbound, z.ZodTypeDef, DataDocumentRecipientCscAuthenticated>;
1378
+ export declare function dataDocumentRecipientCscAuthenticatedToJSON(dataDocumentRecipientCscAuthenticated: DataDocumentRecipientCscAuthenticated): string;
1379
+ export declare function dataDocumentRecipientCscAuthenticatedFromJSON(jsonString: string): SafeParseResult<DataDocumentRecipientCscAuthenticated, SDKValidationError>;
1380
+ /** @internal */
1381
+ export declare const EnvelopeAuditLogFindData36$inboundSchema: z.ZodType<EnvelopeAuditLogFindData36, z.ZodTypeDef, unknown>;
1382
+ /** @internal */
1383
+ export type EnvelopeAuditLogFindData36$Outbound = {
1384
+ recipientEmail: string;
1385
+ recipientName: string;
1386
+ recipientId: number;
1387
+ };
1388
+ /** @internal */
1389
+ export declare const EnvelopeAuditLogFindData36$outboundSchema: z.ZodType<EnvelopeAuditLogFindData36$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData36>;
1390
+ export declare function envelopeAuditLogFindData36ToJSON(envelopeAuditLogFindData36: EnvelopeAuditLogFindData36): string;
1391
+ export declare function envelopeAuditLogFindData36FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData36, SDKValidationError>;
1392
+ /** @internal */
1393
+ export declare const DataDocumentRecipientExpired$inboundSchema: z.ZodType<DataDocumentRecipientExpired, z.ZodTypeDef, unknown>;
1394
+ /** @internal */
1395
+ export type DataDocumentRecipientExpired$Outbound = {
1396
+ type: "DOCUMENT_RECIPIENT_EXPIRED";
1397
+ data: EnvelopeAuditLogFindData36$Outbound;
1398
+ id: string;
1399
+ createdAt: string;
1400
+ envelopeId: string;
1401
+ name?: string | null | undefined;
1402
+ email?: string | null | undefined;
1403
+ userId?: number | null | undefined;
1404
+ userAgent?: string | null | undefined;
1405
+ ipAddress?: string | null | undefined;
1406
+ };
1407
+ /** @internal */
1408
+ export declare const DataDocumentRecipientExpired$outboundSchema: z.ZodType<DataDocumentRecipientExpired$Outbound, z.ZodTypeDef, DataDocumentRecipientExpired>;
1409
+ export declare function dataDocumentRecipientExpiredToJSON(dataDocumentRecipientExpired: DataDocumentRecipientExpired): string;
1410
+ export declare function dataDocumentRecipientExpiredFromJSON(jsonString: string): SafeParseResult<DataDocumentRecipientExpired, SDKValidationError>;
1411
+ /** @internal */
1412
+ export declare const EnvelopeAuditLogFindData35$inboundSchema: z.ZodType<EnvelopeAuditLogFindData35, z.ZodTypeDef, unknown>;
1413
+ /** @internal */
1414
+ export type EnvelopeAuditLogFindData35$Outbound = {
1415
+ recipientEmail: string;
1416
+ recipientName: string;
1417
+ recipientId: number;
1418
+ recipientRole: string;
1419
+ };
1420
+ /** @internal */
1421
+ export declare const EnvelopeAuditLogFindData35$outboundSchema: z.ZodType<EnvelopeAuditLogFindData35$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData35>;
1422
+ export declare function envelopeAuditLogFindData35ToJSON(envelopeAuditLogFindData35: EnvelopeAuditLogFindData35): string;
1423
+ export declare function envelopeAuditLogFindData35FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData35, SDKValidationError>;
1424
+ /** @internal */
1425
+ export declare const DataRecipientDeleted$inboundSchema: z.ZodType<DataRecipientDeleted, z.ZodTypeDef, unknown>;
1426
+ /** @internal */
1427
+ export type DataRecipientDeleted$Outbound = {
1428
+ type: "RECIPIENT_DELETED";
1429
+ data: EnvelopeAuditLogFindData35$Outbound;
1430
+ id: string;
1431
+ createdAt: string;
1432
+ envelopeId: string;
1433
+ name?: string | null | undefined;
1434
+ email?: string | null | undefined;
1435
+ userId?: number | null | undefined;
1436
+ userAgent?: string | null | undefined;
1437
+ ipAddress?: string | null | undefined;
1438
+ };
1439
+ /** @internal */
1440
+ export declare const DataRecipientDeleted$outboundSchema: z.ZodType<DataRecipientDeleted$Outbound, z.ZodTypeDef, DataRecipientDeleted>;
1441
+ export declare function dataRecipientDeletedToJSON(dataRecipientDeleted: DataRecipientDeleted): string;
1442
+ export declare function dataRecipientDeletedFromJSON(jsonString: string): SafeParseResult<DataRecipientDeleted, SDKValidationError>;
1443
+ /** @internal */
1444
+ export declare const ChangeFromUnion5$inboundSchema: z.ZodType<ChangeFromUnion5, z.ZodTypeDef, unknown>;
1445
+ /** @internal */
1446
+ export type ChangeFromUnion5$Outbound = string | Array<string>;
1447
+ /** @internal */
1448
+ export declare const ChangeFromUnion5$outboundSchema: z.ZodType<ChangeFromUnion5$Outbound, z.ZodTypeDef, ChangeFromUnion5>;
1449
+ export declare function changeFromUnion5ToJSON(changeFromUnion5: ChangeFromUnion5): string;
1450
+ export declare function changeFromUnion5FromJSON(jsonString: string): SafeParseResult<ChangeFromUnion5, SDKValidationError>;
1451
+ /** @internal */
1452
+ export declare const ChangeToUnion5$inboundSchema: z.ZodType<ChangeToUnion5, z.ZodTypeDef, unknown>;
1453
+ /** @internal */
1454
+ export type ChangeToUnion5$Outbound = string | Array<string>;
1455
+ /** @internal */
1456
+ export declare const ChangeToUnion5$outboundSchema: z.ZodType<ChangeToUnion5$Outbound, z.ZodTypeDef, ChangeToUnion5>;
1457
+ export declare function changeToUnion5ToJSON(changeToUnion5: ChangeToUnion5): string;
1458
+ export declare function changeToUnion5FromJSON(jsonString: string): SafeParseResult<ChangeToUnion5, SDKValidationError>;
1459
+ /** @internal */
1460
+ export declare const ChangeEmail$inboundSchema: z.ZodType<ChangeEmail, z.ZodTypeDef, unknown>;
1461
+ /** @internal */
1462
+ export type ChangeEmail$Outbound = {
1463
+ from: string | Array<string> | null;
1464
+ to: string | Array<string> | null;
1465
+ type: "EMAIL";
1466
+ };
1467
+ /** @internal */
1468
+ export declare const ChangeEmail$outboundSchema: z.ZodType<ChangeEmail$Outbound, z.ZodTypeDef, ChangeEmail>;
1469
+ export declare function changeEmailToJSON(changeEmail: ChangeEmail): string;
1470
+ export declare function changeEmailFromJSON(jsonString: string): SafeParseResult<ChangeEmail, SDKValidationError>;
1471
+ /** @internal */
1472
+ export declare const ChangeFromUnion4$inboundSchema: z.ZodType<ChangeFromUnion4, z.ZodTypeDef, unknown>;
1473
+ /** @internal */
1474
+ export type ChangeFromUnion4$Outbound = string | Array<string>;
1167
1475
  /** @internal */
1168
1476
  export declare const ChangeFromUnion4$outboundSchema: z.ZodType<ChangeFromUnion4$Outbound, z.ZodTypeDef, ChangeFromUnion4>;
1169
1477
  export declare function changeFromUnion4ToJSON(changeFromUnion4: ChangeFromUnion4): string;
@@ -1281,9 +1589,9 @@ export declare const ChangeUnion3$outboundSchema: z.ZodType<ChangeUnion3$Outboun
1281
1589
  export declare function changeUnion3ToJSON(changeUnion3: ChangeUnion3): string;
1282
1590
  export declare function changeUnion3FromJSON(jsonString: string): SafeParseResult<ChangeUnion3, SDKValidationError>;
1283
1591
  /** @internal */
1284
- export declare const EnvelopeAuditLogFindData33$inboundSchema: z.ZodType<EnvelopeAuditLogFindData33, z.ZodTypeDef, unknown>;
1592
+ export declare const EnvelopeAuditLogFindData34$inboundSchema: z.ZodType<EnvelopeAuditLogFindData34, z.ZodTypeDef, unknown>;
1285
1593
  /** @internal */
1286
- export type EnvelopeAuditLogFindData33$Outbound = {
1594
+ export type EnvelopeAuditLogFindData34$Outbound = {
1287
1595
  recipientEmail: string;
1288
1596
  recipientName: string;
1289
1597
  recipientId: number;
@@ -1291,15 +1599,15 @@ export type EnvelopeAuditLogFindData33$Outbound = {
1291
1599
  changes: Array<ChangeActionAuth$Outbound | ChangeAccessAuth$Outbound | ChangeName$Outbound | ChangeRole$Outbound | ChangeEmail$Outbound>;
1292
1600
  };
1293
1601
  /** @internal */
1294
- export declare const EnvelopeAuditLogFindData33$outboundSchema: z.ZodType<EnvelopeAuditLogFindData33$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData33>;
1295
- export declare function envelopeAuditLogFindData33ToJSON(envelopeAuditLogFindData33: EnvelopeAuditLogFindData33): string;
1296
- export declare function envelopeAuditLogFindData33FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData33, SDKValidationError>;
1602
+ export declare const EnvelopeAuditLogFindData34$outboundSchema: z.ZodType<EnvelopeAuditLogFindData34$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData34>;
1603
+ export declare function envelopeAuditLogFindData34ToJSON(envelopeAuditLogFindData34: EnvelopeAuditLogFindData34): string;
1604
+ export declare function envelopeAuditLogFindData34FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData34, SDKValidationError>;
1297
1605
  /** @internal */
1298
1606
  export declare const DataRecipientUpdated$inboundSchema: z.ZodType<DataRecipientUpdated, z.ZodTypeDef, unknown>;
1299
1607
  /** @internal */
1300
1608
  export type DataRecipientUpdated$Outbound = {
1301
1609
  type: "RECIPIENT_UPDATED";
1302
- data: EnvelopeAuditLogFindData33$Outbound;
1610
+ data: EnvelopeAuditLogFindData34$Outbound;
1303
1611
  id: string;
1304
1612
  createdAt: string;
1305
1613
  envelopeId: string;
@@ -1322,9 +1630,9 @@ export declare const EnvelopeAuditLogFindActionAuth2$inboundSchema: z.ZodNativeE
1322
1630
  /** @internal */
1323
1631
  export declare const EnvelopeAuditLogFindActionAuth2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindActionAuth2>;
1324
1632
  /** @internal */
1325
- export declare const EnvelopeAuditLogFindData32$inboundSchema: z.ZodType<EnvelopeAuditLogFindData32, z.ZodTypeDef, unknown>;
1633
+ export declare const EnvelopeAuditLogFindData33$inboundSchema: z.ZodType<EnvelopeAuditLogFindData33, z.ZodTypeDef, unknown>;
1326
1634
  /** @internal */
1327
- export type EnvelopeAuditLogFindData32$Outbound = {
1635
+ export type EnvelopeAuditLogFindData33$Outbound = {
1328
1636
  recipientEmail: string;
1329
1637
  recipientName: string;
1330
1638
  recipientId: number;
@@ -1333,15 +1641,15 @@ export type EnvelopeAuditLogFindData32$Outbound = {
1333
1641
  actionAuth: Array<string>;
1334
1642
  };
1335
1643
  /** @internal */
1336
- export declare const EnvelopeAuditLogFindData32$outboundSchema: z.ZodType<EnvelopeAuditLogFindData32$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData32>;
1337
- export declare function envelopeAuditLogFindData32ToJSON(envelopeAuditLogFindData32: EnvelopeAuditLogFindData32): string;
1338
- export declare function envelopeAuditLogFindData32FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData32, SDKValidationError>;
1644
+ export declare const EnvelopeAuditLogFindData33$outboundSchema: z.ZodType<EnvelopeAuditLogFindData33$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData33>;
1645
+ export declare function envelopeAuditLogFindData33ToJSON(envelopeAuditLogFindData33: EnvelopeAuditLogFindData33): string;
1646
+ export declare function envelopeAuditLogFindData33FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData33, SDKValidationError>;
1339
1647
  /** @internal */
1340
1648
  export declare const DataRecipientCreated$inboundSchema: z.ZodType<DataRecipientCreated, z.ZodTypeDef, unknown>;
1341
1649
  /** @internal */
1342
1650
  export type DataRecipientCreated$Outbound = {
1343
1651
  type: "RECIPIENT_CREATED";
1344
- data: EnvelopeAuditLogFindData32$Outbound;
1652
+ data: EnvelopeAuditLogFindData33$Outbound;
1345
1653
  id: string;
1346
1654
  createdAt: string;
1347
1655
  envelopeId: string;
@@ -1434,9 +1742,9 @@ export declare const ChangeUnion2$outboundSchema: z.ZodType<ChangeUnion2$Outboun
1434
1742
  export declare function changeUnion2ToJSON(changeUnion2: ChangeUnion2): string;
1435
1743
  export declare function changeUnion2FromJSON(jsonString: string): SafeParseResult<ChangeUnion2, SDKValidationError>;
1436
1744
  /** @internal */
1437
- export declare const EnvelopeAuditLogFindData31$inboundSchema: z.ZodType<EnvelopeAuditLogFindData31, z.ZodTypeDef, unknown>;
1745
+ export declare const EnvelopeAuditLogFindData32$inboundSchema: z.ZodType<EnvelopeAuditLogFindData32, z.ZodTypeDef, unknown>;
1438
1746
  /** @internal */
1439
- export type EnvelopeAuditLogFindData31$Outbound = {
1747
+ export type EnvelopeAuditLogFindData32$Outbound = {
1440
1748
  fieldId: string;
1441
1749
  fieldRecipientEmail: string;
1442
1750
  fieldRecipientId: number;
@@ -1444,15 +1752,15 @@ export type EnvelopeAuditLogFindData31$Outbound = {
1444
1752
  changes: Array<ChangeDimension$Outbound | ChangePosition$Outbound>;
1445
1753
  };
1446
1754
  /** @internal */
1447
- export declare const EnvelopeAuditLogFindData31$outboundSchema: z.ZodType<EnvelopeAuditLogFindData31$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData31>;
1448
- export declare function envelopeAuditLogFindData31ToJSON(envelopeAuditLogFindData31: EnvelopeAuditLogFindData31): string;
1449
- export declare function envelopeAuditLogFindData31FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData31, SDKValidationError>;
1755
+ export declare const EnvelopeAuditLogFindData32$outboundSchema: z.ZodType<EnvelopeAuditLogFindData32$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData32>;
1756
+ export declare function envelopeAuditLogFindData32ToJSON(envelopeAuditLogFindData32: EnvelopeAuditLogFindData32): string;
1757
+ export declare function envelopeAuditLogFindData32FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData32, SDKValidationError>;
1450
1758
  /** @internal */
1451
1759
  export declare const DataFieldUpdated$inboundSchema: z.ZodType<DataFieldUpdated, z.ZodTypeDef, unknown>;
1452
1760
  /** @internal */
1453
1761
  export type DataFieldUpdated$Outbound = {
1454
1762
  type: "FIELD_UPDATED";
1455
- data: EnvelopeAuditLogFindData31$Outbound;
1763
+ data: EnvelopeAuditLogFindData32$Outbound;
1456
1764
  id: string;
1457
1765
  createdAt: string;
1458
1766
  envelopeId: string;
@@ -1467,24 +1775,24 @@ export declare const DataFieldUpdated$outboundSchema: z.ZodType<DataFieldUpdated
1467
1775
  export declare function dataFieldUpdatedToJSON(dataFieldUpdated: DataFieldUpdated): string;
1468
1776
  export declare function dataFieldUpdatedFromJSON(jsonString: string): SafeParseResult<DataFieldUpdated, SDKValidationError>;
1469
1777
  /** @internal */
1470
- export declare const EnvelopeAuditLogFindData30$inboundSchema: z.ZodType<EnvelopeAuditLogFindData30, z.ZodTypeDef, unknown>;
1778
+ export declare const EnvelopeAuditLogFindData31$inboundSchema: z.ZodType<EnvelopeAuditLogFindData31, z.ZodTypeDef, unknown>;
1471
1779
  /** @internal */
1472
- export type EnvelopeAuditLogFindData30$Outbound = {
1780
+ export type EnvelopeAuditLogFindData31$Outbound = {
1473
1781
  fieldId: string;
1474
1782
  fieldRecipientEmail: string;
1475
1783
  fieldRecipientId: number;
1476
1784
  fieldType: string;
1477
1785
  };
1478
1786
  /** @internal */
1479
- export declare const EnvelopeAuditLogFindData30$outboundSchema: z.ZodType<EnvelopeAuditLogFindData30$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData30>;
1480
- export declare function envelopeAuditLogFindData30ToJSON(envelopeAuditLogFindData30: EnvelopeAuditLogFindData30): string;
1481
- export declare function envelopeAuditLogFindData30FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData30, SDKValidationError>;
1787
+ export declare const EnvelopeAuditLogFindData31$outboundSchema: z.ZodType<EnvelopeAuditLogFindData31$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData31>;
1788
+ export declare function envelopeAuditLogFindData31ToJSON(envelopeAuditLogFindData31: EnvelopeAuditLogFindData31): string;
1789
+ export declare function envelopeAuditLogFindData31FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData31, SDKValidationError>;
1482
1790
  /** @internal */
1483
1791
  export declare const DataFieldDeleted$inboundSchema: z.ZodType<DataFieldDeleted, z.ZodTypeDef, unknown>;
1484
1792
  /** @internal */
1485
1793
  export type DataFieldDeleted$Outbound = {
1486
1794
  type: "FIELD_DELETED";
1487
- data: EnvelopeAuditLogFindData30$Outbound;
1795
+ data: EnvelopeAuditLogFindData31$Outbound;
1488
1796
  id: string;
1489
1797
  createdAt: string;
1490
1798
  envelopeId: string;
@@ -1499,24 +1807,24 @@ export declare const DataFieldDeleted$outboundSchema: z.ZodType<DataFieldDeleted
1499
1807
  export declare function dataFieldDeletedToJSON(dataFieldDeleted: DataFieldDeleted): string;
1500
1808
  export declare function dataFieldDeletedFromJSON(jsonString: string): SafeParseResult<DataFieldDeleted, SDKValidationError>;
1501
1809
  /** @internal */
1502
- export declare const EnvelopeAuditLogFindData29$inboundSchema: z.ZodType<EnvelopeAuditLogFindData29, z.ZodTypeDef, unknown>;
1810
+ export declare const EnvelopeAuditLogFindData30$inboundSchema: z.ZodType<EnvelopeAuditLogFindData30, z.ZodTypeDef, unknown>;
1503
1811
  /** @internal */
1504
- export type EnvelopeAuditLogFindData29$Outbound = {
1812
+ export type EnvelopeAuditLogFindData30$Outbound = {
1505
1813
  fieldId: string;
1506
1814
  fieldRecipientEmail: string;
1507
1815
  fieldRecipientId: number;
1508
1816
  fieldType: string;
1509
1817
  };
1510
1818
  /** @internal */
1511
- export declare const EnvelopeAuditLogFindData29$outboundSchema: z.ZodType<EnvelopeAuditLogFindData29$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData29>;
1512
- export declare function envelopeAuditLogFindData29ToJSON(envelopeAuditLogFindData29: EnvelopeAuditLogFindData29): string;
1513
- export declare function envelopeAuditLogFindData29FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData29, SDKValidationError>;
1819
+ export declare const EnvelopeAuditLogFindData30$outboundSchema: z.ZodType<EnvelopeAuditLogFindData30$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData30>;
1820
+ export declare function envelopeAuditLogFindData30ToJSON(envelopeAuditLogFindData30: EnvelopeAuditLogFindData30): string;
1821
+ export declare function envelopeAuditLogFindData30FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData30, SDKValidationError>;
1514
1822
  /** @internal */
1515
1823
  export declare const DataFieldCreated$inboundSchema: z.ZodType<DataFieldCreated, z.ZodTypeDef, unknown>;
1516
1824
  /** @internal */
1517
1825
  export type DataFieldCreated$Outbound = {
1518
1826
  type: "FIELD_CREATED";
1519
- data: EnvelopeAuditLogFindData29$Outbound;
1827
+ data: EnvelopeAuditLogFindData30$Outbound;
1520
1828
  id: string;
1521
1829
  createdAt: string;
1522
1830
  envelopeId: string;
@@ -1531,22 +1839,22 @@ export declare const DataFieldCreated$outboundSchema: z.ZodType<DataFieldCreated
1531
1839
  export declare function dataFieldCreatedToJSON(dataFieldCreated: DataFieldCreated): string;
1532
1840
  export declare function dataFieldCreatedFromJSON(jsonString: string): SafeParseResult<DataFieldCreated, SDKValidationError>;
1533
1841
  /** @internal */
1534
- export declare const EnvelopeAuditLogFindData28$inboundSchema: z.ZodType<EnvelopeAuditLogFindData28, z.ZodTypeDef, unknown>;
1842
+ export declare const EnvelopeAuditLogFindData29$inboundSchema: z.ZodType<EnvelopeAuditLogFindData29, z.ZodTypeDef, unknown>;
1535
1843
  /** @internal */
1536
- export type EnvelopeAuditLogFindData28$Outbound = {
1844
+ export type EnvelopeAuditLogFindData29$Outbound = {
1537
1845
  from?: string | null | undefined;
1538
1846
  to?: string | null | undefined;
1539
1847
  };
1540
1848
  /** @internal */
1541
- export declare const EnvelopeAuditLogFindData28$outboundSchema: z.ZodType<EnvelopeAuditLogFindData28$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData28>;
1542
- export declare function envelopeAuditLogFindData28ToJSON(envelopeAuditLogFindData28: EnvelopeAuditLogFindData28): string;
1543
- export declare function envelopeAuditLogFindData28FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData28, SDKValidationError>;
1849
+ export declare const EnvelopeAuditLogFindData29$outboundSchema: z.ZodType<EnvelopeAuditLogFindData29$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData29>;
1850
+ export declare function envelopeAuditLogFindData29ToJSON(envelopeAuditLogFindData29: EnvelopeAuditLogFindData29): string;
1851
+ export declare function envelopeAuditLogFindData29FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData29, SDKValidationError>;
1544
1852
  /** @internal */
1545
1853
  export declare const DataDocumentExternalIDUpdated$inboundSchema: z.ZodType<DataDocumentExternalIDUpdated, z.ZodTypeDef, unknown>;
1546
1854
  /** @internal */
1547
1855
  export type DataDocumentExternalIDUpdated$Outbound = {
1548
1856
  type: "DOCUMENT_EXTERNAL_ID_UPDATED";
1549
- data: EnvelopeAuditLogFindData28$Outbound;
1857
+ data: EnvelopeAuditLogFindData29$Outbound;
1550
1858
  id: string;
1551
1859
  createdAt: string;
1552
1860
  envelopeId: string;
@@ -1561,22 +1869,22 @@ export declare const DataDocumentExternalIDUpdated$outboundSchema: z.ZodType<Dat
1561
1869
  export declare function dataDocumentExternalIDUpdatedToJSON(dataDocumentExternalIDUpdated: DataDocumentExternalIDUpdated): string;
1562
1870
  export declare function dataDocumentExternalIDUpdatedFromJSON(jsonString: string): SafeParseResult<DataDocumentExternalIDUpdated, SDKValidationError>;
1563
1871
  /** @internal */
1564
- export declare const EnvelopeAuditLogFindData27$inboundSchema: z.ZodType<EnvelopeAuditLogFindData27, z.ZodTypeDef, unknown>;
1872
+ export declare const EnvelopeAuditLogFindData28$inboundSchema: z.ZodType<EnvelopeAuditLogFindData28, z.ZodTypeDef, unknown>;
1565
1873
  /** @internal */
1566
- export type EnvelopeAuditLogFindData27$Outbound = {
1874
+ export type EnvelopeAuditLogFindData28$Outbound = {
1567
1875
  from: string;
1568
1876
  to: string;
1569
1877
  };
1570
1878
  /** @internal */
1571
- export declare const EnvelopeAuditLogFindData27$outboundSchema: z.ZodType<EnvelopeAuditLogFindData27$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData27>;
1572
- export declare function envelopeAuditLogFindData27ToJSON(envelopeAuditLogFindData27: EnvelopeAuditLogFindData27): string;
1573
- export declare function envelopeAuditLogFindData27FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData27, SDKValidationError>;
1879
+ export declare const EnvelopeAuditLogFindData28$outboundSchema: z.ZodType<EnvelopeAuditLogFindData28$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData28>;
1880
+ export declare function envelopeAuditLogFindData28ToJSON(envelopeAuditLogFindData28: EnvelopeAuditLogFindData28): string;
1881
+ export declare function envelopeAuditLogFindData28FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData28, SDKValidationError>;
1574
1882
  /** @internal */
1575
1883
  export declare const DataDocumentTitleUpdated$inboundSchema: z.ZodType<DataDocumentTitleUpdated, z.ZodTypeDef, unknown>;
1576
1884
  /** @internal */
1577
1885
  export type DataDocumentTitleUpdated$Outbound = {
1578
1886
  type: "DOCUMENT_TITLE_UPDATED";
1579
- data: EnvelopeAuditLogFindData27$Outbound;
1887
+ data: EnvelopeAuditLogFindData28$Outbound;
1580
1888
  id: string;
1581
1889
  createdAt: string;
1582
1890
  envelopeId: string;
@@ -1591,19 +1899,19 @@ export declare const DataDocumentTitleUpdated$outboundSchema: z.ZodType<DataDocu
1591
1899
  export declare function dataDocumentTitleUpdatedToJSON(dataDocumentTitleUpdated: DataDocumentTitleUpdated): string;
1592
1900
  export declare function dataDocumentTitleUpdatedFromJSON(jsonString: string): SafeParseResult<DataDocumentTitleUpdated, SDKValidationError>;
1593
1901
  /** @internal */
1594
- export declare const EnvelopeAuditLogFindData26$inboundSchema: z.ZodType<EnvelopeAuditLogFindData26, z.ZodTypeDef, unknown>;
1902
+ export declare const EnvelopeAuditLogFindData27$inboundSchema: z.ZodType<EnvelopeAuditLogFindData27, z.ZodTypeDef, unknown>;
1595
1903
  /** @internal */
1596
- export type EnvelopeAuditLogFindData26$Outbound = {};
1904
+ export type EnvelopeAuditLogFindData27$Outbound = {};
1597
1905
  /** @internal */
1598
- export declare const EnvelopeAuditLogFindData26$outboundSchema: z.ZodType<EnvelopeAuditLogFindData26$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData26>;
1599
- export declare function envelopeAuditLogFindData26ToJSON(envelopeAuditLogFindData26: EnvelopeAuditLogFindData26): string;
1600
- export declare function envelopeAuditLogFindData26FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData26, SDKValidationError>;
1906
+ export declare const EnvelopeAuditLogFindData27$outboundSchema: z.ZodType<EnvelopeAuditLogFindData27$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData27>;
1907
+ export declare function envelopeAuditLogFindData27ToJSON(envelopeAuditLogFindData27: EnvelopeAuditLogFindData27): string;
1908
+ export declare function envelopeAuditLogFindData27FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData27, SDKValidationError>;
1601
1909
  /** @internal */
1602
1910
  export declare const DataDocumentSent$inboundSchema: z.ZodType<DataDocumentSent, z.ZodTypeDef, unknown>;
1603
1911
  /** @internal */
1604
1912
  export type DataDocumentSent$Outbound = {
1605
1913
  type: "DOCUMENT_SENT";
1606
- data: EnvelopeAuditLogFindData26$Outbound;
1914
+ data: EnvelopeAuditLogFindData27$Outbound;
1607
1915
  id: string;
1608
1916
  createdAt: string;
1609
1917
  envelopeId: string;
@@ -1618,23 +1926,23 @@ export declare const DataDocumentSent$outboundSchema: z.ZodType<DataDocumentSent
1618
1926
  export declare function dataDocumentSentToJSON(dataDocumentSent: DataDocumentSent): string;
1619
1927
  export declare function dataDocumentSentFromJSON(jsonString: string): SafeParseResult<DataDocumentSent, SDKValidationError>;
1620
1928
  /** @internal */
1621
- export declare const EnvelopeAuditLogFindData25$inboundSchema: z.ZodType<EnvelopeAuditLogFindData25, z.ZodTypeDef, unknown>;
1929
+ export declare const EnvelopeAuditLogFindData26$inboundSchema: z.ZodType<EnvelopeAuditLogFindData26, z.ZodTypeDef, unknown>;
1622
1930
  /** @internal */
1623
- export type EnvelopeAuditLogFindData25$Outbound = {
1931
+ export type EnvelopeAuditLogFindData26$Outbound = {
1624
1932
  recipientEmail: string;
1625
1933
  recipientName: string;
1626
1934
  recipientId: number;
1627
1935
  };
1628
1936
  /** @internal */
1629
- export declare const EnvelopeAuditLogFindData25$outboundSchema: z.ZodType<EnvelopeAuditLogFindData25$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData25>;
1630
- export declare function envelopeAuditLogFindData25ToJSON(envelopeAuditLogFindData25: EnvelopeAuditLogFindData25): string;
1631
- export declare function envelopeAuditLogFindData25FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData25, SDKValidationError>;
1937
+ export declare const EnvelopeAuditLogFindData26$outboundSchema: z.ZodType<EnvelopeAuditLogFindData26$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData26>;
1938
+ export declare function envelopeAuditLogFindData26ToJSON(envelopeAuditLogFindData26: EnvelopeAuditLogFindData26): string;
1939
+ export declare function envelopeAuditLogFindData26FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData26, SDKValidationError>;
1632
1940
  /** @internal */
1633
1941
  export declare const DataDocumentAccessAuth2FaFailed$inboundSchema: z.ZodType<DataDocumentAccessAuth2FaFailed, z.ZodTypeDef, unknown>;
1634
1942
  /** @internal */
1635
1943
  export type DataDocumentAccessAuth2FaFailed$Outbound = {
1636
1944
  type: "DOCUMENT_ACCESS_AUTH_2FA_FAILED";
1637
- data: EnvelopeAuditLogFindData25$Outbound;
1945
+ data: EnvelopeAuditLogFindData26$Outbound;
1638
1946
  id: string;
1639
1947
  createdAt: string;
1640
1948
  envelopeId: string;
@@ -1649,23 +1957,23 @@ export declare const DataDocumentAccessAuth2FaFailed$outboundSchema: z.ZodType<D
1649
1957
  export declare function dataDocumentAccessAuth2FaFailedToJSON(dataDocumentAccessAuth2FaFailed: DataDocumentAccessAuth2FaFailed): string;
1650
1958
  export declare function dataDocumentAccessAuth2FaFailedFromJSON(jsonString: string): SafeParseResult<DataDocumentAccessAuth2FaFailed, SDKValidationError>;
1651
1959
  /** @internal */
1652
- export declare const EnvelopeAuditLogFindData24$inboundSchema: z.ZodType<EnvelopeAuditLogFindData24, z.ZodTypeDef, unknown>;
1960
+ export declare const EnvelopeAuditLogFindData25$inboundSchema: z.ZodType<EnvelopeAuditLogFindData25, z.ZodTypeDef, unknown>;
1653
1961
  /** @internal */
1654
- export type EnvelopeAuditLogFindData24$Outbound = {
1962
+ export type EnvelopeAuditLogFindData25$Outbound = {
1655
1963
  recipientEmail: string;
1656
1964
  recipientName: string;
1657
1965
  recipientId: number;
1658
1966
  };
1659
1967
  /** @internal */
1660
- export declare const EnvelopeAuditLogFindData24$outboundSchema: z.ZodType<EnvelopeAuditLogFindData24$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData24>;
1661
- export declare function envelopeAuditLogFindData24ToJSON(envelopeAuditLogFindData24: EnvelopeAuditLogFindData24): string;
1662
- export declare function envelopeAuditLogFindData24FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData24, SDKValidationError>;
1968
+ export declare const EnvelopeAuditLogFindData25$outboundSchema: z.ZodType<EnvelopeAuditLogFindData25$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData25>;
1969
+ export declare function envelopeAuditLogFindData25ToJSON(envelopeAuditLogFindData25: EnvelopeAuditLogFindData25): string;
1970
+ export declare function envelopeAuditLogFindData25FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData25, SDKValidationError>;
1663
1971
  /** @internal */
1664
1972
  export declare const DataDocumentAccessAuth2FaValidated$inboundSchema: z.ZodType<DataDocumentAccessAuth2FaValidated, z.ZodTypeDef, unknown>;
1665
1973
  /** @internal */
1666
1974
  export type DataDocumentAccessAuth2FaValidated$Outbound = {
1667
1975
  type: "DOCUMENT_ACCESS_AUTH_2FA_VALIDATED";
1668
- data: EnvelopeAuditLogFindData24$Outbound;
1976
+ data: EnvelopeAuditLogFindData25$Outbound;
1669
1977
  id: string;
1670
1978
  createdAt: string;
1671
1979
  envelopeId: string;
@@ -1680,23 +1988,23 @@ export declare const DataDocumentAccessAuth2FaValidated$outboundSchema: z.ZodTyp
1680
1988
  export declare function dataDocumentAccessAuth2FaValidatedToJSON(dataDocumentAccessAuth2FaValidated: DataDocumentAccessAuth2FaValidated): string;
1681
1989
  export declare function dataDocumentAccessAuth2FaValidatedFromJSON(jsonString: string): SafeParseResult<DataDocumentAccessAuth2FaValidated, SDKValidationError>;
1682
1990
  /** @internal */
1683
- export declare const EnvelopeAuditLogFindData23$inboundSchema: z.ZodType<EnvelopeAuditLogFindData23, z.ZodTypeDef, unknown>;
1991
+ export declare const EnvelopeAuditLogFindData24$inboundSchema: z.ZodType<EnvelopeAuditLogFindData24, z.ZodTypeDef, unknown>;
1684
1992
  /** @internal */
1685
- export type EnvelopeAuditLogFindData23$Outbound = {
1993
+ export type EnvelopeAuditLogFindData24$Outbound = {
1686
1994
  recipientEmail: string;
1687
1995
  recipientName: string;
1688
1996
  recipientId: number;
1689
1997
  };
1690
1998
  /** @internal */
1691
- export declare const EnvelopeAuditLogFindData23$outboundSchema: z.ZodType<EnvelopeAuditLogFindData23$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData23>;
1692
- export declare function envelopeAuditLogFindData23ToJSON(envelopeAuditLogFindData23: EnvelopeAuditLogFindData23): string;
1693
- export declare function envelopeAuditLogFindData23FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData23, SDKValidationError>;
1999
+ export declare const EnvelopeAuditLogFindData24$outboundSchema: z.ZodType<EnvelopeAuditLogFindData24$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData24>;
2000
+ export declare function envelopeAuditLogFindData24ToJSON(envelopeAuditLogFindData24: EnvelopeAuditLogFindData24): string;
2001
+ export declare function envelopeAuditLogFindData24FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData24, SDKValidationError>;
1694
2002
  /** @internal */
1695
2003
  export declare const DataDocumentAccessAuth2FaRequested$inboundSchema: z.ZodType<DataDocumentAccessAuth2FaRequested, z.ZodTypeDef, unknown>;
1696
2004
  /** @internal */
1697
2005
  export type DataDocumentAccessAuth2FaRequested$Outbound = {
1698
2006
  type: "DOCUMENT_ACCESS_AUTH_2FA_REQUESTED";
1699
- data: EnvelopeAuditLogFindData23$Outbound;
2007
+ data: EnvelopeAuditLogFindData24$Outbound;
1700
2008
  id: string;
1701
2009
  createdAt: string;
1702
2010
  envelopeId: string;
@@ -1711,25 +2019,28 @@ export declare const DataDocumentAccessAuth2FaRequested$outboundSchema: z.ZodTyp
1711
2019
  export declare function dataDocumentAccessAuth2FaRequestedToJSON(dataDocumentAccessAuth2FaRequested: DataDocumentAccessAuth2FaRequested): string;
1712
2020
  export declare function dataDocumentAccessAuth2FaRequestedFromJSON(jsonString: string): SafeParseResult<DataDocumentAccessAuth2FaRequested, SDKValidationError>;
1713
2021
  /** @internal */
1714
- export declare const EnvelopeAuditLogFindData22$inboundSchema: z.ZodType<EnvelopeAuditLogFindData22, z.ZodTypeDef, unknown>;
2022
+ export declare const EnvelopeAuditLogFindData23$inboundSchema: z.ZodType<EnvelopeAuditLogFindData23, z.ZodTypeDef, unknown>;
1715
2023
  /** @internal */
1716
- export type EnvelopeAuditLogFindData22$Outbound = {
2024
+ export type EnvelopeAuditLogFindData23$Outbound = {
1717
2025
  recipientEmail: string;
1718
2026
  recipientName: string;
1719
2027
  recipientId: number;
1720
2028
  recipientRole: string;
1721
2029
  reason: string;
2030
+ isExternal?: boolean | undefined;
2031
+ onBehalfOfUserEmail?: string | undefined;
2032
+ onBehalfOfUserName?: string | null | undefined;
1722
2033
  };
1723
2034
  /** @internal */
1724
- export declare const EnvelopeAuditLogFindData22$outboundSchema: z.ZodType<EnvelopeAuditLogFindData22$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData22>;
1725
- export declare function envelopeAuditLogFindData22ToJSON(envelopeAuditLogFindData22: EnvelopeAuditLogFindData22): string;
1726
- export declare function envelopeAuditLogFindData22FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData22, SDKValidationError>;
2035
+ export declare const EnvelopeAuditLogFindData23$outboundSchema: z.ZodType<EnvelopeAuditLogFindData23$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData23>;
2036
+ export declare function envelopeAuditLogFindData23ToJSON(envelopeAuditLogFindData23: EnvelopeAuditLogFindData23): string;
2037
+ export declare function envelopeAuditLogFindData23FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData23, SDKValidationError>;
1727
2038
  /** @internal */
1728
2039
  export declare const DataDocumentRecipientRejected$inboundSchema: z.ZodType<DataDocumentRecipientRejected, z.ZodTypeDef, unknown>;
1729
2040
  /** @internal */
1730
2041
  export type DataDocumentRecipientRejected$Outbound = {
1731
2042
  type: "DOCUMENT_RECIPIENT_REJECTED";
1732
- data: EnvelopeAuditLogFindData22$Outbound;
2043
+ data: EnvelopeAuditLogFindData23$Outbound;
1733
2044
  id: string;
1734
2045
  createdAt: string;
1735
2046
  envelopeId: string;
@@ -1748,9 +2059,9 @@ export declare const EnvelopeAuditLogFindActionAuth1$inboundSchema: z.ZodNativeE
1748
2059
  /** @internal */
1749
2060
  export declare const EnvelopeAuditLogFindActionAuth1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindActionAuth1>;
1750
2061
  /** @internal */
1751
- export declare const EnvelopeAuditLogFindData21$inboundSchema: z.ZodType<EnvelopeAuditLogFindData21, z.ZodTypeDef, unknown>;
2062
+ export declare const EnvelopeAuditLogFindData22$inboundSchema: z.ZodType<EnvelopeAuditLogFindData22, z.ZodTypeDef, unknown>;
1752
2063
  /** @internal */
1753
- export type EnvelopeAuditLogFindData21$Outbound = {
2064
+ export type EnvelopeAuditLogFindData22$Outbound = {
1754
2065
  recipientEmail: string;
1755
2066
  recipientName: string;
1756
2067
  recipientId: number;
@@ -1758,15 +2069,15 @@ export type EnvelopeAuditLogFindData21$Outbound = {
1758
2069
  actionAuth: Array<string>;
1759
2070
  };
1760
2071
  /** @internal */
1761
- export declare const EnvelopeAuditLogFindData21$outboundSchema: z.ZodType<EnvelopeAuditLogFindData21$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData21>;
1762
- export declare function envelopeAuditLogFindData21ToJSON(envelopeAuditLogFindData21: EnvelopeAuditLogFindData21): string;
1763
- export declare function envelopeAuditLogFindData21FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData21, SDKValidationError>;
2072
+ export declare const EnvelopeAuditLogFindData22$outboundSchema: z.ZodType<EnvelopeAuditLogFindData22$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData22>;
2073
+ export declare function envelopeAuditLogFindData22ToJSON(envelopeAuditLogFindData22: EnvelopeAuditLogFindData22): string;
2074
+ export declare function envelopeAuditLogFindData22FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData22, SDKValidationError>;
1764
2075
  /** @internal */
1765
2076
  export declare const DataDocumentRecipientCompleted$inboundSchema: z.ZodType<DataDocumentRecipientCompleted, z.ZodTypeDef, unknown>;
1766
2077
  /** @internal */
1767
2078
  export type DataDocumentRecipientCompleted$Outbound = {
1768
2079
  type: "DOCUMENT_RECIPIENT_COMPLETED";
1769
- data: EnvelopeAuditLogFindData21$Outbound;
2080
+ data: EnvelopeAuditLogFindData22$Outbound;
1770
2081
  id: string;
1771
2082
  createdAt: string;
1772
2083
  envelopeId: string;
@@ -1785,9 +2096,9 @@ export declare const EnvelopeAuditLogFindAccessAuth2$inboundSchema: z.ZodNativeE
1785
2096
  /** @internal */
1786
2097
  export declare const EnvelopeAuditLogFindAccessAuth2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindAccessAuth2>;
1787
2098
  /** @internal */
1788
- export declare const EnvelopeAuditLogFindData20$inboundSchema: z.ZodType<EnvelopeAuditLogFindData20, z.ZodTypeDef, unknown>;
2099
+ export declare const EnvelopeAuditLogFindData21$inboundSchema: z.ZodType<EnvelopeAuditLogFindData21, z.ZodTypeDef, unknown>;
1789
2100
  /** @internal */
1790
- export type EnvelopeAuditLogFindData20$Outbound = {
2101
+ export type EnvelopeAuditLogFindData21$Outbound = {
1791
2102
  recipientEmail: string;
1792
2103
  recipientName: string;
1793
2104
  recipientId: number;
@@ -1795,15 +2106,15 @@ export type EnvelopeAuditLogFindData20$Outbound = {
1795
2106
  accessAuth: Array<string>;
1796
2107
  };
1797
2108
  /** @internal */
1798
- export declare const EnvelopeAuditLogFindData20$outboundSchema: z.ZodType<EnvelopeAuditLogFindData20$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData20>;
1799
- export declare function envelopeAuditLogFindData20ToJSON(envelopeAuditLogFindData20: EnvelopeAuditLogFindData20): string;
1800
- export declare function envelopeAuditLogFindData20FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData20, SDKValidationError>;
2109
+ export declare const EnvelopeAuditLogFindData21$outboundSchema: z.ZodType<EnvelopeAuditLogFindData21$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData21>;
2110
+ export declare function envelopeAuditLogFindData21ToJSON(envelopeAuditLogFindData21: EnvelopeAuditLogFindData21): string;
2111
+ export declare function envelopeAuditLogFindData21FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData21, SDKValidationError>;
1801
2112
  /** @internal */
1802
2113
  export declare const DataDocumentViewed$inboundSchema: z.ZodType<DataDocumentViewed, z.ZodTypeDef, unknown>;
1803
2114
  /** @internal */
1804
2115
  export type DataDocumentViewed$Outbound = {
1805
2116
  type: "DOCUMENT_VIEWED";
1806
- data: EnvelopeAuditLogFindData20$Outbound;
2117
+ data: EnvelopeAuditLogFindData21$Outbound;
1807
2118
  id: string;
1808
2119
  createdAt: string;
1809
2120
  envelopeId: string;
@@ -1822,9 +2133,9 @@ export declare const EnvelopeAuditLogFindAccessAuth1$inboundSchema: z.ZodNativeE
1822
2133
  /** @internal */
1823
2134
  export declare const EnvelopeAuditLogFindAccessAuth1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindAccessAuth1>;
1824
2135
  /** @internal */
1825
- export declare const EnvelopeAuditLogFindData19$inboundSchema: z.ZodType<EnvelopeAuditLogFindData19, z.ZodTypeDef, unknown>;
2136
+ export declare const EnvelopeAuditLogFindData20$inboundSchema: z.ZodType<EnvelopeAuditLogFindData20, z.ZodTypeDef, unknown>;
1826
2137
  /** @internal */
1827
- export type EnvelopeAuditLogFindData19$Outbound = {
2138
+ export type EnvelopeAuditLogFindData20$Outbound = {
1828
2139
  recipientEmail: string;
1829
2140
  recipientName: string;
1830
2141
  recipientId: number;
@@ -1832,15 +2143,15 @@ export type EnvelopeAuditLogFindData19$Outbound = {
1832
2143
  accessAuth: Array<string>;
1833
2144
  };
1834
2145
  /** @internal */
1835
- export declare const EnvelopeAuditLogFindData19$outboundSchema: z.ZodType<EnvelopeAuditLogFindData19$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData19>;
1836
- export declare function envelopeAuditLogFindData19ToJSON(envelopeAuditLogFindData19: EnvelopeAuditLogFindData19): string;
1837
- export declare function envelopeAuditLogFindData19FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData19, SDKValidationError>;
2146
+ export declare const EnvelopeAuditLogFindData20$outboundSchema: z.ZodType<EnvelopeAuditLogFindData20$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData20>;
2147
+ export declare function envelopeAuditLogFindData20ToJSON(envelopeAuditLogFindData20: EnvelopeAuditLogFindData20): string;
2148
+ export declare function envelopeAuditLogFindData20FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData20, SDKValidationError>;
1838
2149
  /** @internal */
1839
2150
  export declare const DataDocumentOpened$inboundSchema: z.ZodType<DataDocumentOpened, z.ZodTypeDef, unknown>;
1840
2151
  /** @internal */
1841
2152
  export type DataDocumentOpened$Outbound = {
1842
2153
  type: "DOCUMENT_OPENED";
1843
- data: EnvelopeAuditLogFindData19$Outbound;
2154
+ data: EnvelopeAuditLogFindData20$Outbound;
1844
2155
  id: string;
1845
2156
  createdAt: string;
1846
2157
  envelopeId: string;
@@ -1929,21 +2240,21 @@ export declare const ChangeUnion1$outboundSchema: z.ZodType<ChangeUnion1$Outboun
1929
2240
  export declare function changeUnion1ToJSON(changeUnion1: ChangeUnion1): string;
1930
2241
  export declare function changeUnion1FromJSON(jsonString: string): SafeParseResult<ChangeUnion1, SDKValidationError>;
1931
2242
  /** @internal */
1932
- export declare const EnvelopeAuditLogFindData18$inboundSchema: z.ZodType<EnvelopeAuditLogFindData18, z.ZodTypeDef, unknown>;
2243
+ export declare const EnvelopeAuditLogFindData19$inboundSchema: z.ZodType<EnvelopeAuditLogFindData19, z.ZodTypeDef, unknown>;
1933
2244
  /** @internal */
1934
- export type EnvelopeAuditLogFindData18$Outbound = {
2245
+ export type EnvelopeAuditLogFindData19$Outbound = {
1935
2246
  changes: Array<Change2$Outbound | ChangePassword$Outbound>;
1936
2247
  };
1937
2248
  /** @internal */
1938
- export declare const EnvelopeAuditLogFindData18$outboundSchema: z.ZodType<EnvelopeAuditLogFindData18$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData18>;
1939
- export declare function envelopeAuditLogFindData18ToJSON(envelopeAuditLogFindData18: EnvelopeAuditLogFindData18): string;
1940
- export declare function envelopeAuditLogFindData18FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData18, SDKValidationError>;
2249
+ export declare const EnvelopeAuditLogFindData19$outboundSchema: z.ZodType<EnvelopeAuditLogFindData19$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData19>;
2250
+ export declare function envelopeAuditLogFindData19ToJSON(envelopeAuditLogFindData19: EnvelopeAuditLogFindData19): string;
2251
+ export declare function envelopeAuditLogFindData19FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData19, SDKValidationError>;
1941
2252
  /** @internal */
1942
2253
  export declare const DataDocumentMetaUpdated$inboundSchema: z.ZodType<DataDocumentMetaUpdated, z.ZodTypeDef, unknown>;
1943
2254
  /** @internal */
1944
2255
  export type DataDocumentMetaUpdated$Outbound = {
1945
2256
  type: "DOCUMENT_META_UPDATED";
1946
- data: EnvelopeAuditLogFindData18$Outbound;
2257
+ data: EnvelopeAuditLogFindData19$Outbound;
1947
2258
  id: string;
1948
2259
  createdAt: string;
1949
2260
  envelopeId: string;
@@ -1974,22 +2285,22 @@ export declare const ToUnion3$outboundSchema: z.ZodType<ToUnion3$Outbound, z.Zod
1974
2285
  export declare function toUnion3ToJSON(toUnion3: ToUnion3): string;
1975
2286
  export declare function toUnion3FromJSON(jsonString: string): SafeParseResult<ToUnion3, SDKValidationError>;
1976
2287
  /** @internal */
1977
- export declare const EnvelopeAuditLogFindData17$inboundSchema: z.ZodType<EnvelopeAuditLogFindData17, z.ZodTypeDef, unknown>;
2288
+ export declare const EnvelopeAuditLogFindData18$inboundSchema: z.ZodType<EnvelopeAuditLogFindData18, z.ZodTypeDef, unknown>;
1978
2289
  /** @internal */
1979
- export type EnvelopeAuditLogFindData17$Outbound = {
2290
+ export type EnvelopeAuditLogFindData18$Outbound = {
1980
2291
  from: string | Array<string> | null;
1981
2292
  to: string | Array<string> | null;
1982
2293
  };
1983
2294
  /** @internal */
1984
- export declare const EnvelopeAuditLogFindData17$outboundSchema: z.ZodType<EnvelopeAuditLogFindData17$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData17>;
1985
- export declare function envelopeAuditLogFindData17ToJSON(envelopeAuditLogFindData17: EnvelopeAuditLogFindData17): string;
1986
- export declare function envelopeAuditLogFindData17FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData17, SDKValidationError>;
2295
+ export declare const EnvelopeAuditLogFindData18$outboundSchema: z.ZodType<EnvelopeAuditLogFindData18$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData18>;
2296
+ export declare function envelopeAuditLogFindData18ToJSON(envelopeAuditLogFindData18: EnvelopeAuditLogFindData18): string;
2297
+ export declare function envelopeAuditLogFindData18FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData18, SDKValidationError>;
1987
2298
  /** @internal */
1988
2299
  export declare const DataDocumentGlobalAuthActionUpdated$inboundSchema: z.ZodType<DataDocumentGlobalAuthActionUpdated, z.ZodTypeDef, unknown>;
1989
2300
  /** @internal */
1990
2301
  export type DataDocumentGlobalAuthActionUpdated$Outbound = {
1991
2302
  type: "DOCUMENT_GLOBAL_AUTH_ACTION_UPDATED";
1992
- data: EnvelopeAuditLogFindData17$Outbound;
2303
+ data: EnvelopeAuditLogFindData18$Outbound;
1993
2304
  id: string;
1994
2305
  createdAt: string;
1995
2306
  envelopeId: string;
@@ -2020,22 +2331,22 @@ export declare const ToUnion2$outboundSchema: z.ZodType<ToUnion2$Outbound, z.Zod
2020
2331
  export declare function toUnion2ToJSON(toUnion2: ToUnion2): string;
2021
2332
  export declare function toUnion2FromJSON(jsonString: string): SafeParseResult<ToUnion2, SDKValidationError>;
2022
2333
  /** @internal */
2023
- export declare const EnvelopeAuditLogFindData16$inboundSchema: z.ZodType<EnvelopeAuditLogFindData16, z.ZodTypeDef, unknown>;
2334
+ export declare const EnvelopeAuditLogFindData17$inboundSchema: z.ZodType<EnvelopeAuditLogFindData17, z.ZodTypeDef, unknown>;
2024
2335
  /** @internal */
2025
- export type EnvelopeAuditLogFindData16$Outbound = {
2336
+ export type EnvelopeAuditLogFindData17$Outbound = {
2026
2337
  from: string | Array<string> | null;
2027
2338
  to: string | Array<string> | null;
2028
2339
  };
2029
2340
  /** @internal */
2030
- export declare const EnvelopeAuditLogFindData16$outboundSchema: z.ZodType<EnvelopeAuditLogFindData16$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData16>;
2031
- export declare function envelopeAuditLogFindData16ToJSON(envelopeAuditLogFindData16: EnvelopeAuditLogFindData16): string;
2032
- export declare function envelopeAuditLogFindData16FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData16, SDKValidationError>;
2341
+ export declare const EnvelopeAuditLogFindData17$outboundSchema: z.ZodType<EnvelopeAuditLogFindData17$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData17>;
2342
+ export declare function envelopeAuditLogFindData17ToJSON(envelopeAuditLogFindData17: EnvelopeAuditLogFindData17): string;
2343
+ export declare function envelopeAuditLogFindData17FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData17, SDKValidationError>;
2033
2344
  /** @internal */
2034
2345
  export declare const DataDocumentGlobalAuthAccessUpdated$inboundSchema: z.ZodType<DataDocumentGlobalAuthAccessUpdated, z.ZodTypeDef, unknown>;
2035
2346
  /** @internal */
2036
2347
  export type DataDocumentGlobalAuthAccessUpdated$Outbound = {
2037
2348
  type: "DOCUMENT_GLOBAL_AUTH_ACCESS_UPDATED";
2038
- data: EnvelopeAuditLogFindData16$Outbound;
2349
+ data: EnvelopeAuditLogFindData17$Outbound;
2039
2350
  id: string;
2040
2351
  createdAt: string;
2041
2352
  envelopeId: string;
@@ -2066,22 +2377,22 @@ export declare const ToUnion1$outboundSchema: z.ZodType<ToUnion1$Outbound, z.Zod
2066
2377
  export declare function toUnion1ToJSON(toUnion1: ToUnion1): string;
2067
2378
  export declare function toUnion1FromJSON(jsonString: string): SafeParseResult<ToUnion1, SDKValidationError>;
2068
2379
  /** @internal */
2069
- export declare const EnvelopeAuditLogFindData15$inboundSchema: z.ZodType<EnvelopeAuditLogFindData15, z.ZodTypeDef, unknown>;
2380
+ export declare const EnvelopeAuditLogFindData16$inboundSchema: z.ZodType<EnvelopeAuditLogFindData16, z.ZodTypeDef, unknown>;
2070
2381
  /** @internal */
2071
- export type EnvelopeAuditLogFindData15$Outbound = {
2382
+ export type EnvelopeAuditLogFindData16$Outbound = {
2072
2383
  from: string | Array<string> | null;
2073
2384
  to: string | Array<string> | null;
2074
2385
  };
2075
2386
  /** @internal */
2076
- export declare const EnvelopeAuditLogFindData15$outboundSchema: z.ZodType<EnvelopeAuditLogFindData15$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData15>;
2077
- export declare function envelopeAuditLogFindData15ToJSON(envelopeAuditLogFindData15: EnvelopeAuditLogFindData15): string;
2078
- export declare function envelopeAuditLogFindData15FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData15, SDKValidationError>;
2387
+ export declare const EnvelopeAuditLogFindData16$outboundSchema: z.ZodType<EnvelopeAuditLogFindData16$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData16>;
2388
+ export declare function envelopeAuditLogFindData16ToJSON(envelopeAuditLogFindData16: EnvelopeAuditLogFindData16): string;
2389
+ export declare function envelopeAuditLogFindData16FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData16, SDKValidationError>;
2079
2390
  /** @internal */
2080
2391
  export declare const DataDocumentVisibilityUpdated$inboundSchema: z.ZodType<DataDocumentVisibilityUpdated, z.ZodTypeDef, unknown>;
2081
2392
  /** @internal */
2082
2393
  export type DataDocumentVisibilityUpdated$Outbound = {
2083
2394
  type: "DOCUMENT_VISIBILITY_UPDATED";
2084
- data: EnvelopeAuditLogFindData15$Outbound;
2395
+ data: EnvelopeAuditLogFindData16$Outbound;
2085
2396
  id: string;
2086
2397
  createdAt: string;
2087
2398
  envelopeId: string;
@@ -2280,9 +2591,9 @@ export declare const FieldSecurity2$outboundSchema: z.ZodType<FieldSecurity2$Out
2280
2591
  export declare function fieldSecurity2ToJSON(fieldSecurity2: FieldSecurity2): string;
2281
2592
  export declare function fieldSecurity2FromJSON(jsonString: string): SafeParseResult<FieldSecurity2, SDKValidationError>;
2282
2593
  /** @internal */
2283
- export declare const EnvelopeAuditLogFindData14$inboundSchema: z.ZodType<EnvelopeAuditLogFindData14, z.ZodTypeDef, unknown>;
2594
+ export declare const EnvelopeAuditLogFindData15$inboundSchema: z.ZodType<EnvelopeAuditLogFindData15, z.ZodTypeDef, unknown>;
2284
2595
  /** @internal */
2285
- export type EnvelopeAuditLogFindData14$Outbound = {
2596
+ export type EnvelopeAuditLogFindData15$Outbound = {
2286
2597
  recipientEmail: string;
2287
2598
  recipientName: string;
2288
2599
  recipientId: number;
@@ -2292,15 +2603,15 @@ export type EnvelopeAuditLogFindData14$Outbound = {
2292
2603
  fieldSecurity?: FieldSecurity2$Outbound | undefined;
2293
2604
  };
2294
2605
  /** @internal */
2295
- export declare const EnvelopeAuditLogFindData14$outboundSchema: z.ZodType<EnvelopeAuditLogFindData14$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData14>;
2296
- export declare function envelopeAuditLogFindData14ToJSON(envelopeAuditLogFindData14: EnvelopeAuditLogFindData14): string;
2297
- export declare function envelopeAuditLogFindData14FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData14, SDKValidationError>;
2606
+ export declare const EnvelopeAuditLogFindData15$outboundSchema: z.ZodType<EnvelopeAuditLogFindData15$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData15>;
2607
+ export declare function envelopeAuditLogFindData15ToJSON(envelopeAuditLogFindData15: EnvelopeAuditLogFindData15): string;
2608
+ export declare function envelopeAuditLogFindData15FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData15, SDKValidationError>;
2298
2609
  /** @internal */
2299
2610
  export declare const DataDocumentFieldPrefilled$inboundSchema: z.ZodType<DataDocumentFieldPrefilled, z.ZodTypeDef, unknown>;
2300
2611
  /** @internal */
2301
2612
  export type DataDocumentFieldPrefilled$Outbound = {
2302
2613
  type: "DOCUMENT_FIELD_PREFILLED";
2303
- data: EnvelopeAuditLogFindData14$Outbound;
2614
+ data: EnvelopeAuditLogFindData15$Outbound;
2304
2615
  id: string;
2305
2616
  createdAt: string;
2306
2617
  envelopeId: string;
@@ -2319,22 +2630,22 @@ export declare const FieldEnum$inboundSchema: z.ZodNativeEnum<typeof FieldEnum>;
2319
2630
  /** @internal */
2320
2631
  export declare const FieldEnum$outboundSchema: z.ZodNativeEnum<typeof FieldEnum>;
2321
2632
  /** @internal */
2322
- export declare const EnvelopeAuditLogFindData13$inboundSchema: z.ZodType<EnvelopeAuditLogFindData13, z.ZodTypeDef, unknown>;
2633
+ export declare const EnvelopeAuditLogFindData14$inboundSchema: z.ZodType<EnvelopeAuditLogFindData14, z.ZodTypeDef, unknown>;
2323
2634
  /** @internal */
2324
- export type EnvelopeAuditLogFindData13$Outbound = {
2635
+ export type EnvelopeAuditLogFindData14$Outbound = {
2325
2636
  field: string;
2326
2637
  fieldId: string;
2327
2638
  };
2328
2639
  /** @internal */
2329
- export declare const EnvelopeAuditLogFindData13$outboundSchema: z.ZodType<EnvelopeAuditLogFindData13$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData13>;
2330
- export declare function envelopeAuditLogFindData13ToJSON(envelopeAuditLogFindData13: EnvelopeAuditLogFindData13): string;
2331
- export declare function envelopeAuditLogFindData13FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData13, SDKValidationError>;
2640
+ export declare const EnvelopeAuditLogFindData14$outboundSchema: z.ZodType<EnvelopeAuditLogFindData14$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData14>;
2641
+ export declare function envelopeAuditLogFindData14ToJSON(envelopeAuditLogFindData14: EnvelopeAuditLogFindData14): string;
2642
+ export declare function envelopeAuditLogFindData14FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData14, SDKValidationError>;
2332
2643
  /** @internal */
2333
2644
  export declare const DataDocumentFieldUninserted$inboundSchema: z.ZodType<DataDocumentFieldUninserted, z.ZodTypeDef, unknown>;
2334
2645
  /** @internal */
2335
2646
  export type DataDocumentFieldUninserted$Outbound = {
2336
2647
  type: "DOCUMENT_FIELD_UNINSERTED";
2337
- data: EnvelopeAuditLogFindData13$Outbound;
2648
+ data: EnvelopeAuditLogFindData14$Outbound;
2338
2649
  id: string;
2339
2650
  createdAt: string;
2340
2651
  envelopeId: string;
@@ -2533,9 +2844,9 @@ export declare const FieldSecurity1$outboundSchema: z.ZodType<FieldSecurity1$Out
2533
2844
  export declare function fieldSecurity1ToJSON(fieldSecurity1: FieldSecurity1): string;
2534
2845
  export declare function fieldSecurity1FromJSON(jsonString: string): SafeParseResult<FieldSecurity1, SDKValidationError>;
2535
2846
  /** @internal */
2536
- export declare const EnvelopeAuditLogFindData12$inboundSchema: z.ZodType<EnvelopeAuditLogFindData12, z.ZodTypeDef, unknown>;
2847
+ export declare const EnvelopeAuditLogFindData13$inboundSchema: z.ZodType<EnvelopeAuditLogFindData13, z.ZodTypeDef, unknown>;
2537
2848
  /** @internal */
2538
- export type EnvelopeAuditLogFindData12$Outbound = {
2849
+ export type EnvelopeAuditLogFindData13$Outbound = {
2539
2850
  recipientEmail: string;
2540
2851
  recipientName: string;
2541
2852
  recipientId: number;
@@ -2545,15 +2856,15 @@ export type EnvelopeAuditLogFindData12$Outbound = {
2545
2856
  fieldSecurity?: FieldSecurity1$Outbound | undefined;
2546
2857
  };
2547
2858
  /** @internal */
2548
- export declare const EnvelopeAuditLogFindData12$outboundSchema: z.ZodType<EnvelopeAuditLogFindData12$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData12>;
2549
- export declare function envelopeAuditLogFindData12ToJSON(envelopeAuditLogFindData12: EnvelopeAuditLogFindData12): string;
2550
- export declare function envelopeAuditLogFindData12FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData12, SDKValidationError>;
2859
+ export declare const EnvelopeAuditLogFindData13$outboundSchema: z.ZodType<EnvelopeAuditLogFindData13$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData13>;
2860
+ export declare function envelopeAuditLogFindData13ToJSON(envelopeAuditLogFindData13: EnvelopeAuditLogFindData13): string;
2861
+ export declare function envelopeAuditLogFindData13FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData13, SDKValidationError>;
2551
2862
  /** @internal */
2552
2863
  export declare const DataDocumentFieldInserted$inboundSchema: z.ZodType<DataDocumentFieldInserted, z.ZodTypeDef, unknown>;
2553
2864
  /** @internal */
2554
2865
  export type DataDocumentFieldInserted$Outbound = {
2555
2866
  type: "DOCUMENT_FIELD_INSERTED";
2556
- data: EnvelopeAuditLogFindData12$Outbound;
2867
+ data: EnvelopeAuditLogFindData13$Outbound;
2557
2868
  id: string;
2558
2869
  createdAt: string;
2559
2870
  envelopeId: string;
@@ -2584,21 +2895,21 @@ export declare const EnvelopeAuditLogFindField1$outboundSchema: z.ZodType<Envelo
2584
2895
  export declare function envelopeAuditLogFindField1ToJSON(envelopeAuditLogFindField1: EnvelopeAuditLogFindField1): string;
2585
2896
  export declare function envelopeAuditLogFindField1FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindField1, SDKValidationError>;
2586
2897
  /** @internal */
2587
- export declare const EnvelopeAuditLogFindData11$inboundSchema: z.ZodType<EnvelopeAuditLogFindData11, z.ZodTypeDef, unknown>;
2898
+ export declare const EnvelopeAuditLogFindData12$inboundSchema: z.ZodType<EnvelopeAuditLogFindData12, z.ZodTypeDef, unknown>;
2588
2899
  /** @internal */
2589
- export type EnvelopeAuditLogFindData11$Outbound = {
2900
+ export type EnvelopeAuditLogFindData12$Outbound = {
2590
2901
  fields: Array<EnvelopeAuditLogFindField1$Outbound>;
2591
2902
  };
2592
2903
  /** @internal */
2593
- export declare const EnvelopeAuditLogFindData11$outboundSchema: z.ZodType<EnvelopeAuditLogFindData11$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData11>;
2594
- export declare function envelopeAuditLogFindData11ToJSON(envelopeAuditLogFindData11: EnvelopeAuditLogFindData11): string;
2595
- export declare function envelopeAuditLogFindData11FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData11, SDKValidationError>;
2904
+ export declare const EnvelopeAuditLogFindData12$outboundSchema: z.ZodType<EnvelopeAuditLogFindData12$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData12>;
2905
+ export declare function envelopeAuditLogFindData12ToJSON(envelopeAuditLogFindData12: EnvelopeAuditLogFindData12): string;
2906
+ export declare function envelopeAuditLogFindData12FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData12, SDKValidationError>;
2596
2907
  /** @internal */
2597
2908
  export declare const DataDocumentFieldsAutoInserted$inboundSchema: z.ZodType<DataDocumentFieldsAutoInserted, z.ZodTypeDef, unknown>;
2598
2909
  /** @internal */
2599
2910
  export type DataDocumentFieldsAutoInserted$Outbound = {
2600
2911
  type: "DOCUMENT_FIELDS_AUTO_INSERTED";
2601
- data: EnvelopeAuditLogFindData11$Outbound;
2912
+ data: EnvelopeAuditLogFindData12$Outbound;
2602
2913
  id: string;
2603
2914
  createdAt: string;
2604
2915
  envelopeId: string;
@@ -2613,23 +2924,23 @@ export declare const DataDocumentFieldsAutoInserted$outboundSchema: z.ZodType<Da
2613
2924
  export declare function dataDocumentFieldsAutoInsertedToJSON(dataDocumentFieldsAutoInserted: DataDocumentFieldsAutoInserted): string;
2614
2925
  export declare function dataDocumentFieldsAutoInsertedFromJSON(jsonString: string): SafeParseResult<DataDocumentFieldsAutoInserted, SDKValidationError>;
2615
2926
  /** @internal */
2616
- export declare const EnvelopeAuditLogFindData10$inboundSchema: z.ZodType<EnvelopeAuditLogFindData10, z.ZodTypeDef, unknown>;
2927
+ export declare const EnvelopeAuditLogFindData11$inboundSchema: z.ZodType<EnvelopeAuditLogFindData11, z.ZodTypeDef, unknown>;
2617
2928
  /** @internal */
2618
- export type EnvelopeAuditLogFindData10$Outbound = {
2929
+ export type EnvelopeAuditLogFindData11$Outbound = {
2619
2930
  delegatedOwnerName: string | null;
2620
2931
  delegatedOwnerEmail: string;
2621
2932
  teamName: string;
2622
2933
  };
2623
2934
  /** @internal */
2624
- export declare const EnvelopeAuditLogFindData10$outboundSchema: z.ZodType<EnvelopeAuditLogFindData10$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData10>;
2625
- export declare function envelopeAuditLogFindData10ToJSON(envelopeAuditLogFindData10: EnvelopeAuditLogFindData10): string;
2626
- export declare function envelopeAuditLogFindData10FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData10, SDKValidationError>;
2935
+ export declare const EnvelopeAuditLogFindData11$outboundSchema: z.ZodType<EnvelopeAuditLogFindData11$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData11>;
2936
+ export declare function envelopeAuditLogFindData11ToJSON(envelopeAuditLogFindData11: EnvelopeAuditLogFindData11): string;
2937
+ export declare function envelopeAuditLogFindData11FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData11, SDKValidationError>;
2627
2938
  /** @internal */
2628
2939
  export declare const DataDocumentDelegatedOwnerCreated$inboundSchema: z.ZodType<DataDocumentDelegatedOwnerCreated, z.ZodTypeDef, unknown>;
2629
2940
  /** @internal */
2630
2941
  export type DataDocumentDelegatedOwnerCreated$Outbound = {
2631
2942
  type: "DOCUMENT_DELEGATED_OWNER_CREATED";
2632
- data: EnvelopeAuditLogFindData10$Outbound;
2943
+ data: EnvelopeAuditLogFindData11$Outbound;
2633
2944
  id: string;
2634
2945
  createdAt: string;
2635
2946
  envelopeId: string;
@@ -2644,23 +2955,23 @@ export declare const DataDocumentDelegatedOwnerCreated$outboundSchema: z.ZodType
2644
2955
  export declare function dataDocumentDelegatedOwnerCreatedToJSON(dataDocumentDelegatedOwnerCreated: DataDocumentDelegatedOwnerCreated): string;
2645
2956
  export declare function dataDocumentDelegatedOwnerCreatedFromJSON(jsonString: string): SafeParseResult<DataDocumentDelegatedOwnerCreated, SDKValidationError>;
2646
2957
  /** @internal */
2647
- export declare const EnvelopeAuditLogFindData9$inboundSchema: z.ZodType<EnvelopeAuditLogFindData9, z.ZodTypeDef, unknown>;
2958
+ export declare const EnvelopeAuditLogFindData10$inboundSchema: z.ZodType<EnvelopeAuditLogFindData10, z.ZodTypeDef, unknown>;
2648
2959
  /** @internal */
2649
- export type EnvelopeAuditLogFindData9$Outbound = {
2960
+ export type EnvelopeAuditLogFindData10$Outbound = {
2650
2961
  movedByUserId: number;
2651
2962
  fromPersonalAccount: boolean;
2652
2963
  toTeamId: number;
2653
2964
  };
2654
2965
  /** @internal */
2655
- export declare const EnvelopeAuditLogFindData9$outboundSchema: z.ZodType<EnvelopeAuditLogFindData9$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData9>;
2656
- export declare function envelopeAuditLogFindData9ToJSON(envelopeAuditLogFindData9: EnvelopeAuditLogFindData9): string;
2657
- export declare function envelopeAuditLogFindData9FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData9, SDKValidationError>;
2966
+ export declare const EnvelopeAuditLogFindData10$outboundSchema: z.ZodType<EnvelopeAuditLogFindData10$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData10>;
2967
+ export declare function envelopeAuditLogFindData10ToJSON(envelopeAuditLogFindData10: EnvelopeAuditLogFindData10): string;
2968
+ export declare function envelopeAuditLogFindData10FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData10, SDKValidationError>;
2658
2969
  /** @internal */
2659
2970
  export declare const DataDocumentMovedToTeam$inboundSchema: z.ZodType<DataDocumentMovedToTeam, z.ZodTypeDef, unknown>;
2660
2971
  /** @internal */
2661
2972
  export type DataDocumentMovedToTeam$Outbound = {
2662
2973
  type: "DOCUMENT_MOVED_TO_TEAM";
2663
- data: EnvelopeAuditLogFindData9$Outbound;
2974
+ data: EnvelopeAuditLogFindData10$Outbound;
2664
2975
  id: string;
2665
2976
  createdAt: string;
2666
2977
  envelopeId: string;
@@ -2675,6 +2986,35 @@ export declare const DataDocumentMovedToTeam$outboundSchema: z.ZodType<DataDocum
2675
2986
  export declare function dataDocumentMovedToTeamToJSON(dataDocumentMovedToTeam: DataDocumentMovedToTeam): string;
2676
2987
  export declare function dataDocumentMovedToTeamFromJSON(jsonString: string): SafeParseResult<DataDocumentMovedToTeam, SDKValidationError>;
2677
2988
  /** @internal */
2989
+ export declare const EnvelopeAuditLogFindData9$inboundSchema: z.ZodType<EnvelopeAuditLogFindData9, z.ZodTypeDef, unknown>;
2990
+ /** @internal */
2991
+ export type EnvelopeAuditLogFindData9$Outbound = {
2992
+ reason?: string | undefined;
2993
+ };
2994
+ /** @internal */
2995
+ export declare const EnvelopeAuditLogFindData9$outboundSchema: z.ZodType<EnvelopeAuditLogFindData9$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindData9>;
2996
+ export declare function envelopeAuditLogFindData9ToJSON(envelopeAuditLogFindData9: EnvelopeAuditLogFindData9): string;
2997
+ export declare function envelopeAuditLogFindData9FromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogFindData9, SDKValidationError>;
2998
+ /** @internal */
2999
+ export declare const DataDocumentCancelled$inboundSchema: z.ZodType<DataDocumentCancelled, z.ZodTypeDef, unknown>;
3000
+ /** @internal */
3001
+ export type DataDocumentCancelled$Outbound = {
3002
+ type: "DOCUMENT_CANCELLED";
3003
+ data: EnvelopeAuditLogFindData9$Outbound;
3004
+ id: string;
3005
+ createdAt: string;
3006
+ envelopeId: string;
3007
+ name?: string | null | undefined;
3008
+ email?: string | null | undefined;
3009
+ userId?: number | null | undefined;
3010
+ userAgent?: string | null | undefined;
3011
+ ipAddress?: string | null | undefined;
3012
+ };
3013
+ /** @internal */
3014
+ export declare const DataDocumentCancelled$outboundSchema: z.ZodType<DataDocumentCancelled$Outbound, z.ZodTypeDef, DataDocumentCancelled>;
3015
+ export declare function dataDocumentCancelledToJSON(dataDocumentCancelled: DataDocumentCancelled): string;
3016
+ export declare function dataDocumentCancelledFromJSON(jsonString: string): SafeParseResult<DataDocumentCancelled, SDKValidationError>;
3017
+ /** @internal */
2678
3018
  export declare const EnvelopeAuditLogFindTypeEnum$inboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeEnum>;
2679
3019
  /** @internal */
2680
3020
  export declare const EnvelopeAuditLogFindTypeEnum$outboundSchema: z.ZodNativeEnum<typeof EnvelopeAuditLogFindTypeEnum>;
@@ -2980,7 +3320,7 @@ export declare function dataEnvelopeItemCreatedFromJSON(jsonString: string): Saf
2980
3320
  /** @internal */
2981
3321
  export declare const EnvelopeAuditLogFindDataUnion$inboundSchema: z.ZodType<EnvelopeAuditLogFindDataUnion, z.ZodTypeDef, unknown>;
2982
3322
  /** @internal */
2983
- export type EnvelopeAuditLogFindDataUnion$Outbound = DataEnvelopeItemCreated$Outbound | DataEnvelopeItemDeleted$Outbound | DataEnvelopeItemUpdated$Outbound | DataEnvelopeItemPdfReplaced$Outbound | DataEmailSent$Outbound | DataDocumentCompleted$Outbound | DataDocumentCreated$Outbound | DataDocumentDeleted$Outbound | DataDocumentMovedToTeam$Outbound | DataDocumentDelegatedOwnerCreated$Outbound | DataDocumentFieldsAutoInserted$Outbound | DataDocumentFieldInserted$Outbound | DataDocumentFieldUninserted$Outbound | DataDocumentFieldPrefilled$Outbound | DataDocumentVisibilityUpdated$Outbound | DataDocumentGlobalAuthAccessUpdated$Outbound | DataDocumentGlobalAuthActionUpdated$Outbound | DataDocumentMetaUpdated$Outbound | DataDocumentOpened$Outbound | DataDocumentViewed$Outbound | DataDocumentRecipientCompleted$Outbound | DataDocumentRecipientRejected$Outbound | DataDocumentAccessAuth2FaRequested$Outbound | DataDocumentAccessAuth2FaValidated$Outbound | DataDocumentAccessAuth2FaFailed$Outbound | DataDocumentSent$Outbound | DataDocumentTitleUpdated$Outbound | DataDocumentExternalIDUpdated$Outbound | DataFieldCreated$Outbound | DataFieldDeleted$Outbound | DataFieldUpdated$Outbound | DataRecipientCreated$Outbound | DataRecipientUpdated$Outbound | DataRecipientDeleted$Outbound | DataDocumentRecipientExpired$Outbound;
3323
+ export type EnvelopeAuditLogFindDataUnion$Outbound = DataEnvelopeItemCreated$Outbound | DataEnvelopeItemDeleted$Outbound | DataEnvelopeItemUpdated$Outbound | DataEnvelopeItemPdfReplaced$Outbound | DataEmailSent$Outbound | DataDocumentCompleted$Outbound | DataDocumentCreated$Outbound | DataDocumentDeleted$Outbound | DataDocumentCancelled$Outbound | DataDocumentMovedToTeam$Outbound | DataDocumentDelegatedOwnerCreated$Outbound | DataDocumentFieldsAutoInserted$Outbound | DataDocumentFieldInserted$Outbound | DataDocumentFieldUninserted$Outbound | DataDocumentFieldPrefilled$Outbound | DataDocumentVisibilityUpdated$Outbound | DataDocumentGlobalAuthAccessUpdated$Outbound | DataDocumentGlobalAuthActionUpdated$Outbound | DataDocumentMetaUpdated$Outbound | DataDocumentOpened$Outbound | DataDocumentViewed$Outbound | DataDocumentRecipientCompleted$Outbound | DataDocumentRecipientRejected$Outbound | DataDocumentAccessAuth2FaRequested$Outbound | DataDocumentAccessAuth2FaValidated$Outbound | DataDocumentAccessAuth2FaFailed$Outbound | DataDocumentSent$Outbound | DataDocumentTitleUpdated$Outbound | DataDocumentExternalIDUpdated$Outbound | DataFieldCreated$Outbound | DataFieldDeleted$Outbound | DataFieldUpdated$Outbound | DataRecipientCreated$Outbound | DataRecipientUpdated$Outbound | DataRecipientDeleted$Outbound | DataDocumentRecipientExpired$Outbound | DataDocumentRecipientCscAuthenticated$Outbound | DataDocumentRecipientCscAuthenticationFailed$Outbound | DataDocumentRecipientCscSignRequested$Outbound | DataDocumentRecipientCscAuthorized$Outbound | DataDocumentRecipientCscSigned$Outbound;
2984
3324
  /** @internal */
2985
3325
  export declare const EnvelopeAuditLogFindDataUnion$outboundSchema: z.ZodType<EnvelopeAuditLogFindDataUnion$Outbound, z.ZodTypeDef, EnvelopeAuditLogFindDataUnion>;
2986
3326
  export declare function envelopeAuditLogFindDataUnionToJSON(envelopeAuditLogFindDataUnion: EnvelopeAuditLogFindDataUnion): string;
@@ -2989,7 +3329,7 @@ export declare function envelopeAuditLogFindDataUnionFromJSON(jsonString: string
2989
3329
  export declare const EnvelopeAuditLogFindResponse$inboundSchema: z.ZodType<EnvelopeAuditLogFindResponse, z.ZodTypeDef, unknown>;
2990
3330
  /** @internal */
2991
3331
  export type EnvelopeAuditLogFindResponse$Outbound = {
2992
- data: Array<DataEnvelopeItemCreated$Outbound | DataEnvelopeItemDeleted$Outbound | DataEnvelopeItemUpdated$Outbound | DataEnvelopeItemPdfReplaced$Outbound | DataEmailSent$Outbound | DataDocumentCompleted$Outbound | DataDocumentCreated$Outbound | DataDocumentDeleted$Outbound | DataDocumentMovedToTeam$Outbound | DataDocumentDelegatedOwnerCreated$Outbound | DataDocumentFieldsAutoInserted$Outbound | DataDocumentFieldInserted$Outbound | DataDocumentFieldUninserted$Outbound | DataDocumentFieldPrefilled$Outbound | DataDocumentVisibilityUpdated$Outbound | DataDocumentGlobalAuthAccessUpdated$Outbound | DataDocumentGlobalAuthActionUpdated$Outbound | DataDocumentMetaUpdated$Outbound | DataDocumentOpened$Outbound | DataDocumentViewed$Outbound | DataDocumentRecipientCompleted$Outbound | DataDocumentRecipientRejected$Outbound | DataDocumentAccessAuth2FaRequested$Outbound | DataDocumentAccessAuth2FaValidated$Outbound | DataDocumentAccessAuth2FaFailed$Outbound | DataDocumentSent$Outbound | DataDocumentTitleUpdated$Outbound | DataDocumentExternalIDUpdated$Outbound | DataFieldCreated$Outbound | DataFieldDeleted$Outbound | DataFieldUpdated$Outbound | DataRecipientCreated$Outbound | DataRecipientUpdated$Outbound | DataRecipientDeleted$Outbound | DataDocumentRecipientExpired$Outbound>;
3332
+ data: Array<DataEnvelopeItemCreated$Outbound | DataEnvelopeItemDeleted$Outbound | DataEnvelopeItemUpdated$Outbound | DataEnvelopeItemPdfReplaced$Outbound | DataEmailSent$Outbound | DataDocumentCompleted$Outbound | DataDocumentCreated$Outbound | DataDocumentDeleted$Outbound | DataDocumentCancelled$Outbound | DataDocumentMovedToTeam$Outbound | DataDocumentDelegatedOwnerCreated$Outbound | DataDocumentFieldsAutoInserted$Outbound | DataDocumentFieldInserted$Outbound | DataDocumentFieldUninserted$Outbound | DataDocumentFieldPrefilled$Outbound | DataDocumentVisibilityUpdated$Outbound | DataDocumentGlobalAuthAccessUpdated$Outbound | DataDocumentGlobalAuthActionUpdated$Outbound | DataDocumentMetaUpdated$Outbound | DataDocumentOpened$Outbound | DataDocumentViewed$Outbound | DataDocumentRecipientCompleted$Outbound | DataDocumentRecipientRejected$Outbound | DataDocumentAccessAuth2FaRequested$Outbound | DataDocumentAccessAuth2FaValidated$Outbound | DataDocumentAccessAuth2FaFailed$Outbound | DataDocumentSent$Outbound | DataDocumentTitleUpdated$Outbound | DataDocumentExternalIDUpdated$Outbound | DataFieldCreated$Outbound | DataFieldDeleted$Outbound | DataFieldUpdated$Outbound | DataRecipientCreated$Outbound | DataRecipientUpdated$Outbound | DataRecipientDeleted$Outbound | DataDocumentRecipientExpired$Outbound | DataDocumentRecipientCscAuthenticated$Outbound | DataDocumentRecipientCscAuthenticationFailed$Outbound | DataDocumentRecipientCscSignRequested$Outbound | DataDocumentRecipientCscAuthorized$Outbound | DataDocumentRecipientCscSigned$Outbound>;
2993
3333
  count: number;
2994
3334
  currentPage: number;
2995
3335
  perPage: number;