@documenso/sdk-typescript 0.6.2 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/mcp-server.js +227 -825
- package/bin/mcp-server.js.map +8 -8
- package/examples/package-lock.json +2 -2
- package/funcs/documentsCreateV0.d.ts +2 -0
- package/funcs/documentsCreateV0.d.ts.map +1 -1
- package/funcs/documentsCreateV0.js +2 -0
- package/funcs/documentsCreateV0.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/operations/envelopefieldcreatemany.d.ts +167 -943
- package/models/operations/envelopefieldcreatemany.d.ts.map +1 -1
- package/models/operations/envelopefieldcreatemany.js +297 -1182
- package/models/operations/envelopefieldcreatemany.js.map +1 -1
- package/models/operations/envelopefieldupdatemany.d.ts +70 -70
- package/models/operations/envelopefieldupdatemany.d.ts.map +1 -1
- package/models/operations/envelopefieldupdatemany.js +135 -135
- package/models/operations/envelopefieldupdatemany.js.map +1 -1
- package/package.json +2 -2
- package/sdk/documents.d.ts +2 -0
- package/sdk/documents.d.ts.map +1 -1
- package/sdk/documents.js +2 -0
- package/sdk/documents.js.map +1 -1
- package/src/funcs/documentsCreateV0.ts +2 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/envelopefieldcreatemany.ts +803 -3125
- package/src/models/operations/envelopefieldupdatemany.ts +232 -305
- package/src/sdk/documents.ts +2 -0
|
@@ -36,88 +36,42 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
40
|
-
exports.
|
|
41
|
-
exports.
|
|
42
|
-
exports.
|
|
43
|
-
exports.
|
|
44
|
-
exports.
|
|
45
|
-
exports.envelopeFieldCreateManyFieldMetaDropdownRequestToJSON = envelopeFieldCreateManyFieldMetaDropdownRequestToJSON;
|
|
46
|
-
exports.envelopeFieldCreateManyFieldMetaDropdownRequestFromJSON = envelopeFieldCreateManyFieldMetaDropdownRequestFromJSON;
|
|
47
|
-
exports.envelopeFieldCreateManyDataDropdownToJSON = envelopeFieldCreateManyDataDropdownToJSON;
|
|
48
|
-
exports.envelopeFieldCreateManyDataDropdownFromJSON = envelopeFieldCreateManyDataDropdownFromJSON;
|
|
49
|
-
exports.envelopeFieldCreateManyValueCheckboxToJSON = envelopeFieldCreateManyValueCheckboxToJSON;
|
|
50
|
-
exports.envelopeFieldCreateManyValueCheckboxFromJSON = envelopeFieldCreateManyValueCheckboxFromJSON;
|
|
51
|
-
exports.envelopeFieldCreateManyFieldMetaCheckboxRequestToJSON = envelopeFieldCreateManyFieldMetaCheckboxRequestToJSON;
|
|
52
|
-
exports.envelopeFieldCreateManyFieldMetaCheckboxRequestFromJSON = envelopeFieldCreateManyFieldMetaCheckboxRequestFromJSON;
|
|
53
|
-
exports.envelopeFieldCreateManyDataCheckboxToJSON = envelopeFieldCreateManyDataCheckboxToJSON;
|
|
54
|
-
exports.envelopeFieldCreateManyDataCheckboxFromJSON = envelopeFieldCreateManyDataCheckboxFromJSON;
|
|
55
|
-
exports.envelopeFieldCreateManyValueRadioToJSON = envelopeFieldCreateManyValueRadioToJSON;
|
|
56
|
-
exports.envelopeFieldCreateManyValueRadioFromJSON = envelopeFieldCreateManyValueRadioFromJSON;
|
|
57
|
-
exports.envelopeFieldCreateManyFieldMetaRadioRequestToJSON = envelopeFieldCreateManyFieldMetaRadioRequestToJSON;
|
|
58
|
-
exports.envelopeFieldCreateManyFieldMetaRadioRequestFromJSON = envelopeFieldCreateManyFieldMetaRadioRequestFromJSON;
|
|
59
|
-
exports.envelopeFieldCreateManyDataRadioToJSON = envelopeFieldCreateManyDataRadioToJSON;
|
|
60
|
-
exports.envelopeFieldCreateManyDataRadioFromJSON = envelopeFieldCreateManyDataRadioFromJSON;
|
|
61
|
-
exports.envelopeFieldCreateManyFieldMetaNumberRequestToJSON = envelopeFieldCreateManyFieldMetaNumberRequestToJSON;
|
|
62
|
-
exports.envelopeFieldCreateManyFieldMetaNumberRequestFromJSON = envelopeFieldCreateManyFieldMetaNumberRequestFromJSON;
|
|
63
|
-
exports.envelopeFieldCreateManyDataNumberToJSON = envelopeFieldCreateManyDataNumberToJSON;
|
|
64
|
-
exports.envelopeFieldCreateManyDataNumberFromJSON = envelopeFieldCreateManyDataNumberFromJSON;
|
|
65
|
-
exports.envelopeFieldCreateManyFieldMetaTextRequestToJSON = envelopeFieldCreateManyFieldMetaTextRequestToJSON;
|
|
66
|
-
exports.envelopeFieldCreateManyFieldMetaTextRequestFromJSON = envelopeFieldCreateManyFieldMetaTextRequestFromJSON;
|
|
67
|
-
exports.envelopeFieldCreateManyDataTextToJSON = envelopeFieldCreateManyDataTextToJSON;
|
|
68
|
-
exports.envelopeFieldCreateManyDataTextFromJSON = envelopeFieldCreateManyDataTextFromJSON;
|
|
69
|
-
exports.envelopeFieldCreateManyFieldMetaDateRequestToJSON = envelopeFieldCreateManyFieldMetaDateRequestToJSON;
|
|
70
|
-
exports.envelopeFieldCreateManyFieldMetaDateRequestFromJSON = envelopeFieldCreateManyFieldMetaDateRequestFromJSON;
|
|
71
|
-
exports.envelopeFieldCreateManyDataDateToJSON = envelopeFieldCreateManyDataDateToJSON;
|
|
72
|
-
exports.envelopeFieldCreateManyDataDateFromJSON = envelopeFieldCreateManyDataDateFromJSON;
|
|
73
|
-
exports.envelopeFieldCreateManyFieldMetaEmailRequestToJSON = envelopeFieldCreateManyFieldMetaEmailRequestToJSON;
|
|
74
|
-
exports.envelopeFieldCreateManyFieldMetaEmailRequestFromJSON = envelopeFieldCreateManyFieldMetaEmailRequestFromJSON;
|
|
75
|
-
exports.envelopeFieldCreateManyDataEmailToJSON = envelopeFieldCreateManyDataEmailToJSON;
|
|
76
|
-
exports.envelopeFieldCreateManyDataEmailFromJSON = envelopeFieldCreateManyDataEmailFromJSON;
|
|
77
|
-
exports.envelopeFieldCreateManyFieldMetaNameRequestToJSON = envelopeFieldCreateManyFieldMetaNameRequestToJSON;
|
|
78
|
-
exports.envelopeFieldCreateManyFieldMetaNameRequestFromJSON = envelopeFieldCreateManyFieldMetaNameRequestFromJSON;
|
|
79
|
-
exports.envelopeFieldCreateManyDataNameToJSON = envelopeFieldCreateManyDataNameToJSON;
|
|
80
|
-
exports.envelopeFieldCreateManyDataNameFromJSON = envelopeFieldCreateManyDataNameFromJSON;
|
|
81
|
-
exports.envelopeFieldCreateManyFieldMetaInitialsRequestToJSON = envelopeFieldCreateManyFieldMetaInitialsRequestToJSON;
|
|
82
|
-
exports.envelopeFieldCreateManyFieldMetaInitialsRequestFromJSON = envelopeFieldCreateManyFieldMetaInitialsRequestFromJSON;
|
|
83
|
-
exports.envelopeFieldCreateManyDataInitialsToJSON = envelopeFieldCreateManyDataInitialsToJSON;
|
|
84
|
-
exports.envelopeFieldCreateManyDataInitialsFromJSON = envelopeFieldCreateManyDataInitialsFromJSON;
|
|
85
|
-
exports.envelopeFieldCreateManyDataFreeSignatureToJSON = envelopeFieldCreateManyDataFreeSignatureToJSON;
|
|
86
|
-
exports.envelopeFieldCreateManyDataFreeSignatureFromJSON = envelopeFieldCreateManyDataFreeSignatureFromJSON;
|
|
87
|
-
exports.envelopeFieldCreateManyFieldMetaSignatureRequestToJSON = envelopeFieldCreateManyFieldMetaSignatureRequestToJSON;
|
|
88
|
-
exports.envelopeFieldCreateManyFieldMetaSignatureRequestFromJSON = envelopeFieldCreateManyFieldMetaSignatureRequestFromJSON;
|
|
89
|
-
exports.envelopeFieldCreateManyDataSignatureToJSON = envelopeFieldCreateManyDataSignatureToJSON;
|
|
90
|
-
exports.envelopeFieldCreateManyDataSignatureFromJSON = envelopeFieldCreateManyDataSignatureFromJSON;
|
|
39
|
+
exports.EnvelopeFieldCreateManyTextAlign4$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaText$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaText$inboundSchema = exports.EnvelopeFieldCreateManyVerticalAlign1$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlign1$inboundSchema = exports.EnvelopeFieldCreateManyTextAlign5$outboundSchema = exports.EnvelopeFieldCreateManyTextAlign5$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaNumber$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaNumber$inboundSchema = exports.EnvelopeFieldCreateManyVerticalAlign2$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlign2$inboundSchema = exports.EnvelopeFieldCreateManyTextAlign6$outboundSchema = exports.EnvelopeFieldCreateManyTextAlign6$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaRadio$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaRadio$inboundSchema = exports.EnvelopeFieldCreateManyDirection1$outboundSchema = exports.EnvelopeFieldCreateManyDirection1$inboundSchema = exports.EnvelopeFieldCreateManyValue1$outboundSchema = exports.EnvelopeFieldCreateManyValue1$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaCheckbox$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaCheckbox$inboundSchema = exports.EnvelopeFieldCreateManyDirection2$outboundSchema = exports.EnvelopeFieldCreateManyDirection2$inboundSchema = exports.EnvelopeFieldCreateManyValue2$outboundSchema = exports.EnvelopeFieldCreateManyValue2$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDropdown$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDropdown$inboundSchema = exports.EnvelopeFieldCreateManyValue3$outboundSchema = exports.EnvelopeFieldCreateManyValue3$inboundSchema = exports.EnvelopeFieldCreateManyTypeEnum$outboundSchema = exports.EnvelopeFieldCreateManyTypeEnum$inboundSchema = exports.EnvelopeFieldCreateManyRequest$outboundSchema = exports.EnvelopeFieldCreateManyRequest$inboundSchema = exports.EnvelopeFieldCreateManyDataUnion$outboundSchema = exports.EnvelopeFieldCreateManyDataUnion$inboundSchema = exports.EnvelopeFieldCreateManyDataRequest1$outboundSchema = exports.EnvelopeFieldCreateManyDataRequest1$inboundSchema = exports.EnvelopeFieldCreateManyDataRequest2$outboundSchema = exports.EnvelopeFieldCreateManyDataRequest2$inboundSchema = exports.EnvelopeFieldCreateManyTextAlign1 = exports.EnvelopeFieldCreateManyTextAlign2 = exports.EnvelopeFieldCreateManyTextAlign3 = exports.EnvelopeFieldCreateManyTextAlign4 = exports.EnvelopeFieldCreateManyVerticalAlign1 = exports.EnvelopeFieldCreateManyTextAlign5 = exports.EnvelopeFieldCreateManyVerticalAlign2 = exports.EnvelopeFieldCreateManyTextAlign6 = exports.EnvelopeFieldCreateManyDirection1 = exports.EnvelopeFieldCreateManyDirection2 = exports.EnvelopeFieldCreateManyTypeEnum = void 0;
|
|
40
|
+
exports.EnvelopeFieldCreateManyResponse$outboundSchema = exports.EnvelopeFieldCreateManyResponse$inboundSchema = exports.EnvelopeFieldCreateManyDataResponse$outboundSchema = exports.EnvelopeFieldCreateManyDataResponse$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaUnion$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaUnion$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaSignature$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaSignature$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaInitials$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaInitials$inboundSchema = exports.EnvelopeFieldCreateManyTextAlign1$outboundSchema = exports.EnvelopeFieldCreateManyTextAlign1$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaName$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaName$inboundSchema = exports.EnvelopeFieldCreateManyTextAlign2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlign2$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaEmail$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaEmail$inboundSchema = exports.EnvelopeFieldCreateManyTextAlign3$outboundSchema = exports.EnvelopeFieldCreateManyTextAlign3$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDate$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDate$inboundSchema = exports.EnvelopeFieldCreateManyTextAlign4$outboundSchema = void 0;
|
|
41
|
+
exports.envelopeFieldCreateManyDataRequest2ToJSON = envelopeFieldCreateManyDataRequest2ToJSON;
|
|
42
|
+
exports.envelopeFieldCreateManyDataRequest2FromJSON = envelopeFieldCreateManyDataRequest2FromJSON;
|
|
43
|
+
exports.envelopeFieldCreateManyDataRequest1ToJSON = envelopeFieldCreateManyDataRequest1ToJSON;
|
|
44
|
+
exports.envelopeFieldCreateManyDataRequest1FromJSON = envelopeFieldCreateManyDataRequest1FromJSON;
|
|
91
45
|
exports.envelopeFieldCreateManyDataUnionToJSON = envelopeFieldCreateManyDataUnionToJSON;
|
|
92
46
|
exports.envelopeFieldCreateManyDataUnionFromJSON = envelopeFieldCreateManyDataUnionFromJSON;
|
|
93
47
|
exports.envelopeFieldCreateManyRequestToJSON = envelopeFieldCreateManyRequestToJSON;
|
|
94
48
|
exports.envelopeFieldCreateManyRequestFromJSON = envelopeFieldCreateManyRequestFromJSON;
|
|
95
|
-
exports.
|
|
96
|
-
exports.
|
|
97
|
-
exports.
|
|
98
|
-
exports.
|
|
99
|
-
exports.
|
|
100
|
-
exports.
|
|
101
|
-
exports.
|
|
102
|
-
exports.
|
|
103
|
-
exports.
|
|
104
|
-
exports.
|
|
105
|
-
exports.
|
|
106
|
-
exports.
|
|
107
|
-
exports.
|
|
108
|
-
exports.
|
|
109
|
-
exports.
|
|
110
|
-
exports.
|
|
111
|
-
exports.
|
|
112
|
-
exports.
|
|
113
|
-
exports.
|
|
114
|
-
exports.
|
|
115
|
-
exports.
|
|
116
|
-
exports.
|
|
117
|
-
exports.
|
|
118
|
-
exports.
|
|
119
|
-
exports.
|
|
120
|
-
exports.
|
|
49
|
+
exports.envelopeFieldCreateManyValue3ToJSON = envelopeFieldCreateManyValue3ToJSON;
|
|
50
|
+
exports.envelopeFieldCreateManyValue3FromJSON = envelopeFieldCreateManyValue3FromJSON;
|
|
51
|
+
exports.envelopeFieldCreateManyFieldMetaDropdownToJSON = envelopeFieldCreateManyFieldMetaDropdownToJSON;
|
|
52
|
+
exports.envelopeFieldCreateManyFieldMetaDropdownFromJSON = envelopeFieldCreateManyFieldMetaDropdownFromJSON;
|
|
53
|
+
exports.envelopeFieldCreateManyValue2ToJSON = envelopeFieldCreateManyValue2ToJSON;
|
|
54
|
+
exports.envelopeFieldCreateManyValue2FromJSON = envelopeFieldCreateManyValue2FromJSON;
|
|
55
|
+
exports.envelopeFieldCreateManyFieldMetaCheckboxToJSON = envelopeFieldCreateManyFieldMetaCheckboxToJSON;
|
|
56
|
+
exports.envelopeFieldCreateManyFieldMetaCheckboxFromJSON = envelopeFieldCreateManyFieldMetaCheckboxFromJSON;
|
|
57
|
+
exports.envelopeFieldCreateManyValue1ToJSON = envelopeFieldCreateManyValue1ToJSON;
|
|
58
|
+
exports.envelopeFieldCreateManyValue1FromJSON = envelopeFieldCreateManyValue1FromJSON;
|
|
59
|
+
exports.envelopeFieldCreateManyFieldMetaRadioToJSON = envelopeFieldCreateManyFieldMetaRadioToJSON;
|
|
60
|
+
exports.envelopeFieldCreateManyFieldMetaRadioFromJSON = envelopeFieldCreateManyFieldMetaRadioFromJSON;
|
|
61
|
+
exports.envelopeFieldCreateManyFieldMetaNumberToJSON = envelopeFieldCreateManyFieldMetaNumberToJSON;
|
|
62
|
+
exports.envelopeFieldCreateManyFieldMetaNumberFromJSON = envelopeFieldCreateManyFieldMetaNumberFromJSON;
|
|
63
|
+
exports.envelopeFieldCreateManyFieldMetaTextToJSON = envelopeFieldCreateManyFieldMetaTextToJSON;
|
|
64
|
+
exports.envelopeFieldCreateManyFieldMetaTextFromJSON = envelopeFieldCreateManyFieldMetaTextFromJSON;
|
|
65
|
+
exports.envelopeFieldCreateManyFieldMetaDateToJSON = envelopeFieldCreateManyFieldMetaDateToJSON;
|
|
66
|
+
exports.envelopeFieldCreateManyFieldMetaDateFromJSON = envelopeFieldCreateManyFieldMetaDateFromJSON;
|
|
67
|
+
exports.envelopeFieldCreateManyFieldMetaEmailToJSON = envelopeFieldCreateManyFieldMetaEmailToJSON;
|
|
68
|
+
exports.envelopeFieldCreateManyFieldMetaEmailFromJSON = envelopeFieldCreateManyFieldMetaEmailFromJSON;
|
|
69
|
+
exports.envelopeFieldCreateManyFieldMetaNameToJSON = envelopeFieldCreateManyFieldMetaNameToJSON;
|
|
70
|
+
exports.envelopeFieldCreateManyFieldMetaNameFromJSON = envelopeFieldCreateManyFieldMetaNameFromJSON;
|
|
71
|
+
exports.envelopeFieldCreateManyFieldMetaInitialsToJSON = envelopeFieldCreateManyFieldMetaInitialsToJSON;
|
|
72
|
+
exports.envelopeFieldCreateManyFieldMetaInitialsFromJSON = envelopeFieldCreateManyFieldMetaInitialsFromJSON;
|
|
73
|
+
exports.envelopeFieldCreateManyFieldMetaSignatureToJSON = envelopeFieldCreateManyFieldMetaSignatureToJSON;
|
|
74
|
+
exports.envelopeFieldCreateManyFieldMetaSignatureFromJSON = envelopeFieldCreateManyFieldMetaSignatureFromJSON;
|
|
121
75
|
exports.envelopeFieldCreateManyFieldMetaUnionToJSON = envelopeFieldCreateManyFieldMetaUnionToJSON;
|
|
122
76
|
exports.envelopeFieldCreateManyFieldMetaUnionFromJSON = envelopeFieldCreateManyFieldMetaUnionFromJSON;
|
|
123
77
|
exports.envelopeFieldCreateManyDataResponseToJSON = envelopeFieldCreateManyDataResponseToJSON;
|
|
@@ -126,932 +80,126 @@ exports.envelopeFieldCreateManyResponseToJSON = envelopeFieldCreateManyResponseT
|
|
|
126
80
|
exports.envelopeFieldCreateManyResponseFromJSON = envelopeFieldCreateManyResponseFromJSON;
|
|
127
81
|
const z = __importStar(require("zod/v3"));
|
|
128
82
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
129
|
-
exports.
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
};
|
|
142
|
-
exports.
|
|
143
|
-
Vertical: "vertical",
|
|
144
|
-
Horizontal: "horizontal",
|
|
145
|
-
};
|
|
146
|
-
exports.
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
};
|
|
175
|
-
exports.
|
|
176
|
-
Left: "left",
|
|
177
|
-
Center: "center",
|
|
178
|
-
Right: "right",
|
|
179
|
-
};
|
|
180
|
-
exports.
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
};
|
|
191
|
-
exports.EnvelopeFieldCreateManyTextAlignName = {
|
|
192
|
-
Left: "left",
|
|
193
|
-
Center: "center",
|
|
194
|
-
Right: "right",
|
|
195
|
-
};
|
|
196
|
-
exports.EnvelopeFieldCreateManyTypeInitialsEnum = {
|
|
197
|
-
Initials: "initials",
|
|
198
|
-
};
|
|
199
|
-
exports.EnvelopeFieldCreateManyTextAlignInitials = {
|
|
200
|
-
Left: "left",
|
|
201
|
-
Center: "center",
|
|
202
|
-
Right: "right",
|
|
203
|
-
};
|
|
204
|
-
exports.EnvelopeFieldCreateManyTypeSignatureEnum = {
|
|
205
|
-
Signature: "signature",
|
|
206
|
-
};
|
|
207
|
-
exports.EnvelopeFieldCreateManyTypeResponseEnum = {
|
|
208
|
-
Signature: "SIGNATURE",
|
|
209
|
-
FreeSignature: "FREE_SIGNATURE",
|
|
210
|
-
Initials: "INITIALS",
|
|
211
|
-
Name: "NAME",
|
|
212
|
-
Email: "EMAIL",
|
|
213
|
-
Date: "DATE",
|
|
214
|
-
Text: "TEXT",
|
|
215
|
-
Number: "NUMBER",
|
|
216
|
-
Radio: "RADIO",
|
|
217
|
-
Checkbox: "CHECKBOX",
|
|
218
|
-
Dropdown: "DROPDOWN",
|
|
219
|
-
};
|
|
220
|
-
exports.EnvelopeFieldCreateManyDirectionResponse2 = {
|
|
221
|
-
Vertical: "vertical",
|
|
222
|
-
Horizontal: "horizontal",
|
|
223
|
-
};
|
|
224
|
-
exports.EnvelopeFieldCreateManyDirectionResponse1 = {
|
|
225
|
-
Vertical: "vertical",
|
|
226
|
-
Horizontal: "horizontal",
|
|
227
|
-
};
|
|
228
|
-
exports.EnvelopeFieldCreateManyTextAlignResponse6 = {
|
|
229
|
-
Left: "left",
|
|
230
|
-
Center: "center",
|
|
231
|
-
Right: "right",
|
|
232
|
-
};
|
|
233
|
-
exports.EnvelopeFieldCreateManyVerticalAlignResponse2 = {
|
|
234
|
-
Top: "top",
|
|
235
|
-
Middle: "middle",
|
|
236
|
-
Bottom: "bottom",
|
|
237
|
-
};
|
|
238
|
-
exports.EnvelopeFieldCreateManyTextAlignResponse5 = {
|
|
239
|
-
Left: "left",
|
|
240
|
-
Center: "center",
|
|
241
|
-
Right: "right",
|
|
242
|
-
};
|
|
243
|
-
exports.EnvelopeFieldCreateManyVerticalAlignResponse1 = {
|
|
244
|
-
Top: "top",
|
|
245
|
-
Middle: "middle",
|
|
246
|
-
Bottom: "bottom",
|
|
247
|
-
};
|
|
248
|
-
exports.EnvelopeFieldCreateManyTextAlignResponse4 = {
|
|
249
|
-
Left: "left",
|
|
250
|
-
Center: "center",
|
|
251
|
-
Right: "right",
|
|
252
|
-
};
|
|
253
|
-
exports.EnvelopeFieldCreateManyTextAlignResponse3 = {
|
|
254
|
-
Left: "left",
|
|
255
|
-
Center: "center",
|
|
256
|
-
Right: "right",
|
|
257
|
-
};
|
|
258
|
-
exports.EnvelopeFieldCreateManyTextAlignResponse2 = {
|
|
259
|
-
Left: "left",
|
|
260
|
-
Center: "center",
|
|
261
|
-
Right: "right",
|
|
262
|
-
};
|
|
263
|
-
exports.EnvelopeFieldCreateManyTextAlignResponse1 = {
|
|
264
|
-
Left: "left",
|
|
265
|
-
Center: "center",
|
|
266
|
-
Right: "right",
|
|
267
|
-
};
|
|
268
|
-
/** @internal */
|
|
269
|
-
exports.EnvelopeFieldCreateManyTypeDropdownEnum$inboundSchema = z
|
|
270
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyTypeDropdownEnum);
|
|
271
|
-
/** @internal */
|
|
272
|
-
exports.EnvelopeFieldCreateManyTypeDropdownEnum$outboundSchema = exports.EnvelopeFieldCreateManyTypeDropdownEnum$inboundSchema;
|
|
273
|
-
/** @internal */
|
|
274
|
-
exports.EnvelopeFieldCreateManyValueDropdown$inboundSchema = z.object({
|
|
275
|
-
value: z.string(),
|
|
276
|
-
});
|
|
277
|
-
/** @internal */
|
|
278
|
-
exports.EnvelopeFieldCreateManyValueDropdown$outboundSchema = z.object({
|
|
279
|
-
value: z.string(),
|
|
280
|
-
});
|
|
281
|
-
function envelopeFieldCreateManyValueDropdownToJSON(envelopeFieldCreateManyValueDropdown) {
|
|
282
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyValueDropdown$outboundSchema.parse(envelopeFieldCreateManyValueDropdown));
|
|
283
|
-
}
|
|
284
|
-
function envelopeFieldCreateManyValueDropdownFromJSON(jsonString) {
|
|
285
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyValueDropdown$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyValueDropdown' from JSON`);
|
|
286
|
-
}
|
|
287
|
-
/** @internal */
|
|
288
|
-
exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest$inboundSchema = z.object({
|
|
289
|
-
label: z.string().optional(),
|
|
290
|
-
placeholder: z.string().optional(),
|
|
291
|
-
required: z.boolean().optional(),
|
|
292
|
-
readOnly: z.boolean().optional(),
|
|
293
|
-
fontSize: z.number().default(12),
|
|
294
|
-
type: exports.EnvelopeFieldCreateManyTypeDropdownEnum$inboundSchema,
|
|
295
|
-
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueDropdown$inboundSchema)).optional(),
|
|
296
|
-
defaultValue: z.string().optional(),
|
|
297
|
-
});
|
|
298
|
-
/** @internal */
|
|
299
|
-
exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest$outboundSchema = z.object({
|
|
300
|
-
label: z.string().optional(),
|
|
301
|
-
placeholder: z.string().optional(),
|
|
302
|
-
required: z.boolean().optional(),
|
|
303
|
-
readOnly: z.boolean().optional(),
|
|
304
|
-
fontSize: z.number().default(12),
|
|
305
|
-
type: exports.EnvelopeFieldCreateManyTypeDropdownEnum$outboundSchema,
|
|
306
|
-
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueDropdown$outboundSchema)).optional(),
|
|
307
|
-
defaultValue: z.string().optional(),
|
|
308
|
-
});
|
|
309
|
-
function envelopeFieldCreateManyFieldMetaDropdownRequestToJSON(envelopeFieldCreateManyFieldMetaDropdownRequest) {
|
|
310
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest$outboundSchema.parse(envelopeFieldCreateManyFieldMetaDropdownRequest));
|
|
311
|
-
}
|
|
312
|
-
function envelopeFieldCreateManyFieldMetaDropdownRequestFromJSON(jsonString) {
|
|
313
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaDropdownRequest' from JSON`);
|
|
314
|
-
}
|
|
315
|
-
/** @internal */
|
|
316
|
-
exports.EnvelopeFieldCreateManyDataDropdown$inboundSchema = z.object({
|
|
317
|
-
type: z.literal("DROPDOWN"),
|
|
318
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest$inboundSchema).optional(),
|
|
319
|
-
recipientId: z.number(),
|
|
320
|
-
envelopeItemId: z.string().optional(),
|
|
321
|
-
page: z.number(),
|
|
322
|
-
positionX: z.number(),
|
|
323
|
-
positionY: z.number(),
|
|
324
|
-
width: z.number(),
|
|
325
|
-
height: z.number(),
|
|
326
|
-
});
|
|
327
|
-
/** @internal */
|
|
328
|
-
exports.EnvelopeFieldCreateManyDataDropdown$outboundSchema = z.object({
|
|
329
|
-
type: z.literal("DROPDOWN"),
|
|
330
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest$outboundSchema).optional(),
|
|
331
|
-
recipientId: z.number(),
|
|
332
|
-
envelopeItemId: z.string().optional(),
|
|
333
|
-
page: z.number(),
|
|
334
|
-
positionX: z.number(),
|
|
335
|
-
positionY: z.number(),
|
|
336
|
-
width: z.number(),
|
|
337
|
-
height: z.number(),
|
|
338
|
-
});
|
|
339
|
-
function envelopeFieldCreateManyDataDropdownToJSON(envelopeFieldCreateManyDataDropdown) {
|
|
340
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyDataDropdown$outboundSchema.parse(envelopeFieldCreateManyDataDropdown));
|
|
341
|
-
}
|
|
342
|
-
function envelopeFieldCreateManyDataDropdownFromJSON(jsonString) {
|
|
343
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataDropdown$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataDropdown' from JSON`);
|
|
344
|
-
}
|
|
345
|
-
/** @internal */
|
|
346
|
-
exports.EnvelopeFieldCreateManyTypeCheckboxEnum$inboundSchema = z
|
|
347
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyTypeCheckboxEnum);
|
|
348
|
-
/** @internal */
|
|
349
|
-
exports.EnvelopeFieldCreateManyTypeCheckboxEnum$outboundSchema = exports.EnvelopeFieldCreateManyTypeCheckboxEnum$inboundSchema;
|
|
350
|
-
/** @internal */
|
|
351
|
-
exports.EnvelopeFieldCreateManyValueCheckbox$inboundSchema = z.object({
|
|
352
|
-
id: z.number(),
|
|
353
|
-
checked: z.boolean(),
|
|
354
|
-
value: z.string(),
|
|
355
|
-
});
|
|
356
|
-
/** @internal */
|
|
357
|
-
exports.EnvelopeFieldCreateManyValueCheckbox$outboundSchema = z.object({
|
|
358
|
-
id: z.number(),
|
|
359
|
-
checked: z.boolean(),
|
|
360
|
-
value: z.string(),
|
|
361
|
-
});
|
|
362
|
-
function envelopeFieldCreateManyValueCheckboxToJSON(envelopeFieldCreateManyValueCheckbox) {
|
|
363
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyValueCheckbox$outboundSchema.parse(envelopeFieldCreateManyValueCheckbox));
|
|
364
|
-
}
|
|
365
|
-
function envelopeFieldCreateManyValueCheckboxFromJSON(jsonString) {
|
|
366
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyValueCheckbox$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyValueCheckbox' from JSON`);
|
|
367
|
-
}
|
|
368
|
-
/** @internal */
|
|
369
|
-
exports.EnvelopeFieldCreateManyDirectionCheckbox$inboundSchema = z
|
|
370
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyDirectionCheckbox);
|
|
371
|
-
/** @internal */
|
|
372
|
-
exports.EnvelopeFieldCreateManyDirectionCheckbox$outboundSchema = exports.EnvelopeFieldCreateManyDirectionCheckbox$inboundSchema;
|
|
373
|
-
/** @internal */
|
|
374
|
-
exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest$inboundSchema = z.object({
|
|
375
|
-
label: z.string().optional(),
|
|
376
|
-
placeholder: z.string().optional(),
|
|
377
|
-
required: z.boolean().optional(),
|
|
378
|
-
readOnly: z.boolean().optional(),
|
|
379
|
-
fontSize: z.number().default(12),
|
|
380
|
-
type: exports.EnvelopeFieldCreateManyTypeCheckboxEnum$inboundSchema,
|
|
381
|
-
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueCheckbox$inboundSchema)).optional(),
|
|
382
|
-
validationRule: z.string().optional(),
|
|
383
|
-
validationLength: z.number().optional(),
|
|
384
|
-
direction: exports.EnvelopeFieldCreateManyDirectionCheckbox$inboundSchema.default("vertical"),
|
|
385
|
-
});
|
|
386
|
-
/** @internal */
|
|
387
|
-
exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest$outboundSchema = z.object({
|
|
388
|
-
label: z.string().optional(),
|
|
389
|
-
placeholder: z.string().optional(),
|
|
390
|
-
required: z.boolean().optional(),
|
|
391
|
-
readOnly: z.boolean().optional(),
|
|
392
|
-
fontSize: z.number().default(12),
|
|
393
|
-
type: exports.EnvelopeFieldCreateManyTypeCheckboxEnum$outboundSchema,
|
|
394
|
-
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueCheckbox$outboundSchema)).optional(),
|
|
395
|
-
validationRule: z.string().optional(),
|
|
396
|
-
validationLength: z.number().optional(),
|
|
397
|
-
direction: exports.EnvelopeFieldCreateManyDirectionCheckbox$outboundSchema.default("vertical"),
|
|
398
|
-
});
|
|
399
|
-
function envelopeFieldCreateManyFieldMetaCheckboxRequestToJSON(envelopeFieldCreateManyFieldMetaCheckboxRequest) {
|
|
400
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest$outboundSchema.parse(envelopeFieldCreateManyFieldMetaCheckboxRequest));
|
|
401
|
-
}
|
|
402
|
-
function envelopeFieldCreateManyFieldMetaCheckboxRequestFromJSON(jsonString) {
|
|
403
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaCheckboxRequest' from JSON`);
|
|
404
|
-
}
|
|
405
|
-
/** @internal */
|
|
406
|
-
exports.EnvelopeFieldCreateManyDataCheckbox$inboundSchema = z.object({
|
|
407
|
-
type: z.literal("CHECKBOX"),
|
|
408
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest$inboundSchema).optional(),
|
|
409
|
-
recipientId: z.number(),
|
|
410
|
-
envelopeItemId: z.string().optional(),
|
|
411
|
-
page: z.number(),
|
|
412
|
-
positionX: z.number(),
|
|
413
|
-
positionY: z.number(),
|
|
414
|
-
width: z.number(),
|
|
415
|
-
height: z.number(),
|
|
416
|
-
});
|
|
417
|
-
/** @internal */
|
|
418
|
-
exports.EnvelopeFieldCreateManyDataCheckbox$outboundSchema = z.object({
|
|
419
|
-
type: z.literal("CHECKBOX"),
|
|
420
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest$outboundSchema).optional(),
|
|
421
|
-
recipientId: z.number(),
|
|
422
|
-
envelopeItemId: z.string().optional(),
|
|
423
|
-
page: z.number(),
|
|
424
|
-
positionX: z.number(),
|
|
425
|
-
positionY: z.number(),
|
|
426
|
-
width: z.number(),
|
|
427
|
-
height: z.number(),
|
|
428
|
-
});
|
|
429
|
-
function envelopeFieldCreateManyDataCheckboxToJSON(envelopeFieldCreateManyDataCheckbox) {
|
|
430
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyDataCheckbox$outboundSchema.parse(envelopeFieldCreateManyDataCheckbox));
|
|
431
|
-
}
|
|
432
|
-
function envelopeFieldCreateManyDataCheckboxFromJSON(jsonString) {
|
|
433
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataCheckbox$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataCheckbox' from JSON`);
|
|
434
|
-
}
|
|
435
|
-
/** @internal */
|
|
436
|
-
exports.EnvelopeFieldCreateManyTypeRadioEnum$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeRadioEnum);
|
|
437
|
-
/** @internal */
|
|
438
|
-
exports.EnvelopeFieldCreateManyTypeRadioEnum$outboundSchema = exports.EnvelopeFieldCreateManyTypeRadioEnum$inboundSchema;
|
|
439
|
-
/** @internal */
|
|
440
|
-
exports.EnvelopeFieldCreateManyValueRadio$inboundSchema = z.object({
|
|
441
|
-
id: z.number(),
|
|
442
|
-
checked: z.boolean(),
|
|
443
|
-
value: z.string(),
|
|
444
|
-
});
|
|
445
|
-
/** @internal */
|
|
446
|
-
exports.EnvelopeFieldCreateManyValueRadio$outboundSchema = z.object({
|
|
447
|
-
id: z.number(),
|
|
448
|
-
checked: z.boolean(),
|
|
449
|
-
value: z.string(),
|
|
450
|
-
});
|
|
451
|
-
function envelopeFieldCreateManyValueRadioToJSON(envelopeFieldCreateManyValueRadio) {
|
|
452
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyValueRadio$outboundSchema.parse(envelopeFieldCreateManyValueRadio));
|
|
453
|
-
}
|
|
454
|
-
function envelopeFieldCreateManyValueRadioFromJSON(jsonString) {
|
|
455
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyValueRadio$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyValueRadio' from JSON`);
|
|
456
|
-
}
|
|
457
|
-
/** @internal */
|
|
458
|
-
exports.EnvelopeFieldCreateManyDirectionRadio$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyDirectionRadio);
|
|
459
|
-
/** @internal */
|
|
460
|
-
exports.EnvelopeFieldCreateManyDirectionRadio$outboundSchema = exports.EnvelopeFieldCreateManyDirectionRadio$inboundSchema;
|
|
461
|
-
/** @internal */
|
|
462
|
-
exports.EnvelopeFieldCreateManyFieldMetaRadioRequest$inboundSchema = z.object({
|
|
463
|
-
label: z.string().optional(),
|
|
464
|
-
placeholder: z.string().optional(),
|
|
465
|
-
required: z.boolean().optional(),
|
|
466
|
-
readOnly: z.boolean().optional(),
|
|
467
|
-
fontSize: z.number().default(12),
|
|
468
|
-
type: exports.EnvelopeFieldCreateManyTypeRadioEnum$inboundSchema,
|
|
469
|
-
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueRadio$inboundSchema)).optional(),
|
|
470
|
-
direction: exports.EnvelopeFieldCreateManyDirectionRadio$inboundSchema.default("vertical"),
|
|
471
|
-
});
|
|
472
|
-
/** @internal */
|
|
473
|
-
exports.EnvelopeFieldCreateManyFieldMetaRadioRequest$outboundSchema = z.object({
|
|
474
|
-
label: z.string().optional(),
|
|
475
|
-
placeholder: z.string().optional(),
|
|
476
|
-
required: z.boolean().optional(),
|
|
477
|
-
readOnly: z.boolean().optional(),
|
|
478
|
-
fontSize: z.number().default(12),
|
|
479
|
-
type: exports.EnvelopeFieldCreateManyTypeRadioEnum$outboundSchema,
|
|
480
|
-
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueRadio$outboundSchema)).optional(),
|
|
481
|
-
direction: exports.EnvelopeFieldCreateManyDirectionRadio$outboundSchema.default("vertical"),
|
|
482
|
-
});
|
|
483
|
-
function envelopeFieldCreateManyFieldMetaRadioRequestToJSON(envelopeFieldCreateManyFieldMetaRadioRequest) {
|
|
484
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaRadioRequest$outboundSchema.parse(envelopeFieldCreateManyFieldMetaRadioRequest));
|
|
485
|
-
}
|
|
486
|
-
function envelopeFieldCreateManyFieldMetaRadioRequestFromJSON(jsonString) {
|
|
487
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaRadioRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaRadioRequest' from JSON`);
|
|
488
|
-
}
|
|
489
|
-
/** @internal */
|
|
490
|
-
exports.EnvelopeFieldCreateManyDataRadio$inboundSchema = z.object({
|
|
491
|
-
type: z.literal("RADIO"),
|
|
492
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaRadioRequest$inboundSchema).optional(),
|
|
493
|
-
recipientId: z.number(),
|
|
494
|
-
envelopeItemId: z.string().optional(),
|
|
495
|
-
page: z.number(),
|
|
496
|
-
positionX: z.number(),
|
|
497
|
-
positionY: z.number(),
|
|
498
|
-
width: z.number(),
|
|
499
|
-
height: z.number(),
|
|
500
|
-
});
|
|
501
|
-
/** @internal */
|
|
502
|
-
exports.EnvelopeFieldCreateManyDataRadio$outboundSchema = z.object({
|
|
503
|
-
type: z.literal("RADIO"),
|
|
504
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaRadioRequest$outboundSchema).optional(),
|
|
505
|
-
recipientId: z.number(),
|
|
506
|
-
envelopeItemId: z.string().optional(),
|
|
507
|
-
page: z.number(),
|
|
508
|
-
positionX: z.number(),
|
|
509
|
-
positionY: z.number(),
|
|
510
|
-
width: z.number(),
|
|
511
|
-
height: z.number(),
|
|
512
|
-
});
|
|
513
|
-
function envelopeFieldCreateManyDataRadioToJSON(envelopeFieldCreateManyDataRadio) {
|
|
514
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyDataRadio$outboundSchema.parse(envelopeFieldCreateManyDataRadio));
|
|
515
|
-
}
|
|
516
|
-
function envelopeFieldCreateManyDataRadioFromJSON(jsonString) {
|
|
517
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataRadio$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataRadio' from JSON`);
|
|
518
|
-
}
|
|
519
|
-
/** @internal */
|
|
520
|
-
exports.EnvelopeFieldCreateManyTypeNumberEnum$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeNumberEnum);
|
|
521
|
-
/** @internal */
|
|
522
|
-
exports.EnvelopeFieldCreateManyTypeNumberEnum$outboundSchema = exports.EnvelopeFieldCreateManyTypeNumberEnum$inboundSchema;
|
|
523
|
-
/** @internal */
|
|
524
|
-
exports.EnvelopeFieldCreateManyTextAlignNumber$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignNumber);
|
|
525
|
-
/** @internal */
|
|
526
|
-
exports.EnvelopeFieldCreateManyTextAlignNumber$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignNumber$inboundSchema;
|
|
527
|
-
/** @internal */
|
|
528
|
-
exports.EnvelopeFieldCreateManyVerticalAlignNumber$inboundSchema = z
|
|
529
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyVerticalAlignNumber);
|
|
530
|
-
/** @internal */
|
|
531
|
-
exports.EnvelopeFieldCreateManyVerticalAlignNumber$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignNumber$inboundSchema;
|
|
532
|
-
/** @internal */
|
|
533
|
-
exports.EnvelopeFieldCreateManyFieldMetaNumberRequest$inboundSchema = z.object({
|
|
534
|
-
label: z.string().optional(),
|
|
535
|
-
placeholder: z.string().optional(),
|
|
536
|
-
required: z.boolean().optional(),
|
|
537
|
-
readOnly: z.boolean().optional(),
|
|
538
|
-
fontSize: z.number().default(12),
|
|
539
|
-
type: exports.EnvelopeFieldCreateManyTypeNumberEnum$inboundSchema,
|
|
540
|
-
numberFormat: z.nullable(z.string()).optional(),
|
|
541
|
-
value: z.string().optional(),
|
|
542
|
-
minValue: z.nullable(z.number()).optional(),
|
|
543
|
-
maxValue: z.nullable(z.number()).optional(),
|
|
544
|
-
textAlign: exports.EnvelopeFieldCreateManyTextAlignNumber$inboundSchema.optional(),
|
|
545
|
-
lineHeight: z.nullable(z.number()).optional(),
|
|
546
|
-
letterSpacing: z.nullable(z.number()).optional(),
|
|
547
|
-
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignNumber$inboundSchema).optional(),
|
|
548
|
-
});
|
|
549
|
-
/** @internal */
|
|
550
|
-
exports.EnvelopeFieldCreateManyFieldMetaNumberRequest$outboundSchema = z.object({
|
|
551
|
-
label: z.string().optional(),
|
|
552
|
-
placeholder: z.string().optional(),
|
|
553
|
-
required: z.boolean().optional(),
|
|
554
|
-
readOnly: z.boolean().optional(),
|
|
555
|
-
fontSize: z.number().default(12),
|
|
556
|
-
type: exports.EnvelopeFieldCreateManyTypeNumberEnum$outboundSchema,
|
|
557
|
-
numberFormat: z.nullable(z.string()).optional(),
|
|
558
|
-
value: z.string().optional(),
|
|
559
|
-
minValue: z.nullable(z.number()).optional(),
|
|
560
|
-
maxValue: z.nullable(z.number()).optional(),
|
|
561
|
-
textAlign: exports.EnvelopeFieldCreateManyTextAlignNumber$outboundSchema.optional(),
|
|
562
|
-
lineHeight: z.nullable(z.number()).optional(),
|
|
563
|
-
letterSpacing: z.nullable(z.number()).optional(),
|
|
564
|
-
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignNumber$outboundSchema).optional(),
|
|
565
|
-
});
|
|
566
|
-
function envelopeFieldCreateManyFieldMetaNumberRequestToJSON(envelopeFieldCreateManyFieldMetaNumberRequest) {
|
|
567
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaNumberRequest$outboundSchema.parse(envelopeFieldCreateManyFieldMetaNumberRequest));
|
|
568
|
-
}
|
|
569
|
-
function envelopeFieldCreateManyFieldMetaNumberRequestFromJSON(jsonString) {
|
|
570
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaNumberRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaNumberRequest' from JSON`);
|
|
571
|
-
}
|
|
572
|
-
/** @internal */
|
|
573
|
-
exports.EnvelopeFieldCreateManyDataNumber$inboundSchema = z.object({
|
|
574
|
-
type: z.literal("NUMBER"),
|
|
575
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNumberRequest$inboundSchema).optional(),
|
|
576
|
-
recipientId: z.number(),
|
|
577
|
-
envelopeItemId: z.string().optional(),
|
|
578
|
-
page: z.number(),
|
|
579
|
-
positionX: z.number(),
|
|
580
|
-
positionY: z.number(),
|
|
581
|
-
width: z.number(),
|
|
582
|
-
height: z.number(),
|
|
583
|
-
});
|
|
584
|
-
/** @internal */
|
|
585
|
-
exports.EnvelopeFieldCreateManyDataNumber$outboundSchema = z.object({
|
|
586
|
-
type: z.literal("NUMBER"),
|
|
587
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNumberRequest$outboundSchema).optional(),
|
|
588
|
-
recipientId: z.number(),
|
|
589
|
-
envelopeItemId: z.string().optional(),
|
|
590
|
-
page: z.number(),
|
|
591
|
-
positionX: z.number(),
|
|
592
|
-
positionY: z.number(),
|
|
593
|
-
width: z.number(),
|
|
594
|
-
height: z.number(),
|
|
595
|
-
});
|
|
596
|
-
function envelopeFieldCreateManyDataNumberToJSON(envelopeFieldCreateManyDataNumber) {
|
|
597
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyDataNumber$outboundSchema.parse(envelopeFieldCreateManyDataNumber));
|
|
598
|
-
}
|
|
599
|
-
function envelopeFieldCreateManyDataNumberFromJSON(jsonString) {
|
|
600
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataNumber$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataNumber' from JSON`);
|
|
601
|
-
}
|
|
602
|
-
/** @internal */
|
|
603
|
-
exports.EnvelopeFieldCreateManyTypeTextEnum$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeTextEnum);
|
|
604
|
-
/** @internal */
|
|
605
|
-
exports.EnvelopeFieldCreateManyTypeTextEnum$outboundSchema = exports.EnvelopeFieldCreateManyTypeTextEnum$inboundSchema;
|
|
606
|
-
/** @internal */
|
|
607
|
-
exports.EnvelopeFieldCreateManyTextAlignText$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignText);
|
|
608
|
-
/** @internal */
|
|
609
|
-
exports.EnvelopeFieldCreateManyTextAlignText$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignText$inboundSchema;
|
|
610
|
-
/** @internal */
|
|
611
|
-
exports.EnvelopeFieldCreateManyVerticalAlignText$inboundSchema = z
|
|
612
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyVerticalAlignText);
|
|
613
|
-
/** @internal */
|
|
614
|
-
exports.EnvelopeFieldCreateManyVerticalAlignText$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignText$inboundSchema;
|
|
615
|
-
/** @internal */
|
|
616
|
-
exports.EnvelopeFieldCreateManyFieldMetaTextRequest$inboundSchema = z.object({
|
|
617
|
-
label: z.string().optional(),
|
|
618
|
-
placeholder: z.string().optional(),
|
|
619
|
-
required: z.boolean().optional(),
|
|
620
|
-
readOnly: z.boolean().optional(),
|
|
621
|
-
fontSize: z.number().default(12),
|
|
622
|
-
type: exports.EnvelopeFieldCreateManyTypeTextEnum$inboundSchema,
|
|
623
|
-
text: z.string().optional(),
|
|
624
|
-
characterLimit: z.number().optional(),
|
|
625
|
-
textAlign: exports.EnvelopeFieldCreateManyTextAlignText$inboundSchema.optional(),
|
|
626
|
-
lineHeight: z.nullable(z.number()).optional(),
|
|
627
|
-
letterSpacing: z.nullable(z.number()).optional(),
|
|
628
|
-
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignText$inboundSchema).optional(),
|
|
629
|
-
});
|
|
630
|
-
/** @internal */
|
|
631
|
-
exports.EnvelopeFieldCreateManyFieldMetaTextRequest$outboundSchema = z.object({
|
|
632
|
-
label: z.string().optional(),
|
|
633
|
-
placeholder: z.string().optional(),
|
|
634
|
-
required: z.boolean().optional(),
|
|
635
|
-
readOnly: z.boolean().optional(),
|
|
636
|
-
fontSize: z.number().default(12),
|
|
637
|
-
type: exports.EnvelopeFieldCreateManyTypeTextEnum$outboundSchema,
|
|
638
|
-
text: z.string().optional(),
|
|
639
|
-
characterLimit: z.number().optional(),
|
|
640
|
-
textAlign: exports.EnvelopeFieldCreateManyTextAlignText$outboundSchema.optional(),
|
|
641
|
-
lineHeight: z.nullable(z.number()).optional(),
|
|
642
|
-
letterSpacing: z.nullable(z.number()).optional(),
|
|
643
|
-
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignText$outboundSchema).optional(),
|
|
644
|
-
});
|
|
645
|
-
function envelopeFieldCreateManyFieldMetaTextRequestToJSON(envelopeFieldCreateManyFieldMetaTextRequest) {
|
|
646
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaTextRequest$outboundSchema.parse(envelopeFieldCreateManyFieldMetaTextRequest));
|
|
647
|
-
}
|
|
648
|
-
function envelopeFieldCreateManyFieldMetaTextRequestFromJSON(jsonString) {
|
|
649
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaTextRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaTextRequest' from JSON`);
|
|
650
|
-
}
|
|
651
|
-
/** @internal */
|
|
652
|
-
exports.EnvelopeFieldCreateManyDataText$inboundSchema = z.object({
|
|
653
|
-
type: z.literal("TEXT"),
|
|
654
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaTextRequest$inboundSchema).optional(),
|
|
655
|
-
recipientId: z.number(),
|
|
656
|
-
envelopeItemId: z.string().optional(),
|
|
657
|
-
page: z.number(),
|
|
658
|
-
positionX: z.number(),
|
|
659
|
-
positionY: z.number(),
|
|
660
|
-
width: z.number(),
|
|
661
|
-
height: z.number(),
|
|
662
|
-
});
|
|
663
|
-
/** @internal */
|
|
664
|
-
exports.EnvelopeFieldCreateManyDataText$outboundSchema = z.object({
|
|
665
|
-
type: z.literal("TEXT"),
|
|
666
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaTextRequest$outboundSchema).optional(),
|
|
667
|
-
recipientId: z.number(),
|
|
668
|
-
envelopeItemId: z.string().optional(),
|
|
669
|
-
page: z.number(),
|
|
670
|
-
positionX: z.number(),
|
|
671
|
-
positionY: z.number(),
|
|
672
|
-
width: z.number(),
|
|
673
|
-
height: z.number(),
|
|
674
|
-
});
|
|
675
|
-
function envelopeFieldCreateManyDataTextToJSON(envelopeFieldCreateManyDataText) {
|
|
676
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyDataText$outboundSchema.parse(envelopeFieldCreateManyDataText));
|
|
677
|
-
}
|
|
678
|
-
function envelopeFieldCreateManyDataTextFromJSON(jsonString) {
|
|
679
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataText$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataText' from JSON`);
|
|
680
|
-
}
|
|
681
|
-
/** @internal */
|
|
682
|
-
exports.EnvelopeFieldCreateManyTypeDateEnum$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeDateEnum);
|
|
683
|
-
/** @internal */
|
|
684
|
-
exports.EnvelopeFieldCreateManyTypeDateEnum$outboundSchema = exports.EnvelopeFieldCreateManyTypeDateEnum$inboundSchema;
|
|
685
|
-
/** @internal */
|
|
686
|
-
exports.EnvelopeFieldCreateManyTextAlignDate$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignDate);
|
|
687
|
-
/** @internal */
|
|
688
|
-
exports.EnvelopeFieldCreateManyTextAlignDate$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignDate$inboundSchema;
|
|
689
|
-
/** @internal */
|
|
690
|
-
exports.EnvelopeFieldCreateManyFieldMetaDateRequest$inboundSchema = z.object({
|
|
691
|
-
label: z.string().optional(),
|
|
692
|
-
placeholder: z.string().optional(),
|
|
693
|
-
required: z.boolean().optional(),
|
|
694
|
-
readOnly: z.boolean().optional(),
|
|
695
|
-
fontSize: z.number().default(12),
|
|
696
|
-
type: exports.EnvelopeFieldCreateManyTypeDateEnum$inboundSchema,
|
|
697
|
-
textAlign: exports.EnvelopeFieldCreateManyTextAlignDate$inboundSchema.optional(),
|
|
698
|
-
});
|
|
699
|
-
/** @internal */
|
|
700
|
-
exports.EnvelopeFieldCreateManyFieldMetaDateRequest$outboundSchema = z.object({
|
|
701
|
-
label: z.string().optional(),
|
|
702
|
-
placeholder: z.string().optional(),
|
|
703
|
-
required: z.boolean().optional(),
|
|
704
|
-
readOnly: z.boolean().optional(),
|
|
705
|
-
fontSize: z.number().default(12),
|
|
706
|
-
type: exports.EnvelopeFieldCreateManyTypeDateEnum$outboundSchema,
|
|
707
|
-
textAlign: exports.EnvelopeFieldCreateManyTextAlignDate$outboundSchema.optional(),
|
|
708
|
-
});
|
|
709
|
-
function envelopeFieldCreateManyFieldMetaDateRequestToJSON(envelopeFieldCreateManyFieldMetaDateRequest) {
|
|
710
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaDateRequest$outboundSchema.parse(envelopeFieldCreateManyFieldMetaDateRequest));
|
|
711
|
-
}
|
|
712
|
-
function envelopeFieldCreateManyFieldMetaDateRequestFromJSON(jsonString) {
|
|
713
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaDateRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaDateRequest' from JSON`);
|
|
714
|
-
}
|
|
715
|
-
/** @internal */
|
|
716
|
-
exports.EnvelopeFieldCreateManyDataDate$inboundSchema = z.object({
|
|
717
|
-
type: z.literal("DATE"),
|
|
718
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDateRequest$inboundSchema).optional(),
|
|
719
|
-
recipientId: z.number(),
|
|
720
|
-
envelopeItemId: z.string().optional(),
|
|
721
|
-
page: z.number(),
|
|
722
|
-
positionX: z.number(),
|
|
723
|
-
positionY: z.number(),
|
|
724
|
-
width: z.number(),
|
|
725
|
-
height: z.number(),
|
|
726
|
-
});
|
|
727
|
-
/** @internal */
|
|
728
|
-
exports.EnvelopeFieldCreateManyDataDate$outboundSchema = z.object({
|
|
729
|
-
type: z.literal("DATE"),
|
|
730
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDateRequest$outboundSchema).optional(),
|
|
731
|
-
recipientId: z.number(),
|
|
732
|
-
envelopeItemId: z.string().optional(),
|
|
733
|
-
page: z.number(),
|
|
734
|
-
positionX: z.number(),
|
|
735
|
-
positionY: z.number(),
|
|
736
|
-
width: z.number(),
|
|
737
|
-
height: z.number(),
|
|
738
|
-
});
|
|
739
|
-
function envelopeFieldCreateManyDataDateToJSON(envelopeFieldCreateManyDataDate) {
|
|
740
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyDataDate$outboundSchema.parse(envelopeFieldCreateManyDataDate));
|
|
741
|
-
}
|
|
742
|
-
function envelopeFieldCreateManyDataDateFromJSON(jsonString) {
|
|
743
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataDate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataDate' from JSON`);
|
|
744
|
-
}
|
|
745
|
-
/** @internal */
|
|
746
|
-
exports.EnvelopeFieldCreateManyTypeEmailEnum$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeEmailEnum);
|
|
747
|
-
/** @internal */
|
|
748
|
-
exports.EnvelopeFieldCreateManyTypeEmailEnum$outboundSchema = exports.EnvelopeFieldCreateManyTypeEmailEnum$inboundSchema;
|
|
749
|
-
/** @internal */
|
|
750
|
-
exports.EnvelopeFieldCreateManyTextAlignEmail$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignEmail);
|
|
751
|
-
/** @internal */
|
|
752
|
-
exports.EnvelopeFieldCreateManyTextAlignEmail$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignEmail$inboundSchema;
|
|
753
|
-
/** @internal */
|
|
754
|
-
exports.EnvelopeFieldCreateManyFieldMetaEmailRequest$inboundSchema = z.object({
|
|
755
|
-
label: z.string().optional(),
|
|
756
|
-
placeholder: z.string().optional(),
|
|
757
|
-
required: z.boolean().optional(),
|
|
758
|
-
readOnly: z.boolean().optional(),
|
|
759
|
-
fontSize: z.number().default(12),
|
|
760
|
-
type: exports.EnvelopeFieldCreateManyTypeEmailEnum$inboundSchema,
|
|
761
|
-
textAlign: exports.EnvelopeFieldCreateManyTextAlignEmail$inboundSchema.optional(),
|
|
762
|
-
});
|
|
763
|
-
/** @internal */
|
|
764
|
-
exports.EnvelopeFieldCreateManyFieldMetaEmailRequest$outboundSchema = z.object({
|
|
765
|
-
label: z.string().optional(),
|
|
766
|
-
placeholder: z.string().optional(),
|
|
767
|
-
required: z.boolean().optional(),
|
|
768
|
-
readOnly: z.boolean().optional(),
|
|
769
|
-
fontSize: z.number().default(12),
|
|
770
|
-
type: exports.EnvelopeFieldCreateManyTypeEmailEnum$outboundSchema,
|
|
771
|
-
textAlign: exports.EnvelopeFieldCreateManyTextAlignEmail$outboundSchema.optional(),
|
|
772
|
-
});
|
|
773
|
-
function envelopeFieldCreateManyFieldMetaEmailRequestToJSON(envelopeFieldCreateManyFieldMetaEmailRequest) {
|
|
774
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaEmailRequest$outboundSchema.parse(envelopeFieldCreateManyFieldMetaEmailRequest));
|
|
775
|
-
}
|
|
776
|
-
function envelopeFieldCreateManyFieldMetaEmailRequestFromJSON(jsonString) {
|
|
777
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaEmailRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaEmailRequest' from JSON`);
|
|
778
|
-
}
|
|
779
|
-
/** @internal */
|
|
780
|
-
exports.EnvelopeFieldCreateManyDataEmail$inboundSchema = z.object({
|
|
781
|
-
type: z.literal("EMAIL"),
|
|
782
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaEmailRequest$inboundSchema).optional(),
|
|
783
|
-
recipientId: z.number(),
|
|
784
|
-
envelopeItemId: z.string().optional(),
|
|
785
|
-
page: z.number(),
|
|
786
|
-
positionX: z.number(),
|
|
787
|
-
positionY: z.number(),
|
|
788
|
-
width: z.number(),
|
|
789
|
-
height: z.number(),
|
|
790
|
-
});
|
|
791
|
-
/** @internal */
|
|
792
|
-
exports.EnvelopeFieldCreateManyDataEmail$outboundSchema = z.object({
|
|
793
|
-
type: z.literal("EMAIL"),
|
|
794
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaEmailRequest$outboundSchema).optional(),
|
|
795
|
-
recipientId: z.number(),
|
|
796
|
-
envelopeItemId: z.string().optional(),
|
|
797
|
-
page: z.number(),
|
|
798
|
-
positionX: z.number(),
|
|
799
|
-
positionY: z.number(),
|
|
800
|
-
width: z.number(),
|
|
801
|
-
height: z.number(),
|
|
802
|
-
});
|
|
803
|
-
function envelopeFieldCreateManyDataEmailToJSON(envelopeFieldCreateManyDataEmail) {
|
|
804
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyDataEmail$outboundSchema.parse(envelopeFieldCreateManyDataEmail));
|
|
805
|
-
}
|
|
806
|
-
function envelopeFieldCreateManyDataEmailFromJSON(jsonString) {
|
|
807
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataEmail$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataEmail' from JSON`);
|
|
808
|
-
}
|
|
809
|
-
/** @internal */
|
|
810
|
-
exports.EnvelopeFieldCreateManyTypeNameEnum$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeNameEnum);
|
|
811
|
-
/** @internal */
|
|
812
|
-
exports.EnvelopeFieldCreateManyTypeNameEnum$outboundSchema = exports.EnvelopeFieldCreateManyTypeNameEnum$inboundSchema;
|
|
813
|
-
/** @internal */
|
|
814
|
-
exports.EnvelopeFieldCreateManyTextAlignName$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignName);
|
|
815
|
-
/** @internal */
|
|
816
|
-
exports.EnvelopeFieldCreateManyTextAlignName$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignName$inboundSchema;
|
|
817
|
-
/** @internal */
|
|
818
|
-
exports.EnvelopeFieldCreateManyFieldMetaNameRequest$inboundSchema = z.object({
|
|
819
|
-
label: z.string().optional(),
|
|
820
|
-
placeholder: z.string().optional(),
|
|
821
|
-
required: z.boolean().optional(),
|
|
822
|
-
readOnly: z.boolean().optional(),
|
|
823
|
-
fontSize: z.number().default(12),
|
|
824
|
-
type: exports.EnvelopeFieldCreateManyTypeNameEnum$inboundSchema,
|
|
825
|
-
textAlign: exports.EnvelopeFieldCreateManyTextAlignName$inboundSchema.optional(),
|
|
826
|
-
});
|
|
827
|
-
/** @internal */
|
|
828
|
-
exports.EnvelopeFieldCreateManyFieldMetaNameRequest$outboundSchema = z.object({
|
|
829
|
-
label: z.string().optional(),
|
|
830
|
-
placeholder: z.string().optional(),
|
|
831
|
-
required: z.boolean().optional(),
|
|
832
|
-
readOnly: z.boolean().optional(),
|
|
833
|
-
fontSize: z.number().default(12),
|
|
834
|
-
type: exports.EnvelopeFieldCreateManyTypeNameEnum$outboundSchema,
|
|
835
|
-
textAlign: exports.EnvelopeFieldCreateManyTextAlignName$outboundSchema.optional(),
|
|
836
|
-
});
|
|
837
|
-
function envelopeFieldCreateManyFieldMetaNameRequestToJSON(envelopeFieldCreateManyFieldMetaNameRequest) {
|
|
838
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaNameRequest$outboundSchema.parse(envelopeFieldCreateManyFieldMetaNameRequest));
|
|
839
|
-
}
|
|
840
|
-
function envelopeFieldCreateManyFieldMetaNameRequestFromJSON(jsonString) {
|
|
841
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaNameRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaNameRequest' from JSON`);
|
|
842
|
-
}
|
|
843
|
-
/** @internal */
|
|
844
|
-
exports.EnvelopeFieldCreateManyDataName$inboundSchema = z.object({
|
|
845
|
-
type: z.literal("NAME"),
|
|
846
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNameRequest$inboundSchema).optional(),
|
|
847
|
-
recipientId: z.number(),
|
|
848
|
-
envelopeItemId: z.string().optional(),
|
|
849
|
-
page: z.number(),
|
|
850
|
-
positionX: z.number(),
|
|
851
|
-
positionY: z.number(),
|
|
852
|
-
width: z.number(),
|
|
853
|
-
height: z.number(),
|
|
854
|
-
});
|
|
855
|
-
/** @internal */
|
|
856
|
-
exports.EnvelopeFieldCreateManyDataName$outboundSchema = z.object({
|
|
857
|
-
type: z.literal("NAME"),
|
|
858
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNameRequest$outboundSchema).optional(),
|
|
859
|
-
recipientId: z.number(),
|
|
860
|
-
envelopeItemId: z.string().optional(),
|
|
861
|
-
page: z.number(),
|
|
862
|
-
positionX: z.number(),
|
|
863
|
-
positionY: z.number(),
|
|
864
|
-
width: z.number(),
|
|
865
|
-
height: z.number(),
|
|
866
|
-
});
|
|
867
|
-
function envelopeFieldCreateManyDataNameToJSON(envelopeFieldCreateManyDataName) {
|
|
868
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyDataName$outboundSchema.parse(envelopeFieldCreateManyDataName));
|
|
869
|
-
}
|
|
870
|
-
function envelopeFieldCreateManyDataNameFromJSON(jsonString) {
|
|
871
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataName' from JSON`);
|
|
872
|
-
}
|
|
873
|
-
/** @internal */
|
|
874
|
-
exports.EnvelopeFieldCreateManyTypeInitialsEnum$inboundSchema = z
|
|
875
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyTypeInitialsEnum);
|
|
876
|
-
/** @internal */
|
|
877
|
-
exports.EnvelopeFieldCreateManyTypeInitialsEnum$outboundSchema = exports.EnvelopeFieldCreateManyTypeInitialsEnum$inboundSchema;
|
|
878
|
-
/** @internal */
|
|
879
|
-
exports.EnvelopeFieldCreateManyTextAlignInitials$inboundSchema = z
|
|
880
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignInitials);
|
|
881
|
-
/** @internal */
|
|
882
|
-
exports.EnvelopeFieldCreateManyTextAlignInitials$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignInitials$inboundSchema;
|
|
883
|
-
/** @internal */
|
|
884
|
-
exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest$inboundSchema = z.object({
|
|
885
|
-
label: z.string().optional(),
|
|
886
|
-
placeholder: z.string().optional(),
|
|
887
|
-
required: z.boolean().optional(),
|
|
888
|
-
readOnly: z.boolean().optional(),
|
|
889
|
-
fontSize: z.number().default(12),
|
|
890
|
-
type: exports.EnvelopeFieldCreateManyTypeInitialsEnum$inboundSchema,
|
|
891
|
-
textAlign: exports.EnvelopeFieldCreateManyTextAlignInitials$inboundSchema
|
|
892
|
-
.optional(),
|
|
893
|
-
});
|
|
894
|
-
/** @internal */
|
|
895
|
-
exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest$outboundSchema = z.object({
|
|
896
|
-
label: z.string().optional(),
|
|
897
|
-
placeholder: z.string().optional(),
|
|
898
|
-
required: z.boolean().optional(),
|
|
899
|
-
readOnly: z.boolean().optional(),
|
|
900
|
-
fontSize: z.number().default(12),
|
|
901
|
-
type: exports.EnvelopeFieldCreateManyTypeInitialsEnum$outboundSchema,
|
|
902
|
-
textAlign: exports.EnvelopeFieldCreateManyTextAlignInitials$outboundSchema
|
|
903
|
-
.optional(),
|
|
904
|
-
});
|
|
905
|
-
function envelopeFieldCreateManyFieldMetaInitialsRequestToJSON(envelopeFieldCreateManyFieldMetaInitialsRequest) {
|
|
906
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest$outboundSchema.parse(envelopeFieldCreateManyFieldMetaInitialsRequest));
|
|
907
|
-
}
|
|
908
|
-
function envelopeFieldCreateManyFieldMetaInitialsRequestFromJSON(jsonString) {
|
|
909
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaInitialsRequest' from JSON`);
|
|
910
|
-
}
|
|
83
|
+
exports.EnvelopeFieldCreateManyTypeEnum = {
|
|
84
|
+
Signature: "SIGNATURE",
|
|
85
|
+
FreeSignature: "FREE_SIGNATURE",
|
|
86
|
+
Initials: "INITIALS",
|
|
87
|
+
Name: "NAME",
|
|
88
|
+
Email: "EMAIL",
|
|
89
|
+
Date: "DATE",
|
|
90
|
+
Text: "TEXT",
|
|
91
|
+
Number: "NUMBER",
|
|
92
|
+
Radio: "RADIO",
|
|
93
|
+
Checkbox: "CHECKBOX",
|
|
94
|
+
Dropdown: "DROPDOWN",
|
|
95
|
+
};
|
|
96
|
+
exports.EnvelopeFieldCreateManyDirection2 = {
|
|
97
|
+
Vertical: "vertical",
|
|
98
|
+
Horizontal: "horizontal",
|
|
99
|
+
};
|
|
100
|
+
exports.EnvelopeFieldCreateManyDirection1 = {
|
|
101
|
+
Vertical: "vertical",
|
|
102
|
+
Horizontal: "horizontal",
|
|
103
|
+
};
|
|
104
|
+
exports.EnvelopeFieldCreateManyTextAlign6 = {
|
|
105
|
+
Left: "left",
|
|
106
|
+
Center: "center",
|
|
107
|
+
Right: "right",
|
|
108
|
+
};
|
|
109
|
+
exports.EnvelopeFieldCreateManyVerticalAlign2 = {
|
|
110
|
+
Top: "top",
|
|
111
|
+
Middle: "middle",
|
|
112
|
+
Bottom: "bottom",
|
|
113
|
+
};
|
|
114
|
+
exports.EnvelopeFieldCreateManyTextAlign5 = {
|
|
115
|
+
Left: "left",
|
|
116
|
+
Center: "center",
|
|
117
|
+
Right: "right",
|
|
118
|
+
};
|
|
119
|
+
exports.EnvelopeFieldCreateManyVerticalAlign1 = {
|
|
120
|
+
Top: "top",
|
|
121
|
+
Middle: "middle",
|
|
122
|
+
Bottom: "bottom",
|
|
123
|
+
};
|
|
124
|
+
exports.EnvelopeFieldCreateManyTextAlign4 = {
|
|
125
|
+
Left: "left",
|
|
126
|
+
Center: "center",
|
|
127
|
+
Right: "right",
|
|
128
|
+
};
|
|
129
|
+
exports.EnvelopeFieldCreateManyTextAlign3 = {
|
|
130
|
+
Left: "left",
|
|
131
|
+
Center: "center",
|
|
132
|
+
Right: "right",
|
|
133
|
+
};
|
|
134
|
+
exports.EnvelopeFieldCreateManyTextAlign2 = {
|
|
135
|
+
Left: "left",
|
|
136
|
+
Center: "center",
|
|
137
|
+
Right: "right",
|
|
138
|
+
};
|
|
139
|
+
exports.EnvelopeFieldCreateManyTextAlign1 = {
|
|
140
|
+
Left: "left",
|
|
141
|
+
Center: "center",
|
|
142
|
+
Right: "right",
|
|
143
|
+
};
|
|
911
144
|
/** @internal */
|
|
912
|
-
exports.
|
|
913
|
-
|
|
914
|
-
|
|
145
|
+
exports.EnvelopeFieldCreateManyDataRequest2$inboundSchema = z.object({
|
|
146
|
+
placeholder: z.string(),
|
|
147
|
+
width: z.number().optional(),
|
|
148
|
+
height: z.number().optional(),
|
|
149
|
+
matchAll: z.boolean().optional(),
|
|
915
150
|
recipientId: z.number(),
|
|
916
151
|
envelopeItemId: z.string().optional(),
|
|
917
|
-
page: z.number(),
|
|
918
|
-
positionX: z.number(),
|
|
919
|
-
positionY: z.number(),
|
|
920
|
-
width: z.number(),
|
|
921
|
-
height: z.number(),
|
|
922
152
|
});
|
|
923
153
|
/** @internal */
|
|
924
|
-
exports.
|
|
925
|
-
|
|
926
|
-
|
|
154
|
+
exports.EnvelopeFieldCreateManyDataRequest2$outboundSchema = z.object({
|
|
155
|
+
placeholder: z.string(),
|
|
156
|
+
width: z.number().optional(),
|
|
157
|
+
height: z.number().optional(),
|
|
158
|
+
matchAll: z.boolean().optional(),
|
|
927
159
|
recipientId: z.number(),
|
|
928
160
|
envelopeItemId: z.string().optional(),
|
|
929
|
-
page: z.number(),
|
|
930
|
-
positionX: z.number(),
|
|
931
|
-
positionY: z.number(),
|
|
932
|
-
width: z.number(),
|
|
933
|
-
height: z.number(),
|
|
934
161
|
});
|
|
935
|
-
function
|
|
936
|
-
return JSON.stringify(exports.
|
|
162
|
+
function envelopeFieldCreateManyDataRequest2ToJSON(envelopeFieldCreateManyDataRequest2) {
|
|
163
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataRequest2$outboundSchema.parse(envelopeFieldCreateManyDataRequest2));
|
|
937
164
|
}
|
|
938
|
-
function
|
|
939
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
165
|
+
function envelopeFieldCreateManyDataRequest2FromJSON(jsonString) {
|
|
166
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataRequest2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataRequest2' from JSON`);
|
|
940
167
|
}
|
|
941
168
|
/** @internal */
|
|
942
|
-
exports.
|
|
943
|
-
type: z.literal("FREE_SIGNATURE"),
|
|
944
|
-
recipientId: z.number(),
|
|
945
|
-
envelopeItemId: z.string().optional(),
|
|
169
|
+
exports.EnvelopeFieldCreateManyDataRequest1$inboundSchema = z.object({
|
|
946
170
|
page: z.number(),
|
|
947
171
|
positionX: z.number(),
|
|
948
172
|
positionY: z.number(),
|
|
949
173
|
width: z.number(),
|
|
950
174
|
height: z.number(),
|
|
951
|
-
});
|
|
952
|
-
/** @internal */
|
|
953
|
-
exports.EnvelopeFieldCreateManyDataFreeSignature$outboundSchema = z.object({
|
|
954
|
-
type: z.literal("FREE_SIGNATURE"),
|
|
955
175
|
recipientId: z.number(),
|
|
956
176
|
envelopeItemId: z.string().optional(),
|
|
957
|
-
page: z.number(),
|
|
958
|
-
positionX: z.number(),
|
|
959
|
-
positionY: z.number(),
|
|
960
|
-
width: z.number(),
|
|
961
|
-
height: z.number(),
|
|
962
|
-
});
|
|
963
|
-
function envelopeFieldCreateManyDataFreeSignatureToJSON(envelopeFieldCreateManyDataFreeSignature) {
|
|
964
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyDataFreeSignature$outboundSchema.parse(envelopeFieldCreateManyDataFreeSignature));
|
|
965
|
-
}
|
|
966
|
-
function envelopeFieldCreateManyDataFreeSignatureFromJSON(jsonString) {
|
|
967
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataFreeSignature$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataFreeSignature' from JSON`);
|
|
968
|
-
}
|
|
969
|
-
/** @internal */
|
|
970
|
-
exports.EnvelopeFieldCreateManyTypeSignatureEnum$inboundSchema = z
|
|
971
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyTypeSignatureEnum);
|
|
972
|
-
/** @internal */
|
|
973
|
-
exports.EnvelopeFieldCreateManyTypeSignatureEnum$outboundSchema = exports.EnvelopeFieldCreateManyTypeSignatureEnum$inboundSchema;
|
|
974
|
-
/** @internal */
|
|
975
|
-
exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest$inboundSchema = z.object({
|
|
976
|
-
label: z.string().optional(),
|
|
977
|
-
placeholder: z.string().optional(),
|
|
978
|
-
required: z.boolean().optional(),
|
|
979
|
-
readOnly: z.boolean().optional(),
|
|
980
|
-
fontSize: z.number().default(12),
|
|
981
|
-
type: exports.EnvelopeFieldCreateManyTypeSignatureEnum$inboundSchema,
|
|
982
|
-
});
|
|
983
|
-
/** @internal */
|
|
984
|
-
exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest$outboundSchema = z.object({
|
|
985
|
-
label: z.string().optional(),
|
|
986
|
-
placeholder: z.string().optional(),
|
|
987
|
-
required: z.boolean().optional(),
|
|
988
|
-
readOnly: z.boolean().optional(),
|
|
989
|
-
fontSize: z.number().default(12),
|
|
990
|
-
type: exports.EnvelopeFieldCreateManyTypeSignatureEnum$outboundSchema,
|
|
991
177
|
});
|
|
992
|
-
function envelopeFieldCreateManyFieldMetaSignatureRequestToJSON(envelopeFieldCreateManyFieldMetaSignatureRequest) {
|
|
993
|
-
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest$outboundSchema.parse(envelopeFieldCreateManyFieldMetaSignatureRequest));
|
|
994
|
-
}
|
|
995
|
-
function envelopeFieldCreateManyFieldMetaSignatureRequestFromJSON(jsonString) {
|
|
996
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaSignatureRequest' from JSON`);
|
|
997
|
-
}
|
|
998
178
|
/** @internal */
|
|
999
|
-
exports.
|
|
1000
|
-
type: z.literal("SIGNATURE"),
|
|
1001
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest$inboundSchema).optional(),
|
|
1002
|
-
recipientId: z.number(),
|
|
1003
|
-
envelopeItemId: z.string().optional(),
|
|
179
|
+
exports.EnvelopeFieldCreateManyDataRequest1$outboundSchema = z.object({
|
|
1004
180
|
page: z.number(),
|
|
1005
181
|
positionX: z.number(),
|
|
1006
182
|
positionY: z.number(),
|
|
1007
183
|
width: z.number(),
|
|
1008
184
|
height: z.number(),
|
|
1009
|
-
});
|
|
1010
|
-
/** @internal */
|
|
1011
|
-
exports.EnvelopeFieldCreateManyDataSignature$outboundSchema = z.object({
|
|
1012
|
-
type: z.literal("SIGNATURE"),
|
|
1013
|
-
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest$outboundSchema).optional(),
|
|
1014
185
|
recipientId: z.number(),
|
|
1015
186
|
envelopeItemId: z.string().optional(),
|
|
1016
|
-
page: z.number(),
|
|
1017
|
-
positionX: z.number(),
|
|
1018
|
-
positionY: z.number(),
|
|
1019
|
-
width: z.number(),
|
|
1020
|
-
height: z.number(),
|
|
1021
187
|
});
|
|
1022
|
-
function
|
|
1023
|
-
return JSON.stringify(exports.
|
|
188
|
+
function envelopeFieldCreateManyDataRequest1ToJSON(envelopeFieldCreateManyDataRequest1) {
|
|
189
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataRequest1$outboundSchema.parse(envelopeFieldCreateManyDataRequest1));
|
|
1024
190
|
}
|
|
1025
|
-
function
|
|
1026
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
191
|
+
function envelopeFieldCreateManyDataRequest1FromJSON(jsonString) {
|
|
192
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataRequest1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataRequest1' from JSON`);
|
|
1027
193
|
}
|
|
1028
194
|
/** @internal */
|
|
1029
195
|
exports.EnvelopeFieldCreateManyDataUnion$inboundSchema = z.union([
|
|
1030
|
-
z.lazy(() => exports.
|
|
1031
|
-
z.lazy(() => exports.
|
|
1032
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials$inboundSchema),
|
|
1033
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataName$inboundSchema),
|
|
1034
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail$inboundSchema),
|
|
1035
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate$inboundSchema),
|
|
1036
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataText$inboundSchema),
|
|
1037
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber$inboundSchema),
|
|
1038
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio$inboundSchema),
|
|
1039
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox$inboundSchema),
|
|
1040
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown$inboundSchema),
|
|
196
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRequest1$inboundSchema),
|
|
197
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRequest2$inboundSchema),
|
|
1041
198
|
]);
|
|
1042
199
|
/** @internal */
|
|
1043
200
|
exports.EnvelopeFieldCreateManyDataUnion$outboundSchema = z.union([
|
|
1044
|
-
z.lazy(() => exports.
|
|
1045
|
-
z.lazy(() => exports.
|
|
1046
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials$outboundSchema),
|
|
1047
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataName$outboundSchema),
|
|
1048
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail$outboundSchema),
|
|
1049
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate$outboundSchema),
|
|
1050
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataText$outboundSchema),
|
|
1051
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber$outboundSchema),
|
|
1052
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio$outboundSchema),
|
|
1053
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox$outboundSchema),
|
|
1054
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown$outboundSchema),
|
|
201
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRequest1$outboundSchema),
|
|
202
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRequest2$outboundSchema),
|
|
1055
203
|
]);
|
|
1056
204
|
function envelopeFieldCreateManyDataUnionToJSON(envelopeFieldCreateManyDataUnion) {
|
|
1057
205
|
return JSON.stringify(exports.EnvelopeFieldCreateManyDataUnion$outboundSchema.parse(envelopeFieldCreateManyDataUnion));
|
|
@@ -1063,34 +211,16 @@ function envelopeFieldCreateManyDataUnionFromJSON(jsonString) {
|
|
|
1063
211
|
exports.EnvelopeFieldCreateManyRequest$inboundSchema = z.object({
|
|
1064
212
|
envelopeId: z.string(),
|
|
1065
213
|
data: z.array(z.union([
|
|
1066
|
-
z.lazy(() => exports.
|
|
1067
|
-
z.lazy(() => exports.
|
|
1068
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials$inboundSchema),
|
|
1069
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataName$inboundSchema),
|
|
1070
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail$inboundSchema),
|
|
1071
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate$inboundSchema),
|
|
1072
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataText$inboundSchema),
|
|
1073
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber$inboundSchema),
|
|
1074
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio$inboundSchema),
|
|
1075
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox$inboundSchema),
|
|
1076
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown$inboundSchema),
|
|
214
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRequest1$inboundSchema),
|
|
215
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRequest2$inboundSchema),
|
|
1077
216
|
])),
|
|
1078
217
|
});
|
|
1079
218
|
/** @internal */
|
|
1080
219
|
exports.EnvelopeFieldCreateManyRequest$outboundSchema = z.object({
|
|
1081
220
|
envelopeId: z.string(),
|
|
1082
221
|
data: z.array(z.union([
|
|
1083
|
-
z.lazy(() => exports.
|
|
1084
|
-
z.lazy(() => exports.
|
|
1085
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials$outboundSchema),
|
|
1086
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataName$outboundSchema),
|
|
1087
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail$outboundSchema),
|
|
1088
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate$outboundSchema),
|
|
1089
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataText$outboundSchema),
|
|
1090
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber$outboundSchema),
|
|
1091
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio$outboundSchema),
|
|
1092
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox$outboundSchema),
|
|
1093
|
-
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown$outboundSchema),
|
|
222
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRequest1$outboundSchema),
|
|
223
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRequest2$outboundSchema),
|
|
1094
224
|
])),
|
|
1095
225
|
});
|
|
1096
226
|
function envelopeFieldCreateManyRequestToJSON(envelopeFieldCreateManyRequest) {
|
|
@@ -1100,170 +230,171 @@ function envelopeFieldCreateManyRequestFromJSON(jsonString) {
|
|
|
1100
230
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyRequest' from JSON`);
|
|
1101
231
|
}
|
|
1102
232
|
/** @internal */
|
|
1103
|
-
exports.
|
|
1104
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyTypeResponseEnum);
|
|
233
|
+
exports.EnvelopeFieldCreateManyTypeEnum$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeEnum);
|
|
1105
234
|
/** @internal */
|
|
1106
|
-
exports.
|
|
235
|
+
exports.EnvelopeFieldCreateManyTypeEnum$outboundSchema = exports.EnvelopeFieldCreateManyTypeEnum$inboundSchema;
|
|
1107
236
|
/** @internal */
|
|
1108
|
-
exports.
|
|
237
|
+
exports.EnvelopeFieldCreateManyValue3$inboundSchema = z.object({
|
|
1109
238
|
value: z.string(),
|
|
1110
239
|
});
|
|
1111
240
|
/** @internal */
|
|
1112
|
-
exports.
|
|
241
|
+
exports.EnvelopeFieldCreateManyValue3$outboundSchema = z.object({
|
|
1113
242
|
value: z.string(),
|
|
1114
243
|
});
|
|
1115
|
-
function
|
|
1116
|
-
return JSON.stringify(exports.
|
|
244
|
+
function envelopeFieldCreateManyValue3ToJSON(envelopeFieldCreateManyValue3) {
|
|
245
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyValue3$outboundSchema.parse(envelopeFieldCreateManyValue3));
|
|
1117
246
|
}
|
|
1118
|
-
function
|
|
1119
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
247
|
+
function envelopeFieldCreateManyValue3FromJSON(jsonString) {
|
|
248
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyValue3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyValue3' from JSON`);
|
|
1120
249
|
}
|
|
1121
250
|
/** @internal */
|
|
1122
|
-
exports.
|
|
251
|
+
exports.EnvelopeFieldCreateManyFieldMetaDropdown$inboundSchema = z.object({
|
|
1123
252
|
label: z.string().optional(),
|
|
1124
253
|
placeholder: z.string().optional(),
|
|
1125
254
|
required: z.boolean().optional(),
|
|
1126
255
|
readOnly: z.boolean().optional(),
|
|
1127
256
|
fontSize: z.number().default(12),
|
|
1128
257
|
type: z.literal("dropdown"),
|
|
1129
|
-
values: z.array(z.lazy(() => exports.
|
|
258
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValue3$inboundSchema))
|
|
259
|
+
.optional(),
|
|
1130
260
|
defaultValue: z.string().optional(),
|
|
1131
261
|
});
|
|
1132
262
|
/** @internal */
|
|
1133
|
-
exports.
|
|
263
|
+
exports.EnvelopeFieldCreateManyFieldMetaDropdown$outboundSchema = z.object({
|
|
1134
264
|
label: z.string().optional(),
|
|
1135
265
|
placeholder: z.string().optional(),
|
|
1136
266
|
required: z.boolean().optional(),
|
|
1137
267
|
readOnly: z.boolean().optional(),
|
|
1138
268
|
fontSize: z.number().default(12),
|
|
1139
269
|
type: z.literal("dropdown"),
|
|
1140
|
-
values: z.array(z.lazy(() => exports.
|
|
270
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValue3$outboundSchema))
|
|
271
|
+
.optional(),
|
|
1141
272
|
defaultValue: z.string().optional(),
|
|
1142
273
|
});
|
|
1143
|
-
function
|
|
1144
|
-
return JSON.stringify(exports.
|
|
274
|
+
function envelopeFieldCreateManyFieldMetaDropdownToJSON(envelopeFieldCreateManyFieldMetaDropdown) {
|
|
275
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaDropdown$outboundSchema.parse(envelopeFieldCreateManyFieldMetaDropdown));
|
|
1145
276
|
}
|
|
1146
|
-
function
|
|
1147
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
277
|
+
function envelopeFieldCreateManyFieldMetaDropdownFromJSON(jsonString) {
|
|
278
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaDropdown$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaDropdown' from JSON`);
|
|
1148
279
|
}
|
|
1149
280
|
/** @internal */
|
|
1150
|
-
exports.
|
|
281
|
+
exports.EnvelopeFieldCreateManyValue2$inboundSchema = z.object({
|
|
1151
282
|
id: z.number(),
|
|
1152
283
|
checked: z.boolean(),
|
|
1153
284
|
value: z.string(),
|
|
1154
285
|
});
|
|
1155
286
|
/** @internal */
|
|
1156
|
-
exports.
|
|
287
|
+
exports.EnvelopeFieldCreateManyValue2$outboundSchema = z.object({
|
|
1157
288
|
id: z.number(),
|
|
1158
289
|
checked: z.boolean(),
|
|
1159
290
|
value: z.string(),
|
|
1160
291
|
});
|
|
1161
|
-
function
|
|
1162
|
-
return JSON.stringify(exports.
|
|
292
|
+
function envelopeFieldCreateManyValue2ToJSON(envelopeFieldCreateManyValue2) {
|
|
293
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyValue2$outboundSchema.parse(envelopeFieldCreateManyValue2));
|
|
1163
294
|
}
|
|
1164
|
-
function
|
|
1165
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
295
|
+
function envelopeFieldCreateManyValue2FromJSON(jsonString) {
|
|
296
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyValue2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyValue2' from JSON`);
|
|
1166
297
|
}
|
|
1167
298
|
/** @internal */
|
|
1168
|
-
exports.
|
|
1169
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyDirectionResponse2);
|
|
299
|
+
exports.EnvelopeFieldCreateManyDirection2$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyDirection2);
|
|
1170
300
|
/** @internal */
|
|
1171
|
-
exports.
|
|
301
|
+
exports.EnvelopeFieldCreateManyDirection2$outboundSchema = exports.EnvelopeFieldCreateManyDirection2$inboundSchema;
|
|
1172
302
|
/** @internal */
|
|
1173
|
-
exports.
|
|
303
|
+
exports.EnvelopeFieldCreateManyFieldMetaCheckbox$inboundSchema = z.object({
|
|
1174
304
|
label: z.string().optional(),
|
|
1175
305
|
placeholder: z.string().optional(),
|
|
1176
306
|
required: z.boolean().optional(),
|
|
1177
307
|
readOnly: z.boolean().optional(),
|
|
1178
308
|
fontSize: z.number().default(12),
|
|
1179
309
|
type: z.literal("checkbox"),
|
|
1180
|
-
values: z.array(z.lazy(() => exports.
|
|
310
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValue2$inboundSchema))
|
|
311
|
+
.optional(),
|
|
1181
312
|
validationRule: z.string().optional(),
|
|
1182
313
|
validationLength: z.number().optional(),
|
|
1183
|
-
direction: exports.
|
|
314
|
+
direction: exports.EnvelopeFieldCreateManyDirection2$inboundSchema.default("vertical"),
|
|
1184
315
|
});
|
|
1185
316
|
/** @internal */
|
|
1186
|
-
exports.
|
|
317
|
+
exports.EnvelopeFieldCreateManyFieldMetaCheckbox$outboundSchema = z.object({
|
|
1187
318
|
label: z.string().optional(),
|
|
1188
319
|
placeholder: z.string().optional(),
|
|
1189
320
|
required: z.boolean().optional(),
|
|
1190
321
|
readOnly: z.boolean().optional(),
|
|
1191
322
|
fontSize: z.number().default(12),
|
|
1192
323
|
type: z.literal("checkbox"),
|
|
1193
|
-
values: z.array(z.lazy(() => exports.
|
|
324
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValue2$outboundSchema))
|
|
325
|
+
.optional(),
|
|
1194
326
|
validationRule: z.string().optional(),
|
|
1195
327
|
validationLength: z.number().optional(),
|
|
1196
|
-
direction: exports.
|
|
328
|
+
direction: exports.EnvelopeFieldCreateManyDirection2$outboundSchema.default("vertical"),
|
|
1197
329
|
});
|
|
1198
|
-
function
|
|
1199
|
-
return JSON.stringify(exports.
|
|
330
|
+
function envelopeFieldCreateManyFieldMetaCheckboxToJSON(envelopeFieldCreateManyFieldMetaCheckbox) {
|
|
331
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaCheckbox$outboundSchema.parse(envelopeFieldCreateManyFieldMetaCheckbox));
|
|
1200
332
|
}
|
|
1201
|
-
function
|
|
1202
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
333
|
+
function envelopeFieldCreateManyFieldMetaCheckboxFromJSON(jsonString) {
|
|
334
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaCheckbox$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaCheckbox' from JSON`);
|
|
1203
335
|
}
|
|
1204
336
|
/** @internal */
|
|
1205
|
-
exports.
|
|
337
|
+
exports.EnvelopeFieldCreateManyValue1$inboundSchema = z.object({
|
|
1206
338
|
id: z.number(),
|
|
1207
339
|
checked: z.boolean(),
|
|
1208
340
|
value: z.string(),
|
|
1209
341
|
});
|
|
1210
342
|
/** @internal */
|
|
1211
|
-
exports.
|
|
343
|
+
exports.EnvelopeFieldCreateManyValue1$outboundSchema = z.object({
|
|
1212
344
|
id: z.number(),
|
|
1213
345
|
checked: z.boolean(),
|
|
1214
346
|
value: z.string(),
|
|
1215
347
|
});
|
|
1216
|
-
function
|
|
1217
|
-
return JSON.stringify(exports.
|
|
348
|
+
function envelopeFieldCreateManyValue1ToJSON(envelopeFieldCreateManyValue1) {
|
|
349
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyValue1$outboundSchema.parse(envelopeFieldCreateManyValue1));
|
|
1218
350
|
}
|
|
1219
|
-
function
|
|
1220
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
351
|
+
function envelopeFieldCreateManyValue1FromJSON(jsonString) {
|
|
352
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyValue1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyValue1' from JSON`);
|
|
1221
353
|
}
|
|
1222
354
|
/** @internal */
|
|
1223
|
-
exports.
|
|
1224
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyDirectionResponse1);
|
|
355
|
+
exports.EnvelopeFieldCreateManyDirection1$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyDirection1);
|
|
1225
356
|
/** @internal */
|
|
1226
|
-
exports.
|
|
357
|
+
exports.EnvelopeFieldCreateManyDirection1$outboundSchema = exports.EnvelopeFieldCreateManyDirection1$inboundSchema;
|
|
1227
358
|
/** @internal */
|
|
1228
|
-
exports.
|
|
359
|
+
exports.EnvelopeFieldCreateManyFieldMetaRadio$inboundSchema = z.object({
|
|
1229
360
|
label: z.string().optional(),
|
|
1230
361
|
placeholder: z.string().optional(),
|
|
1231
362
|
required: z.boolean().optional(),
|
|
1232
363
|
readOnly: z.boolean().optional(),
|
|
1233
364
|
fontSize: z.number().default(12),
|
|
1234
365
|
type: z.literal("radio"),
|
|
1235
|
-
values: z.array(z.lazy(() => exports.
|
|
1236
|
-
|
|
366
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValue1$inboundSchema))
|
|
367
|
+
.optional(),
|
|
368
|
+
direction: exports.EnvelopeFieldCreateManyDirection1$inboundSchema.default("vertical"),
|
|
1237
369
|
});
|
|
1238
370
|
/** @internal */
|
|
1239
|
-
exports.
|
|
371
|
+
exports.EnvelopeFieldCreateManyFieldMetaRadio$outboundSchema = z.object({
|
|
1240
372
|
label: z.string().optional(),
|
|
1241
373
|
placeholder: z.string().optional(),
|
|
1242
374
|
required: z.boolean().optional(),
|
|
1243
375
|
readOnly: z.boolean().optional(),
|
|
1244
376
|
fontSize: z.number().default(12),
|
|
1245
377
|
type: z.literal("radio"),
|
|
1246
|
-
values: z.array(z.lazy(() => exports.
|
|
1247
|
-
|
|
378
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValue1$outboundSchema))
|
|
379
|
+
.optional(),
|
|
380
|
+
direction: exports.EnvelopeFieldCreateManyDirection1$outboundSchema.default("vertical"),
|
|
1248
381
|
});
|
|
1249
|
-
function
|
|
1250
|
-
return JSON.stringify(exports.
|
|
382
|
+
function envelopeFieldCreateManyFieldMetaRadioToJSON(envelopeFieldCreateManyFieldMetaRadio) {
|
|
383
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaRadio$outboundSchema.parse(envelopeFieldCreateManyFieldMetaRadio));
|
|
1251
384
|
}
|
|
1252
|
-
function
|
|
1253
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
385
|
+
function envelopeFieldCreateManyFieldMetaRadioFromJSON(jsonString) {
|
|
386
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaRadio$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaRadio' from JSON`);
|
|
1254
387
|
}
|
|
1255
388
|
/** @internal */
|
|
1256
|
-
exports.
|
|
1257
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignResponse6);
|
|
389
|
+
exports.EnvelopeFieldCreateManyTextAlign6$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlign6);
|
|
1258
390
|
/** @internal */
|
|
1259
|
-
exports.
|
|
391
|
+
exports.EnvelopeFieldCreateManyTextAlign6$outboundSchema = exports.EnvelopeFieldCreateManyTextAlign6$inboundSchema;
|
|
1260
392
|
/** @internal */
|
|
1261
|
-
exports.
|
|
1262
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyVerticalAlignResponse2);
|
|
393
|
+
exports.EnvelopeFieldCreateManyVerticalAlign2$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyVerticalAlign2);
|
|
1263
394
|
/** @internal */
|
|
1264
|
-
exports.
|
|
395
|
+
exports.EnvelopeFieldCreateManyVerticalAlign2$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlign2$inboundSchema;
|
|
1265
396
|
/** @internal */
|
|
1266
|
-
exports.
|
|
397
|
+
exports.EnvelopeFieldCreateManyFieldMetaNumber$inboundSchema = z.object({
|
|
1267
398
|
label: z.string().optional(),
|
|
1268
399
|
placeholder: z.string().optional(),
|
|
1269
400
|
required: z.boolean().optional(),
|
|
@@ -1274,14 +405,14 @@ exports.EnvelopeFieldCreateManyFieldMetaNumberResponse$inboundSchema = z.object(
|
|
|
1274
405
|
value: z.string().optional(),
|
|
1275
406
|
minValue: z.nullable(z.number()).optional(),
|
|
1276
407
|
maxValue: z.nullable(z.number()).optional(),
|
|
1277
|
-
textAlign: exports.
|
|
1278
|
-
.optional(),
|
|
408
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlign6$inboundSchema.optional(),
|
|
1279
409
|
lineHeight: z.nullable(z.number()).optional(),
|
|
1280
410
|
letterSpacing: z.nullable(z.number()).optional(),
|
|
1281
|
-
verticalAlign: z.nullable(exports.
|
|
411
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlign2$inboundSchema)
|
|
412
|
+
.optional(),
|
|
1282
413
|
});
|
|
1283
414
|
/** @internal */
|
|
1284
|
-
exports.
|
|
415
|
+
exports.EnvelopeFieldCreateManyFieldMetaNumber$outboundSchema = z.object({
|
|
1285
416
|
label: z.string().optional(),
|
|
1286
417
|
placeholder: z.string().optional(),
|
|
1287
418
|
required: z.boolean().optional(),
|
|
@@ -1292,30 +423,27 @@ exports.EnvelopeFieldCreateManyFieldMetaNumberResponse$outboundSchema = z.object
|
|
|
1292
423
|
value: z.string().optional(),
|
|
1293
424
|
minValue: z.nullable(z.number()).optional(),
|
|
1294
425
|
maxValue: z.nullable(z.number()).optional(),
|
|
1295
|
-
textAlign: exports.
|
|
1296
|
-
.optional(),
|
|
426
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlign6$outboundSchema.optional(),
|
|
1297
427
|
lineHeight: z.nullable(z.number()).optional(),
|
|
1298
428
|
letterSpacing: z.nullable(z.number()).optional(),
|
|
1299
|
-
verticalAlign: z.nullable(exports.
|
|
429
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlign2$outboundSchema).optional(),
|
|
1300
430
|
});
|
|
1301
|
-
function
|
|
1302
|
-
return JSON.stringify(exports.
|
|
431
|
+
function envelopeFieldCreateManyFieldMetaNumberToJSON(envelopeFieldCreateManyFieldMetaNumber) {
|
|
432
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaNumber$outboundSchema.parse(envelopeFieldCreateManyFieldMetaNumber));
|
|
1303
433
|
}
|
|
1304
|
-
function
|
|
1305
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
434
|
+
function envelopeFieldCreateManyFieldMetaNumberFromJSON(jsonString) {
|
|
435
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaNumber$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaNumber' from JSON`);
|
|
1306
436
|
}
|
|
1307
437
|
/** @internal */
|
|
1308
|
-
exports.
|
|
1309
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignResponse5);
|
|
438
|
+
exports.EnvelopeFieldCreateManyTextAlign5$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlign5);
|
|
1310
439
|
/** @internal */
|
|
1311
|
-
exports.
|
|
440
|
+
exports.EnvelopeFieldCreateManyTextAlign5$outboundSchema = exports.EnvelopeFieldCreateManyTextAlign5$inboundSchema;
|
|
1312
441
|
/** @internal */
|
|
1313
|
-
exports.
|
|
1314
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyVerticalAlignResponse1);
|
|
442
|
+
exports.EnvelopeFieldCreateManyVerticalAlign1$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyVerticalAlign1);
|
|
1315
443
|
/** @internal */
|
|
1316
|
-
exports.
|
|
444
|
+
exports.EnvelopeFieldCreateManyVerticalAlign1$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlign1$inboundSchema;
|
|
1317
445
|
/** @internal */
|
|
1318
|
-
exports.
|
|
446
|
+
exports.EnvelopeFieldCreateManyFieldMetaText$inboundSchema = z.object({
|
|
1319
447
|
label: z.string().optional(),
|
|
1320
448
|
placeholder: z.string().optional(),
|
|
1321
449
|
required: z.boolean().optional(),
|
|
@@ -1324,14 +452,14 @@ exports.EnvelopeFieldCreateManyFieldMetaTextResponse$inboundSchema = z.object({
|
|
|
1324
452
|
type: z.literal("text"),
|
|
1325
453
|
text: z.string().optional(),
|
|
1326
454
|
characterLimit: z.number().optional(),
|
|
1327
|
-
textAlign: exports.
|
|
1328
|
-
.optional(),
|
|
455
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlign5$inboundSchema.optional(),
|
|
1329
456
|
lineHeight: z.nullable(z.number()).optional(),
|
|
1330
457
|
letterSpacing: z.nullable(z.number()).optional(),
|
|
1331
|
-
verticalAlign: z.nullable(exports.
|
|
458
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlign1$inboundSchema)
|
|
459
|
+
.optional(),
|
|
1332
460
|
});
|
|
1333
461
|
/** @internal */
|
|
1334
|
-
exports.
|
|
462
|
+
exports.EnvelopeFieldCreateManyFieldMetaText$outboundSchema = z.object({
|
|
1335
463
|
label: z.string().optional(),
|
|
1336
464
|
placeholder: z.string().optional(),
|
|
1337
465
|
required: z.boolean().optional(),
|
|
@@ -1340,152 +468,139 @@ exports.EnvelopeFieldCreateManyFieldMetaTextResponse$outboundSchema = z.object({
|
|
|
1340
468
|
type: z.literal("text"),
|
|
1341
469
|
text: z.string().optional(),
|
|
1342
470
|
characterLimit: z.number().optional(),
|
|
1343
|
-
textAlign: exports.
|
|
1344
|
-
.optional(),
|
|
471
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlign5$outboundSchema.optional(),
|
|
1345
472
|
lineHeight: z.nullable(z.number()).optional(),
|
|
1346
473
|
letterSpacing: z.nullable(z.number()).optional(),
|
|
1347
|
-
verticalAlign: z.nullable(exports.
|
|
474
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlign1$outboundSchema).optional(),
|
|
1348
475
|
});
|
|
1349
|
-
function
|
|
1350
|
-
return JSON.stringify(exports.
|
|
476
|
+
function envelopeFieldCreateManyFieldMetaTextToJSON(envelopeFieldCreateManyFieldMetaText) {
|
|
477
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaText$outboundSchema.parse(envelopeFieldCreateManyFieldMetaText));
|
|
1351
478
|
}
|
|
1352
|
-
function
|
|
1353
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
479
|
+
function envelopeFieldCreateManyFieldMetaTextFromJSON(jsonString) {
|
|
480
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaText$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaText' from JSON`);
|
|
1354
481
|
}
|
|
1355
482
|
/** @internal */
|
|
1356
|
-
exports.
|
|
1357
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignResponse4);
|
|
483
|
+
exports.EnvelopeFieldCreateManyTextAlign4$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlign4);
|
|
1358
484
|
/** @internal */
|
|
1359
|
-
exports.
|
|
485
|
+
exports.EnvelopeFieldCreateManyTextAlign4$outboundSchema = exports.EnvelopeFieldCreateManyTextAlign4$inboundSchema;
|
|
1360
486
|
/** @internal */
|
|
1361
|
-
exports.
|
|
487
|
+
exports.EnvelopeFieldCreateManyFieldMetaDate$inboundSchema = z.object({
|
|
1362
488
|
label: z.string().optional(),
|
|
1363
489
|
placeholder: z.string().optional(),
|
|
1364
490
|
required: z.boolean().optional(),
|
|
1365
491
|
readOnly: z.boolean().optional(),
|
|
1366
492
|
fontSize: z.number().default(12),
|
|
1367
493
|
type: z.literal("date"),
|
|
1368
|
-
textAlign: exports.
|
|
1369
|
-
.optional(),
|
|
494
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlign4$inboundSchema.optional(),
|
|
1370
495
|
});
|
|
1371
496
|
/** @internal */
|
|
1372
|
-
exports.
|
|
497
|
+
exports.EnvelopeFieldCreateManyFieldMetaDate$outboundSchema = z.object({
|
|
1373
498
|
label: z.string().optional(),
|
|
1374
499
|
placeholder: z.string().optional(),
|
|
1375
500
|
required: z.boolean().optional(),
|
|
1376
501
|
readOnly: z.boolean().optional(),
|
|
1377
502
|
fontSize: z.number().default(12),
|
|
1378
503
|
type: z.literal("date"),
|
|
1379
|
-
textAlign: exports.
|
|
1380
|
-
.optional(),
|
|
504
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlign4$outboundSchema.optional(),
|
|
1381
505
|
});
|
|
1382
|
-
function
|
|
1383
|
-
return JSON.stringify(exports.
|
|
506
|
+
function envelopeFieldCreateManyFieldMetaDateToJSON(envelopeFieldCreateManyFieldMetaDate) {
|
|
507
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaDate$outboundSchema.parse(envelopeFieldCreateManyFieldMetaDate));
|
|
1384
508
|
}
|
|
1385
|
-
function
|
|
1386
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
509
|
+
function envelopeFieldCreateManyFieldMetaDateFromJSON(jsonString) {
|
|
510
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaDate$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaDate' from JSON`);
|
|
1387
511
|
}
|
|
1388
512
|
/** @internal */
|
|
1389
|
-
exports.
|
|
1390
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignResponse3);
|
|
513
|
+
exports.EnvelopeFieldCreateManyTextAlign3$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlign3);
|
|
1391
514
|
/** @internal */
|
|
1392
|
-
exports.
|
|
515
|
+
exports.EnvelopeFieldCreateManyTextAlign3$outboundSchema = exports.EnvelopeFieldCreateManyTextAlign3$inboundSchema;
|
|
1393
516
|
/** @internal */
|
|
1394
|
-
exports.
|
|
517
|
+
exports.EnvelopeFieldCreateManyFieldMetaEmail$inboundSchema = z.object({
|
|
1395
518
|
label: z.string().optional(),
|
|
1396
519
|
placeholder: z.string().optional(),
|
|
1397
520
|
required: z.boolean().optional(),
|
|
1398
521
|
readOnly: z.boolean().optional(),
|
|
1399
522
|
fontSize: z.number().default(12),
|
|
1400
523
|
type: z.literal("email"),
|
|
1401
|
-
textAlign: exports.
|
|
1402
|
-
.optional(),
|
|
524
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlign3$inboundSchema.optional(),
|
|
1403
525
|
});
|
|
1404
526
|
/** @internal */
|
|
1405
|
-
exports.
|
|
527
|
+
exports.EnvelopeFieldCreateManyFieldMetaEmail$outboundSchema = z.object({
|
|
1406
528
|
label: z.string().optional(),
|
|
1407
529
|
placeholder: z.string().optional(),
|
|
1408
530
|
required: z.boolean().optional(),
|
|
1409
531
|
readOnly: z.boolean().optional(),
|
|
1410
532
|
fontSize: z.number().default(12),
|
|
1411
533
|
type: z.literal("email"),
|
|
1412
|
-
textAlign: exports.
|
|
1413
|
-
.optional(),
|
|
534
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlign3$outboundSchema.optional(),
|
|
1414
535
|
});
|
|
1415
|
-
function
|
|
1416
|
-
return JSON.stringify(exports.
|
|
536
|
+
function envelopeFieldCreateManyFieldMetaEmailToJSON(envelopeFieldCreateManyFieldMetaEmail) {
|
|
537
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaEmail$outboundSchema.parse(envelopeFieldCreateManyFieldMetaEmail));
|
|
1417
538
|
}
|
|
1418
|
-
function
|
|
1419
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
539
|
+
function envelopeFieldCreateManyFieldMetaEmailFromJSON(jsonString) {
|
|
540
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaEmail$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaEmail' from JSON`);
|
|
1420
541
|
}
|
|
1421
542
|
/** @internal */
|
|
1422
|
-
exports.
|
|
1423
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignResponse2);
|
|
543
|
+
exports.EnvelopeFieldCreateManyTextAlign2$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlign2);
|
|
1424
544
|
/** @internal */
|
|
1425
|
-
exports.
|
|
545
|
+
exports.EnvelopeFieldCreateManyTextAlign2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlign2$inboundSchema;
|
|
1426
546
|
/** @internal */
|
|
1427
|
-
exports.
|
|
547
|
+
exports.EnvelopeFieldCreateManyFieldMetaName$inboundSchema = z.object({
|
|
1428
548
|
label: z.string().optional(),
|
|
1429
549
|
placeholder: z.string().optional(),
|
|
1430
550
|
required: z.boolean().optional(),
|
|
1431
551
|
readOnly: z.boolean().optional(),
|
|
1432
552
|
fontSize: z.number().default(12),
|
|
1433
553
|
type: z.literal("name"),
|
|
1434
|
-
textAlign: exports.
|
|
1435
|
-
.optional(),
|
|
554
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlign2$inboundSchema.optional(),
|
|
1436
555
|
});
|
|
1437
556
|
/** @internal */
|
|
1438
|
-
exports.
|
|
557
|
+
exports.EnvelopeFieldCreateManyFieldMetaName$outboundSchema = z.object({
|
|
1439
558
|
label: z.string().optional(),
|
|
1440
559
|
placeholder: z.string().optional(),
|
|
1441
560
|
required: z.boolean().optional(),
|
|
1442
561
|
readOnly: z.boolean().optional(),
|
|
1443
562
|
fontSize: z.number().default(12),
|
|
1444
563
|
type: z.literal("name"),
|
|
1445
|
-
textAlign: exports.
|
|
1446
|
-
.optional(),
|
|
564
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlign2$outboundSchema.optional(),
|
|
1447
565
|
});
|
|
1448
|
-
function
|
|
1449
|
-
return JSON.stringify(exports.
|
|
566
|
+
function envelopeFieldCreateManyFieldMetaNameToJSON(envelopeFieldCreateManyFieldMetaName) {
|
|
567
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaName$outboundSchema.parse(envelopeFieldCreateManyFieldMetaName));
|
|
1450
568
|
}
|
|
1451
|
-
function
|
|
1452
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
569
|
+
function envelopeFieldCreateManyFieldMetaNameFromJSON(jsonString) {
|
|
570
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaName$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaName' from JSON`);
|
|
1453
571
|
}
|
|
1454
572
|
/** @internal */
|
|
1455
|
-
exports.
|
|
1456
|
-
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignResponse1);
|
|
573
|
+
exports.EnvelopeFieldCreateManyTextAlign1$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlign1);
|
|
1457
574
|
/** @internal */
|
|
1458
|
-
exports.
|
|
575
|
+
exports.EnvelopeFieldCreateManyTextAlign1$outboundSchema = exports.EnvelopeFieldCreateManyTextAlign1$inboundSchema;
|
|
1459
576
|
/** @internal */
|
|
1460
|
-
exports.
|
|
577
|
+
exports.EnvelopeFieldCreateManyFieldMetaInitials$inboundSchema = z.object({
|
|
1461
578
|
label: z.string().optional(),
|
|
1462
579
|
placeholder: z.string().optional(),
|
|
1463
580
|
required: z.boolean().optional(),
|
|
1464
581
|
readOnly: z.boolean().optional(),
|
|
1465
582
|
fontSize: z.number().default(12),
|
|
1466
583
|
type: z.literal("initials"),
|
|
1467
|
-
textAlign: exports.
|
|
1468
|
-
.optional(),
|
|
584
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlign1$inboundSchema.optional(),
|
|
1469
585
|
});
|
|
1470
586
|
/** @internal */
|
|
1471
|
-
exports.
|
|
587
|
+
exports.EnvelopeFieldCreateManyFieldMetaInitials$outboundSchema = z.object({
|
|
1472
588
|
label: z.string().optional(),
|
|
1473
589
|
placeholder: z.string().optional(),
|
|
1474
590
|
required: z.boolean().optional(),
|
|
1475
591
|
readOnly: z.boolean().optional(),
|
|
1476
592
|
fontSize: z.number().default(12),
|
|
1477
593
|
type: z.literal("initials"),
|
|
1478
|
-
textAlign: exports.
|
|
1479
|
-
.optional(),
|
|
594
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlign1$outboundSchema.optional(),
|
|
1480
595
|
});
|
|
1481
|
-
function
|
|
1482
|
-
return JSON.stringify(exports.
|
|
596
|
+
function envelopeFieldCreateManyFieldMetaInitialsToJSON(envelopeFieldCreateManyFieldMetaInitials) {
|
|
597
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaInitials$outboundSchema.parse(envelopeFieldCreateManyFieldMetaInitials));
|
|
1483
598
|
}
|
|
1484
|
-
function
|
|
1485
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
599
|
+
function envelopeFieldCreateManyFieldMetaInitialsFromJSON(jsonString) {
|
|
600
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaInitials$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaInitials' from JSON`);
|
|
1486
601
|
}
|
|
1487
602
|
/** @internal */
|
|
1488
|
-
exports.
|
|
603
|
+
exports.EnvelopeFieldCreateManyFieldMetaSignature$inboundSchema = z.object({
|
|
1489
604
|
label: z.string().optional(),
|
|
1490
605
|
placeholder: z.string().optional(),
|
|
1491
606
|
required: z.boolean().optional(),
|
|
@@ -1494,7 +609,7 @@ exports.EnvelopeFieldCreateManyFieldMetaSignatureResponse$inboundSchema = z.obje
|
|
|
1494
609
|
type: z.literal("signature"),
|
|
1495
610
|
});
|
|
1496
611
|
/** @internal */
|
|
1497
|
-
exports.
|
|
612
|
+
exports.EnvelopeFieldCreateManyFieldMetaSignature$outboundSchema = z.object({
|
|
1498
613
|
label: z.string().optional(),
|
|
1499
614
|
placeholder: z.string().optional(),
|
|
1500
615
|
required: z.boolean().optional(),
|
|
@@ -1502,37 +617,37 @@ exports.EnvelopeFieldCreateManyFieldMetaSignatureResponse$outboundSchema = z.obj
|
|
|
1502
617
|
fontSize: z.number().default(12),
|
|
1503
618
|
type: z.literal("signature"),
|
|
1504
619
|
});
|
|
1505
|
-
function
|
|
1506
|
-
return JSON.stringify(exports.
|
|
620
|
+
function envelopeFieldCreateManyFieldMetaSignatureToJSON(envelopeFieldCreateManyFieldMetaSignature) {
|
|
621
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaSignature$outboundSchema.parse(envelopeFieldCreateManyFieldMetaSignature));
|
|
1507
622
|
}
|
|
1508
|
-
function
|
|
1509
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
623
|
+
function envelopeFieldCreateManyFieldMetaSignatureFromJSON(jsonString) {
|
|
624
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaSignature$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaSignature' from JSON`);
|
|
1510
625
|
}
|
|
1511
626
|
/** @internal */
|
|
1512
627
|
exports.EnvelopeFieldCreateManyFieldMetaUnion$inboundSchema = z.union([
|
|
1513
|
-
z.lazy(() => exports.
|
|
1514
|
-
z.lazy(() => exports.
|
|
1515
|
-
z.lazy(() => exports.
|
|
1516
|
-
z.lazy(() => exports.
|
|
1517
|
-
z.lazy(() => exports.
|
|
1518
|
-
z.lazy(() => exports.
|
|
1519
|
-
z.lazy(() => exports.
|
|
1520
|
-
z.lazy(() => exports.
|
|
1521
|
-
z.lazy(() => exports.
|
|
1522
|
-
z.lazy(() => exports.
|
|
628
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaSignature$inboundSchema),
|
|
629
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaInitials$inboundSchema),
|
|
630
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaName$inboundSchema),
|
|
631
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaEmail$inboundSchema),
|
|
632
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDate$inboundSchema),
|
|
633
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaText$inboundSchema),
|
|
634
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNumber$inboundSchema),
|
|
635
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaRadio$inboundSchema),
|
|
636
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaCheckbox$inboundSchema),
|
|
637
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDropdown$inboundSchema),
|
|
1523
638
|
]);
|
|
1524
639
|
/** @internal */
|
|
1525
640
|
exports.EnvelopeFieldCreateManyFieldMetaUnion$outboundSchema = z.union([
|
|
1526
|
-
z.lazy(() => exports.
|
|
1527
|
-
z.lazy(() => exports.
|
|
1528
|
-
z.lazy(() => exports.
|
|
1529
|
-
z.lazy(() => exports.
|
|
1530
|
-
z.lazy(() => exports.
|
|
1531
|
-
z.lazy(() => exports.
|
|
1532
|
-
z.lazy(() => exports.
|
|
1533
|
-
z.lazy(() => exports.
|
|
1534
|
-
z.lazy(() => exports.
|
|
1535
|
-
z.lazy(() => exports.
|
|
641
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaSignature$outboundSchema),
|
|
642
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaInitials$outboundSchema),
|
|
643
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaName$outboundSchema),
|
|
644
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaEmail$outboundSchema),
|
|
645
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDate$outboundSchema),
|
|
646
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaText$outboundSchema),
|
|
647
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNumber$outboundSchema),
|
|
648
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaRadio$outboundSchema),
|
|
649
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaCheckbox$outboundSchema),
|
|
650
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDropdown$outboundSchema),
|
|
1536
651
|
]);
|
|
1537
652
|
function envelopeFieldCreateManyFieldMetaUnionToJSON(envelopeFieldCreateManyFieldMetaUnion) {
|
|
1538
653
|
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaUnion$outboundSchema.parse(envelopeFieldCreateManyFieldMetaUnion));
|
|
@@ -1544,7 +659,7 @@ function envelopeFieldCreateManyFieldMetaUnionFromJSON(jsonString) {
|
|
|
1544
659
|
exports.EnvelopeFieldCreateManyDataResponse$inboundSchema = z.object({
|
|
1545
660
|
envelopeId: z.string(),
|
|
1546
661
|
envelopeItemId: z.string(),
|
|
1547
|
-
type: exports.
|
|
662
|
+
type: exports.EnvelopeFieldCreateManyTypeEnum$inboundSchema,
|
|
1548
663
|
id: z.number(),
|
|
1549
664
|
secondaryId: z.string(),
|
|
1550
665
|
recipientId: z.number(),
|
|
@@ -1556,16 +671,16 @@ exports.EnvelopeFieldCreateManyDataResponse$inboundSchema = z.object({
|
|
|
1556
671
|
customText: z.string(),
|
|
1557
672
|
inserted: z.boolean(),
|
|
1558
673
|
fieldMeta: z.nullable(z.union([
|
|
1559
|
-
z.lazy(() => exports.
|
|
1560
|
-
z.lazy(() => exports.
|
|
1561
|
-
z.lazy(() => exports.
|
|
1562
|
-
z.lazy(() => exports.
|
|
1563
|
-
z.lazy(() => exports.
|
|
1564
|
-
z.lazy(() => exports.
|
|
1565
|
-
z.lazy(() => exports.
|
|
1566
|
-
z.lazy(() => exports.
|
|
1567
|
-
z.lazy(() => exports.
|
|
1568
|
-
z.lazy(() => exports.
|
|
674
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaSignature$inboundSchema),
|
|
675
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaInitials$inboundSchema),
|
|
676
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaName$inboundSchema),
|
|
677
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaEmail$inboundSchema),
|
|
678
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDate$inboundSchema),
|
|
679
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaText$inboundSchema),
|
|
680
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNumber$inboundSchema),
|
|
681
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaRadio$inboundSchema),
|
|
682
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaCheckbox$inboundSchema),
|
|
683
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDropdown$inboundSchema),
|
|
1569
684
|
])),
|
|
1570
685
|
documentId: z.nullable(z.number()).optional(),
|
|
1571
686
|
templateId: z.nullable(z.number()).optional(),
|
|
@@ -1574,7 +689,7 @@ exports.EnvelopeFieldCreateManyDataResponse$inboundSchema = z.object({
|
|
|
1574
689
|
exports.EnvelopeFieldCreateManyDataResponse$outboundSchema = z.object({
|
|
1575
690
|
envelopeId: z.string(),
|
|
1576
691
|
envelopeItemId: z.string(),
|
|
1577
|
-
type: exports.
|
|
692
|
+
type: exports.EnvelopeFieldCreateManyTypeEnum$outboundSchema,
|
|
1578
693
|
id: z.number(),
|
|
1579
694
|
secondaryId: z.string(),
|
|
1580
695
|
recipientId: z.number(),
|
|
@@ -1586,16 +701,16 @@ exports.EnvelopeFieldCreateManyDataResponse$outboundSchema = z.object({
|
|
|
1586
701
|
customText: z.string(),
|
|
1587
702
|
inserted: z.boolean(),
|
|
1588
703
|
fieldMeta: z.nullable(z.union([
|
|
1589
|
-
z.lazy(() => exports.
|
|
1590
|
-
z.lazy(() => exports.
|
|
1591
|
-
z.lazy(() => exports.
|
|
1592
|
-
z.lazy(() => exports.
|
|
1593
|
-
z.lazy(() => exports.
|
|
1594
|
-
z.lazy(() => exports.
|
|
1595
|
-
z.lazy(() => exports.
|
|
1596
|
-
z.lazy(() => exports.
|
|
1597
|
-
z.lazy(() => exports.
|
|
1598
|
-
z.lazy(() => exports.
|
|
704
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaSignature$outboundSchema),
|
|
705
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaInitials$outboundSchema),
|
|
706
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaName$outboundSchema),
|
|
707
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaEmail$outboundSchema),
|
|
708
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDate$outboundSchema),
|
|
709
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaText$outboundSchema),
|
|
710
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNumber$outboundSchema),
|
|
711
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaRadio$outboundSchema),
|
|
712
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaCheckbox$outboundSchema),
|
|
713
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDropdown$outboundSchema),
|
|
1599
714
|
])),
|
|
1600
715
|
documentId: z.nullable(z.number()).optional(),
|
|
1601
716
|
templateId: z.nullable(z.number()).optional(),
|