@documenso/sdk-typescript 0.1.1 → 0.1.2

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 (211) hide show
  1. package/FUNCTIONS.md +3 -1
  2. package/README.md +76 -69
  3. package/docs/sdks/directlink/README.md +7 -7
  4. package/docs/sdks/documensofields/README.md +184 -96
  5. package/docs/sdks/documensorecipients/README.md +162 -54
  6. package/docs/sdks/documents/README.md +26 -22
  7. package/docs/sdks/fields/README.md +491 -10
  8. package/docs/sdks/recipients/README.md +461 -10
  9. package/docs/sdks/templates/README.md +31 -17
  10. package/funcs/documentsDelete.d.ts +1 -1
  11. package/funcs/documentsDelete.d.ts.map +1 -1
  12. package/funcs/documentsDelete.js +1 -2
  13. package/funcs/documentsDelete.js.map +1 -1
  14. package/funcs/documentsFieldsDelete.d.ts +1 -1
  15. package/funcs/documentsFieldsDelete.d.ts.map +1 -1
  16. package/funcs/documentsFieldsDelete.js +1 -2
  17. package/funcs/documentsFieldsDelete.js.map +1 -1
  18. package/funcs/{fieldsGet.d.ts → documentsFieldsGet.d.ts} +4 -4
  19. package/funcs/documentsFieldsGet.d.ts.map +1 -0
  20. package/funcs/{recipientsGet.js → documentsFieldsGet.js} +10 -10
  21. package/funcs/documentsFieldsGet.js.map +1 -0
  22. package/funcs/documentsRecipientsDelete.d.ts +1 -1
  23. package/funcs/documentsRecipientsDelete.d.ts.map +1 -1
  24. package/funcs/documentsRecipientsDelete.js +1 -2
  25. package/funcs/documentsRecipientsDelete.js.map +1 -1
  26. package/funcs/{recipientsGet.d.ts → documentsRecipientsGet.d.ts} +4 -4
  27. package/funcs/documentsRecipientsGet.d.ts.map +1 -0
  28. package/funcs/documentsRecipientsGet.js +116 -0
  29. package/funcs/documentsRecipientsGet.js.map +1 -0
  30. package/funcs/documentsRedistribute.d.ts +1 -1
  31. package/funcs/documentsRedistribute.d.ts.map +1 -1
  32. package/funcs/documentsRedistribute.js +1 -2
  33. package/funcs/documentsRedistribute.js.map +1 -1
  34. package/funcs/templatesDelete.d.ts +1 -1
  35. package/funcs/templatesDelete.d.ts.map +1 -1
  36. package/funcs/templatesDelete.js +1 -2
  37. package/funcs/templatesDelete.js.map +1 -1
  38. package/funcs/templatesDirectLinkDelete.d.ts +1 -1
  39. package/funcs/templatesDirectLinkDelete.d.ts.map +1 -1
  40. package/funcs/templatesDirectLinkDelete.js +1 -2
  41. package/funcs/templatesDirectLinkDelete.js.map +1 -1
  42. package/funcs/templatesFieldsDelete.d.ts +1 -1
  43. package/funcs/templatesFieldsDelete.d.ts.map +1 -1
  44. package/funcs/templatesFieldsDelete.js +1 -2
  45. package/funcs/templatesFieldsDelete.js.map +1 -1
  46. package/funcs/templatesFieldsGet.d.ts +16 -0
  47. package/funcs/templatesFieldsGet.d.ts.map +1 -0
  48. package/funcs/{fieldsGet.js → templatesFieldsGet.js} +9 -9
  49. package/funcs/templatesFieldsGet.js.map +1 -0
  50. package/funcs/templatesRecipientsDelete.d.ts +1 -1
  51. package/funcs/templatesRecipientsDelete.d.ts.map +1 -1
  52. package/funcs/templatesRecipientsDelete.js +1 -2
  53. package/funcs/templatesRecipientsDelete.js.map +1 -1
  54. package/funcs/templatesRecipientsGet.d.ts +16 -0
  55. package/funcs/templatesRecipientsGet.d.ts.map +1 -0
  56. package/funcs/templatesRecipientsGet.js +116 -0
  57. package/funcs/templatesRecipientsGet.js.map +1 -0
  58. package/jsr.json +1 -1
  59. package/lib/config.d.ts +4 -4
  60. package/lib/config.d.ts.map +1 -1
  61. package/lib/config.js +4 -4
  62. package/lib/config.js.map +1 -1
  63. package/lib/schemas.d.ts +1 -1
  64. package/lib/schemas.d.ts.map +1 -1
  65. package/lib/schemas.js +4 -1
  66. package/lib/schemas.js.map +1 -1
  67. package/models/operations/documentdeletedocument.d.ts +28 -0
  68. package/models/operations/documentdeletedocument.d.ts.map +1 -1
  69. package/models/operations/documentdeletedocument.js +28 -1
  70. package/models/operations/documentdeletedocument.js.map +1 -1
  71. package/models/operations/documentresenddocument.d.ts +28 -0
  72. package/models/operations/documentresenddocument.d.ts.map +1 -1
  73. package/models/operations/documentresenddocument.js +28 -1
  74. package/models/operations/documentresenddocument.js.map +1 -1
  75. package/models/operations/fielddeletedocumentfield.d.ts +28 -0
  76. package/models/operations/fielddeletedocumentfield.d.ts.map +1 -1
  77. package/models/operations/fielddeletedocumentfield.js +28 -1
  78. package/models/operations/fielddeletedocumentfield.js.map +1 -1
  79. package/models/operations/fielddeletetemplatefield.d.ts +28 -0
  80. package/models/operations/fielddeletetemplatefield.d.ts.map +1 -1
  81. package/models/operations/fielddeletetemplatefield.js +28 -1
  82. package/models/operations/fielddeletetemplatefield.js.map +1 -1
  83. package/models/operations/{fieldgetfield.d.ts → fieldgetdocumentfield.d.ts} +142 -142
  84. package/models/operations/fieldgetdocumentfield.d.ts.map +1 -0
  85. package/models/operations/fieldgetdocumentfield.js +817 -0
  86. package/models/operations/fieldgetdocumentfield.js.map +1 -0
  87. package/models/operations/fieldgettemplatefield.d.ts +774 -0
  88. package/models/operations/fieldgettemplatefield.d.ts.map +1 -0
  89. package/models/operations/fieldgettemplatefield.js +819 -0
  90. package/models/operations/fieldgettemplatefield.js.map +1 -0
  91. package/models/operations/index.d.ts +4 -2
  92. package/models/operations/index.d.ts.map +1 -1
  93. package/models/operations/index.js +4 -2
  94. package/models/operations/index.js.map +1 -1
  95. package/models/operations/recipientdeletedocumentrecipient.d.ts +28 -0
  96. package/models/operations/recipientdeletedocumentrecipient.d.ts.map +1 -1
  97. package/models/operations/recipientdeletedocumentrecipient.js +28 -1
  98. package/models/operations/recipientdeletedocumentrecipient.js.map +1 -1
  99. package/models/operations/recipientdeletetemplaterecipient.d.ts +28 -0
  100. package/models/operations/recipientdeletetemplaterecipient.d.ts.map +1 -1
  101. package/models/operations/recipientdeletetemplaterecipient.js +28 -1
  102. package/models/operations/recipientdeletetemplaterecipient.js.map +1 -1
  103. package/models/operations/recipientgetdocumentrecipient.d.ts +1041 -0
  104. package/models/operations/recipientgetdocumentrecipient.d.ts.map +1 -0
  105. package/models/operations/recipientgetdocumentrecipient.js +1038 -0
  106. package/models/operations/recipientgetdocumentrecipient.js.map +1 -0
  107. package/models/operations/recipientgettemplaterecipient.d.ts +1041 -0
  108. package/models/operations/recipientgettemplaterecipient.d.ts.map +1 -0
  109. package/models/operations/recipientgettemplaterecipient.js +1039 -0
  110. package/models/operations/recipientgettemplaterecipient.js.map +1 -0
  111. package/models/operations/templatedeletetemplate.d.ts +28 -0
  112. package/models/operations/templatedeletetemplate.d.ts.map +1 -1
  113. package/models/operations/templatedeletetemplate.js +28 -1
  114. package/models/operations/templatedeletetemplate.js.map +1 -1
  115. package/models/operations/templatedeletetemplatedirectlink.d.ts +28 -0
  116. package/models/operations/templatedeletetemplatedirectlink.d.ts.map +1 -1
  117. package/models/operations/templatedeletetemplatedirectlink.js +28 -1
  118. package/models/operations/templatedeletetemplatedirectlink.js.map +1 -1
  119. package/package.json +5 -1
  120. package/sdk/directlink.d.ts +1 -1
  121. package/sdk/directlink.d.ts.map +1 -1
  122. package/sdk/documensofields.d.ts +21 -14
  123. package/sdk/documensofields.d.ts.map +1 -1
  124. package/sdk/documensofields.js +29 -19
  125. package/sdk/documensofields.js.map +1 -1
  126. package/sdk/documensorecipients.d.ts +21 -14
  127. package/sdk/documensorecipients.d.ts.map +1 -1
  128. package/sdk/documensorecipients.js +29 -19
  129. package/sdk/documensorecipients.js.map +1 -1
  130. package/sdk/documents.d.ts +6 -6
  131. package/sdk/documents.d.ts.map +1 -1
  132. package/sdk/documents.js +4 -4
  133. package/sdk/documents.js.map +1 -1
  134. package/sdk/fields.d.ts +35 -3
  135. package/sdk/fields.d.ts.map +1 -1
  136. package/sdk/fields.js +51 -4
  137. package/sdk/fields.js.map +1 -1
  138. package/sdk/recipients.d.ts +35 -3
  139. package/sdk/recipients.d.ts.map +1 -1
  140. package/sdk/recipients.js +51 -4
  141. package/sdk/recipients.js.map +1 -1
  142. package/sdk/sdk.d.ts +0 -6
  143. package/sdk/sdk.d.ts.map +1 -1
  144. package/sdk/sdk.js +0 -8
  145. package/sdk/sdk.js.map +1 -1
  146. package/sdk/templates.d.ts +5 -5
  147. package/sdk/templates.d.ts.map +1 -1
  148. package/sdk/templates.js +4 -4
  149. package/sdk/templates.js.map +1 -1
  150. package/src/funcs/documentsDelete.ts +3 -4
  151. package/src/funcs/documentsFieldsDelete.ts +3 -4
  152. package/src/funcs/{fieldsGet.ts → documentsFieldsGet.ts} +11 -10
  153. package/src/funcs/documentsRecipientsDelete.ts +6 -4
  154. package/src/funcs/{recipientsGet.ts → documentsRecipientsGet.ts} +15 -10
  155. package/src/funcs/documentsRedistribute.ts +3 -4
  156. package/src/funcs/templatesDelete.ts +3 -4
  157. package/src/funcs/templatesDirectLinkDelete.ts +6 -4
  158. package/src/funcs/templatesFieldsDelete.ts +3 -4
  159. package/src/funcs/templatesFieldsGet.ts +147 -0
  160. package/src/funcs/templatesRecipientsDelete.ts +6 -4
  161. package/src/funcs/templatesRecipientsGet.ts +152 -0
  162. package/src/lib/config.ts +4 -4
  163. package/src/lib/schemas.ts +5 -0
  164. package/src/models/operations/documentdeletedocument.ts +65 -0
  165. package/src/models/operations/documentresenddocument.ts +65 -0
  166. package/src/models/operations/fielddeletedocumentfield.ts +66 -0
  167. package/src/models/operations/fielddeletetemplatefield.ts +66 -0
  168. package/src/models/operations/{fieldgetfield.ts → fieldgetdocumentfield.ts} +337 -282
  169. package/src/models/operations/fieldgettemplatefield.ts +1697 -0
  170. package/src/models/operations/index.ts +4 -2
  171. package/src/models/operations/recipientdeletedocumentrecipient.ts +74 -0
  172. package/src/models/operations/recipientdeletetemplaterecipient.ts +74 -0
  173. package/src/models/operations/recipientgetdocumentrecipient.ts +2235 -0
  174. package/src/models/operations/recipientgettemplaterecipient.ts +2251 -0
  175. package/src/models/operations/templatedeletetemplate.ts +65 -0
  176. package/src/models/operations/templatedeletetemplatedirectlink.ts +74 -0
  177. package/src/sdk/directlink.ts +1 -1
  178. package/src/sdk/documensofields.ts +47 -29
  179. package/src/sdk/documensorecipients.ts +47 -29
  180. package/src/sdk/documents.ts +10 -10
  181. package/src/sdk/fields.ts +93 -6
  182. package/src/sdk/recipients.ts +93 -6
  183. package/src/sdk/sdk.ts +0 -12
  184. package/src/sdk/templates.ts +9 -11
  185. package/.devcontainer/README.md +0 -30
  186. package/.devcontainer/devcontainer.json +0 -45
  187. package/docs/sdks/documensotemplatesfields/README.md +0 -456
  188. package/docs/sdks/documensotemplatesrecipients/README.md +0 -440
  189. package/funcs/fieldsGet.d.ts.map +0 -1
  190. package/funcs/fieldsGet.js.map +0 -1
  191. package/funcs/recipientsGet.d.ts.map +0 -1
  192. package/funcs/recipientsGet.js.map +0 -1
  193. package/local-openapi.json +0 -21024
  194. package/models/operations/fieldgetfield.d.ts.map +0 -1
  195. package/models/operations/fieldgetfield.js +0 -820
  196. package/models/operations/fieldgetfield.js.map +0 -1
  197. package/models/operations/recipientgetrecipient.d.ts +0 -1041
  198. package/models/operations/recipientgetrecipient.d.ts.map +0 -1
  199. package/models/operations/recipientgetrecipient.js +0 -1033
  200. package/models/operations/recipientgetrecipient.js.map +0 -1
  201. package/sdk/documensotemplatesfields.d.ts +0 -37
  202. package/sdk/documensotemplatesfields.d.ts.map +0 -1
  203. package/sdk/documensotemplatesfields.js +0 -59
  204. package/sdk/documensotemplatesfields.js.map +0 -1
  205. package/sdk/documensotemplatesrecipients.d.ts +0 -37
  206. package/sdk/documensotemplatesrecipients.d.ts.map +0 -1
  207. package/sdk/documensotemplatesrecipients.js +0 -59
  208. package/sdk/documensotemplatesrecipients.js.map +0 -1
  209. package/src/models/operations/recipientgetrecipient.ts +0 -2060
  210. package/src/sdk/documensotemplatesfields.ts +0 -96
  211. package/src/sdk/documensotemplatesrecipients.ts +0 -96
@@ -0,0 +1,1041 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ import { Result as SafeParseResult } from "../../types/fp.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export type RecipientGetTemplateRecipientRequest = {
6
+ recipientId: number;
7
+ };
8
+ export declare const RecipientGetTemplateRecipientRole: {
9
+ readonly Cc: "CC";
10
+ readonly Signer: "SIGNER";
11
+ readonly Viewer: "VIEWER";
12
+ readonly Approver: "APPROVER";
13
+ };
14
+ export type RecipientGetTemplateRecipientRole = ClosedEnum<typeof RecipientGetTemplateRecipientRole>;
15
+ export declare const RecipientGetTemplateRecipientReadStatus: {
16
+ readonly NotOpened: "NOT_OPENED";
17
+ readonly Opened: "OPENED";
18
+ };
19
+ export type RecipientGetTemplateRecipientReadStatus = ClosedEnum<typeof RecipientGetTemplateRecipientReadStatus>;
20
+ export declare const RecipientGetTemplateRecipientSigningStatus: {
21
+ readonly NotSigned: "NOT_SIGNED";
22
+ readonly Signed: "SIGNED";
23
+ readonly Rejected: "REJECTED";
24
+ };
25
+ export type RecipientGetTemplateRecipientSigningStatus = ClosedEnum<typeof RecipientGetTemplateRecipientSigningStatus>;
26
+ export declare const RecipientGetTemplateRecipientSendStatus: {
27
+ readonly NotSent: "NOT_SENT";
28
+ readonly Sent: "SENT";
29
+ };
30
+ export type RecipientGetTemplateRecipientSendStatus = ClosedEnum<typeof RecipientGetTemplateRecipientSendStatus>;
31
+ /**
32
+ * The type of authentication required for the recipient to access the document.
33
+ */
34
+ export declare const RecipientGetTemplateRecipientAccessAuth: {
35
+ readonly Account: "ACCOUNT";
36
+ };
37
+ /**
38
+ * The type of authentication required for the recipient to access the document.
39
+ */
40
+ export type RecipientGetTemplateRecipientAccessAuth = ClosedEnum<typeof RecipientGetTemplateRecipientAccessAuth>;
41
+ /**
42
+ * The type of authentication required for the recipient to sign the document.
43
+ */
44
+ export declare const RecipientGetTemplateRecipientActionAuth: {
45
+ readonly Account: "ACCOUNT";
46
+ readonly Passkey: "PASSKEY";
47
+ readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
48
+ readonly ExplicitNone: "EXPLICIT_NONE";
49
+ };
50
+ /**
51
+ * The type of authentication required for the recipient to sign the document.
52
+ */
53
+ export type RecipientGetTemplateRecipientActionAuth = ClosedEnum<typeof RecipientGetTemplateRecipientActionAuth>;
54
+ export type RecipientGetTemplateRecipientAuthOptions = {
55
+ /**
56
+ * The type of authentication required for the recipient to access the document.
57
+ */
58
+ accessAuth: RecipientGetTemplateRecipientAccessAuth | null;
59
+ /**
60
+ * The type of authentication required for the recipient to sign the document.
61
+ */
62
+ actionAuth: RecipientGetTemplateRecipientActionAuth | null;
63
+ };
64
+ export declare const RecipientGetTemplateRecipientType: {
65
+ readonly Signature: "SIGNATURE";
66
+ readonly FreeSignature: "FREE_SIGNATURE";
67
+ readonly Initials: "INITIALS";
68
+ readonly Name: "NAME";
69
+ readonly Email: "EMAIL";
70
+ readonly Date: "DATE";
71
+ readonly Text: "TEXT";
72
+ readonly Number: "NUMBER";
73
+ readonly Radio: "RADIO";
74
+ readonly Checkbox: "CHECKBOX";
75
+ readonly Dropdown: "DROPDOWN";
76
+ };
77
+ export type RecipientGetTemplateRecipientType = ClosedEnum<typeof RecipientGetTemplateRecipientType>;
78
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields9Type: {
79
+ readonly Dropdown: "dropdown";
80
+ };
81
+ export type RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields9Type = ClosedEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields9Type>;
82
+ export type RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues = {
83
+ value: string;
84
+ };
85
+ export type RecipientGetTemplateRecipientFieldMeta9 = {
86
+ label?: string | undefined;
87
+ placeholder?: string | undefined;
88
+ required?: boolean | undefined;
89
+ readOnly?: boolean | undefined;
90
+ type: RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields9Type;
91
+ values?: Array<RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues> | undefined;
92
+ defaultValue?: string | undefined;
93
+ };
94
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields8Type: {
95
+ readonly Checkbox: "checkbox";
96
+ };
97
+ export type RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields8Type = ClosedEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields8Type>;
98
+ export type RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues = {
99
+ id: number;
100
+ checked: boolean;
101
+ value: string;
102
+ };
103
+ export type RecipientGetTemplateRecipientFieldMeta8 = {
104
+ label?: string | undefined;
105
+ placeholder?: string | undefined;
106
+ required?: boolean | undefined;
107
+ readOnly?: boolean | undefined;
108
+ type: RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields8Type;
109
+ values?: Array<RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues> | undefined;
110
+ validationRule?: string | undefined;
111
+ validationLength?: number | undefined;
112
+ };
113
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFieldsType: {
114
+ readonly Radio: "radio";
115
+ };
116
+ export type RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFieldsType = ClosedEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFieldsType>;
117
+ export type RecipientGetTemplateRecipientFieldMetaValues = {
118
+ id: number;
119
+ checked: boolean;
120
+ value: string;
121
+ };
122
+ export type RecipientGetTemplateRecipientFieldMeta7 = {
123
+ label?: string | undefined;
124
+ placeholder?: string | undefined;
125
+ required?: boolean | undefined;
126
+ readOnly?: boolean | undefined;
127
+ type: RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFieldsType;
128
+ values?: Array<RecipientGetTemplateRecipientFieldMetaValues> | undefined;
129
+ };
130
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyType: {
131
+ readonly Number: "number";
132
+ };
133
+ export type RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyType>;
134
+ export type RecipientGetTemplateRecipientFieldMeta6 = {
135
+ label?: string | undefined;
136
+ placeholder?: string | undefined;
137
+ required?: boolean | undefined;
138
+ readOnly?: boolean | undefined;
139
+ type: RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyType;
140
+ numberFormat?: string | undefined;
141
+ value?: string | undefined;
142
+ minValue?: number | undefined;
143
+ maxValue?: number | undefined;
144
+ fontSize?: number | undefined;
145
+ };
146
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONType: {
147
+ readonly Text: "text";
148
+ };
149
+ export type RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONType = ClosedEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONType>;
150
+ export type RecipientGetTemplateRecipientFieldMeta5 = {
151
+ label?: string | undefined;
152
+ placeholder?: string | undefined;
153
+ required?: boolean | undefined;
154
+ readOnly?: boolean | undefined;
155
+ type: RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONType;
156
+ text?: string | undefined;
157
+ characterLimit?: number | undefined;
158
+ fontSize?: number | undefined;
159
+ };
160
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200Type: {
161
+ readonly Date: "date";
162
+ };
163
+ export type RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200Type = ClosedEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200Type>;
164
+ export type RecipientGetTemplateRecipientFieldMeta4 = {
165
+ label?: string | undefined;
166
+ placeholder?: string | undefined;
167
+ required?: boolean | undefined;
168
+ readOnly?: boolean | undefined;
169
+ type: RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200Type;
170
+ fontSize?: number | undefined;
171
+ };
172
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseType: {
173
+ readonly Email: "email";
174
+ };
175
+ export type RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseType = ClosedEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseType>;
176
+ export type RecipientGetTemplateRecipientFieldMeta3 = {
177
+ label?: string | undefined;
178
+ placeholder?: string | undefined;
179
+ required?: boolean | undefined;
180
+ readOnly?: boolean | undefined;
181
+ type: RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseType;
182
+ fontSize?: number | undefined;
183
+ };
184
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsType: {
185
+ readonly Name: "name";
186
+ };
187
+ export type RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsType = ClosedEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsType>;
188
+ export type RecipientGetTemplateRecipientFieldMeta2 = {
189
+ label?: string | undefined;
190
+ placeholder?: string | undefined;
191
+ required?: boolean | undefined;
192
+ readOnly?: boolean | undefined;
193
+ type: RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsType;
194
+ fontSize?: number | undefined;
195
+ };
196
+ export declare const RecipientGetTemplateRecipientFieldMetaType: {
197
+ readonly Initials: "initials";
198
+ };
199
+ export type RecipientGetTemplateRecipientFieldMetaType = ClosedEnum<typeof RecipientGetTemplateRecipientFieldMetaType>;
200
+ export type RecipientGetTemplateRecipientFieldMeta1 = {
201
+ label?: string | undefined;
202
+ placeholder?: string | undefined;
203
+ required?: boolean | undefined;
204
+ readOnly?: boolean | undefined;
205
+ type: RecipientGetTemplateRecipientFieldMetaType;
206
+ fontSize?: number | undefined;
207
+ };
208
+ export type RecipientGetTemplateRecipientFieldMeta = RecipientGetTemplateRecipientFieldMeta1 | RecipientGetTemplateRecipientFieldMeta2 | RecipientGetTemplateRecipientFieldMeta3 | RecipientGetTemplateRecipientFieldMeta4 | RecipientGetTemplateRecipientFieldMeta7 | RecipientGetTemplateRecipientFieldMeta9 | RecipientGetTemplateRecipientFieldMeta5 | RecipientGetTemplateRecipientFieldMeta8 | RecipientGetTemplateRecipientFieldMeta6;
209
+ export type RecipientGetTemplateRecipientFields = {
210
+ type: RecipientGetTemplateRecipientType;
211
+ id: number;
212
+ secondaryId: string;
213
+ documentId: number | null;
214
+ templateId: number | null;
215
+ recipientId: number;
216
+ /**
217
+ * The page number of the field on the document. Starts from 1.
218
+ */
219
+ page: number;
220
+ positionX?: any | undefined;
221
+ positionY?: any | undefined;
222
+ width?: any | undefined;
223
+ height?: any | undefined;
224
+ customText: string;
225
+ inserted: boolean;
226
+ fieldMeta: RecipientGetTemplateRecipientFieldMeta1 | RecipientGetTemplateRecipientFieldMeta2 | RecipientGetTemplateRecipientFieldMeta3 | RecipientGetTemplateRecipientFieldMeta4 | RecipientGetTemplateRecipientFieldMeta7 | RecipientGetTemplateRecipientFieldMeta9 | RecipientGetTemplateRecipientFieldMeta5 | RecipientGetTemplateRecipientFieldMeta8 | RecipientGetTemplateRecipientFieldMeta6 | null;
227
+ };
228
+ /**
229
+ * Successful response
230
+ */
231
+ export type RecipientGetTemplateRecipientResponseBody = {
232
+ role: RecipientGetTemplateRecipientRole;
233
+ readStatus: RecipientGetTemplateRecipientReadStatus;
234
+ signingStatus: RecipientGetTemplateRecipientSigningStatus;
235
+ sendStatus: RecipientGetTemplateRecipientSendStatus;
236
+ id: number;
237
+ documentId: number | null;
238
+ templateId: number | null;
239
+ email: string;
240
+ name: string;
241
+ token: string;
242
+ documentDeletedAt: string | null;
243
+ expired: string | null;
244
+ signedAt: string | null;
245
+ authOptions: RecipientGetTemplateRecipientAuthOptions | null;
246
+ /**
247
+ * The order in which the recipient should sign the document. Only works if the document is set to sequential signing.
248
+ */
249
+ signingOrder: number | null;
250
+ rejectionReason: string | null;
251
+ fields: Array<RecipientGetTemplateRecipientFields>;
252
+ };
253
+ /** @internal */
254
+ export declare const RecipientGetTemplateRecipientRequest$inboundSchema: z.ZodType<RecipientGetTemplateRecipientRequest, z.ZodTypeDef, unknown>;
255
+ /** @internal */
256
+ export type RecipientGetTemplateRecipientRequest$Outbound = {
257
+ recipientId: number;
258
+ };
259
+ /** @internal */
260
+ export declare const RecipientGetTemplateRecipientRequest$outboundSchema: z.ZodType<RecipientGetTemplateRecipientRequest$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientRequest>;
261
+ /**
262
+ * @internal
263
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
264
+ */
265
+ export declare namespace RecipientGetTemplateRecipientRequest$ {
266
+ /** @deprecated use `RecipientGetTemplateRecipientRequest$inboundSchema` instead. */
267
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientRequest, z.ZodTypeDef, unknown>;
268
+ /** @deprecated use `RecipientGetTemplateRecipientRequest$outboundSchema` instead. */
269
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientRequest$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientRequest>;
270
+ /** @deprecated use `RecipientGetTemplateRecipientRequest$Outbound` instead. */
271
+ type Outbound = RecipientGetTemplateRecipientRequest$Outbound;
272
+ }
273
+ export declare function recipientGetTemplateRecipientRequestToJSON(recipientGetTemplateRecipientRequest: RecipientGetTemplateRecipientRequest): string;
274
+ export declare function recipientGetTemplateRecipientRequestFromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientRequest, SDKValidationError>;
275
+ /** @internal */
276
+ export declare const RecipientGetTemplateRecipientRole$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientRole>;
277
+ /** @internal */
278
+ export declare const RecipientGetTemplateRecipientRole$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientRole>;
279
+ /**
280
+ * @internal
281
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
282
+ */
283
+ export declare namespace RecipientGetTemplateRecipientRole$ {
284
+ /** @deprecated use `RecipientGetTemplateRecipientRole$inboundSchema` instead. */
285
+ const inboundSchema: z.ZodNativeEnum<{
286
+ readonly Cc: "CC";
287
+ readonly Signer: "SIGNER";
288
+ readonly Viewer: "VIEWER";
289
+ readonly Approver: "APPROVER";
290
+ }>;
291
+ /** @deprecated use `RecipientGetTemplateRecipientRole$outboundSchema` instead. */
292
+ const outboundSchema: z.ZodNativeEnum<{
293
+ readonly Cc: "CC";
294
+ readonly Signer: "SIGNER";
295
+ readonly Viewer: "VIEWER";
296
+ readonly Approver: "APPROVER";
297
+ }>;
298
+ }
299
+ /** @internal */
300
+ export declare const RecipientGetTemplateRecipientReadStatus$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientReadStatus>;
301
+ /** @internal */
302
+ export declare const RecipientGetTemplateRecipientReadStatus$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientReadStatus>;
303
+ /**
304
+ * @internal
305
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
306
+ */
307
+ export declare namespace RecipientGetTemplateRecipientReadStatus$ {
308
+ /** @deprecated use `RecipientGetTemplateRecipientReadStatus$inboundSchema` instead. */
309
+ const inboundSchema: z.ZodNativeEnum<{
310
+ readonly NotOpened: "NOT_OPENED";
311
+ readonly Opened: "OPENED";
312
+ }>;
313
+ /** @deprecated use `RecipientGetTemplateRecipientReadStatus$outboundSchema` instead. */
314
+ const outboundSchema: z.ZodNativeEnum<{
315
+ readonly NotOpened: "NOT_OPENED";
316
+ readonly Opened: "OPENED";
317
+ }>;
318
+ }
319
+ /** @internal */
320
+ export declare const RecipientGetTemplateRecipientSigningStatus$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientSigningStatus>;
321
+ /** @internal */
322
+ export declare const RecipientGetTemplateRecipientSigningStatus$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientSigningStatus>;
323
+ /**
324
+ * @internal
325
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
326
+ */
327
+ export declare namespace RecipientGetTemplateRecipientSigningStatus$ {
328
+ /** @deprecated use `RecipientGetTemplateRecipientSigningStatus$inboundSchema` instead. */
329
+ const inboundSchema: z.ZodNativeEnum<{
330
+ readonly NotSigned: "NOT_SIGNED";
331
+ readonly Signed: "SIGNED";
332
+ readonly Rejected: "REJECTED";
333
+ }>;
334
+ /** @deprecated use `RecipientGetTemplateRecipientSigningStatus$outboundSchema` instead. */
335
+ const outboundSchema: z.ZodNativeEnum<{
336
+ readonly NotSigned: "NOT_SIGNED";
337
+ readonly Signed: "SIGNED";
338
+ readonly Rejected: "REJECTED";
339
+ }>;
340
+ }
341
+ /** @internal */
342
+ export declare const RecipientGetTemplateRecipientSendStatus$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientSendStatus>;
343
+ /** @internal */
344
+ export declare const RecipientGetTemplateRecipientSendStatus$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientSendStatus>;
345
+ /**
346
+ * @internal
347
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
348
+ */
349
+ export declare namespace RecipientGetTemplateRecipientSendStatus$ {
350
+ /** @deprecated use `RecipientGetTemplateRecipientSendStatus$inboundSchema` instead. */
351
+ const inboundSchema: z.ZodNativeEnum<{
352
+ readonly NotSent: "NOT_SENT";
353
+ readonly Sent: "SENT";
354
+ }>;
355
+ /** @deprecated use `RecipientGetTemplateRecipientSendStatus$outboundSchema` instead. */
356
+ const outboundSchema: z.ZodNativeEnum<{
357
+ readonly NotSent: "NOT_SENT";
358
+ readonly Sent: "SENT";
359
+ }>;
360
+ }
361
+ /** @internal */
362
+ export declare const RecipientGetTemplateRecipientAccessAuth$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientAccessAuth>;
363
+ /** @internal */
364
+ export declare const RecipientGetTemplateRecipientAccessAuth$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientAccessAuth>;
365
+ /**
366
+ * @internal
367
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
368
+ */
369
+ export declare namespace RecipientGetTemplateRecipientAccessAuth$ {
370
+ /** @deprecated use `RecipientGetTemplateRecipientAccessAuth$inboundSchema` instead. */
371
+ const inboundSchema: z.ZodNativeEnum<{
372
+ readonly Account: "ACCOUNT";
373
+ }>;
374
+ /** @deprecated use `RecipientGetTemplateRecipientAccessAuth$outboundSchema` instead. */
375
+ const outboundSchema: z.ZodNativeEnum<{
376
+ readonly Account: "ACCOUNT";
377
+ }>;
378
+ }
379
+ /** @internal */
380
+ export declare const RecipientGetTemplateRecipientActionAuth$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientActionAuth>;
381
+ /** @internal */
382
+ export declare const RecipientGetTemplateRecipientActionAuth$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientActionAuth>;
383
+ /**
384
+ * @internal
385
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
386
+ */
387
+ export declare namespace RecipientGetTemplateRecipientActionAuth$ {
388
+ /** @deprecated use `RecipientGetTemplateRecipientActionAuth$inboundSchema` instead. */
389
+ const inboundSchema: z.ZodNativeEnum<{
390
+ readonly Account: "ACCOUNT";
391
+ readonly Passkey: "PASSKEY";
392
+ readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
393
+ readonly ExplicitNone: "EXPLICIT_NONE";
394
+ }>;
395
+ /** @deprecated use `RecipientGetTemplateRecipientActionAuth$outboundSchema` instead. */
396
+ const outboundSchema: z.ZodNativeEnum<{
397
+ readonly Account: "ACCOUNT";
398
+ readonly Passkey: "PASSKEY";
399
+ readonly TwoFactorAuth: "TWO_FACTOR_AUTH";
400
+ readonly ExplicitNone: "EXPLICIT_NONE";
401
+ }>;
402
+ }
403
+ /** @internal */
404
+ export declare const RecipientGetTemplateRecipientAuthOptions$inboundSchema: z.ZodType<RecipientGetTemplateRecipientAuthOptions, z.ZodTypeDef, unknown>;
405
+ /** @internal */
406
+ export type RecipientGetTemplateRecipientAuthOptions$Outbound = {
407
+ accessAuth: string | null;
408
+ actionAuth: string | null;
409
+ };
410
+ /** @internal */
411
+ export declare const RecipientGetTemplateRecipientAuthOptions$outboundSchema: z.ZodType<RecipientGetTemplateRecipientAuthOptions$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientAuthOptions>;
412
+ /**
413
+ * @internal
414
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
415
+ */
416
+ export declare namespace RecipientGetTemplateRecipientAuthOptions$ {
417
+ /** @deprecated use `RecipientGetTemplateRecipientAuthOptions$inboundSchema` instead. */
418
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientAuthOptions, z.ZodTypeDef, unknown>;
419
+ /** @deprecated use `RecipientGetTemplateRecipientAuthOptions$outboundSchema` instead. */
420
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientAuthOptions$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientAuthOptions>;
421
+ /** @deprecated use `RecipientGetTemplateRecipientAuthOptions$Outbound` instead. */
422
+ type Outbound = RecipientGetTemplateRecipientAuthOptions$Outbound;
423
+ }
424
+ export declare function recipientGetTemplateRecipientAuthOptionsToJSON(recipientGetTemplateRecipientAuthOptions: RecipientGetTemplateRecipientAuthOptions): string;
425
+ export declare function recipientGetTemplateRecipientAuthOptionsFromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientAuthOptions, SDKValidationError>;
426
+ /** @internal */
427
+ export declare const RecipientGetTemplateRecipientType$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientType>;
428
+ /** @internal */
429
+ export declare const RecipientGetTemplateRecipientType$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientType>;
430
+ /**
431
+ * @internal
432
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
433
+ */
434
+ export declare namespace RecipientGetTemplateRecipientType$ {
435
+ /** @deprecated use `RecipientGetTemplateRecipientType$inboundSchema` instead. */
436
+ const inboundSchema: z.ZodNativeEnum<{
437
+ readonly Signature: "SIGNATURE";
438
+ readonly FreeSignature: "FREE_SIGNATURE";
439
+ readonly Initials: "INITIALS";
440
+ readonly Name: "NAME";
441
+ readonly Email: "EMAIL";
442
+ readonly Date: "DATE";
443
+ readonly Text: "TEXT";
444
+ readonly Number: "NUMBER";
445
+ readonly Radio: "RADIO";
446
+ readonly Checkbox: "CHECKBOX";
447
+ readonly Dropdown: "DROPDOWN";
448
+ }>;
449
+ /** @deprecated use `RecipientGetTemplateRecipientType$outboundSchema` instead. */
450
+ const outboundSchema: z.ZodNativeEnum<{
451
+ readonly Signature: "SIGNATURE";
452
+ readonly FreeSignature: "FREE_SIGNATURE";
453
+ readonly Initials: "INITIALS";
454
+ readonly Name: "NAME";
455
+ readonly Email: "EMAIL";
456
+ readonly Date: "DATE";
457
+ readonly Text: "TEXT";
458
+ readonly Number: "NUMBER";
459
+ readonly Radio: "RADIO";
460
+ readonly Checkbox: "CHECKBOX";
461
+ readonly Dropdown: "DROPDOWN";
462
+ }>;
463
+ }
464
+ /** @internal */
465
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields9Type$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields9Type>;
466
+ /** @internal */
467
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields9Type$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields9Type>;
468
+ /**
469
+ * @internal
470
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
471
+ */
472
+ export declare namespace RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields9Type$ {
473
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields9Type$inboundSchema` instead. */
474
+ const inboundSchema: z.ZodNativeEnum<{
475
+ readonly Dropdown: "dropdown";
476
+ }>;
477
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields9Type$outboundSchema` instead. */
478
+ const outboundSchema: z.ZodNativeEnum<{
479
+ readonly Dropdown: "dropdown";
480
+ }>;
481
+ }
482
+ /** @internal */
483
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues$inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues, z.ZodTypeDef, unknown>;
484
+ /** @internal */
485
+ export type RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues$Outbound = {
486
+ value: string;
487
+ };
488
+ /** @internal */
489
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues$outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues>;
490
+ /**
491
+ * @internal
492
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
493
+ */
494
+ export declare namespace RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues$ {
495
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues$inboundSchema` instead. */
496
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues, z.ZodTypeDef, unknown>;
497
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues$outboundSchema` instead. */
498
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues>;
499
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues$Outbound` instead. */
500
+ type Outbound = RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues$Outbound;
501
+ }
502
+ export declare function recipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValuesToJSON(recipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues: RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues): string;
503
+ export declare function recipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValuesFromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues, SDKValidationError>;
504
+ /** @internal */
505
+ export declare const RecipientGetTemplateRecipientFieldMeta9$inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta9, z.ZodTypeDef, unknown>;
506
+ /** @internal */
507
+ export type RecipientGetTemplateRecipientFieldMeta9$Outbound = {
508
+ label?: string | undefined;
509
+ placeholder?: string | undefined;
510
+ required?: boolean | undefined;
511
+ readOnly?: boolean | undefined;
512
+ type: string;
513
+ values?: Array<RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseValues$Outbound> | undefined;
514
+ defaultValue?: string | undefined;
515
+ };
516
+ /** @internal */
517
+ export declare const RecipientGetTemplateRecipientFieldMeta9$outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta9$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta9>;
518
+ /**
519
+ * @internal
520
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
521
+ */
522
+ export declare namespace RecipientGetTemplateRecipientFieldMeta9$ {
523
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta9$inboundSchema` instead. */
524
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta9, z.ZodTypeDef, unknown>;
525
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta9$outboundSchema` instead. */
526
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta9$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta9>;
527
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta9$Outbound` instead. */
528
+ type Outbound = RecipientGetTemplateRecipientFieldMeta9$Outbound;
529
+ }
530
+ export declare function recipientGetTemplateRecipientFieldMeta9ToJSON(recipientGetTemplateRecipientFieldMeta9: RecipientGetTemplateRecipientFieldMeta9): string;
531
+ export declare function recipientGetTemplateRecipientFieldMeta9FromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientFieldMeta9, SDKValidationError>;
532
+ /** @internal */
533
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields8Type$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields8Type>;
534
+ /** @internal */
535
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields8Type$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields8Type>;
536
+ /**
537
+ * @internal
538
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
539
+ */
540
+ export declare namespace RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields8Type$ {
541
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields8Type$inboundSchema` instead. */
542
+ const inboundSchema: z.ZodNativeEnum<{
543
+ readonly Checkbox: "checkbox";
544
+ }>;
545
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFields8Type$outboundSchema` instead. */
546
+ const outboundSchema: z.ZodNativeEnum<{
547
+ readonly Checkbox: "checkbox";
548
+ }>;
549
+ }
550
+ /** @internal */
551
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues$inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues, z.ZodTypeDef, unknown>;
552
+ /** @internal */
553
+ export type RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues$Outbound = {
554
+ id: number;
555
+ checked: boolean;
556
+ value: string;
557
+ };
558
+ /** @internal */
559
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues$outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues>;
560
+ /**
561
+ * @internal
562
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
563
+ */
564
+ export declare namespace RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues$ {
565
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues$inboundSchema` instead. */
566
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues, z.ZodTypeDef, unknown>;
567
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues$outboundSchema` instead. */
568
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues>;
569
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues$Outbound` instead. */
570
+ type Outbound = RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues$Outbound;
571
+ }
572
+ export declare function recipientGetTemplateRecipientFieldMetaTemplatesRecipientsValuesToJSON(recipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues: RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues): string;
573
+ export declare function recipientGetTemplateRecipientFieldMetaTemplatesRecipientsValuesFromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues, SDKValidationError>;
574
+ /** @internal */
575
+ export declare const RecipientGetTemplateRecipientFieldMeta8$inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta8, z.ZodTypeDef, unknown>;
576
+ /** @internal */
577
+ export type RecipientGetTemplateRecipientFieldMeta8$Outbound = {
578
+ label?: string | undefined;
579
+ placeholder?: string | undefined;
580
+ required?: boolean | undefined;
581
+ readOnly?: boolean | undefined;
582
+ type: string;
583
+ values?: Array<RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsValues$Outbound> | undefined;
584
+ validationRule?: string | undefined;
585
+ validationLength?: number | undefined;
586
+ };
587
+ /** @internal */
588
+ export declare const RecipientGetTemplateRecipientFieldMeta8$outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta8$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta8>;
589
+ /**
590
+ * @internal
591
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
592
+ */
593
+ export declare namespace RecipientGetTemplateRecipientFieldMeta8$ {
594
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta8$inboundSchema` instead. */
595
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta8, z.ZodTypeDef, unknown>;
596
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta8$outboundSchema` instead. */
597
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta8$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta8>;
598
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta8$Outbound` instead. */
599
+ type Outbound = RecipientGetTemplateRecipientFieldMeta8$Outbound;
600
+ }
601
+ export declare function recipientGetTemplateRecipientFieldMeta8ToJSON(recipientGetTemplateRecipientFieldMeta8: RecipientGetTemplateRecipientFieldMeta8): string;
602
+ export declare function recipientGetTemplateRecipientFieldMeta8FromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientFieldMeta8, SDKValidationError>;
603
+ /** @internal */
604
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFieldsType$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFieldsType>;
605
+ /** @internal */
606
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFieldsType$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFieldsType>;
607
+ /**
608
+ * @internal
609
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
610
+ */
611
+ export declare namespace RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFieldsType$ {
612
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFieldsType$inboundSchema` instead. */
613
+ const inboundSchema: z.ZodNativeEnum<{
614
+ readonly Radio: "radio";
615
+ }>;
616
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyFieldsType$outboundSchema` instead. */
617
+ const outboundSchema: z.ZodNativeEnum<{
618
+ readonly Radio: "radio";
619
+ }>;
620
+ }
621
+ /** @internal */
622
+ export declare const RecipientGetTemplateRecipientFieldMetaValues$inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMetaValues, z.ZodTypeDef, unknown>;
623
+ /** @internal */
624
+ export type RecipientGetTemplateRecipientFieldMetaValues$Outbound = {
625
+ id: number;
626
+ checked: boolean;
627
+ value: string;
628
+ };
629
+ /** @internal */
630
+ export declare const RecipientGetTemplateRecipientFieldMetaValues$outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMetaValues$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMetaValues>;
631
+ /**
632
+ * @internal
633
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
634
+ */
635
+ export declare namespace RecipientGetTemplateRecipientFieldMetaValues$ {
636
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaValues$inboundSchema` instead. */
637
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMetaValues, z.ZodTypeDef, unknown>;
638
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaValues$outboundSchema` instead. */
639
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMetaValues$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMetaValues>;
640
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaValues$Outbound` instead. */
641
+ type Outbound = RecipientGetTemplateRecipientFieldMetaValues$Outbound;
642
+ }
643
+ export declare function recipientGetTemplateRecipientFieldMetaValuesToJSON(recipientGetTemplateRecipientFieldMetaValues: RecipientGetTemplateRecipientFieldMetaValues): string;
644
+ export declare function recipientGetTemplateRecipientFieldMetaValuesFromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientFieldMetaValues, SDKValidationError>;
645
+ /** @internal */
646
+ export declare const RecipientGetTemplateRecipientFieldMeta7$inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta7, z.ZodTypeDef, unknown>;
647
+ /** @internal */
648
+ export type RecipientGetTemplateRecipientFieldMeta7$Outbound = {
649
+ label?: string | undefined;
650
+ placeholder?: string | undefined;
651
+ required?: boolean | undefined;
652
+ readOnly?: boolean | undefined;
653
+ type: string;
654
+ values?: Array<RecipientGetTemplateRecipientFieldMetaValues$Outbound> | undefined;
655
+ };
656
+ /** @internal */
657
+ export declare const RecipientGetTemplateRecipientFieldMeta7$outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta7$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta7>;
658
+ /**
659
+ * @internal
660
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
661
+ */
662
+ export declare namespace RecipientGetTemplateRecipientFieldMeta7$ {
663
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta7$inboundSchema` instead. */
664
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta7, z.ZodTypeDef, unknown>;
665
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta7$outboundSchema` instead. */
666
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta7$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta7>;
667
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta7$Outbound` instead. */
668
+ type Outbound = RecipientGetTemplateRecipientFieldMeta7$Outbound;
669
+ }
670
+ export declare function recipientGetTemplateRecipientFieldMeta7ToJSON(recipientGetTemplateRecipientFieldMeta7: RecipientGetTemplateRecipientFieldMeta7): string;
671
+ export declare function recipientGetTemplateRecipientFieldMeta7FromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientFieldMeta7, SDKValidationError>;
672
+ /** @internal */
673
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyType>;
674
+ /** @internal */
675
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyType$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyType>;
676
+ /**
677
+ * @internal
678
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
679
+ */
680
+ export declare namespace RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyType$ {
681
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyType$inboundSchema` instead. */
682
+ const inboundSchema: z.ZodNativeEnum<{
683
+ readonly Number: "number";
684
+ }>;
685
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONResponseBodyType$outboundSchema` instead. */
686
+ const outboundSchema: z.ZodNativeEnum<{
687
+ readonly Number: "number";
688
+ }>;
689
+ }
690
+ /** @internal */
691
+ export declare const RecipientGetTemplateRecipientFieldMeta6$inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta6, z.ZodTypeDef, unknown>;
692
+ /** @internal */
693
+ export type RecipientGetTemplateRecipientFieldMeta6$Outbound = {
694
+ label?: string | undefined;
695
+ placeholder?: string | undefined;
696
+ required?: boolean | undefined;
697
+ readOnly?: boolean | undefined;
698
+ type: string;
699
+ numberFormat?: string | undefined;
700
+ value?: string | undefined;
701
+ minValue?: number | undefined;
702
+ maxValue?: number | undefined;
703
+ fontSize?: number | undefined;
704
+ };
705
+ /** @internal */
706
+ export declare const RecipientGetTemplateRecipientFieldMeta6$outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta6$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta6>;
707
+ /**
708
+ * @internal
709
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
710
+ */
711
+ export declare namespace RecipientGetTemplateRecipientFieldMeta6$ {
712
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta6$inboundSchema` instead. */
713
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta6, z.ZodTypeDef, unknown>;
714
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta6$outboundSchema` instead. */
715
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta6$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta6>;
716
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta6$Outbound` instead. */
717
+ type Outbound = RecipientGetTemplateRecipientFieldMeta6$Outbound;
718
+ }
719
+ export declare function recipientGetTemplateRecipientFieldMeta6ToJSON(recipientGetTemplateRecipientFieldMeta6: RecipientGetTemplateRecipientFieldMeta6): string;
720
+ export declare function recipientGetTemplateRecipientFieldMeta6FromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientFieldMeta6, SDKValidationError>;
721
+ /** @internal */
722
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONType>;
723
+ /** @internal */
724
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONType$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONType>;
725
+ /**
726
+ * @internal
727
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
728
+ */
729
+ export declare namespace RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONType$ {
730
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONType$inboundSchema` instead. */
731
+ const inboundSchema: z.ZodNativeEnum<{
732
+ readonly Text: "text";
733
+ }>;
734
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200ApplicationJSONType$outboundSchema` instead. */
735
+ const outboundSchema: z.ZodNativeEnum<{
736
+ readonly Text: "text";
737
+ }>;
738
+ }
739
+ /** @internal */
740
+ export declare const RecipientGetTemplateRecipientFieldMeta5$inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta5, z.ZodTypeDef, unknown>;
741
+ /** @internal */
742
+ export type RecipientGetTemplateRecipientFieldMeta5$Outbound = {
743
+ label?: string | undefined;
744
+ placeholder?: string | undefined;
745
+ required?: boolean | undefined;
746
+ readOnly?: boolean | undefined;
747
+ type: string;
748
+ text?: string | undefined;
749
+ characterLimit?: number | undefined;
750
+ fontSize?: number | undefined;
751
+ };
752
+ /** @internal */
753
+ export declare const RecipientGetTemplateRecipientFieldMeta5$outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta5$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta5>;
754
+ /**
755
+ * @internal
756
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
757
+ */
758
+ export declare namespace RecipientGetTemplateRecipientFieldMeta5$ {
759
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta5$inboundSchema` instead. */
760
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta5, z.ZodTypeDef, unknown>;
761
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta5$outboundSchema` instead. */
762
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta5$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta5>;
763
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta5$Outbound` instead. */
764
+ type Outbound = RecipientGetTemplateRecipientFieldMeta5$Outbound;
765
+ }
766
+ export declare function recipientGetTemplateRecipientFieldMeta5ToJSON(recipientGetTemplateRecipientFieldMeta5: RecipientGetTemplateRecipientFieldMeta5): string;
767
+ export declare function recipientGetTemplateRecipientFieldMeta5FromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientFieldMeta5, SDKValidationError>;
768
+ /** @internal */
769
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200Type>;
770
+ /** @internal */
771
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200Type$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200Type>;
772
+ /**
773
+ * @internal
774
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
775
+ */
776
+ export declare namespace RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200Type$ {
777
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200Type$inboundSchema` instead. */
778
+ const inboundSchema: z.ZodNativeEnum<{
779
+ readonly Date: "date";
780
+ }>;
781
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponse200Type$outboundSchema` instead. */
782
+ const outboundSchema: z.ZodNativeEnum<{
783
+ readonly Date: "date";
784
+ }>;
785
+ }
786
+ /** @internal */
787
+ export declare const RecipientGetTemplateRecipientFieldMeta4$inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta4, z.ZodTypeDef, unknown>;
788
+ /** @internal */
789
+ export type RecipientGetTemplateRecipientFieldMeta4$Outbound = {
790
+ label?: string | undefined;
791
+ placeholder?: string | undefined;
792
+ required?: boolean | undefined;
793
+ readOnly?: boolean | undefined;
794
+ type: string;
795
+ fontSize?: number | undefined;
796
+ };
797
+ /** @internal */
798
+ export declare const RecipientGetTemplateRecipientFieldMeta4$outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta4$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta4>;
799
+ /**
800
+ * @internal
801
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
802
+ */
803
+ export declare namespace RecipientGetTemplateRecipientFieldMeta4$ {
804
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta4$inboundSchema` instead. */
805
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta4, z.ZodTypeDef, unknown>;
806
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta4$outboundSchema` instead. */
807
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta4$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta4>;
808
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta4$Outbound` instead. */
809
+ type Outbound = RecipientGetTemplateRecipientFieldMeta4$Outbound;
810
+ }
811
+ export declare function recipientGetTemplateRecipientFieldMeta4ToJSON(recipientGetTemplateRecipientFieldMeta4: RecipientGetTemplateRecipientFieldMeta4): string;
812
+ export declare function recipientGetTemplateRecipientFieldMeta4FromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientFieldMeta4, SDKValidationError>;
813
+ /** @internal */
814
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseType$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseType>;
815
+ /** @internal */
816
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseType$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseType>;
817
+ /**
818
+ * @internal
819
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
820
+ */
821
+ export declare namespace RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseType$ {
822
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseType$inboundSchema` instead. */
823
+ const inboundSchema: z.ZodNativeEnum<{
824
+ readonly Email: "email";
825
+ }>;
826
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsResponseType$outboundSchema` instead. */
827
+ const outboundSchema: z.ZodNativeEnum<{
828
+ readonly Email: "email";
829
+ }>;
830
+ }
831
+ /** @internal */
832
+ export declare const RecipientGetTemplateRecipientFieldMeta3$inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta3, z.ZodTypeDef, unknown>;
833
+ /** @internal */
834
+ export type RecipientGetTemplateRecipientFieldMeta3$Outbound = {
835
+ label?: string | undefined;
836
+ placeholder?: string | undefined;
837
+ required?: boolean | undefined;
838
+ readOnly?: boolean | undefined;
839
+ type: string;
840
+ fontSize?: number | undefined;
841
+ };
842
+ /** @internal */
843
+ export declare const RecipientGetTemplateRecipientFieldMeta3$outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta3$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta3>;
844
+ /**
845
+ * @internal
846
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
847
+ */
848
+ export declare namespace RecipientGetTemplateRecipientFieldMeta3$ {
849
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta3$inboundSchema` instead. */
850
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta3, z.ZodTypeDef, unknown>;
851
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta3$outboundSchema` instead. */
852
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta3$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta3>;
853
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta3$Outbound` instead. */
854
+ type Outbound = RecipientGetTemplateRecipientFieldMeta3$Outbound;
855
+ }
856
+ export declare function recipientGetTemplateRecipientFieldMeta3ToJSON(recipientGetTemplateRecipientFieldMeta3: RecipientGetTemplateRecipientFieldMeta3): string;
857
+ export declare function recipientGetTemplateRecipientFieldMeta3FromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientFieldMeta3, SDKValidationError>;
858
+ /** @internal */
859
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsType$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsType>;
860
+ /** @internal */
861
+ export declare const RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsType$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsType>;
862
+ /**
863
+ * @internal
864
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
865
+ */
866
+ export declare namespace RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsType$ {
867
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsType$inboundSchema` instead. */
868
+ const inboundSchema: z.ZodNativeEnum<{
869
+ readonly Name: "name";
870
+ }>;
871
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaTemplatesRecipientsType$outboundSchema` instead. */
872
+ const outboundSchema: z.ZodNativeEnum<{
873
+ readonly Name: "name";
874
+ }>;
875
+ }
876
+ /** @internal */
877
+ export declare const RecipientGetTemplateRecipientFieldMeta2$inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta2, z.ZodTypeDef, unknown>;
878
+ /** @internal */
879
+ export type RecipientGetTemplateRecipientFieldMeta2$Outbound = {
880
+ label?: string | undefined;
881
+ placeholder?: string | undefined;
882
+ required?: boolean | undefined;
883
+ readOnly?: boolean | undefined;
884
+ type: string;
885
+ fontSize?: number | undefined;
886
+ };
887
+ /** @internal */
888
+ export declare const RecipientGetTemplateRecipientFieldMeta2$outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta2$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta2>;
889
+ /**
890
+ * @internal
891
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
892
+ */
893
+ export declare namespace RecipientGetTemplateRecipientFieldMeta2$ {
894
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta2$inboundSchema` instead. */
895
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta2, z.ZodTypeDef, unknown>;
896
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta2$outboundSchema` instead. */
897
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta2$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta2>;
898
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta2$Outbound` instead. */
899
+ type Outbound = RecipientGetTemplateRecipientFieldMeta2$Outbound;
900
+ }
901
+ export declare function recipientGetTemplateRecipientFieldMeta2ToJSON(recipientGetTemplateRecipientFieldMeta2: RecipientGetTemplateRecipientFieldMeta2): string;
902
+ export declare function recipientGetTemplateRecipientFieldMeta2FromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientFieldMeta2, SDKValidationError>;
903
+ /** @internal */
904
+ export declare const RecipientGetTemplateRecipientFieldMetaType$inboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaType>;
905
+ /** @internal */
906
+ export declare const RecipientGetTemplateRecipientFieldMetaType$outboundSchema: z.ZodNativeEnum<typeof RecipientGetTemplateRecipientFieldMetaType>;
907
+ /**
908
+ * @internal
909
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
910
+ */
911
+ export declare namespace RecipientGetTemplateRecipientFieldMetaType$ {
912
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaType$inboundSchema` instead. */
913
+ const inboundSchema: z.ZodNativeEnum<{
914
+ readonly Initials: "initials";
915
+ }>;
916
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMetaType$outboundSchema` instead. */
917
+ const outboundSchema: z.ZodNativeEnum<{
918
+ readonly Initials: "initials";
919
+ }>;
920
+ }
921
+ /** @internal */
922
+ export declare const RecipientGetTemplateRecipientFieldMeta1$inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta1, z.ZodTypeDef, unknown>;
923
+ /** @internal */
924
+ export type RecipientGetTemplateRecipientFieldMeta1$Outbound = {
925
+ label?: string | undefined;
926
+ placeholder?: string | undefined;
927
+ required?: boolean | undefined;
928
+ readOnly?: boolean | undefined;
929
+ type: string;
930
+ fontSize?: number | undefined;
931
+ };
932
+ /** @internal */
933
+ export declare const RecipientGetTemplateRecipientFieldMeta1$outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta1$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta1>;
934
+ /**
935
+ * @internal
936
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
937
+ */
938
+ export declare namespace RecipientGetTemplateRecipientFieldMeta1$ {
939
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta1$inboundSchema` instead. */
940
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta1, z.ZodTypeDef, unknown>;
941
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta1$outboundSchema` instead. */
942
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta1$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta1>;
943
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta1$Outbound` instead. */
944
+ type Outbound = RecipientGetTemplateRecipientFieldMeta1$Outbound;
945
+ }
946
+ export declare function recipientGetTemplateRecipientFieldMeta1ToJSON(recipientGetTemplateRecipientFieldMeta1: RecipientGetTemplateRecipientFieldMeta1): string;
947
+ export declare function recipientGetTemplateRecipientFieldMeta1FromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientFieldMeta1, SDKValidationError>;
948
+ /** @internal */
949
+ export declare const RecipientGetTemplateRecipientFieldMeta$inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta, z.ZodTypeDef, unknown>;
950
+ /** @internal */
951
+ export type RecipientGetTemplateRecipientFieldMeta$Outbound = RecipientGetTemplateRecipientFieldMeta1$Outbound | RecipientGetTemplateRecipientFieldMeta2$Outbound | RecipientGetTemplateRecipientFieldMeta3$Outbound | RecipientGetTemplateRecipientFieldMeta4$Outbound | RecipientGetTemplateRecipientFieldMeta7$Outbound | RecipientGetTemplateRecipientFieldMeta9$Outbound | RecipientGetTemplateRecipientFieldMeta5$Outbound | RecipientGetTemplateRecipientFieldMeta8$Outbound | RecipientGetTemplateRecipientFieldMeta6$Outbound;
952
+ /** @internal */
953
+ export declare const RecipientGetTemplateRecipientFieldMeta$outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta>;
954
+ /**
955
+ * @internal
956
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
957
+ */
958
+ export declare namespace RecipientGetTemplateRecipientFieldMeta$ {
959
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta$inboundSchema` instead. */
960
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta, z.ZodTypeDef, unknown>;
961
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta$outboundSchema` instead. */
962
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientFieldMeta$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFieldMeta>;
963
+ /** @deprecated use `RecipientGetTemplateRecipientFieldMeta$Outbound` instead. */
964
+ type Outbound = RecipientGetTemplateRecipientFieldMeta$Outbound;
965
+ }
966
+ export declare function recipientGetTemplateRecipientFieldMetaToJSON(recipientGetTemplateRecipientFieldMeta: RecipientGetTemplateRecipientFieldMeta): string;
967
+ export declare function recipientGetTemplateRecipientFieldMetaFromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientFieldMeta, SDKValidationError>;
968
+ /** @internal */
969
+ export declare const RecipientGetTemplateRecipientFields$inboundSchema: z.ZodType<RecipientGetTemplateRecipientFields, z.ZodTypeDef, unknown>;
970
+ /** @internal */
971
+ export type RecipientGetTemplateRecipientFields$Outbound = {
972
+ type: string;
973
+ id: number;
974
+ secondaryId: string;
975
+ documentId: number | null;
976
+ templateId: number | null;
977
+ recipientId: number;
978
+ page: number;
979
+ positionX?: any | undefined;
980
+ positionY?: any | undefined;
981
+ width?: any | undefined;
982
+ height?: any | undefined;
983
+ customText: string;
984
+ inserted: boolean;
985
+ fieldMeta: RecipientGetTemplateRecipientFieldMeta1$Outbound | RecipientGetTemplateRecipientFieldMeta2$Outbound | RecipientGetTemplateRecipientFieldMeta3$Outbound | RecipientGetTemplateRecipientFieldMeta4$Outbound | RecipientGetTemplateRecipientFieldMeta7$Outbound | RecipientGetTemplateRecipientFieldMeta9$Outbound | RecipientGetTemplateRecipientFieldMeta5$Outbound | RecipientGetTemplateRecipientFieldMeta8$Outbound | RecipientGetTemplateRecipientFieldMeta6$Outbound | null;
986
+ };
987
+ /** @internal */
988
+ export declare const RecipientGetTemplateRecipientFields$outboundSchema: z.ZodType<RecipientGetTemplateRecipientFields$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFields>;
989
+ /**
990
+ * @internal
991
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
992
+ */
993
+ export declare namespace RecipientGetTemplateRecipientFields$ {
994
+ /** @deprecated use `RecipientGetTemplateRecipientFields$inboundSchema` instead. */
995
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientFields, z.ZodTypeDef, unknown>;
996
+ /** @deprecated use `RecipientGetTemplateRecipientFields$outboundSchema` instead. */
997
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientFields$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientFields>;
998
+ /** @deprecated use `RecipientGetTemplateRecipientFields$Outbound` instead. */
999
+ type Outbound = RecipientGetTemplateRecipientFields$Outbound;
1000
+ }
1001
+ export declare function recipientGetTemplateRecipientFieldsToJSON(recipientGetTemplateRecipientFields: RecipientGetTemplateRecipientFields): string;
1002
+ export declare function recipientGetTemplateRecipientFieldsFromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientFields, SDKValidationError>;
1003
+ /** @internal */
1004
+ export declare const RecipientGetTemplateRecipientResponseBody$inboundSchema: z.ZodType<RecipientGetTemplateRecipientResponseBody, z.ZodTypeDef, unknown>;
1005
+ /** @internal */
1006
+ export type RecipientGetTemplateRecipientResponseBody$Outbound = {
1007
+ role: string;
1008
+ readStatus: string;
1009
+ signingStatus: string;
1010
+ sendStatus: string;
1011
+ id: number;
1012
+ documentId: number | null;
1013
+ templateId: number | null;
1014
+ email: string;
1015
+ name: string;
1016
+ token: string;
1017
+ documentDeletedAt: string | null;
1018
+ expired: string | null;
1019
+ signedAt: string | null;
1020
+ authOptions: RecipientGetTemplateRecipientAuthOptions$Outbound | null;
1021
+ signingOrder: number | null;
1022
+ rejectionReason: string | null;
1023
+ fields: Array<RecipientGetTemplateRecipientFields$Outbound>;
1024
+ };
1025
+ /** @internal */
1026
+ export declare const RecipientGetTemplateRecipientResponseBody$outboundSchema: z.ZodType<RecipientGetTemplateRecipientResponseBody$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientResponseBody>;
1027
+ /**
1028
+ * @internal
1029
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1030
+ */
1031
+ export declare namespace RecipientGetTemplateRecipientResponseBody$ {
1032
+ /** @deprecated use `RecipientGetTemplateRecipientResponseBody$inboundSchema` instead. */
1033
+ const inboundSchema: z.ZodType<RecipientGetTemplateRecipientResponseBody, z.ZodTypeDef, unknown>;
1034
+ /** @deprecated use `RecipientGetTemplateRecipientResponseBody$outboundSchema` instead. */
1035
+ const outboundSchema: z.ZodType<RecipientGetTemplateRecipientResponseBody$Outbound, z.ZodTypeDef, RecipientGetTemplateRecipientResponseBody>;
1036
+ /** @deprecated use `RecipientGetTemplateRecipientResponseBody$Outbound` instead. */
1037
+ type Outbound = RecipientGetTemplateRecipientResponseBody$Outbound;
1038
+ }
1039
+ export declare function recipientGetTemplateRecipientResponseBodyToJSON(recipientGetTemplateRecipientResponseBody: RecipientGetTemplateRecipientResponseBody): string;
1040
+ export declare function recipientGetTemplateRecipientResponseBodyFromJSON(jsonString: string): SafeParseResult<RecipientGetTemplateRecipientResponseBody, SDKValidationError>;
1041
+ //# sourceMappingURL=recipientgettemplaterecipient.d.ts.map