@documenso/sdk-typescript 0.6.2 → 0.8.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 +2271 -487
- package/bin/mcp-server.js.map +60 -57
- package/examples/package-lock.json +4 -4
- 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/documentcreate.d.ts +52 -0
- package/models/operations/documentcreate.d.ts.map +1 -1
- package/models/operations/documentcreate.js +76 -4
- package/models/operations/documentcreate.js.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.d.ts +108 -0
- package/models/operations/documentcreatedocumenttemporary.d.ts.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.js +162 -6
- package/models/operations/documentcreatedocumenttemporary.js.map +1 -1
- package/models/operations/documentdistribute.d.ts +2 -0
- package/models/operations/documentdistribute.d.ts.map +1 -1
- package/models/operations/documentdistribute.js +2 -0
- package/models/operations/documentdistribute.js.map +1 -1
- package/models/operations/documentfind.d.ts +4 -0
- package/models/operations/documentfind.d.ts.map +1 -1
- package/models/operations/documentfind.js +4 -0
- package/models/operations/documentfind.js.map +1 -1
- package/models/operations/documentget.d.ts +56 -0
- package/models/operations/documentget.d.ts.map +1 -1
- package/models/operations/documentget.js +79 -3
- package/models/operations/documentget.js.map +1 -1
- package/models/operations/documentgetmany.d.ts +4 -0
- package/models/operations/documentgetmany.d.ts.map +1 -1
- package/models/operations/documentgetmany.js +4 -0
- package/models/operations/documentgetmany.js.map +1 -1
- package/models/operations/documentupdate.d.ts +52 -0
- package/models/operations/documentupdate.d.ts.map +1 -1
- package/models/operations/documentupdate.js +74 -1
- package/models/operations/documentupdate.js.map +1 -1
- package/models/operations/envelopeauditlogfind.d.ts +52 -4
- package/models/operations/envelopeauditlogfind.d.ts.map +1 -1
- package/models/operations/envelopeauditlogfind.js +65 -7
- package/models/operations/envelopeauditlogfind.js.map +1 -1
- package/models/operations/envelopecreate.d.ts +52 -0
- package/models/operations/envelopecreate.d.ts.map +1 -1
- package/models/operations/envelopecreate.js +76 -4
- package/models/operations/envelopecreate.js.map +1 -1
- package/models/operations/envelopedistribute.d.ts +2 -0
- package/models/operations/envelopedistribute.d.ts.map +1 -1
- package/models/operations/envelopedistribute.js +2 -0
- package/models/operations/envelopedistribute.js.map +1 -1
- package/models/operations/envelopefieldcreatemany.d.ts +1098 -278
- package/models/operations/envelopefieldcreatemany.d.ts.map +1 -1
- package/models/operations/envelopefieldcreatemany.js +1387 -385
- package/models/operations/envelopefieldcreatemany.js.map +1 -1
- package/models/operations/envelopefind.d.ts +4 -0
- package/models/operations/envelopefind.d.ts.map +1 -1
- package/models/operations/envelopefind.js +4 -0
- package/models/operations/envelopefind.js.map +1 -1
- package/models/operations/envelopeget.d.ts +56 -0
- package/models/operations/envelopeget.d.ts.map +1 -1
- package/models/operations/envelopeget.js +79 -3
- package/models/operations/envelopeget.js.map +1 -1
- package/models/operations/envelopegetmany.d.ts +56 -0
- package/models/operations/envelopegetmany.d.ts.map +1 -1
- package/models/operations/envelopegetmany.js +80 -3
- package/models/operations/envelopegetmany.js.map +1 -1
- package/models/operations/enveloperecipientcreatemany.d.ts +4 -0
- package/models/operations/enveloperecipientcreatemany.d.ts.map +1 -1
- package/models/operations/enveloperecipientcreatemany.js +4 -0
- package/models/operations/enveloperecipientcreatemany.js.map +1 -1
- package/models/operations/enveloperecipientget.d.ts +4 -0
- package/models/operations/enveloperecipientget.d.ts.map +1 -1
- package/models/operations/enveloperecipientget.js +4 -0
- package/models/operations/enveloperecipientget.js.map +1 -1
- package/models/operations/enveloperecipientupdatemany.d.ts +4 -0
- package/models/operations/enveloperecipientupdatemany.d.ts.map +1 -1
- package/models/operations/enveloperecipientupdatemany.js +4 -0
- package/models/operations/enveloperecipientupdatemany.js.map +1 -1
- package/models/operations/envelopeupdate.d.ts +52 -0
- package/models/operations/envelopeupdate.d.ts.map +1 -1
- package/models/operations/envelopeupdate.js +74 -2
- package/models/operations/envelopeupdate.js.map +1 -1
- package/models/operations/envelopeuse.d.ts +52 -0
- package/models/operations/envelopeuse.d.ts.map +1 -1
- package/models/operations/envelopeuse.js +74 -2
- package/models/operations/envelopeuse.js.map +1 -1
- package/models/operations/recipientcreatedocumentrecipient.d.ts +4 -0
- package/models/operations/recipientcreatedocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientcreatedocumentrecipient.js +4 -0
- package/models/operations/recipientcreatedocumentrecipient.js.map +1 -1
- package/models/operations/recipientcreatedocumentrecipients.d.ts +4 -0
- package/models/operations/recipientcreatedocumentrecipients.d.ts.map +1 -1
- package/models/operations/recipientcreatedocumentrecipients.js +4 -0
- package/models/operations/recipientcreatedocumentrecipients.js.map +1 -1
- package/models/operations/recipientcreatetemplaterecipient.d.ts +4 -0
- package/models/operations/recipientcreatetemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientcreatetemplaterecipient.js +4 -0
- package/models/operations/recipientcreatetemplaterecipient.js.map +1 -1
- package/models/operations/recipientcreatetemplaterecipients.d.ts +4 -0
- package/models/operations/recipientcreatetemplaterecipients.d.ts.map +1 -1
- package/models/operations/recipientcreatetemplaterecipients.js +4 -0
- package/models/operations/recipientcreatetemplaterecipients.js.map +1 -1
- package/models/operations/recipientgetdocumentrecipient.d.ts +4 -0
- package/models/operations/recipientgetdocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientgetdocumentrecipient.js +4 -0
- package/models/operations/recipientgetdocumentrecipient.js.map +1 -1
- package/models/operations/recipientgettemplaterecipient.d.ts +4 -0
- package/models/operations/recipientgettemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientgettemplaterecipient.js +4 -0
- package/models/operations/recipientgettemplaterecipient.js.map +1 -1
- package/models/operations/recipientupdatedocumentrecipient.d.ts +4 -0
- package/models/operations/recipientupdatedocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientupdatedocumentrecipient.js +4 -0
- package/models/operations/recipientupdatedocumentrecipient.js.map +1 -1
- package/models/operations/recipientupdatedocumentrecipients.d.ts +4 -0
- package/models/operations/recipientupdatedocumentrecipients.d.ts.map +1 -1
- package/models/operations/recipientupdatedocumentrecipients.js +4 -0
- package/models/operations/recipientupdatedocumentrecipients.js.map +1 -1
- package/models/operations/recipientupdatetemplaterecipient.d.ts +4 -0
- package/models/operations/recipientupdatetemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientupdatetemplaterecipient.js +4 -0
- package/models/operations/recipientupdatetemplaterecipient.js.map +1 -1
- package/models/operations/recipientupdatetemplaterecipients.d.ts +4 -0
- package/models/operations/recipientupdatetemplaterecipients.d.ts.map +1 -1
- package/models/operations/recipientupdatetemplaterecipients.js +4 -0
- package/models/operations/recipientupdatetemplaterecipients.js.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.d.ts +108 -0
- package/models/operations/templatecreatedocumentfromtemplate.d.ts.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.js +166 -4
- package/models/operations/templatecreatedocumentfromtemplate.js.map +1 -1
- package/models/operations/templatecreatetemplate.d.ts +2 -0
- package/models/operations/templatecreatetemplate.d.ts.map +1 -1
- package/models/operations/templatecreatetemplate.js +2 -0
- package/models/operations/templatecreatetemplate.js.map +1 -1
- package/models/operations/templatecreatetemplatetemporary.d.ts +8 -0
- package/models/operations/templatecreatetemplatetemporary.d.ts.map +1 -1
- package/models/operations/templatecreatetemplatetemporary.js +8 -0
- package/models/operations/templatecreatetemplatetemporary.js.map +1 -1
- package/models/operations/templatefindtemplates.d.ts +4 -0
- package/models/operations/templatefindtemplates.d.ts.map +1 -1
- package/models/operations/templatefindtemplates.js +4 -0
- package/models/operations/templatefindtemplates.js.map +1 -1
- package/models/operations/templategetmany.d.ts +4 -0
- package/models/operations/templategetmany.d.ts.map +1 -1
- package/models/operations/templategetmany.js +4 -0
- package/models/operations/templategetmany.js.map +1 -1
- package/models/operations/templategettemplatebyid.d.ts +6 -0
- package/models/operations/templategettemplatebyid.d.ts.map +1 -1
- package/models/operations/templategettemplatebyid.js +6 -0
- package/models/operations/templategettemplatebyid.js.map +1 -1
- package/models/operations/templateupdatetemplate.d.ts +2 -0
- package/models/operations/templateupdatetemplate.d.ts.map +1 -1
- package/models/operations/templateupdatetemplate.js +2 -0
- package/models/operations/templateupdatetemplate.js.map +1 -1
- package/package.json +4 -4
- 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/documentcreate.ts +207 -0
- package/src/models/operations/documentcreatedocumenttemporary.ts +414 -0
- package/src/models/operations/documentdistribute.ts +4 -0
- package/src/models/operations/documentfind.ts +8 -0
- package/src/models/operations/documentget.ts +199 -0
- package/src/models/operations/documentgetmany.ts +8 -0
- package/src/models/operations/documentupdate.ts +207 -0
- package/src/models/operations/envelopeauditlogfind.ts +142 -2
- package/src/models/operations/envelopecreate.ts +207 -0
- package/src/models/operations/envelopedistribute.ts +4 -0
- package/src/models/operations/envelopefieldcreatemany.ts +3393 -859
- package/src/models/operations/envelopefind.ts +8 -0
- package/src/models/operations/envelopeget.ts +199 -0
- package/src/models/operations/envelopegetmany.ts +213 -0
- package/src/models/operations/enveloperecipientcreatemany.ts +8 -0
- package/src/models/operations/enveloperecipientget.ts +8 -0
- package/src/models/operations/enveloperecipientupdatemany.ts +8 -0
- package/src/models/operations/envelopeupdate.ts +207 -0
- package/src/models/operations/envelopeuse.ts +193 -0
- package/src/models/operations/recipientcreatedocumentrecipient.ts +8 -0
- package/src/models/operations/recipientcreatedocumentrecipients.ts +8 -0
- package/src/models/operations/recipientcreatetemplaterecipient.ts +8 -0
- package/src/models/operations/recipientcreatetemplaterecipients.ts +8 -0
- package/src/models/operations/recipientgetdocumentrecipient.ts +8 -0
- package/src/models/operations/recipientgettemplaterecipient.ts +8 -0
- package/src/models/operations/recipientupdatedocumentrecipient.ts +8 -0
- package/src/models/operations/recipientupdatedocumentrecipients.ts +8 -0
- package/src/models/operations/recipientupdatetemplaterecipient.ts +8 -0
- package/src/models/operations/recipientupdatetemplaterecipients.ts +8 -0
- package/src/models/operations/templatecreatedocumentfromtemplate.ts +472 -0
- package/src/models/operations/templatecreatetemplate.ts +4 -0
- package/src/models/operations/templatecreatetemplatetemporary.ts +16 -0
- package/src/models/operations/templatefindtemplates.ts +8 -0
- package/src/models/operations/templategetmany.ts +8 -0
- package/src/models/operations/templategettemplatebyid.ts +12 -0
- package/src/models/operations/templateupdatetemplate.ts +4 -0
- package/src/sdk/documents.ts +2 -0
|
@@ -2,26 +2,353 @@ import * as z from "zod/v3";
|
|
|
2
2
|
import { ClosedEnum } from "../../types/enums.js";
|
|
3
3
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
4
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
-
export declare const
|
|
5
|
+
export declare const EnvelopeFieldCreateManyTypeDropdownEnum2: {
|
|
6
6
|
readonly Dropdown: "dropdown";
|
|
7
7
|
};
|
|
8
|
-
export type
|
|
9
|
-
export type
|
|
8
|
+
export type EnvelopeFieldCreateManyTypeDropdownEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeDropdownEnum2>;
|
|
9
|
+
export type EnvelopeFieldCreateManyValueDropdown2 = {
|
|
10
10
|
value: string;
|
|
11
11
|
};
|
|
12
|
-
export type
|
|
12
|
+
export type EnvelopeFieldCreateManyFieldMetaDropdownRequest2 = {
|
|
13
13
|
label?: string | undefined;
|
|
14
14
|
placeholder?: string | undefined;
|
|
15
15
|
required?: boolean | undefined;
|
|
16
16
|
readOnly?: boolean | undefined;
|
|
17
17
|
fontSize?: number | undefined;
|
|
18
|
-
type:
|
|
19
|
-
values?: Array<
|
|
18
|
+
type: EnvelopeFieldCreateManyTypeDropdownEnum2;
|
|
19
|
+
values?: Array<EnvelopeFieldCreateManyValueDropdown2> | undefined;
|
|
20
20
|
defaultValue?: string | undefined;
|
|
21
21
|
};
|
|
22
|
-
export type
|
|
22
|
+
export type EnvelopeFieldCreateManyDataDropdown2 = {
|
|
23
23
|
type: "DROPDOWN";
|
|
24
|
-
fieldMeta?:
|
|
24
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaDropdownRequest2 | undefined;
|
|
25
|
+
recipientId: number;
|
|
26
|
+
envelopeItemId?: string | undefined;
|
|
27
|
+
placeholder: string;
|
|
28
|
+
width?: number | undefined;
|
|
29
|
+
height?: number | undefined;
|
|
30
|
+
matchAll?: boolean | undefined;
|
|
31
|
+
};
|
|
32
|
+
export declare const EnvelopeFieldCreateManyTypeCheckboxEnum2: {
|
|
33
|
+
readonly Checkbox: "checkbox";
|
|
34
|
+
};
|
|
35
|
+
export type EnvelopeFieldCreateManyTypeCheckboxEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeCheckboxEnum2>;
|
|
36
|
+
export type EnvelopeFieldCreateManyValueCheckbox2 = {
|
|
37
|
+
id: number;
|
|
38
|
+
checked: boolean;
|
|
39
|
+
value: string;
|
|
40
|
+
};
|
|
41
|
+
export declare const EnvelopeFieldCreateManyDirectionCheckbox2: {
|
|
42
|
+
readonly Vertical: "vertical";
|
|
43
|
+
readonly Horizontal: "horizontal";
|
|
44
|
+
};
|
|
45
|
+
export type EnvelopeFieldCreateManyDirectionCheckbox2 = ClosedEnum<typeof EnvelopeFieldCreateManyDirectionCheckbox2>;
|
|
46
|
+
export type EnvelopeFieldCreateManyFieldMetaCheckboxRequest2 = {
|
|
47
|
+
label?: string | undefined;
|
|
48
|
+
placeholder?: string | undefined;
|
|
49
|
+
required?: boolean | undefined;
|
|
50
|
+
readOnly?: boolean | undefined;
|
|
51
|
+
fontSize?: number | undefined;
|
|
52
|
+
type: EnvelopeFieldCreateManyTypeCheckboxEnum2;
|
|
53
|
+
values?: Array<EnvelopeFieldCreateManyValueCheckbox2> | undefined;
|
|
54
|
+
validationRule?: string | undefined;
|
|
55
|
+
validationLength?: number | undefined;
|
|
56
|
+
direction?: EnvelopeFieldCreateManyDirectionCheckbox2 | undefined;
|
|
57
|
+
};
|
|
58
|
+
export type EnvelopeFieldCreateManyDataCheckbox2 = {
|
|
59
|
+
type: "CHECKBOX";
|
|
60
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaCheckboxRequest2 | undefined;
|
|
61
|
+
recipientId: number;
|
|
62
|
+
envelopeItemId?: string | undefined;
|
|
63
|
+
placeholder: string;
|
|
64
|
+
width?: number | undefined;
|
|
65
|
+
height?: number | undefined;
|
|
66
|
+
matchAll?: boolean | undefined;
|
|
67
|
+
};
|
|
68
|
+
export declare const EnvelopeFieldCreateManyTypeRadioEnum2: {
|
|
69
|
+
readonly Radio: "radio";
|
|
70
|
+
};
|
|
71
|
+
export type EnvelopeFieldCreateManyTypeRadioEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeRadioEnum2>;
|
|
72
|
+
export type EnvelopeFieldCreateManyValueRadio2 = {
|
|
73
|
+
id: number;
|
|
74
|
+
checked: boolean;
|
|
75
|
+
value: string;
|
|
76
|
+
};
|
|
77
|
+
export declare const EnvelopeFieldCreateManyDirectionRadio2: {
|
|
78
|
+
readonly Vertical: "vertical";
|
|
79
|
+
readonly Horizontal: "horizontal";
|
|
80
|
+
};
|
|
81
|
+
export type EnvelopeFieldCreateManyDirectionRadio2 = ClosedEnum<typeof EnvelopeFieldCreateManyDirectionRadio2>;
|
|
82
|
+
export type EnvelopeFieldCreateManyFieldMetaRadioRequest2 = {
|
|
83
|
+
label?: string | undefined;
|
|
84
|
+
placeholder?: string | undefined;
|
|
85
|
+
required?: boolean | undefined;
|
|
86
|
+
readOnly?: boolean | undefined;
|
|
87
|
+
fontSize?: number | undefined;
|
|
88
|
+
type: EnvelopeFieldCreateManyTypeRadioEnum2;
|
|
89
|
+
values?: Array<EnvelopeFieldCreateManyValueRadio2> | undefined;
|
|
90
|
+
direction?: EnvelopeFieldCreateManyDirectionRadio2 | undefined;
|
|
91
|
+
};
|
|
92
|
+
export type EnvelopeFieldCreateManyDataRadio2 = {
|
|
93
|
+
type: "RADIO";
|
|
94
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaRadioRequest2 | undefined;
|
|
95
|
+
recipientId: number;
|
|
96
|
+
envelopeItemId?: string | undefined;
|
|
97
|
+
placeholder: string;
|
|
98
|
+
width?: number | undefined;
|
|
99
|
+
height?: number | undefined;
|
|
100
|
+
matchAll?: boolean | undefined;
|
|
101
|
+
};
|
|
102
|
+
export declare const EnvelopeFieldCreateManyTypeNumberEnum2: {
|
|
103
|
+
readonly Number: "number";
|
|
104
|
+
};
|
|
105
|
+
export type EnvelopeFieldCreateManyTypeNumberEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeNumberEnum2>;
|
|
106
|
+
export declare const EnvelopeFieldCreateManyTextAlignNumber2: {
|
|
107
|
+
readonly Left: "left";
|
|
108
|
+
readonly Center: "center";
|
|
109
|
+
readonly Right: "right";
|
|
110
|
+
};
|
|
111
|
+
export type EnvelopeFieldCreateManyTextAlignNumber2 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignNumber2>;
|
|
112
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignNumber2: {
|
|
113
|
+
readonly Top: "top";
|
|
114
|
+
readonly Middle: "middle";
|
|
115
|
+
readonly Bottom: "bottom";
|
|
116
|
+
};
|
|
117
|
+
export type EnvelopeFieldCreateManyVerticalAlignNumber2 = ClosedEnum<typeof EnvelopeFieldCreateManyVerticalAlignNumber2>;
|
|
118
|
+
export type EnvelopeFieldCreateManyFieldMetaNumberRequest2 = {
|
|
119
|
+
label?: string | undefined;
|
|
120
|
+
placeholder?: string | undefined;
|
|
121
|
+
required?: boolean | undefined;
|
|
122
|
+
readOnly?: boolean | undefined;
|
|
123
|
+
fontSize?: number | undefined;
|
|
124
|
+
type: EnvelopeFieldCreateManyTypeNumberEnum2;
|
|
125
|
+
numberFormat?: string | null | undefined;
|
|
126
|
+
value?: string | undefined;
|
|
127
|
+
minValue?: number | null | undefined;
|
|
128
|
+
maxValue?: number | null | undefined;
|
|
129
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignNumber2 | undefined;
|
|
130
|
+
lineHeight?: number | null | undefined;
|
|
131
|
+
letterSpacing?: number | null | undefined;
|
|
132
|
+
verticalAlign?: EnvelopeFieldCreateManyVerticalAlignNumber2 | null | undefined;
|
|
133
|
+
};
|
|
134
|
+
export type EnvelopeFieldCreateManyDataNumber2 = {
|
|
135
|
+
type: "NUMBER";
|
|
136
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaNumberRequest2 | undefined;
|
|
137
|
+
recipientId: number;
|
|
138
|
+
envelopeItemId?: string | undefined;
|
|
139
|
+
placeholder: string;
|
|
140
|
+
width?: number | undefined;
|
|
141
|
+
height?: number | undefined;
|
|
142
|
+
matchAll?: boolean | undefined;
|
|
143
|
+
};
|
|
144
|
+
export declare const EnvelopeFieldCreateManyTypeTextEnum2: {
|
|
145
|
+
readonly Text: "text";
|
|
146
|
+
};
|
|
147
|
+
export type EnvelopeFieldCreateManyTypeTextEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeTextEnum2>;
|
|
148
|
+
export declare const EnvelopeFieldCreateManyTextAlignText2: {
|
|
149
|
+
readonly Left: "left";
|
|
150
|
+
readonly Center: "center";
|
|
151
|
+
readonly Right: "right";
|
|
152
|
+
};
|
|
153
|
+
export type EnvelopeFieldCreateManyTextAlignText2 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignText2>;
|
|
154
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignText2: {
|
|
155
|
+
readonly Top: "top";
|
|
156
|
+
readonly Middle: "middle";
|
|
157
|
+
readonly Bottom: "bottom";
|
|
158
|
+
};
|
|
159
|
+
export type EnvelopeFieldCreateManyVerticalAlignText2 = ClosedEnum<typeof EnvelopeFieldCreateManyVerticalAlignText2>;
|
|
160
|
+
export type EnvelopeFieldCreateManyFieldMetaTextRequest2 = {
|
|
161
|
+
label?: string | undefined;
|
|
162
|
+
placeholder?: string | undefined;
|
|
163
|
+
required?: boolean | undefined;
|
|
164
|
+
readOnly?: boolean | undefined;
|
|
165
|
+
fontSize?: number | undefined;
|
|
166
|
+
type: EnvelopeFieldCreateManyTypeTextEnum2;
|
|
167
|
+
text?: string | undefined;
|
|
168
|
+
characterLimit?: number | undefined;
|
|
169
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignText2 | undefined;
|
|
170
|
+
lineHeight?: number | null | undefined;
|
|
171
|
+
letterSpacing?: number | null | undefined;
|
|
172
|
+
verticalAlign?: EnvelopeFieldCreateManyVerticalAlignText2 | null | undefined;
|
|
173
|
+
};
|
|
174
|
+
export type EnvelopeFieldCreateManyDataText2 = {
|
|
175
|
+
type: "TEXT";
|
|
176
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaTextRequest2 | undefined;
|
|
177
|
+
recipientId: number;
|
|
178
|
+
envelopeItemId?: string | undefined;
|
|
179
|
+
placeholder: string;
|
|
180
|
+
width?: number | undefined;
|
|
181
|
+
height?: number | undefined;
|
|
182
|
+
matchAll?: boolean | undefined;
|
|
183
|
+
};
|
|
184
|
+
export declare const EnvelopeFieldCreateManyTypeDateEnum2: {
|
|
185
|
+
readonly Date: "date";
|
|
186
|
+
};
|
|
187
|
+
export type EnvelopeFieldCreateManyTypeDateEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeDateEnum2>;
|
|
188
|
+
export declare const EnvelopeFieldCreateManyTextAlignDate2: {
|
|
189
|
+
readonly Left: "left";
|
|
190
|
+
readonly Center: "center";
|
|
191
|
+
readonly Right: "right";
|
|
192
|
+
};
|
|
193
|
+
export type EnvelopeFieldCreateManyTextAlignDate2 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignDate2>;
|
|
194
|
+
export type EnvelopeFieldCreateManyFieldMetaDateRequest2 = {
|
|
195
|
+
label?: string | undefined;
|
|
196
|
+
placeholder?: string | undefined;
|
|
197
|
+
required?: boolean | undefined;
|
|
198
|
+
readOnly?: boolean | undefined;
|
|
199
|
+
fontSize?: number | undefined;
|
|
200
|
+
type: EnvelopeFieldCreateManyTypeDateEnum2;
|
|
201
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignDate2 | undefined;
|
|
202
|
+
};
|
|
203
|
+
export type EnvelopeFieldCreateManyDataDate2 = {
|
|
204
|
+
type: "DATE";
|
|
205
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaDateRequest2 | undefined;
|
|
206
|
+
recipientId: number;
|
|
207
|
+
envelopeItemId?: string | undefined;
|
|
208
|
+
placeholder: string;
|
|
209
|
+
width?: number | undefined;
|
|
210
|
+
height?: number | undefined;
|
|
211
|
+
matchAll?: boolean | undefined;
|
|
212
|
+
};
|
|
213
|
+
export declare const EnvelopeFieldCreateManyTypeEmailEnum2: {
|
|
214
|
+
readonly Email: "email";
|
|
215
|
+
};
|
|
216
|
+
export type EnvelopeFieldCreateManyTypeEmailEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeEmailEnum2>;
|
|
217
|
+
export declare const EnvelopeFieldCreateManyTextAlignEmail2: {
|
|
218
|
+
readonly Left: "left";
|
|
219
|
+
readonly Center: "center";
|
|
220
|
+
readonly Right: "right";
|
|
221
|
+
};
|
|
222
|
+
export type EnvelopeFieldCreateManyTextAlignEmail2 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignEmail2>;
|
|
223
|
+
export type EnvelopeFieldCreateManyFieldMetaEmailRequest2 = {
|
|
224
|
+
label?: string | undefined;
|
|
225
|
+
placeholder?: string | undefined;
|
|
226
|
+
required?: boolean | undefined;
|
|
227
|
+
readOnly?: boolean | undefined;
|
|
228
|
+
fontSize?: number | undefined;
|
|
229
|
+
type: EnvelopeFieldCreateManyTypeEmailEnum2;
|
|
230
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignEmail2 | undefined;
|
|
231
|
+
};
|
|
232
|
+
export type EnvelopeFieldCreateManyDataEmail2 = {
|
|
233
|
+
type: "EMAIL";
|
|
234
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaEmailRequest2 | undefined;
|
|
235
|
+
recipientId: number;
|
|
236
|
+
envelopeItemId?: string | undefined;
|
|
237
|
+
placeholder: string;
|
|
238
|
+
width?: number | undefined;
|
|
239
|
+
height?: number | undefined;
|
|
240
|
+
matchAll?: boolean | undefined;
|
|
241
|
+
};
|
|
242
|
+
export declare const EnvelopeFieldCreateManyTypeNameEnum2: {
|
|
243
|
+
readonly Name: "name";
|
|
244
|
+
};
|
|
245
|
+
export type EnvelopeFieldCreateManyTypeNameEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeNameEnum2>;
|
|
246
|
+
export declare const EnvelopeFieldCreateManyTextAlignName2: {
|
|
247
|
+
readonly Left: "left";
|
|
248
|
+
readonly Center: "center";
|
|
249
|
+
readonly Right: "right";
|
|
250
|
+
};
|
|
251
|
+
export type EnvelopeFieldCreateManyTextAlignName2 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignName2>;
|
|
252
|
+
export type EnvelopeFieldCreateManyFieldMetaNameRequest2 = {
|
|
253
|
+
label?: string | undefined;
|
|
254
|
+
placeholder?: string | undefined;
|
|
255
|
+
required?: boolean | undefined;
|
|
256
|
+
readOnly?: boolean | undefined;
|
|
257
|
+
fontSize?: number | undefined;
|
|
258
|
+
type: EnvelopeFieldCreateManyTypeNameEnum2;
|
|
259
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignName2 | undefined;
|
|
260
|
+
};
|
|
261
|
+
export type EnvelopeFieldCreateManyDataName2 = {
|
|
262
|
+
type: "NAME";
|
|
263
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaNameRequest2 | undefined;
|
|
264
|
+
recipientId: number;
|
|
265
|
+
envelopeItemId?: string | undefined;
|
|
266
|
+
placeholder: string;
|
|
267
|
+
width?: number | undefined;
|
|
268
|
+
height?: number | undefined;
|
|
269
|
+
matchAll?: boolean | undefined;
|
|
270
|
+
};
|
|
271
|
+
export declare const EnvelopeFieldCreateManyTypeInitialsEnum2: {
|
|
272
|
+
readonly Initials: "initials";
|
|
273
|
+
};
|
|
274
|
+
export type EnvelopeFieldCreateManyTypeInitialsEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeInitialsEnum2>;
|
|
275
|
+
export declare const EnvelopeFieldCreateManyTextAlignInitials2: {
|
|
276
|
+
readonly Left: "left";
|
|
277
|
+
readonly Center: "center";
|
|
278
|
+
readonly Right: "right";
|
|
279
|
+
};
|
|
280
|
+
export type EnvelopeFieldCreateManyTextAlignInitials2 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignInitials2>;
|
|
281
|
+
export type EnvelopeFieldCreateManyFieldMetaInitialsRequest2 = {
|
|
282
|
+
label?: string | undefined;
|
|
283
|
+
placeholder?: string | undefined;
|
|
284
|
+
required?: boolean | undefined;
|
|
285
|
+
readOnly?: boolean | undefined;
|
|
286
|
+
fontSize?: number | undefined;
|
|
287
|
+
type: EnvelopeFieldCreateManyTypeInitialsEnum2;
|
|
288
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignInitials2 | undefined;
|
|
289
|
+
};
|
|
290
|
+
export type EnvelopeFieldCreateManyDataInitials2 = {
|
|
291
|
+
type: "INITIALS";
|
|
292
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaInitialsRequest2 | undefined;
|
|
293
|
+
recipientId: number;
|
|
294
|
+
envelopeItemId?: string | undefined;
|
|
295
|
+
placeholder: string;
|
|
296
|
+
width?: number | undefined;
|
|
297
|
+
height?: number | undefined;
|
|
298
|
+
matchAll?: boolean | undefined;
|
|
299
|
+
};
|
|
300
|
+
export type EnvelopeFieldCreateManyDataFreeSignature2 = {
|
|
301
|
+
type: "FREE_SIGNATURE";
|
|
302
|
+
recipientId: number;
|
|
303
|
+
envelopeItemId?: string | undefined;
|
|
304
|
+
placeholder: string;
|
|
305
|
+
width?: number | undefined;
|
|
306
|
+
height?: number | undefined;
|
|
307
|
+
matchAll?: boolean | undefined;
|
|
308
|
+
};
|
|
309
|
+
export declare const EnvelopeFieldCreateManyTypeSignatureEnum2: {
|
|
310
|
+
readonly Signature: "signature";
|
|
311
|
+
};
|
|
312
|
+
export type EnvelopeFieldCreateManyTypeSignatureEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeSignatureEnum2>;
|
|
313
|
+
export type EnvelopeFieldCreateManyFieldMetaSignatureRequest2 = {
|
|
314
|
+
label?: string | undefined;
|
|
315
|
+
placeholder?: string | undefined;
|
|
316
|
+
required?: boolean | undefined;
|
|
317
|
+
readOnly?: boolean | undefined;
|
|
318
|
+
fontSize?: number | undefined;
|
|
319
|
+
type: EnvelopeFieldCreateManyTypeSignatureEnum2;
|
|
320
|
+
};
|
|
321
|
+
export type EnvelopeFieldCreateManyDataSignature2 = {
|
|
322
|
+
type: "SIGNATURE";
|
|
323
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaSignatureRequest2 | undefined;
|
|
324
|
+
recipientId: number;
|
|
325
|
+
envelopeItemId?: string | undefined;
|
|
326
|
+
placeholder: string;
|
|
327
|
+
width?: number | undefined;
|
|
328
|
+
height?: number | undefined;
|
|
329
|
+
matchAll?: boolean | undefined;
|
|
330
|
+
};
|
|
331
|
+
export type EnvelopeFieldCreateManyDataUnion3 = EnvelopeFieldCreateManyDataSignature2 | EnvelopeFieldCreateManyDataFreeSignature2 | EnvelopeFieldCreateManyDataInitials2 | EnvelopeFieldCreateManyDataName2 | EnvelopeFieldCreateManyDataEmail2 | EnvelopeFieldCreateManyDataDate2 | EnvelopeFieldCreateManyDataText2 | EnvelopeFieldCreateManyDataNumber2 | EnvelopeFieldCreateManyDataRadio2 | EnvelopeFieldCreateManyDataCheckbox2 | EnvelopeFieldCreateManyDataDropdown2;
|
|
332
|
+
export declare const EnvelopeFieldCreateManyTypeDropdownEnum1: {
|
|
333
|
+
readonly Dropdown: "dropdown";
|
|
334
|
+
};
|
|
335
|
+
export type EnvelopeFieldCreateManyTypeDropdownEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeDropdownEnum1>;
|
|
336
|
+
export type EnvelopeFieldCreateManyValueDropdown1 = {
|
|
337
|
+
value: string;
|
|
338
|
+
};
|
|
339
|
+
export type EnvelopeFieldCreateManyFieldMetaDropdownRequest1 = {
|
|
340
|
+
label?: string | undefined;
|
|
341
|
+
placeholder?: string | undefined;
|
|
342
|
+
required?: boolean | undefined;
|
|
343
|
+
readOnly?: boolean | undefined;
|
|
344
|
+
fontSize?: number | undefined;
|
|
345
|
+
type: EnvelopeFieldCreateManyTypeDropdownEnum1;
|
|
346
|
+
values?: Array<EnvelopeFieldCreateManyValueDropdown1> | undefined;
|
|
347
|
+
defaultValue?: string | undefined;
|
|
348
|
+
};
|
|
349
|
+
export type EnvelopeFieldCreateManyDataDropdown1 = {
|
|
350
|
+
type: "DROPDOWN";
|
|
351
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaDropdownRequest1 | undefined;
|
|
25
352
|
recipientId: number;
|
|
26
353
|
envelopeItemId?: string | undefined;
|
|
27
354
|
page: number;
|
|
@@ -30,35 +357,35 @@ export type EnvelopeFieldCreateManyDataDropdown = {
|
|
|
30
357
|
width: number;
|
|
31
358
|
height: number;
|
|
32
359
|
};
|
|
33
|
-
export declare const
|
|
360
|
+
export declare const EnvelopeFieldCreateManyTypeCheckboxEnum1: {
|
|
34
361
|
readonly Checkbox: "checkbox";
|
|
35
362
|
};
|
|
36
|
-
export type
|
|
37
|
-
export type
|
|
363
|
+
export type EnvelopeFieldCreateManyTypeCheckboxEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeCheckboxEnum1>;
|
|
364
|
+
export type EnvelopeFieldCreateManyValueCheckbox1 = {
|
|
38
365
|
id: number;
|
|
39
366
|
checked: boolean;
|
|
40
367
|
value: string;
|
|
41
368
|
};
|
|
42
|
-
export declare const
|
|
369
|
+
export declare const EnvelopeFieldCreateManyDirectionCheckbox1: {
|
|
43
370
|
readonly Vertical: "vertical";
|
|
44
371
|
readonly Horizontal: "horizontal";
|
|
45
372
|
};
|
|
46
|
-
export type
|
|
47
|
-
export type
|
|
373
|
+
export type EnvelopeFieldCreateManyDirectionCheckbox1 = ClosedEnum<typeof EnvelopeFieldCreateManyDirectionCheckbox1>;
|
|
374
|
+
export type EnvelopeFieldCreateManyFieldMetaCheckboxRequest1 = {
|
|
48
375
|
label?: string | undefined;
|
|
49
376
|
placeholder?: string | undefined;
|
|
50
377
|
required?: boolean | undefined;
|
|
51
378
|
readOnly?: boolean | undefined;
|
|
52
379
|
fontSize?: number | undefined;
|
|
53
|
-
type:
|
|
54
|
-
values?: Array<
|
|
380
|
+
type: EnvelopeFieldCreateManyTypeCheckboxEnum1;
|
|
381
|
+
values?: Array<EnvelopeFieldCreateManyValueCheckbox1> | undefined;
|
|
55
382
|
validationRule?: string | undefined;
|
|
56
383
|
validationLength?: number | undefined;
|
|
57
|
-
direction?:
|
|
384
|
+
direction?: EnvelopeFieldCreateManyDirectionCheckbox1 | undefined;
|
|
58
385
|
};
|
|
59
|
-
export type
|
|
386
|
+
export type EnvelopeFieldCreateManyDataCheckbox1 = {
|
|
60
387
|
type: "CHECKBOX";
|
|
61
|
-
fieldMeta?:
|
|
388
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaCheckboxRequest1 | undefined;
|
|
62
389
|
recipientId: number;
|
|
63
390
|
envelopeItemId?: string | undefined;
|
|
64
391
|
page: number;
|
|
@@ -67,33 +394,33 @@ export type EnvelopeFieldCreateManyDataCheckbox = {
|
|
|
67
394
|
width: number;
|
|
68
395
|
height: number;
|
|
69
396
|
};
|
|
70
|
-
export declare const
|
|
397
|
+
export declare const EnvelopeFieldCreateManyTypeRadioEnum1: {
|
|
71
398
|
readonly Radio: "radio";
|
|
72
399
|
};
|
|
73
|
-
export type
|
|
74
|
-
export type
|
|
400
|
+
export type EnvelopeFieldCreateManyTypeRadioEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeRadioEnum1>;
|
|
401
|
+
export type EnvelopeFieldCreateManyValueRadio1 = {
|
|
75
402
|
id: number;
|
|
76
403
|
checked: boolean;
|
|
77
404
|
value: string;
|
|
78
405
|
};
|
|
79
|
-
export declare const
|
|
406
|
+
export declare const EnvelopeFieldCreateManyDirectionRadio1: {
|
|
80
407
|
readonly Vertical: "vertical";
|
|
81
408
|
readonly Horizontal: "horizontal";
|
|
82
409
|
};
|
|
83
|
-
export type
|
|
84
|
-
export type
|
|
410
|
+
export type EnvelopeFieldCreateManyDirectionRadio1 = ClosedEnum<typeof EnvelopeFieldCreateManyDirectionRadio1>;
|
|
411
|
+
export type EnvelopeFieldCreateManyFieldMetaRadioRequest1 = {
|
|
85
412
|
label?: string | undefined;
|
|
86
413
|
placeholder?: string | undefined;
|
|
87
414
|
required?: boolean | undefined;
|
|
88
415
|
readOnly?: boolean | undefined;
|
|
89
416
|
fontSize?: number | undefined;
|
|
90
|
-
type:
|
|
91
|
-
values?: Array<
|
|
92
|
-
direction?:
|
|
417
|
+
type: EnvelopeFieldCreateManyTypeRadioEnum1;
|
|
418
|
+
values?: Array<EnvelopeFieldCreateManyValueRadio1> | undefined;
|
|
419
|
+
direction?: EnvelopeFieldCreateManyDirectionRadio1 | undefined;
|
|
93
420
|
};
|
|
94
|
-
export type
|
|
421
|
+
export type EnvelopeFieldCreateManyDataRadio1 = {
|
|
95
422
|
type: "RADIO";
|
|
96
|
-
fieldMeta?:
|
|
423
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaRadioRequest1 | undefined;
|
|
97
424
|
recipientId: number;
|
|
98
425
|
envelopeItemId?: string | undefined;
|
|
99
426
|
page: number;
|
|
@@ -102,41 +429,41 @@ export type EnvelopeFieldCreateManyDataRadio = {
|
|
|
102
429
|
width: number;
|
|
103
430
|
height: number;
|
|
104
431
|
};
|
|
105
|
-
export declare const
|
|
432
|
+
export declare const EnvelopeFieldCreateManyTypeNumberEnum1: {
|
|
106
433
|
readonly Number: "number";
|
|
107
434
|
};
|
|
108
|
-
export type
|
|
109
|
-
export declare const
|
|
435
|
+
export type EnvelopeFieldCreateManyTypeNumberEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeNumberEnum1>;
|
|
436
|
+
export declare const EnvelopeFieldCreateManyTextAlignNumber1: {
|
|
110
437
|
readonly Left: "left";
|
|
111
438
|
readonly Center: "center";
|
|
112
439
|
readonly Right: "right";
|
|
113
440
|
};
|
|
114
|
-
export type
|
|
115
|
-
export declare const
|
|
441
|
+
export type EnvelopeFieldCreateManyTextAlignNumber1 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignNumber1>;
|
|
442
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignNumber1: {
|
|
116
443
|
readonly Top: "top";
|
|
117
444
|
readonly Middle: "middle";
|
|
118
445
|
readonly Bottom: "bottom";
|
|
119
446
|
};
|
|
120
|
-
export type
|
|
121
|
-
export type
|
|
447
|
+
export type EnvelopeFieldCreateManyVerticalAlignNumber1 = ClosedEnum<typeof EnvelopeFieldCreateManyVerticalAlignNumber1>;
|
|
448
|
+
export type EnvelopeFieldCreateManyFieldMetaNumberRequest1 = {
|
|
122
449
|
label?: string | undefined;
|
|
123
450
|
placeholder?: string | undefined;
|
|
124
451
|
required?: boolean | undefined;
|
|
125
452
|
readOnly?: boolean | undefined;
|
|
126
453
|
fontSize?: number | undefined;
|
|
127
|
-
type:
|
|
454
|
+
type: EnvelopeFieldCreateManyTypeNumberEnum1;
|
|
128
455
|
numberFormat?: string | null | undefined;
|
|
129
456
|
value?: string | undefined;
|
|
130
457
|
minValue?: number | null | undefined;
|
|
131
458
|
maxValue?: number | null | undefined;
|
|
132
|
-
textAlign?:
|
|
459
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignNumber1 | undefined;
|
|
133
460
|
lineHeight?: number | null | undefined;
|
|
134
461
|
letterSpacing?: number | null | undefined;
|
|
135
|
-
verticalAlign?:
|
|
462
|
+
verticalAlign?: EnvelopeFieldCreateManyVerticalAlignNumber1 | null | undefined;
|
|
136
463
|
};
|
|
137
|
-
export type
|
|
464
|
+
export type EnvelopeFieldCreateManyDataNumber1 = {
|
|
138
465
|
type: "NUMBER";
|
|
139
|
-
fieldMeta?:
|
|
466
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaNumberRequest1 | undefined;
|
|
140
467
|
recipientId: number;
|
|
141
468
|
envelopeItemId?: string | undefined;
|
|
142
469
|
page: number;
|
|
@@ -145,39 +472,39 @@ export type EnvelopeFieldCreateManyDataNumber = {
|
|
|
145
472
|
width: number;
|
|
146
473
|
height: number;
|
|
147
474
|
};
|
|
148
|
-
export declare const
|
|
475
|
+
export declare const EnvelopeFieldCreateManyTypeTextEnum1: {
|
|
149
476
|
readonly Text: "text";
|
|
150
477
|
};
|
|
151
|
-
export type
|
|
152
|
-
export declare const
|
|
478
|
+
export type EnvelopeFieldCreateManyTypeTextEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeTextEnum1>;
|
|
479
|
+
export declare const EnvelopeFieldCreateManyTextAlignText1: {
|
|
153
480
|
readonly Left: "left";
|
|
154
481
|
readonly Center: "center";
|
|
155
482
|
readonly Right: "right";
|
|
156
483
|
};
|
|
157
|
-
export type
|
|
158
|
-
export declare const
|
|
484
|
+
export type EnvelopeFieldCreateManyTextAlignText1 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignText1>;
|
|
485
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignText1: {
|
|
159
486
|
readonly Top: "top";
|
|
160
487
|
readonly Middle: "middle";
|
|
161
488
|
readonly Bottom: "bottom";
|
|
162
489
|
};
|
|
163
|
-
export type
|
|
164
|
-
export type
|
|
490
|
+
export type EnvelopeFieldCreateManyVerticalAlignText1 = ClosedEnum<typeof EnvelopeFieldCreateManyVerticalAlignText1>;
|
|
491
|
+
export type EnvelopeFieldCreateManyFieldMetaTextRequest1 = {
|
|
165
492
|
label?: string | undefined;
|
|
166
493
|
placeholder?: string | undefined;
|
|
167
494
|
required?: boolean | undefined;
|
|
168
495
|
readOnly?: boolean | undefined;
|
|
169
496
|
fontSize?: number | undefined;
|
|
170
|
-
type:
|
|
497
|
+
type: EnvelopeFieldCreateManyTypeTextEnum1;
|
|
171
498
|
text?: string | undefined;
|
|
172
499
|
characterLimit?: number | undefined;
|
|
173
|
-
textAlign?:
|
|
500
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignText1 | undefined;
|
|
174
501
|
lineHeight?: number | null | undefined;
|
|
175
502
|
letterSpacing?: number | null | undefined;
|
|
176
|
-
verticalAlign?:
|
|
503
|
+
verticalAlign?: EnvelopeFieldCreateManyVerticalAlignText1 | null | undefined;
|
|
177
504
|
};
|
|
178
|
-
export type
|
|
505
|
+
export type EnvelopeFieldCreateManyDataText1 = {
|
|
179
506
|
type: "TEXT";
|
|
180
|
-
fieldMeta?:
|
|
507
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaTextRequest1 | undefined;
|
|
181
508
|
recipientId: number;
|
|
182
509
|
envelopeItemId?: string | undefined;
|
|
183
510
|
page: number;
|
|
@@ -186,28 +513,28 @@ export type EnvelopeFieldCreateManyDataText = {
|
|
|
186
513
|
width: number;
|
|
187
514
|
height: number;
|
|
188
515
|
};
|
|
189
|
-
export declare const
|
|
516
|
+
export declare const EnvelopeFieldCreateManyTypeDateEnum1: {
|
|
190
517
|
readonly Date: "date";
|
|
191
518
|
};
|
|
192
|
-
export type
|
|
193
|
-
export declare const
|
|
519
|
+
export type EnvelopeFieldCreateManyTypeDateEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeDateEnum1>;
|
|
520
|
+
export declare const EnvelopeFieldCreateManyTextAlignDate1: {
|
|
194
521
|
readonly Left: "left";
|
|
195
522
|
readonly Center: "center";
|
|
196
523
|
readonly Right: "right";
|
|
197
524
|
};
|
|
198
|
-
export type
|
|
199
|
-
export type
|
|
525
|
+
export type EnvelopeFieldCreateManyTextAlignDate1 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignDate1>;
|
|
526
|
+
export type EnvelopeFieldCreateManyFieldMetaDateRequest1 = {
|
|
200
527
|
label?: string | undefined;
|
|
201
528
|
placeholder?: string | undefined;
|
|
202
529
|
required?: boolean | undefined;
|
|
203
530
|
readOnly?: boolean | undefined;
|
|
204
531
|
fontSize?: number | undefined;
|
|
205
|
-
type:
|
|
206
|
-
textAlign?:
|
|
532
|
+
type: EnvelopeFieldCreateManyTypeDateEnum1;
|
|
533
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignDate1 | undefined;
|
|
207
534
|
};
|
|
208
|
-
export type
|
|
535
|
+
export type EnvelopeFieldCreateManyDataDate1 = {
|
|
209
536
|
type: "DATE";
|
|
210
|
-
fieldMeta?:
|
|
537
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaDateRequest1 | undefined;
|
|
211
538
|
recipientId: number;
|
|
212
539
|
envelopeItemId?: string | undefined;
|
|
213
540
|
page: number;
|
|
@@ -216,28 +543,28 @@ export type EnvelopeFieldCreateManyDataDate = {
|
|
|
216
543
|
width: number;
|
|
217
544
|
height: number;
|
|
218
545
|
};
|
|
219
|
-
export declare const
|
|
546
|
+
export declare const EnvelopeFieldCreateManyTypeEmailEnum1: {
|
|
220
547
|
readonly Email: "email";
|
|
221
548
|
};
|
|
222
|
-
export type
|
|
223
|
-
export declare const
|
|
549
|
+
export type EnvelopeFieldCreateManyTypeEmailEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeEmailEnum1>;
|
|
550
|
+
export declare const EnvelopeFieldCreateManyTextAlignEmail1: {
|
|
224
551
|
readonly Left: "left";
|
|
225
552
|
readonly Center: "center";
|
|
226
553
|
readonly Right: "right";
|
|
227
554
|
};
|
|
228
|
-
export type
|
|
229
|
-
export type
|
|
555
|
+
export type EnvelopeFieldCreateManyTextAlignEmail1 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignEmail1>;
|
|
556
|
+
export type EnvelopeFieldCreateManyFieldMetaEmailRequest1 = {
|
|
230
557
|
label?: string | undefined;
|
|
231
558
|
placeholder?: string | undefined;
|
|
232
559
|
required?: boolean | undefined;
|
|
233
560
|
readOnly?: boolean | undefined;
|
|
234
561
|
fontSize?: number | undefined;
|
|
235
|
-
type:
|
|
236
|
-
textAlign?:
|
|
562
|
+
type: EnvelopeFieldCreateManyTypeEmailEnum1;
|
|
563
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignEmail1 | undefined;
|
|
237
564
|
};
|
|
238
|
-
export type
|
|
565
|
+
export type EnvelopeFieldCreateManyDataEmail1 = {
|
|
239
566
|
type: "EMAIL";
|
|
240
|
-
fieldMeta?:
|
|
567
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaEmailRequest1 | undefined;
|
|
241
568
|
recipientId: number;
|
|
242
569
|
envelopeItemId?: string | undefined;
|
|
243
570
|
page: number;
|
|
@@ -246,28 +573,28 @@ export type EnvelopeFieldCreateManyDataEmail = {
|
|
|
246
573
|
width: number;
|
|
247
574
|
height: number;
|
|
248
575
|
};
|
|
249
|
-
export declare const
|
|
576
|
+
export declare const EnvelopeFieldCreateManyTypeNameEnum1: {
|
|
250
577
|
readonly Name: "name";
|
|
251
578
|
};
|
|
252
|
-
export type
|
|
253
|
-
export declare const
|
|
579
|
+
export type EnvelopeFieldCreateManyTypeNameEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeNameEnum1>;
|
|
580
|
+
export declare const EnvelopeFieldCreateManyTextAlignName1: {
|
|
254
581
|
readonly Left: "left";
|
|
255
582
|
readonly Center: "center";
|
|
256
583
|
readonly Right: "right";
|
|
257
584
|
};
|
|
258
|
-
export type
|
|
259
|
-
export type
|
|
585
|
+
export type EnvelopeFieldCreateManyTextAlignName1 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignName1>;
|
|
586
|
+
export type EnvelopeFieldCreateManyFieldMetaNameRequest1 = {
|
|
260
587
|
label?: string | undefined;
|
|
261
588
|
placeholder?: string | undefined;
|
|
262
589
|
required?: boolean | undefined;
|
|
263
590
|
readOnly?: boolean | undefined;
|
|
264
591
|
fontSize?: number | undefined;
|
|
265
|
-
type:
|
|
266
|
-
textAlign?:
|
|
592
|
+
type: EnvelopeFieldCreateManyTypeNameEnum1;
|
|
593
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignName1 | undefined;
|
|
267
594
|
};
|
|
268
|
-
export type
|
|
595
|
+
export type EnvelopeFieldCreateManyDataName1 = {
|
|
269
596
|
type: "NAME";
|
|
270
|
-
fieldMeta?:
|
|
597
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaNameRequest1 | undefined;
|
|
271
598
|
recipientId: number;
|
|
272
599
|
envelopeItemId?: string | undefined;
|
|
273
600
|
page: number;
|
|
@@ -276,28 +603,28 @@ export type EnvelopeFieldCreateManyDataName = {
|
|
|
276
603
|
width: number;
|
|
277
604
|
height: number;
|
|
278
605
|
};
|
|
279
|
-
export declare const
|
|
606
|
+
export declare const EnvelopeFieldCreateManyTypeInitialsEnum1: {
|
|
280
607
|
readonly Initials: "initials";
|
|
281
608
|
};
|
|
282
|
-
export type
|
|
283
|
-
export declare const
|
|
609
|
+
export type EnvelopeFieldCreateManyTypeInitialsEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeInitialsEnum1>;
|
|
610
|
+
export declare const EnvelopeFieldCreateManyTextAlignInitials1: {
|
|
284
611
|
readonly Left: "left";
|
|
285
612
|
readonly Center: "center";
|
|
286
613
|
readonly Right: "right";
|
|
287
614
|
};
|
|
288
|
-
export type
|
|
289
|
-
export type
|
|
615
|
+
export type EnvelopeFieldCreateManyTextAlignInitials1 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignInitials1>;
|
|
616
|
+
export type EnvelopeFieldCreateManyFieldMetaInitialsRequest1 = {
|
|
290
617
|
label?: string | undefined;
|
|
291
618
|
placeholder?: string | undefined;
|
|
292
619
|
required?: boolean | undefined;
|
|
293
620
|
readOnly?: boolean | undefined;
|
|
294
621
|
fontSize?: number | undefined;
|
|
295
|
-
type:
|
|
296
|
-
textAlign?:
|
|
622
|
+
type: EnvelopeFieldCreateManyTypeInitialsEnum1;
|
|
623
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignInitials1 | undefined;
|
|
297
624
|
};
|
|
298
|
-
export type
|
|
625
|
+
export type EnvelopeFieldCreateManyDataInitials1 = {
|
|
299
626
|
type: "INITIALS";
|
|
300
|
-
fieldMeta?:
|
|
627
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaInitialsRequest1 | undefined;
|
|
301
628
|
recipientId: number;
|
|
302
629
|
envelopeItemId?: string | undefined;
|
|
303
630
|
page: number;
|
|
@@ -306,7 +633,7 @@ export type EnvelopeFieldCreateManyDataInitials = {
|
|
|
306
633
|
width: number;
|
|
307
634
|
height: number;
|
|
308
635
|
};
|
|
309
|
-
export type
|
|
636
|
+
export type EnvelopeFieldCreateManyDataFreeSignature1 = {
|
|
310
637
|
type: "FREE_SIGNATURE";
|
|
311
638
|
recipientId: number;
|
|
312
639
|
envelopeItemId?: string | undefined;
|
|
@@ -316,21 +643,21 @@ export type EnvelopeFieldCreateManyDataFreeSignature = {
|
|
|
316
643
|
width: number;
|
|
317
644
|
height: number;
|
|
318
645
|
};
|
|
319
|
-
export declare const
|
|
646
|
+
export declare const EnvelopeFieldCreateManyTypeSignatureEnum1: {
|
|
320
647
|
readonly Signature: "signature";
|
|
321
648
|
};
|
|
322
|
-
export type
|
|
323
|
-
export type
|
|
649
|
+
export type EnvelopeFieldCreateManyTypeSignatureEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeSignatureEnum1>;
|
|
650
|
+
export type EnvelopeFieldCreateManyFieldMetaSignatureRequest1 = {
|
|
324
651
|
label?: string | undefined;
|
|
325
652
|
placeholder?: string | undefined;
|
|
326
653
|
required?: boolean | undefined;
|
|
327
654
|
readOnly?: boolean | undefined;
|
|
328
655
|
fontSize?: number | undefined;
|
|
329
|
-
type:
|
|
656
|
+
type: EnvelopeFieldCreateManyTypeSignatureEnum1;
|
|
330
657
|
};
|
|
331
|
-
export type
|
|
658
|
+
export type EnvelopeFieldCreateManyDataSignature1 = {
|
|
332
659
|
type: "SIGNATURE";
|
|
333
|
-
fieldMeta?:
|
|
660
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaSignatureRequest1 | undefined;
|
|
334
661
|
recipientId: number;
|
|
335
662
|
envelopeItemId?: string | undefined;
|
|
336
663
|
page: number;
|
|
@@ -339,10 +666,11 @@ export type EnvelopeFieldCreateManyDataSignature = {
|
|
|
339
666
|
width: number;
|
|
340
667
|
height: number;
|
|
341
668
|
};
|
|
342
|
-
export type
|
|
669
|
+
export type EnvelopeFieldCreateManyDataUnion2 = EnvelopeFieldCreateManyDataSignature1 | EnvelopeFieldCreateManyDataFreeSignature1 | EnvelopeFieldCreateManyDataInitials1 | EnvelopeFieldCreateManyDataName1 | EnvelopeFieldCreateManyDataEmail1 | EnvelopeFieldCreateManyDataDate1 | EnvelopeFieldCreateManyDataText1 | EnvelopeFieldCreateManyDataNumber1 | EnvelopeFieldCreateManyDataRadio1 | EnvelopeFieldCreateManyDataCheckbox1 | EnvelopeFieldCreateManyDataDropdown1;
|
|
670
|
+
export type EnvelopeFieldCreateManyDataUnion1 = EnvelopeFieldCreateManyDataSignature1 | EnvelopeFieldCreateManyDataFreeSignature1 | EnvelopeFieldCreateManyDataInitials1 | EnvelopeFieldCreateManyDataName1 | EnvelopeFieldCreateManyDataEmail1 | EnvelopeFieldCreateManyDataDate1 | EnvelopeFieldCreateManyDataText1 | EnvelopeFieldCreateManyDataNumber1 | EnvelopeFieldCreateManyDataRadio1 | EnvelopeFieldCreateManyDataCheckbox1 | EnvelopeFieldCreateManyDataDropdown1 | EnvelopeFieldCreateManyDataSignature2 | EnvelopeFieldCreateManyDataFreeSignature2 | EnvelopeFieldCreateManyDataInitials2 | EnvelopeFieldCreateManyDataName2 | EnvelopeFieldCreateManyDataEmail2 | EnvelopeFieldCreateManyDataDate2 | EnvelopeFieldCreateManyDataText2 | EnvelopeFieldCreateManyDataNumber2 | EnvelopeFieldCreateManyDataRadio2 | EnvelopeFieldCreateManyDataCheckbox2 | EnvelopeFieldCreateManyDataDropdown2;
|
|
343
671
|
export type EnvelopeFieldCreateManyRequest = {
|
|
344
672
|
envelopeId: string;
|
|
345
|
-
data: Array<
|
|
673
|
+
data: Array<EnvelopeFieldCreateManyDataSignature1 | EnvelopeFieldCreateManyDataFreeSignature1 | EnvelopeFieldCreateManyDataInitials1 | EnvelopeFieldCreateManyDataName1 | EnvelopeFieldCreateManyDataEmail1 | EnvelopeFieldCreateManyDataDate1 | EnvelopeFieldCreateManyDataText1 | EnvelopeFieldCreateManyDataNumber1 | EnvelopeFieldCreateManyDataRadio1 | EnvelopeFieldCreateManyDataCheckbox1 | EnvelopeFieldCreateManyDataDropdown1 | EnvelopeFieldCreateManyDataSignature2 | EnvelopeFieldCreateManyDataFreeSignature2 | EnvelopeFieldCreateManyDataInitials2 | EnvelopeFieldCreateManyDataName2 | EnvelopeFieldCreateManyDataEmail2 | EnvelopeFieldCreateManyDataDate2 | EnvelopeFieldCreateManyDataText2 | EnvelopeFieldCreateManyDataNumber2 | EnvelopeFieldCreateManyDataRadio2 | EnvelopeFieldCreateManyDataCheckbox2 | EnvelopeFieldCreateManyDataDropdown2>;
|
|
346
674
|
};
|
|
347
675
|
export declare const EnvelopeFieldCreateManyTypeResponseEnum: {
|
|
348
676
|
readonly Signature: "SIGNATURE";
|
|
@@ -561,42 +889,526 @@ export type EnvelopeFieldCreateManyResponse = {
|
|
|
561
889
|
data: Array<EnvelopeFieldCreateManyDataResponse>;
|
|
562
890
|
};
|
|
563
891
|
/** @internal */
|
|
564
|
-
export declare const
|
|
892
|
+
export declare const EnvelopeFieldCreateManyTypeDropdownEnum2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeDropdownEnum2>;
|
|
893
|
+
/** @internal */
|
|
894
|
+
export declare const EnvelopeFieldCreateManyTypeDropdownEnum2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeDropdownEnum2>;
|
|
895
|
+
/** @internal */
|
|
896
|
+
export declare const EnvelopeFieldCreateManyValueDropdown2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyValueDropdown2, z.ZodTypeDef, unknown>;
|
|
897
|
+
/** @internal */
|
|
898
|
+
export type EnvelopeFieldCreateManyValueDropdown2$Outbound = {
|
|
899
|
+
value: string;
|
|
900
|
+
};
|
|
901
|
+
/** @internal */
|
|
902
|
+
export declare const EnvelopeFieldCreateManyValueDropdown2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyValueDropdown2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyValueDropdown2>;
|
|
903
|
+
export declare function envelopeFieldCreateManyValueDropdown2ToJSON(envelopeFieldCreateManyValueDropdown2: EnvelopeFieldCreateManyValueDropdown2): string;
|
|
904
|
+
export declare function envelopeFieldCreateManyValueDropdown2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyValueDropdown2, SDKValidationError>;
|
|
905
|
+
/** @internal */
|
|
906
|
+
export declare const EnvelopeFieldCreateManyFieldMetaDropdownRequest2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaDropdownRequest2, z.ZodTypeDef, unknown>;
|
|
907
|
+
/** @internal */
|
|
908
|
+
export type EnvelopeFieldCreateManyFieldMetaDropdownRequest2$Outbound = {
|
|
909
|
+
label?: string | undefined;
|
|
910
|
+
placeholder?: string | undefined;
|
|
911
|
+
required?: boolean | undefined;
|
|
912
|
+
readOnly?: boolean | undefined;
|
|
913
|
+
fontSize: number;
|
|
914
|
+
type: string;
|
|
915
|
+
values?: Array<EnvelopeFieldCreateManyValueDropdown2$Outbound> | undefined;
|
|
916
|
+
defaultValue?: string | undefined;
|
|
917
|
+
};
|
|
918
|
+
/** @internal */
|
|
919
|
+
export declare const EnvelopeFieldCreateManyFieldMetaDropdownRequest2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaDropdownRequest2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaDropdownRequest2>;
|
|
920
|
+
export declare function envelopeFieldCreateManyFieldMetaDropdownRequest2ToJSON(envelopeFieldCreateManyFieldMetaDropdownRequest2: EnvelopeFieldCreateManyFieldMetaDropdownRequest2): string;
|
|
921
|
+
export declare function envelopeFieldCreateManyFieldMetaDropdownRequest2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaDropdownRequest2, SDKValidationError>;
|
|
922
|
+
/** @internal */
|
|
923
|
+
export declare const EnvelopeFieldCreateManyDataDropdown2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataDropdown2, z.ZodTypeDef, unknown>;
|
|
924
|
+
/** @internal */
|
|
925
|
+
export type EnvelopeFieldCreateManyDataDropdown2$Outbound = {
|
|
926
|
+
type: "DROPDOWN";
|
|
927
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaDropdownRequest2$Outbound | undefined;
|
|
928
|
+
recipientId: number;
|
|
929
|
+
envelopeItemId?: string | undefined;
|
|
930
|
+
placeholder: string;
|
|
931
|
+
width?: number | undefined;
|
|
932
|
+
height?: number | undefined;
|
|
933
|
+
matchAll?: boolean | undefined;
|
|
934
|
+
};
|
|
935
|
+
/** @internal */
|
|
936
|
+
export declare const EnvelopeFieldCreateManyDataDropdown2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataDropdown2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataDropdown2>;
|
|
937
|
+
export declare function envelopeFieldCreateManyDataDropdown2ToJSON(envelopeFieldCreateManyDataDropdown2: EnvelopeFieldCreateManyDataDropdown2): string;
|
|
938
|
+
export declare function envelopeFieldCreateManyDataDropdown2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataDropdown2, SDKValidationError>;
|
|
939
|
+
/** @internal */
|
|
940
|
+
export declare const EnvelopeFieldCreateManyTypeCheckboxEnum2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeCheckboxEnum2>;
|
|
941
|
+
/** @internal */
|
|
942
|
+
export declare const EnvelopeFieldCreateManyTypeCheckboxEnum2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeCheckboxEnum2>;
|
|
943
|
+
/** @internal */
|
|
944
|
+
export declare const EnvelopeFieldCreateManyValueCheckbox2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyValueCheckbox2, z.ZodTypeDef, unknown>;
|
|
945
|
+
/** @internal */
|
|
946
|
+
export type EnvelopeFieldCreateManyValueCheckbox2$Outbound = {
|
|
947
|
+
id: number;
|
|
948
|
+
checked: boolean;
|
|
949
|
+
value: string;
|
|
950
|
+
};
|
|
951
|
+
/** @internal */
|
|
952
|
+
export declare const EnvelopeFieldCreateManyValueCheckbox2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyValueCheckbox2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyValueCheckbox2>;
|
|
953
|
+
export declare function envelopeFieldCreateManyValueCheckbox2ToJSON(envelopeFieldCreateManyValueCheckbox2: EnvelopeFieldCreateManyValueCheckbox2): string;
|
|
954
|
+
export declare function envelopeFieldCreateManyValueCheckbox2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyValueCheckbox2, SDKValidationError>;
|
|
955
|
+
/** @internal */
|
|
956
|
+
export declare const EnvelopeFieldCreateManyDirectionCheckbox2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionCheckbox2>;
|
|
957
|
+
/** @internal */
|
|
958
|
+
export declare const EnvelopeFieldCreateManyDirectionCheckbox2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionCheckbox2>;
|
|
959
|
+
/** @internal */
|
|
960
|
+
export declare const EnvelopeFieldCreateManyFieldMetaCheckboxRequest2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaCheckboxRequest2, z.ZodTypeDef, unknown>;
|
|
961
|
+
/** @internal */
|
|
962
|
+
export type EnvelopeFieldCreateManyFieldMetaCheckboxRequest2$Outbound = {
|
|
963
|
+
label?: string | undefined;
|
|
964
|
+
placeholder?: string | undefined;
|
|
965
|
+
required?: boolean | undefined;
|
|
966
|
+
readOnly?: boolean | undefined;
|
|
967
|
+
fontSize: number;
|
|
968
|
+
type: string;
|
|
969
|
+
values?: Array<EnvelopeFieldCreateManyValueCheckbox2$Outbound> | undefined;
|
|
970
|
+
validationRule?: string | undefined;
|
|
971
|
+
validationLength?: number | undefined;
|
|
972
|
+
direction: string;
|
|
973
|
+
};
|
|
974
|
+
/** @internal */
|
|
975
|
+
export declare const EnvelopeFieldCreateManyFieldMetaCheckboxRequest2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaCheckboxRequest2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaCheckboxRequest2>;
|
|
976
|
+
export declare function envelopeFieldCreateManyFieldMetaCheckboxRequest2ToJSON(envelopeFieldCreateManyFieldMetaCheckboxRequest2: EnvelopeFieldCreateManyFieldMetaCheckboxRequest2): string;
|
|
977
|
+
export declare function envelopeFieldCreateManyFieldMetaCheckboxRequest2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaCheckboxRequest2, SDKValidationError>;
|
|
978
|
+
/** @internal */
|
|
979
|
+
export declare const EnvelopeFieldCreateManyDataCheckbox2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataCheckbox2, z.ZodTypeDef, unknown>;
|
|
980
|
+
/** @internal */
|
|
981
|
+
export type EnvelopeFieldCreateManyDataCheckbox2$Outbound = {
|
|
982
|
+
type: "CHECKBOX";
|
|
983
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaCheckboxRequest2$Outbound | undefined;
|
|
984
|
+
recipientId: number;
|
|
985
|
+
envelopeItemId?: string | undefined;
|
|
986
|
+
placeholder: string;
|
|
987
|
+
width?: number | undefined;
|
|
988
|
+
height?: number | undefined;
|
|
989
|
+
matchAll?: boolean | undefined;
|
|
990
|
+
};
|
|
991
|
+
/** @internal */
|
|
992
|
+
export declare const EnvelopeFieldCreateManyDataCheckbox2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataCheckbox2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataCheckbox2>;
|
|
993
|
+
export declare function envelopeFieldCreateManyDataCheckbox2ToJSON(envelopeFieldCreateManyDataCheckbox2: EnvelopeFieldCreateManyDataCheckbox2): string;
|
|
994
|
+
export declare function envelopeFieldCreateManyDataCheckbox2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataCheckbox2, SDKValidationError>;
|
|
565
995
|
/** @internal */
|
|
566
|
-
export declare const
|
|
996
|
+
export declare const EnvelopeFieldCreateManyTypeRadioEnum2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeRadioEnum2>;
|
|
567
997
|
/** @internal */
|
|
568
|
-
export declare const
|
|
998
|
+
export declare const EnvelopeFieldCreateManyTypeRadioEnum2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeRadioEnum2>;
|
|
569
999
|
/** @internal */
|
|
570
|
-
export
|
|
1000
|
+
export declare const EnvelopeFieldCreateManyValueRadio2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyValueRadio2, z.ZodTypeDef, unknown>;
|
|
1001
|
+
/** @internal */
|
|
1002
|
+
export type EnvelopeFieldCreateManyValueRadio2$Outbound = {
|
|
1003
|
+
id: number;
|
|
1004
|
+
checked: boolean;
|
|
571
1005
|
value: string;
|
|
572
1006
|
};
|
|
573
1007
|
/** @internal */
|
|
574
|
-
export declare const
|
|
575
|
-
export declare function
|
|
576
|
-
export declare function
|
|
1008
|
+
export declare const EnvelopeFieldCreateManyValueRadio2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyValueRadio2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyValueRadio2>;
|
|
1009
|
+
export declare function envelopeFieldCreateManyValueRadio2ToJSON(envelopeFieldCreateManyValueRadio2: EnvelopeFieldCreateManyValueRadio2): string;
|
|
1010
|
+
export declare function envelopeFieldCreateManyValueRadio2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyValueRadio2, SDKValidationError>;
|
|
1011
|
+
/** @internal */
|
|
1012
|
+
export declare const EnvelopeFieldCreateManyDirectionRadio2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionRadio2>;
|
|
577
1013
|
/** @internal */
|
|
578
|
-
export declare const
|
|
1014
|
+
export declare const EnvelopeFieldCreateManyDirectionRadio2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionRadio2>;
|
|
579
1015
|
/** @internal */
|
|
580
|
-
export
|
|
1016
|
+
export declare const EnvelopeFieldCreateManyFieldMetaRadioRequest2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaRadioRequest2, z.ZodTypeDef, unknown>;
|
|
1017
|
+
/** @internal */
|
|
1018
|
+
export type EnvelopeFieldCreateManyFieldMetaRadioRequest2$Outbound = {
|
|
581
1019
|
label?: string | undefined;
|
|
582
1020
|
placeholder?: string | undefined;
|
|
583
1021
|
required?: boolean | undefined;
|
|
584
1022
|
readOnly?: boolean | undefined;
|
|
585
1023
|
fontSize: number;
|
|
586
1024
|
type: string;
|
|
587
|
-
values?: Array<
|
|
1025
|
+
values?: Array<EnvelopeFieldCreateManyValueRadio2$Outbound> | undefined;
|
|
1026
|
+
direction: string;
|
|
1027
|
+
};
|
|
1028
|
+
/** @internal */
|
|
1029
|
+
export declare const EnvelopeFieldCreateManyFieldMetaRadioRequest2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaRadioRequest2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaRadioRequest2>;
|
|
1030
|
+
export declare function envelopeFieldCreateManyFieldMetaRadioRequest2ToJSON(envelopeFieldCreateManyFieldMetaRadioRequest2: EnvelopeFieldCreateManyFieldMetaRadioRequest2): string;
|
|
1031
|
+
export declare function envelopeFieldCreateManyFieldMetaRadioRequest2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaRadioRequest2, SDKValidationError>;
|
|
1032
|
+
/** @internal */
|
|
1033
|
+
export declare const EnvelopeFieldCreateManyDataRadio2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataRadio2, z.ZodTypeDef, unknown>;
|
|
1034
|
+
/** @internal */
|
|
1035
|
+
export type EnvelopeFieldCreateManyDataRadio2$Outbound = {
|
|
1036
|
+
type: "RADIO";
|
|
1037
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaRadioRequest2$Outbound | undefined;
|
|
1038
|
+
recipientId: number;
|
|
1039
|
+
envelopeItemId?: string | undefined;
|
|
1040
|
+
placeholder: string;
|
|
1041
|
+
width?: number | undefined;
|
|
1042
|
+
height?: number | undefined;
|
|
1043
|
+
matchAll?: boolean | undefined;
|
|
1044
|
+
};
|
|
1045
|
+
/** @internal */
|
|
1046
|
+
export declare const EnvelopeFieldCreateManyDataRadio2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataRadio2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataRadio2>;
|
|
1047
|
+
export declare function envelopeFieldCreateManyDataRadio2ToJSON(envelopeFieldCreateManyDataRadio2: EnvelopeFieldCreateManyDataRadio2): string;
|
|
1048
|
+
export declare function envelopeFieldCreateManyDataRadio2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataRadio2, SDKValidationError>;
|
|
1049
|
+
/** @internal */
|
|
1050
|
+
export declare const EnvelopeFieldCreateManyTypeNumberEnum2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeNumberEnum2>;
|
|
1051
|
+
/** @internal */
|
|
1052
|
+
export declare const EnvelopeFieldCreateManyTypeNumberEnum2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeNumberEnum2>;
|
|
1053
|
+
/** @internal */
|
|
1054
|
+
export declare const EnvelopeFieldCreateManyTextAlignNumber2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignNumber2>;
|
|
1055
|
+
/** @internal */
|
|
1056
|
+
export declare const EnvelopeFieldCreateManyTextAlignNumber2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignNumber2>;
|
|
1057
|
+
/** @internal */
|
|
1058
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignNumber2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignNumber2>;
|
|
1059
|
+
/** @internal */
|
|
1060
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignNumber2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignNumber2>;
|
|
1061
|
+
/** @internal */
|
|
1062
|
+
export declare const EnvelopeFieldCreateManyFieldMetaNumberRequest2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaNumberRequest2, z.ZodTypeDef, unknown>;
|
|
1063
|
+
/** @internal */
|
|
1064
|
+
export type EnvelopeFieldCreateManyFieldMetaNumberRequest2$Outbound = {
|
|
1065
|
+
label?: string | undefined;
|
|
1066
|
+
placeholder?: string | undefined;
|
|
1067
|
+
required?: boolean | undefined;
|
|
1068
|
+
readOnly?: boolean | undefined;
|
|
1069
|
+
fontSize: number;
|
|
1070
|
+
type: string;
|
|
1071
|
+
numberFormat?: string | null | undefined;
|
|
1072
|
+
value?: string | undefined;
|
|
1073
|
+
minValue?: number | null | undefined;
|
|
1074
|
+
maxValue?: number | null | undefined;
|
|
1075
|
+
textAlign?: string | undefined;
|
|
1076
|
+
lineHeight?: number | null | undefined;
|
|
1077
|
+
letterSpacing?: number | null | undefined;
|
|
1078
|
+
verticalAlign?: string | null | undefined;
|
|
1079
|
+
};
|
|
1080
|
+
/** @internal */
|
|
1081
|
+
export declare const EnvelopeFieldCreateManyFieldMetaNumberRequest2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaNumberRequest2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaNumberRequest2>;
|
|
1082
|
+
export declare function envelopeFieldCreateManyFieldMetaNumberRequest2ToJSON(envelopeFieldCreateManyFieldMetaNumberRequest2: EnvelopeFieldCreateManyFieldMetaNumberRequest2): string;
|
|
1083
|
+
export declare function envelopeFieldCreateManyFieldMetaNumberRequest2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaNumberRequest2, SDKValidationError>;
|
|
1084
|
+
/** @internal */
|
|
1085
|
+
export declare const EnvelopeFieldCreateManyDataNumber2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataNumber2, z.ZodTypeDef, unknown>;
|
|
1086
|
+
/** @internal */
|
|
1087
|
+
export type EnvelopeFieldCreateManyDataNumber2$Outbound = {
|
|
1088
|
+
type: "NUMBER";
|
|
1089
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaNumberRequest2$Outbound | undefined;
|
|
1090
|
+
recipientId: number;
|
|
1091
|
+
envelopeItemId?: string | undefined;
|
|
1092
|
+
placeholder: string;
|
|
1093
|
+
width?: number | undefined;
|
|
1094
|
+
height?: number | undefined;
|
|
1095
|
+
matchAll?: boolean | undefined;
|
|
1096
|
+
};
|
|
1097
|
+
/** @internal */
|
|
1098
|
+
export declare const EnvelopeFieldCreateManyDataNumber2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataNumber2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataNumber2>;
|
|
1099
|
+
export declare function envelopeFieldCreateManyDataNumber2ToJSON(envelopeFieldCreateManyDataNumber2: EnvelopeFieldCreateManyDataNumber2): string;
|
|
1100
|
+
export declare function envelopeFieldCreateManyDataNumber2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataNumber2, SDKValidationError>;
|
|
1101
|
+
/** @internal */
|
|
1102
|
+
export declare const EnvelopeFieldCreateManyTypeTextEnum2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeTextEnum2>;
|
|
1103
|
+
/** @internal */
|
|
1104
|
+
export declare const EnvelopeFieldCreateManyTypeTextEnum2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeTextEnum2>;
|
|
1105
|
+
/** @internal */
|
|
1106
|
+
export declare const EnvelopeFieldCreateManyTextAlignText2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignText2>;
|
|
1107
|
+
/** @internal */
|
|
1108
|
+
export declare const EnvelopeFieldCreateManyTextAlignText2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignText2>;
|
|
1109
|
+
/** @internal */
|
|
1110
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignText2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignText2>;
|
|
1111
|
+
/** @internal */
|
|
1112
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignText2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignText2>;
|
|
1113
|
+
/** @internal */
|
|
1114
|
+
export declare const EnvelopeFieldCreateManyFieldMetaTextRequest2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaTextRequest2, z.ZodTypeDef, unknown>;
|
|
1115
|
+
/** @internal */
|
|
1116
|
+
export type EnvelopeFieldCreateManyFieldMetaTextRequest2$Outbound = {
|
|
1117
|
+
label?: string | undefined;
|
|
1118
|
+
placeholder?: string | undefined;
|
|
1119
|
+
required?: boolean | undefined;
|
|
1120
|
+
readOnly?: boolean | undefined;
|
|
1121
|
+
fontSize: number;
|
|
1122
|
+
type: string;
|
|
1123
|
+
text?: string | undefined;
|
|
1124
|
+
characterLimit?: number | undefined;
|
|
1125
|
+
textAlign?: string | undefined;
|
|
1126
|
+
lineHeight?: number | null | undefined;
|
|
1127
|
+
letterSpacing?: number | null | undefined;
|
|
1128
|
+
verticalAlign?: string | null | undefined;
|
|
1129
|
+
};
|
|
1130
|
+
/** @internal */
|
|
1131
|
+
export declare const EnvelopeFieldCreateManyFieldMetaTextRequest2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaTextRequest2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaTextRequest2>;
|
|
1132
|
+
export declare function envelopeFieldCreateManyFieldMetaTextRequest2ToJSON(envelopeFieldCreateManyFieldMetaTextRequest2: EnvelopeFieldCreateManyFieldMetaTextRequest2): string;
|
|
1133
|
+
export declare function envelopeFieldCreateManyFieldMetaTextRequest2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaTextRequest2, SDKValidationError>;
|
|
1134
|
+
/** @internal */
|
|
1135
|
+
export declare const EnvelopeFieldCreateManyDataText2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataText2, z.ZodTypeDef, unknown>;
|
|
1136
|
+
/** @internal */
|
|
1137
|
+
export type EnvelopeFieldCreateManyDataText2$Outbound = {
|
|
1138
|
+
type: "TEXT";
|
|
1139
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaTextRequest2$Outbound | undefined;
|
|
1140
|
+
recipientId: number;
|
|
1141
|
+
envelopeItemId?: string | undefined;
|
|
1142
|
+
placeholder: string;
|
|
1143
|
+
width?: number | undefined;
|
|
1144
|
+
height?: number | undefined;
|
|
1145
|
+
matchAll?: boolean | undefined;
|
|
1146
|
+
};
|
|
1147
|
+
/** @internal */
|
|
1148
|
+
export declare const EnvelopeFieldCreateManyDataText2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataText2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataText2>;
|
|
1149
|
+
export declare function envelopeFieldCreateManyDataText2ToJSON(envelopeFieldCreateManyDataText2: EnvelopeFieldCreateManyDataText2): string;
|
|
1150
|
+
export declare function envelopeFieldCreateManyDataText2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataText2, SDKValidationError>;
|
|
1151
|
+
/** @internal */
|
|
1152
|
+
export declare const EnvelopeFieldCreateManyTypeDateEnum2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeDateEnum2>;
|
|
1153
|
+
/** @internal */
|
|
1154
|
+
export declare const EnvelopeFieldCreateManyTypeDateEnum2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeDateEnum2>;
|
|
1155
|
+
/** @internal */
|
|
1156
|
+
export declare const EnvelopeFieldCreateManyTextAlignDate2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignDate2>;
|
|
1157
|
+
/** @internal */
|
|
1158
|
+
export declare const EnvelopeFieldCreateManyTextAlignDate2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignDate2>;
|
|
1159
|
+
/** @internal */
|
|
1160
|
+
export declare const EnvelopeFieldCreateManyFieldMetaDateRequest2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaDateRequest2, z.ZodTypeDef, unknown>;
|
|
1161
|
+
/** @internal */
|
|
1162
|
+
export type EnvelopeFieldCreateManyFieldMetaDateRequest2$Outbound = {
|
|
1163
|
+
label?: string | undefined;
|
|
1164
|
+
placeholder?: string | undefined;
|
|
1165
|
+
required?: boolean | undefined;
|
|
1166
|
+
readOnly?: boolean | undefined;
|
|
1167
|
+
fontSize: number;
|
|
1168
|
+
type: string;
|
|
1169
|
+
textAlign?: string | undefined;
|
|
1170
|
+
};
|
|
1171
|
+
/** @internal */
|
|
1172
|
+
export declare const EnvelopeFieldCreateManyFieldMetaDateRequest2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaDateRequest2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaDateRequest2>;
|
|
1173
|
+
export declare function envelopeFieldCreateManyFieldMetaDateRequest2ToJSON(envelopeFieldCreateManyFieldMetaDateRequest2: EnvelopeFieldCreateManyFieldMetaDateRequest2): string;
|
|
1174
|
+
export declare function envelopeFieldCreateManyFieldMetaDateRequest2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaDateRequest2, SDKValidationError>;
|
|
1175
|
+
/** @internal */
|
|
1176
|
+
export declare const EnvelopeFieldCreateManyDataDate2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataDate2, z.ZodTypeDef, unknown>;
|
|
1177
|
+
/** @internal */
|
|
1178
|
+
export type EnvelopeFieldCreateManyDataDate2$Outbound = {
|
|
1179
|
+
type: "DATE";
|
|
1180
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaDateRequest2$Outbound | undefined;
|
|
1181
|
+
recipientId: number;
|
|
1182
|
+
envelopeItemId?: string | undefined;
|
|
1183
|
+
placeholder: string;
|
|
1184
|
+
width?: number | undefined;
|
|
1185
|
+
height?: number | undefined;
|
|
1186
|
+
matchAll?: boolean | undefined;
|
|
1187
|
+
};
|
|
1188
|
+
/** @internal */
|
|
1189
|
+
export declare const EnvelopeFieldCreateManyDataDate2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataDate2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataDate2>;
|
|
1190
|
+
export declare function envelopeFieldCreateManyDataDate2ToJSON(envelopeFieldCreateManyDataDate2: EnvelopeFieldCreateManyDataDate2): string;
|
|
1191
|
+
export declare function envelopeFieldCreateManyDataDate2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataDate2, SDKValidationError>;
|
|
1192
|
+
/** @internal */
|
|
1193
|
+
export declare const EnvelopeFieldCreateManyTypeEmailEnum2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeEmailEnum2>;
|
|
1194
|
+
/** @internal */
|
|
1195
|
+
export declare const EnvelopeFieldCreateManyTypeEmailEnum2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeEmailEnum2>;
|
|
1196
|
+
/** @internal */
|
|
1197
|
+
export declare const EnvelopeFieldCreateManyTextAlignEmail2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignEmail2>;
|
|
1198
|
+
/** @internal */
|
|
1199
|
+
export declare const EnvelopeFieldCreateManyTextAlignEmail2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignEmail2>;
|
|
1200
|
+
/** @internal */
|
|
1201
|
+
export declare const EnvelopeFieldCreateManyFieldMetaEmailRequest2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaEmailRequest2, z.ZodTypeDef, unknown>;
|
|
1202
|
+
/** @internal */
|
|
1203
|
+
export type EnvelopeFieldCreateManyFieldMetaEmailRequest2$Outbound = {
|
|
1204
|
+
label?: string | undefined;
|
|
1205
|
+
placeholder?: string | undefined;
|
|
1206
|
+
required?: boolean | undefined;
|
|
1207
|
+
readOnly?: boolean | undefined;
|
|
1208
|
+
fontSize: number;
|
|
1209
|
+
type: string;
|
|
1210
|
+
textAlign?: string | undefined;
|
|
1211
|
+
};
|
|
1212
|
+
/** @internal */
|
|
1213
|
+
export declare const EnvelopeFieldCreateManyFieldMetaEmailRequest2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaEmailRequest2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaEmailRequest2>;
|
|
1214
|
+
export declare function envelopeFieldCreateManyFieldMetaEmailRequest2ToJSON(envelopeFieldCreateManyFieldMetaEmailRequest2: EnvelopeFieldCreateManyFieldMetaEmailRequest2): string;
|
|
1215
|
+
export declare function envelopeFieldCreateManyFieldMetaEmailRequest2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaEmailRequest2, SDKValidationError>;
|
|
1216
|
+
/** @internal */
|
|
1217
|
+
export declare const EnvelopeFieldCreateManyDataEmail2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataEmail2, z.ZodTypeDef, unknown>;
|
|
1218
|
+
/** @internal */
|
|
1219
|
+
export type EnvelopeFieldCreateManyDataEmail2$Outbound = {
|
|
1220
|
+
type: "EMAIL";
|
|
1221
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaEmailRequest2$Outbound | undefined;
|
|
1222
|
+
recipientId: number;
|
|
1223
|
+
envelopeItemId?: string | undefined;
|
|
1224
|
+
placeholder: string;
|
|
1225
|
+
width?: number | undefined;
|
|
1226
|
+
height?: number | undefined;
|
|
1227
|
+
matchAll?: boolean | undefined;
|
|
1228
|
+
};
|
|
1229
|
+
/** @internal */
|
|
1230
|
+
export declare const EnvelopeFieldCreateManyDataEmail2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataEmail2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataEmail2>;
|
|
1231
|
+
export declare function envelopeFieldCreateManyDataEmail2ToJSON(envelopeFieldCreateManyDataEmail2: EnvelopeFieldCreateManyDataEmail2): string;
|
|
1232
|
+
export declare function envelopeFieldCreateManyDataEmail2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataEmail2, SDKValidationError>;
|
|
1233
|
+
/** @internal */
|
|
1234
|
+
export declare const EnvelopeFieldCreateManyTypeNameEnum2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeNameEnum2>;
|
|
1235
|
+
/** @internal */
|
|
1236
|
+
export declare const EnvelopeFieldCreateManyTypeNameEnum2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeNameEnum2>;
|
|
1237
|
+
/** @internal */
|
|
1238
|
+
export declare const EnvelopeFieldCreateManyTextAlignName2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignName2>;
|
|
1239
|
+
/** @internal */
|
|
1240
|
+
export declare const EnvelopeFieldCreateManyTextAlignName2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignName2>;
|
|
1241
|
+
/** @internal */
|
|
1242
|
+
export declare const EnvelopeFieldCreateManyFieldMetaNameRequest2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaNameRequest2, z.ZodTypeDef, unknown>;
|
|
1243
|
+
/** @internal */
|
|
1244
|
+
export type EnvelopeFieldCreateManyFieldMetaNameRequest2$Outbound = {
|
|
1245
|
+
label?: string | undefined;
|
|
1246
|
+
placeholder?: string | undefined;
|
|
1247
|
+
required?: boolean | undefined;
|
|
1248
|
+
readOnly?: boolean | undefined;
|
|
1249
|
+
fontSize: number;
|
|
1250
|
+
type: string;
|
|
1251
|
+
textAlign?: string | undefined;
|
|
1252
|
+
};
|
|
1253
|
+
/** @internal */
|
|
1254
|
+
export declare const EnvelopeFieldCreateManyFieldMetaNameRequest2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaNameRequest2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaNameRequest2>;
|
|
1255
|
+
export declare function envelopeFieldCreateManyFieldMetaNameRequest2ToJSON(envelopeFieldCreateManyFieldMetaNameRequest2: EnvelopeFieldCreateManyFieldMetaNameRequest2): string;
|
|
1256
|
+
export declare function envelopeFieldCreateManyFieldMetaNameRequest2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaNameRequest2, SDKValidationError>;
|
|
1257
|
+
/** @internal */
|
|
1258
|
+
export declare const EnvelopeFieldCreateManyDataName2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataName2, z.ZodTypeDef, unknown>;
|
|
1259
|
+
/** @internal */
|
|
1260
|
+
export type EnvelopeFieldCreateManyDataName2$Outbound = {
|
|
1261
|
+
type: "NAME";
|
|
1262
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaNameRequest2$Outbound | undefined;
|
|
1263
|
+
recipientId: number;
|
|
1264
|
+
envelopeItemId?: string | undefined;
|
|
1265
|
+
placeholder: string;
|
|
1266
|
+
width?: number | undefined;
|
|
1267
|
+
height?: number | undefined;
|
|
1268
|
+
matchAll?: boolean | undefined;
|
|
1269
|
+
};
|
|
1270
|
+
/** @internal */
|
|
1271
|
+
export declare const EnvelopeFieldCreateManyDataName2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataName2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataName2>;
|
|
1272
|
+
export declare function envelopeFieldCreateManyDataName2ToJSON(envelopeFieldCreateManyDataName2: EnvelopeFieldCreateManyDataName2): string;
|
|
1273
|
+
export declare function envelopeFieldCreateManyDataName2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataName2, SDKValidationError>;
|
|
1274
|
+
/** @internal */
|
|
1275
|
+
export declare const EnvelopeFieldCreateManyTypeInitialsEnum2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeInitialsEnum2>;
|
|
1276
|
+
/** @internal */
|
|
1277
|
+
export declare const EnvelopeFieldCreateManyTypeInitialsEnum2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeInitialsEnum2>;
|
|
1278
|
+
/** @internal */
|
|
1279
|
+
export declare const EnvelopeFieldCreateManyTextAlignInitials2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignInitials2>;
|
|
1280
|
+
/** @internal */
|
|
1281
|
+
export declare const EnvelopeFieldCreateManyTextAlignInitials2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignInitials2>;
|
|
1282
|
+
/** @internal */
|
|
1283
|
+
export declare const EnvelopeFieldCreateManyFieldMetaInitialsRequest2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaInitialsRequest2, z.ZodTypeDef, unknown>;
|
|
1284
|
+
/** @internal */
|
|
1285
|
+
export type EnvelopeFieldCreateManyFieldMetaInitialsRequest2$Outbound = {
|
|
1286
|
+
label?: string | undefined;
|
|
1287
|
+
placeholder?: string | undefined;
|
|
1288
|
+
required?: boolean | undefined;
|
|
1289
|
+
readOnly?: boolean | undefined;
|
|
1290
|
+
fontSize: number;
|
|
1291
|
+
type: string;
|
|
1292
|
+
textAlign?: string | undefined;
|
|
1293
|
+
};
|
|
1294
|
+
/** @internal */
|
|
1295
|
+
export declare const EnvelopeFieldCreateManyFieldMetaInitialsRequest2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaInitialsRequest2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaInitialsRequest2>;
|
|
1296
|
+
export declare function envelopeFieldCreateManyFieldMetaInitialsRequest2ToJSON(envelopeFieldCreateManyFieldMetaInitialsRequest2: EnvelopeFieldCreateManyFieldMetaInitialsRequest2): string;
|
|
1297
|
+
export declare function envelopeFieldCreateManyFieldMetaInitialsRequest2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaInitialsRequest2, SDKValidationError>;
|
|
1298
|
+
/** @internal */
|
|
1299
|
+
export declare const EnvelopeFieldCreateManyDataInitials2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataInitials2, z.ZodTypeDef, unknown>;
|
|
1300
|
+
/** @internal */
|
|
1301
|
+
export type EnvelopeFieldCreateManyDataInitials2$Outbound = {
|
|
1302
|
+
type: "INITIALS";
|
|
1303
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaInitialsRequest2$Outbound | undefined;
|
|
1304
|
+
recipientId: number;
|
|
1305
|
+
envelopeItemId?: string | undefined;
|
|
1306
|
+
placeholder: string;
|
|
1307
|
+
width?: number | undefined;
|
|
1308
|
+
height?: number | undefined;
|
|
1309
|
+
matchAll?: boolean | undefined;
|
|
1310
|
+
};
|
|
1311
|
+
/** @internal */
|
|
1312
|
+
export declare const EnvelopeFieldCreateManyDataInitials2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataInitials2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataInitials2>;
|
|
1313
|
+
export declare function envelopeFieldCreateManyDataInitials2ToJSON(envelopeFieldCreateManyDataInitials2: EnvelopeFieldCreateManyDataInitials2): string;
|
|
1314
|
+
export declare function envelopeFieldCreateManyDataInitials2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataInitials2, SDKValidationError>;
|
|
1315
|
+
/** @internal */
|
|
1316
|
+
export declare const EnvelopeFieldCreateManyDataFreeSignature2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataFreeSignature2, z.ZodTypeDef, unknown>;
|
|
1317
|
+
/** @internal */
|
|
1318
|
+
export type EnvelopeFieldCreateManyDataFreeSignature2$Outbound = {
|
|
1319
|
+
type: "FREE_SIGNATURE";
|
|
1320
|
+
recipientId: number;
|
|
1321
|
+
envelopeItemId?: string | undefined;
|
|
1322
|
+
placeholder: string;
|
|
1323
|
+
width?: number | undefined;
|
|
1324
|
+
height?: number | undefined;
|
|
1325
|
+
matchAll?: boolean | undefined;
|
|
1326
|
+
};
|
|
1327
|
+
/** @internal */
|
|
1328
|
+
export declare const EnvelopeFieldCreateManyDataFreeSignature2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataFreeSignature2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataFreeSignature2>;
|
|
1329
|
+
export declare function envelopeFieldCreateManyDataFreeSignature2ToJSON(envelopeFieldCreateManyDataFreeSignature2: EnvelopeFieldCreateManyDataFreeSignature2): string;
|
|
1330
|
+
export declare function envelopeFieldCreateManyDataFreeSignature2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataFreeSignature2, SDKValidationError>;
|
|
1331
|
+
/** @internal */
|
|
1332
|
+
export declare const EnvelopeFieldCreateManyTypeSignatureEnum2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeSignatureEnum2>;
|
|
1333
|
+
/** @internal */
|
|
1334
|
+
export declare const EnvelopeFieldCreateManyTypeSignatureEnum2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeSignatureEnum2>;
|
|
1335
|
+
/** @internal */
|
|
1336
|
+
export declare const EnvelopeFieldCreateManyFieldMetaSignatureRequest2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaSignatureRequest2, z.ZodTypeDef, unknown>;
|
|
1337
|
+
/** @internal */
|
|
1338
|
+
export type EnvelopeFieldCreateManyFieldMetaSignatureRequest2$Outbound = {
|
|
1339
|
+
label?: string | undefined;
|
|
1340
|
+
placeholder?: string | undefined;
|
|
1341
|
+
required?: boolean | undefined;
|
|
1342
|
+
readOnly?: boolean | undefined;
|
|
1343
|
+
fontSize: number;
|
|
1344
|
+
type: string;
|
|
1345
|
+
};
|
|
1346
|
+
/** @internal */
|
|
1347
|
+
export declare const EnvelopeFieldCreateManyFieldMetaSignatureRequest2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaSignatureRequest2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaSignatureRequest2>;
|
|
1348
|
+
export declare function envelopeFieldCreateManyFieldMetaSignatureRequest2ToJSON(envelopeFieldCreateManyFieldMetaSignatureRequest2: EnvelopeFieldCreateManyFieldMetaSignatureRequest2): string;
|
|
1349
|
+
export declare function envelopeFieldCreateManyFieldMetaSignatureRequest2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaSignatureRequest2, SDKValidationError>;
|
|
1350
|
+
/** @internal */
|
|
1351
|
+
export declare const EnvelopeFieldCreateManyDataSignature2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataSignature2, z.ZodTypeDef, unknown>;
|
|
1352
|
+
/** @internal */
|
|
1353
|
+
export type EnvelopeFieldCreateManyDataSignature2$Outbound = {
|
|
1354
|
+
type: "SIGNATURE";
|
|
1355
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaSignatureRequest2$Outbound | undefined;
|
|
1356
|
+
recipientId: number;
|
|
1357
|
+
envelopeItemId?: string | undefined;
|
|
1358
|
+
placeholder: string;
|
|
1359
|
+
width?: number | undefined;
|
|
1360
|
+
height?: number | undefined;
|
|
1361
|
+
matchAll?: boolean | undefined;
|
|
1362
|
+
};
|
|
1363
|
+
/** @internal */
|
|
1364
|
+
export declare const EnvelopeFieldCreateManyDataSignature2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataSignature2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataSignature2>;
|
|
1365
|
+
export declare function envelopeFieldCreateManyDataSignature2ToJSON(envelopeFieldCreateManyDataSignature2: EnvelopeFieldCreateManyDataSignature2): string;
|
|
1366
|
+
export declare function envelopeFieldCreateManyDataSignature2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataSignature2, SDKValidationError>;
|
|
1367
|
+
/** @internal */
|
|
1368
|
+
export declare const EnvelopeFieldCreateManyDataUnion3$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataUnion3, z.ZodTypeDef, unknown>;
|
|
1369
|
+
/** @internal */
|
|
1370
|
+
export type EnvelopeFieldCreateManyDataUnion3$Outbound = EnvelopeFieldCreateManyDataSignature2$Outbound | EnvelopeFieldCreateManyDataFreeSignature2$Outbound | EnvelopeFieldCreateManyDataInitials2$Outbound | EnvelopeFieldCreateManyDataName2$Outbound | EnvelopeFieldCreateManyDataEmail2$Outbound | EnvelopeFieldCreateManyDataDate2$Outbound | EnvelopeFieldCreateManyDataText2$Outbound | EnvelopeFieldCreateManyDataNumber2$Outbound | EnvelopeFieldCreateManyDataRadio2$Outbound | EnvelopeFieldCreateManyDataCheckbox2$Outbound | EnvelopeFieldCreateManyDataDropdown2$Outbound;
|
|
1371
|
+
/** @internal */
|
|
1372
|
+
export declare const EnvelopeFieldCreateManyDataUnion3$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataUnion3$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataUnion3>;
|
|
1373
|
+
export declare function envelopeFieldCreateManyDataUnion3ToJSON(envelopeFieldCreateManyDataUnion3: EnvelopeFieldCreateManyDataUnion3): string;
|
|
1374
|
+
export declare function envelopeFieldCreateManyDataUnion3FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataUnion3, SDKValidationError>;
|
|
1375
|
+
/** @internal */
|
|
1376
|
+
export declare const EnvelopeFieldCreateManyTypeDropdownEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeDropdownEnum1>;
|
|
1377
|
+
/** @internal */
|
|
1378
|
+
export declare const EnvelopeFieldCreateManyTypeDropdownEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeDropdownEnum1>;
|
|
1379
|
+
/** @internal */
|
|
1380
|
+
export declare const EnvelopeFieldCreateManyValueDropdown1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyValueDropdown1, z.ZodTypeDef, unknown>;
|
|
1381
|
+
/** @internal */
|
|
1382
|
+
export type EnvelopeFieldCreateManyValueDropdown1$Outbound = {
|
|
1383
|
+
value: string;
|
|
1384
|
+
};
|
|
1385
|
+
/** @internal */
|
|
1386
|
+
export declare const EnvelopeFieldCreateManyValueDropdown1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyValueDropdown1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyValueDropdown1>;
|
|
1387
|
+
export declare function envelopeFieldCreateManyValueDropdown1ToJSON(envelopeFieldCreateManyValueDropdown1: EnvelopeFieldCreateManyValueDropdown1): string;
|
|
1388
|
+
export declare function envelopeFieldCreateManyValueDropdown1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyValueDropdown1, SDKValidationError>;
|
|
1389
|
+
/** @internal */
|
|
1390
|
+
export declare const EnvelopeFieldCreateManyFieldMetaDropdownRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaDropdownRequest1, z.ZodTypeDef, unknown>;
|
|
1391
|
+
/** @internal */
|
|
1392
|
+
export type EnvelopeFieldCreateManyFieldMetaDropdownRequest1$Outbound = {
|
|
1393
|
+
label?: string | undefined;
|
|
1394
|
+
placeholder?: string | undefined;
|
|
1395
|
+
required?: boolean | undefined;
|
|
1396
|
+
readOnly?: boolean | undefined;
|
|
1397
|
+
fontSize: number;
|
|
1398
|
+
type: string;
|
|
1399
|
+
values?: Array<EnvelopeFieldCreateManyValueDropdown1$Outbound> | undefined;
|
|
588
1400
|
defaultValue?: string | undefined;
|
|
589
1401
|
};
|
|
590
1402
|
/** @internal */
|
|
591
|
-
export declare const
|
|
592
|
-
export declare function
|
|
593
|
-
export declare function
|
|
1403
|
+
export declare const EnvelopeFieldCreateManyFieldMetaDropdownRequest1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaDropdownRequest1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaDropdownRequest1>;
|
|
1404
|
+
export declare function envelopeFieldCreateManyFieldMetaDropdownRequest1ToJSON(envelopeFieldCreateManyFieldMetaDropdownRequest1: EnvelopeFieldCreateManyFieldMetaDropdownRequest1): string;
|
|
1405
|
+
export declare function envelopeFieldCreateManyFieldMetaDropdownRequest1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaDropdownRequest1, SDKValidationError>;
|
|
594
1406
|
/** @internal */
|
|
595
|
-
export declare const
|
|
1407
|
+
export declare const EnvelopeFieldCreateManyDataDropdown1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataDropdown1, z.ZodTypeDef, unknown>;
|
|
596
1408
|
/** @internal */
|
|
597
|
-
export type
|
|
1409
|
+
export type EnvelopeFieldCreateManyDataDropdown1$Outbound = {
|
|
598
1410
|
type: "DROPDOWN";
|
|
599
|
-
fieldMeta?:
|
|
1411
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaDropdownRequest1$Outbound | undefined;
|
|
600
1412
|
recipientId: number;
|
|
601
1413
|
envelopeItemId?: string | undefined;
|
|
602
1414
|
page: number;
|
|
@@ -606,54 +1418,54 @@ export type EnvelopeFieldCreateManyDataDropdown$Outbound = {
|
|
|
606
1418
|
height: number;
|
|
607
1419
|
};
|
|
608
1420
|
/** @internal */
|
|
609
|
-
export declare const
|
|
610
|
-
export declare function
|
|
611
|
-
export declare function
|
|
1421
|
+
export declare const EnvelopeFieldCreateManyDataDropdown1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataDropdown1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataDropdown1>;
|
|
1422
|
+
export declare function envelopeFieldCreateManyDataDropdown1ToJSON(envelopeFieldCreateManyDataDropdown1: EnvelopeFieldCreateManyDataDropdown1): string;
|
|
1423
|
+
export declare function envelopeFieldCreateManyDataDropdown1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataDropdown1, SDKValidationError>;
|
|
612
1424
|
/** @internal */
|
|
613
|
-
export declare const
|
|
1425
|
+
export declare const EnvelopeFieldCreateManyTypeCheckboxEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeCheckboxEnum1>;
|
|
614
1426
|
/** @internal */
|
|
615
|
-
export declare const
|
|
1427
|
+
export declare const EnvelopeFieldCreateManyTypeCheckboxEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeCheckboxEnum1>;
|
|
616
1428
|
/** @internal */
|
|
617
|
-
export declare const
|
|
1429
|
+
export declare const EnvelopeFieldCreateManyValueCheckbox1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyValueCheckbox1, z.ZodTypeDef, unknown>;
|
|
618
1430
|
/** @internal */
|
|
619
|
-
export type
|
|
1431
|
+
export type EnvelopeFieldCreateManyValueCheckbox1$Outbound = {
|
|
620
1432
|
id: number;
|
|
621
1433
|
checked: boolean;
|
|
622
1434
|
value: string;
|
|
623
1435
|
};
|
|
624
1436
|
/** @internal */
|
|
625
|
-
export declare const
|
|
626
|
-
export declare function
|
|
627
|
-
export declare function
|
|
1437
|
+
export declare const EnvelopeFieldCreateManyValueCheckbox1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyValueCheckbox1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyValueCheckbox1>;
|
|
1438
|
+
export declare function envelopeFieldCreateManyValueCheckbox1ToJSON(envelopeFieldCreateManyValueCheckbox1: EnvelopeFieldCreateManyValueCheckbox1): string;
|
|
1439
|
+
export declare function envelopeFieldCreateManyValueCheckbox1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyValueCheckbox1, SDKValidationError>;
|
|
628
1440
|
/** @internal */
|
|
629
|
-
export declare const
|
|
1441
|
+
export declare const EnvelopeFieldCreateManyDirectionCheckbox1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionCheckbox1>;
|
|
630
1442
|
/** @internal */
|
|
631
|
-
export declare const
|
|
1443
|
+
export declare const EnvelopeFieldCreateManyDirectionCheckbox1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionCheckbox1>;
|
|
632
1444
|
/** @internal */
|
|
633
|
-
export declare const
|
|
1445
|
+
export declare const EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaCheckboxRequest1, z.ZodTypeDef, unknown>;
|
|
634
1446
|
/** @internal */
|
|
635
|
-
export type
|
|
1447
|
+
export type EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$Outbound = {
|
|
636
1448
|
label?: string | undefined;
|
|
637
1449
|
placeholder?: string | undefined;
|
|
638
1450
|
required?: boolean | undefined;
|
|
639
1451
|
readOnly?: boolean | undefined;
|
|
640
1452
|
fontSize: number;
|
|
641
1453
|
type: string;
|
|
642
|
-
values?: Array<
|
|
1454
|
+
values?: Array<EnvelopeFieldCreateManyValueCheckbox1$Outbound> | undefined;
|
|
643
1455
|
validationRule?: string | undefined;
|
|
644
1456
|
validationLength?: number | undefined;
|
|
645
1457
|
direction: string;
|
|
646
1458
|
};
|
|
647
1459
|
/** @internal */
|
|
648
|
-
export declare const
|
|
649
|
-
export declare function
|
|
650
|
-
export declare function
|
|
1460
|
+
export declare const EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaCheckboxRequest1>;
|
|
1461
|
+
export declare function envelopeFieldCreateManyFieldMetaCheckboxRequest1ToJSON(envelopeFieldCreateManyFieldMetaCheckboxRequest1: EnvelopeFieldCreateManyFieldMetaCheckboxRequest1): string;
|
|
1462
|
+
export declare function envelopeFieldCreateManyFieldMetaCheckboxRequest1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaCheckboxRequest1, SDKValidationError>;
|
|
651
1463
|
/** @internal */
|
|
652
|
-
export declare const
|
|
1464
|
+
export declare const EnvelopeFieldCreateManyDataCheckbox1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataCheckbox1, z.ZodTypeDef, unknown>;
|
|
653
1465
|
/** @internal */
|
|
654
|
-
export type
|
|
1466
|
+
export type EnvelopeFieldCreateManyDataCheckbox1$Outbound = {
|
|
655
1467
|
type: "CHECKBOX";
|
|
656
|
-
fieldMeta?:
|
|
1468
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$Outbound | undefined;
|
|
657
1469
|
recipientId: number;
|
|
658
1470
|
envelopeItemId?: string | undefined;
|
|
659
1471
|
page: number;
|
|
@@ -663,52 +1475,52 @@ export type EnvelopeFieldCreateManyDataCheckbox$Outbound = {
|
|
|
663
1475
|
height: number;
|
|
664
1476
|
};
|
|
665
1477
|
/** @internal */
|
|
666
|
-
export declare const
|
|
667
|
-
export declare function
|
|
668
|
-
export declare function
|
|
1478
|
+
export declare const EnvelopeFieldCreateManyDataCheckbox1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataCheckbox1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataCheckbox1>;
|
|
1479
|
+
export declare function envelopeFieldCreateManyDataCheckbox1ToJSON(envelopeFieldCreateManyDataCheckbox1: EnvelopeFieldCreateManyDataCheckbox1): string;
|
|
1480
|
+
export declare function envelopeFieldCreateManyDataCheckbox1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataCheckbox1, SDKValidationError>;
|
|
669
1481
|
/** @internal */
|
|
670
|
-
export declare const
|
|
1482
|
+
export declare const EnvelopeFieldCreateManyTypeRadioEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeRadioEnum1>;
|
|
671
1483
|
/** @internal */
|
|
672
|
-
export declare const
|
|
1484
|
+
export declare const EnvelopeFieldCreateManyTypeRadioEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeRadioEnum1>;
|
|
673
1485
|
/** @internal */
|
|
674
|
-
export declare const
|
|
1486
|
+
export declare const EnvelopeFieldCreateManyValueRadio1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyValueRadio1, z.ZodTypeDef, unknown>;
|
|
675
1487
|
/** @internal */
|
|
676
|
-
export type
|
|
1488
|
+
export type EnvelopeFieldCreateManyValueRadio1$Outbound = {
|
|
677
1489
|
id: number;
|
|
678
1490
|
checked: boolean;
|
|
679
1491
|
value: string;
|
|
680
1492
|
};
|
|
681
1493
|
/** @internal */
|
|
682
|
-
export declare const
|
|
683
|
-
export declare function
|
|
684
|
-
export declare function
|
|
1494
|
+
export declare const EnvelopeFieldCreateManyValueRadio1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyValueRadio1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyValueRadio1>;
|
|
1495
|
+
export declare function envelopeFieldCreateManyValueRadio1ToJSON(envelopeFieldCreateManyValueRadio1: EnvelopeFieldCreateManyValueRadio1): string;
|
|
1496
|
+
export declare function envelopeFieldCreateManyValueRadio1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyValueRadio1, SDKValidationError>;
|
|
685
1497
|
/** @internal */
|
|
686
|
-
export declare const
|
|
1498
|
+
export declare const EnvelopeFieldCreateManyDirectionRadio1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionRadio1>;
|
|
687
1499
|
/** @internal */
|
|
688
|
-
export declare const
|
|
1500
|
+
export declare const EnvelopeFieldCreateManyDirectionRadio1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionRadio1>;
|
|
689
1501
|
/** @internal */
|
|
690
|
-
export declare const
|
|
1502
|
+
export declare const EnvelopeFieldCreateManyFieldMetaRadioRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaRadioRequest1, z.ZodTypeDef, unknown>;
|
|
691
1503
|
/** @internal */
|
|
692
|
-
export type
|
|
1504
|
+
export type EnvelopeFieldCreateManyFieldMetaRadioRequest1$Outbound = {
|
|
693
1505
|
label?: string | undefined;
|
|
694
1506
|
placeholder?: string | undefined;
|
|
695
1507
|
required?: boolean | undefined;
|
|
696
1508
|
readOnly?: boolean | undefined;
|
|
697
1509
|
fontSize: number;
|
|
698
1510
|
type: string;
|
|
699
|
-
values?: Array<
|
|
1511
|
+
values?: Array<EnvelopeFieldCreateManyValueRadio1$Outbound> | undefined;
|
|
700
1512
|
direction: string;
|
|
701
1513
|
};
|
|
702
1514
|
/** @internal */
|
|
703
|
-
export declare const
|
|
704
|
-
export declare function
|
|
705
|
-
export declare function
|
|
1515
|
+
export declare const EnvelopeFieldCreateManyFieldMetaRadioRequest1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaRadioRequest1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaRadioRequest1>;
|
|
1516
|
+
export declare function envelopeFieldCreateManyFieldMetaRadioRequest1ToJSON(envelopeFieldCreateManyFieldMetaRadioRequest1: EnvelopeFieldCreateManyFieldMetaRadioRequest1): string;
|
|
1517
|
+
export declare function envelopeFieldCreateManyFieldMetaRadioRequest1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaRadioRequest1, SDKValidationError>;
|
|
706
1518
|
/** @internal */
|
|
707
|
-
export declare const
|
|
1519
|
+
export declare const EnvelopeFieldCreateManyDataRadio1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataRadio1, z.ZodTypeDef, unknown>;
|
|
708
1520
|
/** @internal */
|
|
709
|
-
export type
|
|
1521
|
+
export type EnvelopeFieldCreateManyDataRadio1$Outbound = {
|
|
710
1522
|
type: "RADIO";
|
|
711
|
-
fieldMeta?:
|
|
1523
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaRadioRequest1$Outbound | undefined;
|
|
712
1524
|
recipientId: number;
|
|
713
1525
|
envelopeItemId?: string | undefined;
|
|
714
1526
|
page: number;
|
|
@@ -718,25 +1530,25 @@ export type EnvelopeFieldCreateManyDataRadio$Outbound = {
|
|
|
718
1530
|
height: number;
|
|
719
1531
|
};
|
|
720
1532
|
/** @internal */
|
|
721
|
-
export declare const
|
|
722
|
-
export declare function
|
|
723
|
-
export declare function
|
|
1533
|
+
export declare const EnvelopeFieldCreateManyDataRadio1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataRadio1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataRadio1>;
|
|
1534
|
+
export declare function envelopeFieldCreateManyDataRadio1ToJSON(envelopeFieldCreateManyDataRadio1: EnvelopeFieldCreateManyDataRadio1): string;
|
|
1535
|
+
export declare function envelopeFieldCreateManyDataRadio1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataRadio1, SDKValidationError>;
|
|
724
1536
|
/** @internal */
|
|
725
|
-
export declare const
|
|
1537
|
+
export declare const EnvelopeFieldCreateManyTypeNumberEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeNumberEnum1>;
|
|
726
1538
|
/** @internal */
|
|
727
|
-
export declare const
|
|
1539
|
+
export declare const EnvelopeFieldCreateManyTypeNumberEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeNumberEnum1>;
|
|
728
1540
|
/** @internal */
|
|
729
|
-
export declare const
|
|
1541
|
+
export declare const EnvelopeFieldCreateManyTextAlignNumber1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignNumber1>;
|
|
730
1542
|
/** @internal */
|
|
731
|
-
export declare const
|
|
1543
|
+
export declare const EnvelopeFieldCreateManyTextAlignNumber1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignNumber1>;
|
|
732
1544
|
/** @internal */
|
|
733
|
-
export declare const
|
|
1545
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignNumber1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignNumber1>;
|
|
734
1546
|
/** @internal */
|
|
735
|
-
export declare const
|
|
1547
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignNumber1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignNumber1>;
|
|
736
1548
|
/** @internal */
|
|
737
|
-
export declare const
|
|
1549
|
+
export declare const EnvelopeFieldCreateManyFieldMetaNumberRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaNumberRequest1, z.ZodTypeDef, unknown>;
|
|
738
1550
|
/** @internal */
|
|
739
|
-
export type
|
|
1551
|
+
export type EnvelopeFieldCreateManyFieldMetaNumberRequest1$Outbound = {
|
|
740
1552
|
label?: string | undefined;
|
|
741
1553
|
placeholder?: string | undefined;
|
|
742
1554
|
required?: boolean | undefined;
|
|
@@ -753,15 +1565,15 @@ export type EnvelopeFieldCreateManyFieldMetaNumberRequest$Outbound = {
|
|
|
753
1565
|
verticalAlign?: string | null | undefined;
|
|
754
1566
|
};
|
|
755
1567
|
/** @internal */
|
|
756
|
-
export declare const
|
|
757
|
-
export declare function
|
|
758
|
-
export declare function
|
|
1568
|
+
export declare const EnvelopeFieldCreateManyFieldMetaNumberRequest1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaNumberRequest1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaNumberRequest1>;
|
|
1569
|
+
export declare function envelopeFieldCreateManyFieldMetaNumberRequest1ToJSON(envelopeFieldCreateManyFieldMetaNumberRequest1: EnvelopeFieldCreateManyFieldMetaNumberRequest1): string;
|
|
1570
|
+
export declare function envelopeFieldCreateManyFieldMetaNumberRequest1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaNumberRequest1, SDKValidationError>;
|
|
759
1571
|
/** @internal */
|
|
760
|
-
export declare const
|
|
1572
|
+
export declare const EnvelopeFieldCreateManyDataNumber1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataNumber1, z.ZodTypeDef, unknown>;
|
|
761
1573
|
/** @internal */
|
|
762
|
-
export type
|
|
1574
|
+
export type EnvelopeFieldCreateManyDataNumber1$Outbound = {
|
|
763
1575
|
type: "NUMBER";
|
|
764
|
-
fieldMeta?:
|
|
1576
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaNumberRequest1$Outbound | undefined;
|
|
765
1577
|
recipientId: number;
|
|
766
1578
|
envelopeItemId?: string | undefined;
|
|
767
1579
|
page: number;
|
|
@@ -771,25 +1583,25 @@ export type EnvelopeFieldCreateManyDataNumber$Outbound = {
|
|
|
771
1583
|
height: number;
|
|
772
1584
|
};
|
|
773
1585
|
/** @internal */
|
|
774
|
-
export declare const
|
|
775
|
-
export declare function
|
|
776
|
-
export declare function
|
|
1586
|
+
export declare const EnvelopeFieldCreateManyDataNumber1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataNumber1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataNumber1>;
|
|
1587
|
+
export declare function envelopeFieldCreateManyDataNumber1ToJSON(envelopeFieldCreateManyDataNumber1: EnvelopeFieldCreateManyDataNumber1): string;
|
|
1588
|
+
export declare function envelopeFieldCreateManyDataNumber1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataNumber1, SDKValidationError>;
|
|
777
1589
|
/** @internal */
|
|
778
|
-
export declare const
|
|
1590
|
+
export declare const EnvelopeFieldCreateManyTypeTextEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeTextEnum1>;
|
|
779
1591
|
/** @internal */
|
|
780
|
-
export declare const
|
|
1592
|
+
export declare const EnvelopeFieldCreateManyTypeTextEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeTextEnum1>;
|
|
781
1593
|
/** @internal */
|
|
782
|
-
export declare const
|
|
1594
|
+
export declare const EnvelopeFieldCreateManyTextAlignText1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignText1>;
|
|
783
1595
|
/** @internal */
|
|
784
|
-
export declare const
|
|
1596
|
+
export declare const EnvelopeFieldCreateManyTextAlignText1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignText1>;
|
|
785
1597
|
/** @internal */
|
|
786
|
-
export declare const
|
|
1598
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignText1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignText1>;
|
|
787
1599
|
/** @internal */
|
|
788
|
-
export declare const
|
|
1600
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignText1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignText1>;
|
|
789
1601
|
/** @internal */
|
|
790
|
-
export declare const
|
|
1602
|
+
export declare const EnvelopeFieldCreateManyFieldMetaTextRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaTextRequest1, z.ZodTypeDef, unknown>;
|
|
791
1603
|
/** @internal */
|
|
792
|
-
export type
|
|
1604
|
+
export type EnvelopeFieldCreateManyFieldMetaTextRequest1$Outbound = {
|
|
793
1605
|
label?: string | undefined;
|
|
794
1606
|
placeholder?: string | undefined;
|
|
795
1607
|
required?: boolean | undefined;
|
|
@@ -804,15 +1616,15 @@ export type EnvelopeFieldCreateManyFieldMetaTextRequest$Outbound = {
|
|
|
804
1616
|
verticalAlign?: string | null | undefined;
|
|
805
1617
|
};
|
|
806
1618
|
/** @internal */
|
|
807
|
-
export declare const
|
|
808
|
-
export declare function
|
|
809
|
-
export declare function
|
|
1619
|
+
export declare const EnvelopeFieldCreateManyFieldMetaTextRequest1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaTextRequest1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaTextRequest1>;
|
|
1620
|
+
export declare function envelopeFieldCreateManyFieldMetaTextRequest1ToJSON(envelopeFieldCreateManyFieldMetaTextRequest1: EnvelopeFieldCreateManyFieldMetaTextRequest1): string;
|
|
1621
|
+
export declare function envelopeFieldCreateManyFieldMetaTextRequest1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaTextRequest1, SDKValidationError>;
|
|
810
1622
|
/** @internal */
|
|
811
|
-
export declare const
|
|
1623
|
+
export declare const EnvelopeFieldCreateManyDataText1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataText1, z.ZodTypeDef, unknown>;
|
|
812
1624
|
/** @internal */
|
|
813
|
-
export type
|
|
1625
|
+
export type EnvelopeFieldCreateManyDataText1$Outbound = {
|
|
814
1626
|
type: "TEXT";
|
|
815
|
-
fieldMeta?:
|
|
1627
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaTextRequest1$Outbound | undefined;
|
|
816
1628
|
recipientId: number;
|
|
817
1629
|
envelopeItemId?: string | undefined;
|
|
818
1630
|
page: number;
|
|
@@ -822,21 +1634,21 @@ export type EnvelopeFieldCreateManyDataText$Outbound = {
|
|
|
822
1634
|
height: number;
|
|
823
1635
|
};
|
|
824
1636
|
/** @internal */
|
|
825
|
-
export declare const
|
|
826
|
-
export declare function
|
|
827
|
-
export declare function
|
|
1637
|
+
export declare const EnvelopeFieldCreateManyDataText1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataText1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataText1>;
|
|
1638
|
+
export declare function envelopeFieldCreateManyDataText1ToJSON(envelopeFieldCreateManyDataText1: EnvelopeFieldCreateManyDataText1): string;
|
|
1639
|
+
export declare function envelopeFieldCreateManyDataText1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataText1, SDKValidationError>;
|
|
828
1640
|
/** @internal */
|
|
829
|
-
export declare const
|
|
1641
|
+
export declare const EnvelopeFieldCreateManyTypeDateEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeDateEnum1>;
|
|
830
1642
|
/** @internal */
|
|
831
|
-
export declare const
|
|
1643
|
+
export declare const EnvelopeFieldCreateManyTypeDateEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeDateEnum1>;
|
|
832
1644
|
/** @internal */
|
|
833
|
-
export declare const
|
|
1645
|
+
export declare const EnvelopeFieldCreateManyTextAlignDate1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignDate1>;
|
|
834
1646
|
/** @internal */
|
|
835
|
-
export declare const
|
|
1647
|
+
export declare const EnvelopeFieldCreateManyTextAlignDate1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignDate1>;
|
|
836
1648
|
/** @internal */
|
|
837
|
-
export declare const
|
|
1649
|
+
export declare const EnvelopeFieldCreateManyFieldMetaDateRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaDateRequest1, z.ZodTypeDef, unknown>;
|
|
838
1650
|
/** @internal */
|
|
839
|
-
export type
|
|
1651
|
+
export type EnvelopeFieldCreateManyFieldMetaDateRequest1$Outbound = {
|
|
840
1652
|
label?: string | undefined;
|
|
841
1653
|
placeholder?: string | undefined;
|
|
842
1654
|
required?: boolean | undefined;
|
|
@@ -846,15 +1658,15 @@ export type EnvelopeFieldCreateManyFieldMetaDateRequest$Outbound = {
|
|
|
846
1658
|
textAlign?: string | undefined;
|
|
847
1659
|
};
|
|
848
1660
|
/** @internal */
|
|
849
|
-
export declare const
|
|
850
|
-
export declare function
|
|
851
|
-
export declare function
|
|
1661
|
+
export declare const EnvelopeFieldCreateManyFieldMetaDateRequest1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaDateRequest1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaDateRequest1>;
|
|
1662
|
+
export declare function envelopeFieldCreateManyFieldMetaDateRequest1ToJSON(envelopeFieldCreateManyFieldMetaDateRequest1: EnvelopeFieldCreateManyFieldMetaDateRequest1): string;
|
|
1663
|
+
export declare function envelopeFieldCreateManyFieldMetaDateRequest1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaDateRequest1, SDKValidationError>;
|
|
852
1664
|
/** @internal */
|
|
853
|
-
export declare const
|
|
1665
|
+
export declare const EnvelopeFieldCreateManyDataDate1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataDate1, z.ZodTypeDef, unknown>;
|
|
854
1666
|
/** @internal */
|
|
855
|
-
export type
|
|
1667
|
+
export type EnvelopeFieldCreateManyDataDate1$Outbound = {
|
|
856
1668
|
type: "DATE";
|
|
857
|
-
fieldMeta?:
|
|
1669
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaDateRequest1$Outbound | undefined;
|
|
858
1670
|
recipientId: number;
|
|
859
1671
|
envelopeItemId?: string | undefined;
|
|
860
1672
|
page: number;
|
|
@@ -864,21 +1676,21 @@ export type EnvelopeFieldCreateManyDataDate$Outbound = {
|
|
|
864
1676
|
height: number;
|
|
865
1677
|
};
|
|
866
1678
|
/** @internal */
|
|
867
|
-
export declare const
|
|
868
|
-
export declare function
|
|
869
|
-
export declare function
|
|
1679
|
+
export declare const EnvelopeFieldCreateManyDataDate1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataDate1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataDate1>;
|
|
1680
|
+
export declare function envelopeFieldCreateManyDataDate1ToJSON(envelopeFieldCreateManyDataDate1: EnvelopeFieldCreateManyDataDate1): string;
|
|
1681
|
+
export declare function envelopeFieldCreateManyDataDate1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataDate1, SDKValidationError>;
|
|
870
1682
|
/** @internal */
|
|
871
|
-
export declare const
|
|
1683
|
+
export declare const EnvelopeFieldCreateManyTypeEmailEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeEmailEnum1>;
|
|
872
1684
|
/** @internal */
|
|
873
|
-
export declare const
|
|
1685
|
+
export declare const EnvelopeFieldCreateManyTypeEmailEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeEmailEnum1>;
|
|
874
1686
|
/** @internal */
|
|
875
|
-
export declare const
|
|
1687
|
+
export declare const EnvelopeFieldCreateManyTextAlignEmail1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignEmail1>;
|
|
876
1688
|
/** @internal */
|
|
877
|
-
export declare const
|
|
1689
|
+
export declare const EnvelopeFieldCreateManyTextAlignEmail1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignEmail1>;
|
|
878
1690
|
/** @internal */
|
|
879
|
-
export declare const
|
|
1691
|
+
export declare const EnvelopeFieldCreateManyFieldMetaEmailRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaEmailRequest1, z.ZodTypeDef, unknown>;
|
|
880
1692
|
/** @internal */
|
|
881
|
-
export type
|
|
1693
|
+
export type EnvelopeFieldCreateManyFieldMetaEmailRequest1$Outbound = {
|
|
882
1694
|
label?: string | undefined;
|
|
883
1695
|
placeholder?: string | undefined;
|
|
884
1696
|
required?: boolean | undefined;
|
|
@@ -888,15 +1700,15 @@ export type EnvelopeFieldCreateManyFieldMetaEmailRequest$Outbound = {
|
|
|
888
1700
|
textAlign?: string | undefined;
|
|
889
1701
|
};
|
|
890
1702
|
/** @internal */
|
|
891
|
-
export declare const
|
|
892
|
-
export declare function
|
|
893
|
-
export declare function
|
|
1703
|
+
export declare const EnvelopeFieldCreateManyFieldMetaEmailRequest1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaEmailRequest1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaEmailRequest1>;
|
|
1704
|
+
export declare function envelopeFieldCreateManyFieldMetaEmailRequest1ToJSON(envelopeFieldCreateManyFieldMetaEmailRequest1: EnvelopeFieldCreateManyFieldMetaEmailRequest1): string;
|
|
1705
|
+
export declare function envelopeFieldCreateManyFieldMetaEmailRequest1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaEmailRequest1, SDKValidationError>;
|
|
894
1706
|
/** @internal */
|
|
895
|
-
export declare const
|
|
1707
|
+
export declare const EnvelopeFieldCreateManyDataEmail1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataEmail1, z.ZodTypeDef, unknown>;
|
|
896
1708
|
/** @internal */
|
|
897
|
-
export type
|
|
1709
|
+
export type EnvelopeFieldCreateManyDataEmail1$Outbound = {
|
|
898
1710
|
type: "EMAIL";
|
|
899
|
-
fieldMeta?:
|
|
1711
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaEmailRequest1$Outbound | undefined;
|
|
900
1712
|
recipientId: number;
|
|
901
1713
|
envelopeItemId?: string | undefined;
|
|
902
1714
|
page: number;
|
|
@@ -906,21 +1718,21 @@ export type EnvelopeFieldCreateManyDataEmail$Outbound = {
|
|
|
906
1718
|
height: number;
|
|
907
1719
|
};
|
|
908
1720
|
/** @internal */
|
|
909
|
-
export declare const
|
|
910
|
-
export declare function
|
|
911
|
-
export declare function
|
|
1721
|
+
export declare const EnvelopeFieldCreateManyDataEmail1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataEmail1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataEmail1>;
|
|
1722
|
+
export declare function envelopeFieldCreateManyDataEmail1ToJSON(envelopeFieldCreateManyDataEmail1: EnvelopeFieldCreateManyDataEmail1): string;
|
|
1723
|
+
export declare function envelopeFieldCreateManyDataEmail1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataEmail1, SDKValidationError>;
|
|
912
1724
|
/** @internal */
|
|
913
|
-
export declare const
|
|
1725
|
+
export declare const EnvelopeFieldCreateManyTypeNameEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeNameEnum1>;
|
|
914
1726
|
/** @internal */
|
|
915
|
-
export declare const
|
|
1727
|
+
export declare const EnvelopeFieldCreateManyTypeNameEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeNameEnum1>;
|
|
916
1728
|
/** @internal */
|
|
917
|
-
export declare const
|
|
1729
|
+
export declare const EnvelopeFieldCreateManyTextAlignName1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignName1>;
|
|
918
1730
|
/** @internal */
|
|
919
|
-
export declare const
|
|
1731
|
+
export declare const EnvelopeFieldCreateManyTextAlignName1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignName1>;
|
|
920
1732
|
/** @internal */
|
|
921
|
-
export declare const
|
|
1733
|
+
export declare const EnvelopeFieldCreateManyFieldMetaNameRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaNameRequest1, z.ZodTypeDef, unknown>;
|
|
922
1734
|
/** @internal */
|
|
923
|
-
export type
|
|
1735
|
+
export type EnvelopeFieldCreateManyFieldMetaNameRequest1$Outbound = {
|
|
924
1736
|
label?: string | undefined;
|
|
925
1737
|
placeholder?: string | undefined;
|
|
926
1738
|
required?: boolean | undefined;
|
|
@@ -930,15 +1742,15 @@ export type EnvelopeFieldCreateManyFieldMetaNameRequest$Outbound = {
|
|
|
930
1742
|
textAlign?: string | undefined;
|
|
931
1743
|
};
|
|
932
1744
|
/** @internal */
|
|
933
|
-
export declare const
|
|
934
|
-
export declare function
|
|
935
|
-
export declare function
|
|
1745
|
+
export declare const EnvelopeFieldCreateManyFieldMetaNameRequest1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaNameRequest1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaNameRequest1>;
|
|
1746
|
+
export declare function envelopeFieldCreateManyFieldMetaNameRequest1ToJSON(envelopeFieldCreateManyFieldMetaNameRequest1: EnvelopeFieldCreateManyFieldMetaNameRequest1): string;
|
|
1747
|
+
export declare function envelopeFieldCreateManyFieldMetaNameRequest1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaNameRequest1, SDKValidationError>;
|
|
936
1748
|
/** @internal */
|
|
937
|
-
export declare const
|
|
1749
|
+
export declare const EnvelopeFieldCreateManyDataName1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataName1, z.ZodTypeDef, unknown>;
|
|
938
1750
|
/** @internal */
|
|
939
|
-
export type
|
|
1751
|
+
export type EnvelopeFieldCreateManyDataName1$Outbound = {
|
|
940
1752
|
type: "NAME";
|
|
941
|
-
fieldMeta?:
|
|
1753
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaNameRequest1$Outbound | undefined;
|
|
942
1754
|
recipientId: number;
|
|
943
1755
|
envelopeItemId?: string | undefined;
|
|
944
1756
|
page: number;
|
|
@@ -948,21 +1760,21 @@ export type EnvelopeFieldCreateManyDataName$Outbound = {
|
|
|
948
1760
|
height: number;
|
|
949
1761
|
};
|
|
950
1762
|
/** @internal */
|
|
951
|
-
export declare const
|
|
952
|
-
export declare function
|
|
953
|
-
export declare function
|
|
1763
|
+
export declare const EnvelopeFieldCreateManyDataName1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataName1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataName1>;
|
|
1764
|
+
export declare function envelopeFieldCreateManyDataName1ToJSON(envelopeFieldCreateManyDataName1: EnvelopeFieldCreateManyDataName1): string;
|
|
1765
|
+
export declare function envelopeFieldCreateManyDataName1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataName1, SDKValidationError>;
|
|
954
1766
|
/** @internal */
|
|
955
|
-
export declare const
|
|
1767
|
+
export declare const EnvelopeFieldCreateManyTypeInitialsEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeInitialsEnum1>;
|
|
956
1768
|
/** @internal */
|
|
957
|
-
export declare const
|
|
1769
|
+
export declare const EnvelopeFieldCreateManyTypeInitialsEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeInitialsEnum1>;
|
|
958
1770
|
/** @internal */
|
|
959
|
-
export declare const
|
|
1771
|
+
export declare const EnvelopeFieldCreateManyTextAlignInitials1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignInitials1>;
|
|
960
1772
|
/** @internal */
|
|
961
|
-
export declare const
|
|
1773
|
+
export declare const EnvelopeFieldCreateManyTextAlignInitials1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignInitials1>;
|
|
962
1774
|
/** @internal */
|
|
963
|
-
export declare const
|
|
1775
|
+
export declare const EnvelopeFieldCreateManyFieldMetaInitialsRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaInitialsRequest1, z.ZodTypeDef, unknown>;
|
|
964
1776
|
/** @internal */
|
|
965
|
-
export type
|
|
1777
|
+
export type EnvelopeFieldCreateManyFieldMetaInitialsRequest1$Outbound = {
|
|
966
1778
|
label?: string | undefined;
|
|
967
1779
|
placeholder?: string | undefined;
|
|
968
1780
|
required?: boolean | undefined;
|
|
@@ -972,15 +1784,15 @@ export type EnvelopeFieldCreateManyFieldMetaInitialsRequest$Outbound = {
|
|
|
972
1784
|
textAlign?: string | undefined;
|
|
973
1785
|
};
|
|
974
1786
|
/** @internal */
|
|
975
|
-
export declare const
|
|
976
|
-
export declare function
|
|
977
|
-
export declare function
|
|
1787
|
+
export declare const EnvelopeFieldCreateManyFieldMetaInitialsRequest1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaInitialsRequest1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaInitialsRequest1>;
|
|
1788
|
+
export declare function envelopeFieldCreateManyFieldMetaInitialsRequest1ToJSON(envelopeFieldCreateManyFieldMetaInitialsRequest1: EnvelopeFieldCreateManyFieldMetaInitialsRequest1): string;
|
|
1789
|
+
export declare function envelopeFieldCreateManyFieldMetaInitialsRequest1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaInitialsRequest1, SDKValidationError>;
|
|
978
1790
|
/** @internal */
|
|
979
|
-
export declare const
|
|
1791
|
+
export declare const EnvelopeFieldCreateManyDataInitials1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataInitials1, z.ZodTypeDef, unknown>;
|
|
980
1792
|
/** @internal */
|
|
981
|
-
export type
|
|
1793
|
+
export type EnvelopeFieldCreateManyDataInitials1$Outbound = {
|
|
982
1794
|
type: "INITIALS";
|
|
983
|
-
fieldMeta?:
|
|
1795
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaInitialsRequest1$Outbound | undefined;
|
|
984
1796
|
recipientId: number;
|
|
985
1797
|
envelopeItemId?: string | undefined;
|
|
986
1798
|
page: number;
|
|
@@ -990,13 +1802,13 @@ export type EnvelopeFieldCreateManyDataInitials$Outbound = {
|
|
|
990
1802
|
height: number;
|
|
991
1803
|
};
|
|
992
1804
|
/** @internal */
|
|
993
|
-
export declare const
|
|
994
|
-
export declare function
|
|
995
|
-
export declare function
|
|
1805
|
+
export declare const EnvelopeFieldCreateManyDataInitials1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataInitials1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataInitials1>;
|
|
1806
|
+
export declare function envelopeFieldCreateManyDataInitials1ToJSON(envelopeFieldCreateManyDataInitials1: EnvelopeFieldCreateManyDataInitials1): string;
|
|
1807
|
+
export declare function envelopeFieldCreateManyDataInitials1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataInitials1, SDKValidationError>;
|
|
996
1808
|
/** @internal */
|
|
997
|
-
export declare const
|
|
1809
|
+
export declare const EnvelopeFieldCreateManyDataFreeSignature1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataFreeSignature1, z.ZodTypeDef, unknown>;
|
|
998
1810
|
/** @internal */
|
|
999
|
-
export type
|
|
1811
|
+
export type EnvelopeFieldCreateManyDataFreeSignature1$Outbound = {
|
|
1000
1812
|
type: "FREE_SIGNATURE";
|
|
1001
1813
|
recipientId: number;
|
|
1002
1814
|
envelopeItemId?: string | undefined;
|
|
@@ -1007,17 +1819,17 @@ export type EnvelopeFieldCreateManyDataFreeSignature$Outbound = {
|
|
|
1007
1819
|
height: number;
|
|
1008
1820
|
};
|
|
1009
1821
|
/** @internal */
|
|
1010
|
-
export declare const
|
|
1011
|
-
export declare function
|
|
1012
|
-
export declare function
|
|
1822
|
+
export declare const EnvelopeFieldCreateManyDataFreeSignature1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataFreeSignature1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataFreeSignature1>;
|
|
1823
|
+
export declare function envelopeFieldCreateManyDataFreeSignature1ToJSON(envelopeFieldCreateManyDataFreeSignature1: EnvelopeFieldCreateManyDataFreeSignature1): string;
|
|
1824
|
+
export declare function envelopeFieldCreateManyDataFreeSignature1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataFreeSignature1, SDKValidationError>;
|
|
1013
1825
|
/** @internal */
|
|
1014
|
-
export declare const
|
|
1826
|
+
export declare const EnvelopeFieldCreateManyTypeSignatureEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeSignatureEnum1>;
|
|
1015
1827
|
/** @internal */
|
|
1016
|
-
export declare const
|
|
1828
|
+
export declare const EnvelopeFieldCreateManyTypeSignatureEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeSignatureEnum1>;
|
|
1017
1829
|
/** @internal */
|
|
1018
|
-
export declare const
|
|
1830
|
+
export declare const EnvelopeFieldCreateManyFieldMetaSignatureRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaSignatureRequest1, z.ZodTypeDef, unknown>;
|
|
1019
1831
|
/** @internal */
|
|
1020
|
-
export type
|
|
1832
|
+
export type EnvelopeFieldCreateManyFieldMetaSignatureRequest1$Outbound = {
|
|
1021
1833
|
label?: string | undefined;
|
|
1022
1834
|
placeholder?: string | undefined;
|
|
1023
1835
|
required?: boolean | undefined;
|
|
@@ -1026,15 +1838,15 @@ export type EnvelopeFieldCreateManyFieldMetaSignatureRequest$Outbound = {
|
|
|
1026
1838
|
type: string;
|
|
1027
1839
|
};
|
|
1028
1840
|
/** @internal */
|
|
1029
|
-
export declare const
|
|
1030
|
-
export declare function
|
|
1031
|
-
export declare function
|
|
1841
|
+
export declare const EnvelopeFieldCreateManyFieldMetaSignatureRequest1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaSignatureRequest1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaSignatureRequest1>;
|
|
1842
|
+
export declare function envelopeFieldCreateManyFieldMetaSignatureRequest1ToJSON(envelopeFieldCreateManyFieldMetaSignatureRequest1: EnvelopeFieldCreateManyFieldMetaSignatureRequest1): string;
|
|
1843
|
+
export declare function envelopeFieldCreateManyFieldMetaSignatureRequest1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaSignatureRequest1, SDKValidationError>;
|
|
1032
1844
|
/** @internal */
|
|
1033
|
-
export declare const
|
|
1845
|
+
export declare const EnvelopeFieldCreateManyDataSignature1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataSignature1, z.ZodTypeDef, unknown>;
|
|
1034
1846
|
/** @internal */
|
|
1035
|
-
export type
|
|
1847
|
+
export type EnvelopeFieldCreateManyDataSignature1$Outbound = {
|
|
1036
1848
|
type: "SIGNATURE";
|
|
1037
|
-
fieldMeta?:
|
|
1849
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaSignatureRequest1$Outbound | undefined;
|
|
1038
1850
|
recipientId: number;
|
|
1039
1851
|
envelopeItemId?: string | undefined;
|
|
1040
1852
|
page: number;
|
|
@@ -1044,23 +1856,31 @@ export type EnvelopeFieldCreateManyDataSignature$Outbound = {
|
|
|
1044
1856
|
height: number;
|
|
1045
1857
|
};
|
|
1046
1858
|
/** @internal */
|
|
1047
|
-
export declare const
|
|
1048
|
-
export declare function
|
|
1049
|
-
export declare function
|
|
1859
|
+
export declare const EnvelopeFieldCreateManyDataSignature1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataSignature1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataSignature1>;
|
|
1860
|
+
export declare function envelopeFieldCreateManyDataSignature1ToJSON(envelopeFieldCreateManyDataSignature1: EnvelopeFieldCreateManyDataSignature1): string;
|
|
1861
|
+
export declare function envelopeFieldCreateManyDataSignature1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataSignature1, SDKValidationError>;
|
|
1862
|
+
/** @internal */
|
|
1863
|
+
export declare const EnvelopeFieldCreateManyDataUnion2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataUnion2, z.ZodTypeDef, unknown>;
|
|
1864
|
+
/** @internal */
|
|
1865
|
+
export type EnvelopeFieldCreateManyDataUnion2$Outbound = EnvelopeFieldCreateManyDataSignature1$Outbound | EnvelopeFieldCreateManyDataFreeSignature1$Outbound | EnvelopeFieldCreateManyDataInitials1$Outbound | EnvelopeFieldCreateManyDataName1$Outbound | EnvelopeFieldCreateManyDataEmail1$Outbound | EnvelopeFieldCreateManyDataDate1$Outbound | EnvelopeFieldCreateManyDataText1$Outbound | EnvelopeFieldCreateManyDataNumber1$Outbound | EnvelopeFieldCreateManyDataRadio1$Outbound | EnvelopeFieldCreateManyDataCheckbox1$Outbound | EnvelopeFieldCreateManyDataDropdown1$Outbound;
|
|
1866
|
+
/** @internal */
|
|
1867
|
+
export declare const EnvelopeFieldCreateManyDataUnion2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataUnion2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataUnion2>;
|
|
1868
|
+
export declare function envelopeFieldCreateManyDataUnion2ToJSON(envelopeFieldCreateManyDataUnion2: EnvelopeFieldCreateManyDataUnion2): string;
|
|
1869
|
+
export declare function envelopeFieldCreateManyDataUnion2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataUnion2, SDKValidationError>;
|
|
1050
1870
|
/** @internal */
|
|
1051
|
-
export declare const
|
|
1871
|
+
export declare const EnvelopeFieldCreateManyDataUnion1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataUnion1, z.ZodTypeDef, unknown>;
|
|
1052
1872
|
/** @internal */
|
|
1053
|
-
export type
|
|
1873
|
+
export type EnvelopeFieldCreateManyDataUnion1$Outbound = EnvelopeFieldCreateManyDataSignature1$Outbound | EnvelopeFieldCreateManyDataFreeSignature1$Outbound | EnvelopeFieldCreateManyDataInitials1$Outbound | EnvelopeFieldCreateManyDataName1$Outbound | EnvelopeFieldCreateManyDataEmail1$Outbound | EnvelopeFieldCreateManyDataDate1$Outbound | EnvelopeFieldCreateManyDataText1$Outbound | EnvelopeFieldCreateManyDataNumber1$Outbound | EnvelopeFieldCreateManyDataRadio1$Outbound | EnvelopeFieldCreateManyDataCheckbox1$Outbound | EnvelopeFieldCreateManyDataDropdown1$Outbound | EnvelopeFieldCreateManyDataSignature2$Outbound | EnvelopeFieldCreateManyDataFreeSignature2$Outbound | EnvelopeFieldCreateManyDataInitials2$Outbound | EnvelopeFieldCreateManyDataName2$Outbound | EnvelopeFieldCreateManyDataEmail2$Outbound | EnvelopeFieldCreateManyDataDate2$Outbound | EnvelopeFieldCreateManyDataText2$Outbound | EnvelopeFieldCreateManyDataNumber2$Outbound | EnvelopeFieldCreateManyDataRadio2$Outbound | EnvelopeFieldCreateManyDataCheckbox2$Outbound | EnvelopeFieldCreateManyDataDropdown2$Outbound;
|
|
1054
1874
|
/** @internal */
|
|
1055
|
-
export declare const
|
|
1056
|
-
export declare function
|
|
1057
|
-
export declare function
|
|
1875
|
+
export declare const EnvelopeFieldCreateManyDataUnion1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyDataUnion1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyDataUnion1>;
|
|
1876
|
+
export declare function envelopeFieldCreateManyDataUnion1ToJSON(envelopeFieldCreateManyDataUnion1: EnvelopeFieldCreateManyDataUnion1): string;
|
|
1877
|
+
export declare function envelopeFieldCreateManyDataUnion1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyDataUnion1, SDKValidationError>;
|
|
1058
1878
|
/** @internal */
|
|
1059
1879
|
export declare const EnvelopeFieldCreateManyRequest$inboundSchema: z.ZodType<EnvelopeFieldCreateManyRequest, z.ZodTypeDef, unknown>;
|
|
1060
1880
|
/** @internal */
|
|
1061
1881
|
export type EnvelopeFieldCreateManyRequest$Outbound = {
|
|
1062
1882
|
envelopeId: string;
|
|
1063
|
-
data: Array<
|
|
1883
|
+
data: Array<EnvelopeFieldCreateManyDataSignature1$Outbound | EnvelopeFieldCreateManyDataFreeSignature1$Outbound | EnvelopeFieldCreateManyDataInitials1$Outbound | EnvelopeFieldCreateManyDataName1$Outbound | EnvelopeFieldCreateManyDataEmail1$Outbound | EnvelopeFieldCreateManyDataDate1$Outbound | EnvelopeFieldCreateManyDataText1$Outbound | EnvelopeFieldCreateManyDataNumber1$Outbound | EnvelopeFieldCreateManyDataRadio1$Outbound | EnvelopeFieldCreateManyDataCheckbox1$Outbound | EnvelopeFieldCreateManyDataDropdown1$Outbound | EnvelopeFieldCreateManyDataSignature2$Outbound | EnvelopeFieldCreateManyDataFreeSignature2$Outbound | EnvelopeFieldCreateManyDataInitials2$Outbound | EnvelopeFieldCreateManyDataName2$Outbound | EnvelopeFieldCreateManyDataEmail2$Outbound | EnvelopeFieldCreateManyDataDate2$Outbound | EnvelopeFieldCreateManyDataText2$Outbound | EnvelopeFieldCreateManyDataNumber2$Outbound | EnvelopeFieldCreateManyDataRadio2$Outbound | EnvelopeFieldCreateManyDataCheckbox2$Outbound | EnvelopeFieldCreateManyDataDropdown2$Outbound>;
|
|
1064
1884
|
};
|
|
1065
1885
|
/** @internal */
|
|
1066
1886
|
export declare const EnvelopeFieldCreateManyRequest$outboundSchema: z.ZodType<EnvelopeFieldCreateManyRequest$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyRequest>;
|