@documenso/sdk-typescript 0.7.0 → 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/bin/mcp-server.js +3176 -794
- package/bin/mcp-server.js.map +60 -57
- package/examples/package-lock.json +4 -4
- 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 +1824 -228
- package/models/operations/envelopefieldcreatemany.d.ts.map +1 -1
- package/models/operations/envelopefieldcreatemany.js +2142 -255
- package/models/operations/envelopefieldcreatemany.js.map +1 -1
- package/models/operations/envelopefieldupdatemany.d.ts +70 -70
- package/models/operations/envelopefieldupdatemany.d.ts.map +1 -1
- package/models/operations/envelopefieldupdatemany.js +135 -135
- package/models/operations/envelopefieldupdatemany.js.map +1 -1
- package/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/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 +5659 -803
- package/src/models/operations/envelopefieldupdatemany.ts +305 -232
- 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
|
@@ -2,405 +2,2001 @@ 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
|
|
6
|
-
|
|
7
|
-
width?: number | undefined;
|
|
8
|
-
height?: number | undefined;
|
|
9
|
-
matchAll?: boolean | undefined;
|
|
10
|
-
recipientId: number;
|
|
11
|
-
envelopeItemId?: string | undefined;
|
|
12
|
-
};
|
|
13
|
-
export type EnvelopeFieldCreateManyDataRequest1 = {
|
|
14
|
-
page: number;
|
|
15
|
-
positionX: number;
|
|
16
|
-
positionY: number;
|
|
17
|
-
width: number;
|
|
18
|
-
height: number;
|
|
19
|
-
recipientId: number;
|
|
20
|
-
envelopeItemId?: string | undefined;
|
|
21
|
-
};
|
|
22
|
-
export type EnvelopeFieldCreateManyDataUnion = EnvelopeFieldCreateManyDataRequest1 | EnvelopeFieldCreateManyDataRequest2;
|
|
23
|
-
export type EnvelopeFieldCreateManyRequest = {
|
|
24
|
-
envelopeId: string;
|
|
25
|
-
data: Array<EnvelopeFieldCreateManyDataRequest1 | EnvelopeFieldCreateManyDataRequest2>;
|
|
26
|
-
};
|
|
27
|
-
export declare const EnvelopeFieldCreateManyTypeEnum: {
|
|
28
|
-
readonly Signature: "SIGNATURE";
|
|
29
|
-
readonly FreeSignature: "FREE_SIGNATURE";
|
|
30
|
-
readonly Initials: "INITIALS";
|
|
31
|
-
readonly Name: "NAME";
|
|
32
|
-
readonly Email: "EMAIL";
|
|
33
|
-
readonly Date: "DATE";
|
|
34
|
-
readonly Text: "TEXT";
|
|
35
|
-
readonly Number: "NUMBER";
|
|
36
|
-
readonly Radio: "RADIO";
|
|
37
|
-
readonly Checkbox: "CHECKBOX";
|
|
38
|
-
readonly Dropdown: "DROPDOWN";
|
|
5
|
+
export declare const EnvelopeFieldCreateManyTypeDropdownEnum2: {
|
|
6
|
+
readonly Dropdown: "dropdown";
|
|
39
7
|
};
|
|
40
|
-
export type
|
|
41
|
-
export type
|
|
8
|
+
export type EnvelopeFieldCreateManyTypeDropdownEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeDropdownEnum2>;
|
|
9
|
+
export type EnvelopeFieldCreateManyValueDropdown2 = {
|
|
42
10
|
value: string;
|
|
43
11
|
};
|
|
44
|
-
export type
|
|
12
|
+
export type EnvelopeFieldCreateManyFieldMetaDropdownRequest2 = {
|
|
45
13
|
label?: string | undefined;
|
|
46
14
|
placeholder?: string | undefined;
|
|
47
15
|
required?: boolean | undefined;
|
|
48
16
|
readOnly?: boolean | undefined;
|
|
49
17
|
fontSize?: number | undefined;
|
|
50
|
-
type:
|
|
51
|
-
values?: Array<
|
|
18
|
+
type: EnvelopeFieldCreateManyTypeDropdownEnum2;
|
|
19
|
+
values?: Array<EnvelopeFieldCreateManyValueDropdown2> | undefined;
|
|
52
20
|
defaultValue?: string | undefined;
|
|
53
21
|
};
|
|
54
|
-
export type
|
|
22
|
+
export type EnvelopeFieldCreateManyDataDropdown2 = {
|
|
23
|
+
type: "DROPDOWN";
|
|
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 = {
|
|
55
37
|
id: number;
|
|
56
38
|
checked: boolean;
|
|
57
39
|
value: string;
|
|
58
40
|
};
|
|
59
|
-
export declare const
|
|
41
|
+
export declare const EnvelopeFieldCreateManyDirectionCheckbox2: {
|
|
60
42
|
readonly Vertical: "vertical";
|
|
61
43
|
readonly Horizontal: "horizontal";
|
|
62
44
|
};
|
|
63
|
-
export type
|
|
64
|
-
export type
|
|
45
|
+
export type EnvelopeFieldCreateManyDirectionCheckbox2 = ClosedEnum<typeof EnvelopeFieldCreateManyDirectionCheckbox2>;
|
|
46
|
+
export type EnvelopeFieldCreateManyFieldMetaCheckboxRequest2 = {
|
|
65
47
|
label?: string | undefined;
|
|
66
48
|
placeholder?: string | undefined;
|
|
67
49
|
required?: boolean | undefined;
|
|
68
50
|
readOnly?: boolean | undefined;
|
|
69
51
|
fontSize?: number | undefined;
|
|
70
|
-
type:
|
|
71
|
-
values?: Array<
|
|
52
|
+
type: EnvelopeFieldCreateManyTypeCheckboxEnum2;
|
|
53
|
+
values?: Array<EnvelopeFieldCreateManyValueCheckbox2> | undefined;
|
|
72
54
|
validationRule?: string | undefined;
|
|
73
55
|
validationLength?: number | undefined;
|
|
74
|
-
direction?:
|
|
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;
|
|
75
67
|
};
|
|
76
|
-
export
|
|
68
|
+
export declare const EnvelopeFieldCreateManyTypeRadioEnum2: {
|
|
69
|
+
readonly Radio: "radio";
|
|
70
|
+
};
|
|
71
|
+
export type EnvelopeFieldCreateManyTypeRadioEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeRadioEnum2>;
|
|
72
|
+
export type EnvelopeFieldCreateManyValueRadio2 = {
|
|
77
73
|
id: number;
|
|
78
74
|
checked: boolean;
|
|
79
75
|
value: string;
|
|
80
76
|
};
|
|
81
|
-
export declare const
|
|
77
|
+
export declare const EnvelopeFieldCreateManyDirectionRadio2: {
|
|
82
78
|
readonly Vertical: "vertical";
|
|
83
79
|
readonly Horizontal: "horizontal";
|
|
84
80
|
};
|
|
85
|
-
export type
|
|
86
|
-
export type
|
|
81
|
+
export type EnvelopeFieldCreateManyDirectionRadio2 = ClosedEnum<typeof EnvelopeFieldCreateManyDirectionRadio2>;
|
|
82
|
+
export type EnvelopeFieldCreateManyFieldMetaRadioRequest2 = {
|
|
87
83
|
label?: string | undefined;
|
|
88
84
|
placeholder?: string | undefined;
|
|
89
85
|
required?: boolean | undefined;
|
|
90
86
|
readOnly?: boolean | undefined;
|
|
91
87
|
fontSize?: number | undefined;
|
|
92
|
-
type:
|
|
93
|
-
values?: Array<
|
|
94
|
-
direction?:
|
|
88
|
+
type: EnvelopeFieldCreateManyTypeRadioEnum2;
|
|
89
|
+
values?: Array<EnvelopeFieldCreateManyValueRadio2> | undefined;
|
|
90
|
+
direction?: EnvelopeFieldCreateManyDirectionRadio2 | undefined;
|
|
95
91
|
};
|
|
96
|
-
export
|
|
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: {
|
|
97
107
|
readonly Left: "left";
|
|
98
108
|
readonly Center: "center";
|
|
99
109
|
readonly Right: "right";
|
|
100
110
|
};
|
|
101
|
-
export type
|
|
102
|
-
export declare const
|
|
111
|
+
export type EnvelopeFieldCreateManyTextAlignNumber2 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignNumber2>;
|
|
112
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignNumber2: {
|
|
103
113
|
readonly Top: "top";
|
|
104
114
|
readonly Middle: "middle";
|
|
105
115
|
readonly Bottom: "bottom";
|
|
106
116
|
};
|
|
107
|
-
export type
|
|
108
|
-
export type
|
|
117
|
+
export type EnvelopeFieldCreateManyVerticalAlignNumber2 = ClosedEnum<typeof EnvelopeFieldCreateManyVerticalAlignNumber2>;
|
|
118
|
+
export type EnvelopeFieldCreateManyFieldMetaNumberRequest2 = {
|
|
109
119
|
label?: string | undefined;
|
|
110
120
|
placeholder?: string | undefined;
|
|
111
121
|
required?: boolean | undefined;
|
|
112
122
|
readOnly?: boolean | undefined;
|
|
113
123
|
fontSize?: number | undefined;
|
|
114
|
-
type:
|
|
124
|
+
type: EnvelopeFieldCreateManyTypeNumberEnum2;
|
|
115
125
|
numberFormat?: string | null | undefined;
|
|
116
126
|
value?: string | undefined;
|
|
117
127
|
minValue?: number | null | undefined;
|
|
118
128
|
maxValue?: number | null | undefined;
|
|
119
|
-
textAlign?:
|
|
129
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignNumber2 | undefined;
|
|
120
130
|
lineHeight?: number | null | undefined;
|
|
121
131
|
letterSpacing?: number | null | undefined;
|
|
122
|
-
verticalAlign?:
|
|
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;
|
|
123
143
|
};
|
|
124
|
-
export declare const
|
|
144
|
+
export declare const EnvelopeFieldCreateManyTypeTextEnum2: {
|
|
145
|
+
readonly Text: "text";
|
|
146
|
+
};
|
|
147
|
+
export type EnvelopeFieldCreateManyTypeTextEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeTextEnum2>;
|
|
148
|
+
export declare const EnvelopeFieldCreateManyTextAlignText2: {
|
|
125
149
|
readonly Left: "left";
|
|
126
150
|
readonly Center: "center";
|
|
127
151
|
readonly Right: "right";
|
|
128
152
|
};
|
|
129
|
-
export type
|
|
130
|
-
export declare const
|
|
153
|
+
export type EnvelopeFieldCreateManyTextAlignText2 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignText2>;
|
|
154
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignText2: {
|
|
131
155
|
readonly Top: "top";
|
|
132
156
|
readonly Middle: "middle";
|
|
133
157
|
readonly Bottom: "bottom";
|
|
134
158
|
};
|
|
135
|
-
export type
|
|
136
|
-
export type
|
|
159
|
+
export type EnvelopeFieldCreateManyVerticalAlignText2 = ClosedEnum<typeof EnvelopeFieldCreateManyVerticalAlignText2>;
|
|
160
|
+
export type EnvelopeFieldCreateManyFieldMetaTextRequest2 = {
|
|
137
161
|
label?: string | undefined;
|
|
138
162
|
placeholder?: string | undefined;
|
|
139
163
|
required?: boolean | undefined;
|
|
140
164
|
readOnly?: boolean | undefined;
|
|
141
165
|
fontSize?: number | undefined;
|
|
142
|
-
type:
|
|
166
|
+
type: EnvelopeFieldCreateManyTypeTextEnum2;
|
|
143
167
|
text?: string | undefined;
|
|
144
168
|
characterLimit?: number | undefined;
|
|
145
|
-
textAlign?:
|
|
169
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignText2 | undefined;
|
|
146
170
|
lineHeight?: number | null | undefined;
|
|
147
171
|
letterSpacing?: number | null | undefined;
|
|
148
|
-
verticalAlign?:
|
|
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";
|
|
149
186
|
};
|
|
150
|
-
export
|
|
187
|
+
export type EnvelopeFieldCreateManyTypeDateEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeDateEnum2>;
|
|
188
|
+
export declare const EnvelopeFieldCreateManyTextAlignDate2: {
|
|
151
189
|
readonly Left: "left";
|
|
152
190
|
readonly Center: "center";
|
|
153
191
|
readonly Right: "right";
|
|
154
192
|
};
|
|
155
|
-
export type
|
|
156
|
-
export type
|
|
193
|
+
export type EnvelopeFieldCreateManyTextAlignDate2 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignDate2>;
|
|
194
|
+
export type EnvelopeFieldCreateManyFieldMetaDateRequest2 = {
|
|
157
195
|
label?: string | undefined;
|
|
158
196
|
placeholder?: string | undefined;
|
|
159
197
|
required?: boolean | undefined;
|
|
160
198
|
readOnly?: boolean | undefined;
|
|
161
199
|
fontSize?: number | undefined;
|
|
162
|
-
type:
|
|
163
|
-
textAlign?:
|
|
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;
|
|
164
212
|
};
|
|
165
|
-
export declare const
|
|
213
|
+
export declare const EnvelopeFieldCreateManyTypeEmailEnum2: {
|
|
214
|
+
readonly Email: "email";
|
|
215
|
+
};
|
|
216
|
+
export type EnvelopeFieldCreateManyTypeEmailEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeEmailEnum2>;
|
|
217
|
+
export declare const EnvelopeFieldCreateManyTextAlignEmail2: {
|
|
166
218
|
readonly Left: "left";
|
|
167
219
|
readonly Center: "center";
|
|
168
220
|
readonly Right: "right";
|
|
169
221
|
};
|
|
170
|
-
export type
|
|
171
|
-
export type
|
|
222
|
+
export type EnvelopeFieldCreateManyTextAlignEmail2 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignEmail2>;
|
|
223
|
+
export type EnvelopeFieldCreateManyFieldMetaEmailRequest2 = {
|
|
172
224
|
label?: string | undefined;
|
|
173
225
|
placeholder?: string | undefined;
|
|
174
226
|
required?: boolean | undefined;
|
|
175
227
|
readOnly?: boolean | undefined;
|
|
176
228
|
fontSize?: number | undefined;
|
|
177
|
-
type:
|
|
178
|
-
textAlign?:
|
|
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";
|
|
179
244
|
};
|
|
180
|
-
export
|
|
245
|
+
export type EnvelopeFieldCreateManyTypeNameEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeNameEnum2>;
|
|
246
|
+
export declare const EnvelopeFieldCreateManyTextAlignName2: {
|
|
181
247
|
readonly Left: "left";
|
|
182
248
|
readonly Center: "center";
|
|
183
249
|
readonly Right: "right";
|
|
184
250
|
};
|
|
185
|
-
export type
|
|
186
|
-
export type
|
|
251
|
+
export type EnvelopeFieldCreateManyTextAlignName2 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignName2>;
|
|
252
|
+
export type EnvelopeFieldCreateManyFieldMetaNameRequest2 = {
|
|
187
253
|
label?: string | undefined;
|
|
188
254
|
placeholder?: string | undefined;
|
|
189
255
|
required?: boolean | undefined;
|
|
190
256
|
readOnly?: boolean | undefined;
|
|
191
257
|
fontSize?: number | undefined;
|
|
192
|
-
type:
|
|
193
|
-
textAlign?:
|
|
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;
|
|
194
270
|
};
|
|
195
|
-
export declare const
|
|
271
|
+
export declare const EnvelopeFieldCreateManyTypeInitialsEnum2: {
|
|
272
|
+
readonly Initials: "initials";
|
|
273
|
+
};
|
|
274
|
+
export type EnvelopeFieldCreateManyTypeInitialsEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeInitialsEnum2>;
|
|
275
|
+
export declare const EnvelopeFieldCreateManyTextAlignInitials2: {
|
|
196
276
|
readonly Left: "left";
|
|
197
277
|
readonly Center: "center";
|
|
198
278
|
readonly Right: "right";
|
|
199
279
|
};
|
|
200
|
-
export type
|
|
201
|
-
export type
|
|
280
|
+
export type EnvelopeFieldCreateManyTextAlignInitials2 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignInitials2>;
|
|
281
|
+
export type EnvelopeFieldCreateManyFieldMetaInitialsRequest2 = {
|
|
202
282
|
label?: string | undefined;
|
|
203
283
|
placeholder?: string | undefined;
|
|
204
284
|
required?: boolean | undefined;
|
|
205
285
|
readOnly?: boolean | undefined;
|
|
206
286
|
fontSize?: number | undefined;
|
|
207
|
-
type:
|
|
208
|
-
textAlign?:
|
|
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;
|
|
209
308
|
};
|
|
210
|
-
export
|
|
309
|
+
export declare const EnvelopeFieldCreateManyTypeSignatureEnum2: {
|
|
310
|
+
readonly Signature: "signature";
|
|
311
|
+
};
|
|
312
|
+
export type EnvelopeFieldCreateManyTypeSignatureEnum2 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeSignatureEnum2>;
|
|
313
|
+
export type EnvelopeFieldCreateManyFieldMetaSignatureRequest2 = {
|
|
211
314
|
label?: string | undefined;
|
|
212
315
|
placeholder?: string | undefined;
|
|
213
316
|
required?: boolean | undefined;
|
|
214
317
|
readOnly?: boolean | undefined;
|
|
215
318
|
fontSize?: number | undefined;
|
|
216
|
-
type:
|
|
319
|
+
type: EnvelopeFieldCreateManyTypeSignatureEnum2;
|
|
217
320
|
};
|
|
218
|
-
export type
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
envelopeItemId: string;
|
|
222
|
-
type: EnvelopeFieldCreateManyTypeEnum;
|
|
223
|
-
id: number;
|
|
224
|
-
secondaryId: string;
|
|
321
|
+
export type EnvelopeFieldCreateManyDataSignature2 = {
|
|
322
|
+
type: "SIGNATURE";
|
|
323
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaSignatureRequest2 | undefined;
|
|
225
324
|
recipientId: number;
|
|
226
|
-
|
|
227
|
-
positionX?: any | undefined;
|
|
228
|
-
positionY?: any | undefined;
|
|
229
|
-
width?: any | undefined;
|
|
230
|
-
height?: any | undefined;
|
|
231
|
-
customText: string;
|
|
232
|
-
inserted: boolean;
|
|
233
|
-
fieldMeta: EnvelopeFieldCreateManyFieldMetaSignature | EnvelopeFieldCreateManyFieldMetaInitials | EnvelopeFieldCreateManyFieldMetaName | EnvelopeFieldCreateManyFieldMetaEmail | EnvelopeFieldCreateManyFieldMetaDate | EnvelopeFieldCreateManyFieldMetaText | EnvelopeFieldCreateManyFieldMetaNumber | EnvelopeFieldCreateManyFieldMetaRadio | EnvelopeFieldCreateManyFieldMetaCheckbox | EnvelopeFieldCreateManyFieldMetaDropdown | null;
|
|
234
|
-
documentId?: number | null | undefined;
|
|
235
|
-
templateId?: number | null | undefined;
|
|
236
|
-
};
|
|
237
|
-
/**
|
|
238
|
-
* Successful response
|
|
239
|
-
*/
|
|
240
|
-
export type EnvelopeFieldCreateManyResponse = {
|
|
241
|
-
data: Array<EnvelopeFieldCreateManyDataResponse>;
|
|
242
|
-
};
|
|
243
|
-
/** @internal */
|
|
244
|
-
export declare const EnvelopeFieldCreateManyDataRequest2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataRequest2, z.ZodTypeDef, unknown>;
|
|
245
|
-
/** @internal */
|
|
246
|
-
export type EnvelopeFieldCreateManyDataRequest2$Outbound = {
|
|
325
|
+
envelopeItemId?: string | undefined;
|
|
247
326
|
placeholder: string;
|
|
248
327
|
width?: number | undefined;
|
|
249
328
|
height?: number | undefined;
|
|
250
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;
|
|
251
352
|
recipientId: number;
|
|
252
353
|
envelopeItemId?: string | undefined;
|
|
354
|
+
page: number;
|
|
355
|
+
positionX: number;
|
|
356
|
+
positionY: number;
|
|
357
|
+
width: number;
|
|
358
|
+
height: number;
|
|
253
359
|
};
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
export
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
360
|
+
export declare const EnvelopeFieldCreateManyTypeCheckboxEnum1: {
|
|
361
|
+
readonly Checkbox: "checkbox";
|
|
362
|
+
};
|
|
363
|
+
export type EnvelopeFieldCreateManyTypeCheckboxEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeCheckboxEnum1>;
|
|
364
|
+
export type EnvelopeFieldCreateManyValueCheckbox1 = {
|
|
365
|
+
id: number;
|
|
366
|
+
checked: boolean;
|
|
367
|
+
value: string;
|
|
368
|
+
};
|
|
369
|
+
export declare const EnvelopeFieldCreateManyDirectionCheckbox1: {
|
|
370
|
+
readonly Vertical: "vertical";
|
|
371
|
+
readonly Horizontal: "horizontal";
|
|
372
|
+
};
|
|
373
|
+
export type EnvelopeFieldCreateManyDirectionCheckbox1 = ClosedEnum<typeof EnvelopeFieldCreateManyDirectionCheckbox1>;
|
|
374
|
+
export type EnvelopeFieldCreateManyFieldMetaCheckboxRequest1 = {
|
|
375
|
+
label?: string | undefined;
|
|
376
|
+
placeholder?: string | undefined;
|
|
377
|
+
required?: boolean | undefined;
|
|
378
|
+
readOnly?: boolean | undefined;
|
|
379
|
+
fontSize?: number | undefined;
|
|
380
|
+
type: EnvelopeFieldCreateManyTypeCheckboxEnum1;
|
|
381
|
+
values?: Array<EnvelopeFieldCreateManyValueCheckbox1> | undefined;
|
|
382
|
+
validationRule?: string | undefined;
|
|
383
|
+
validationLength?: number | undefined;
|
|
384
|
+
direction?: EnvelopeFieldCreateManyDirectionCheckbox1 | undefined;
|
|
385
|
+
};
|
|
386
|
+
export type EnvelopeFieldCreateManyDataCheckbox1 = {
|
|
387
|
+
type: "CHECKBOX";
|
|
388
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaCheckboxRequest1 | undefined;
|
|
389
|
+
recipientId: number;
|
|
390
|
+
envelopeItemId?: string | undefined;
|
|
391
|
+
page: number;
|
|
392
|
+
positionX: number;
|
|
393
|
+
positionY: number;
|
|
394
|
+
width: number;
|
|
395
|
+
height: number;
|
|
396
|
+
};
|
|
397
|
+
export declare const EnvelopeFieldCreateManyTypeRadioEnum1: {
|
|
398
|
+
readonly Radio: "radio";
|
|
399
|
+
};
|
|
400
|
+
export type EnvelopeFieldCreateManyTypeRadioEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeRadioEnum1>;
|
|
401
|
+
export type EnvelopeFieldCreateManyValueRadio1 = {
|
|
402
|
+
id: number;
|
|
403
|
+
checked: boolean;
|
|
404
|
+
value: string;
|
|
405
|
+
};
|
|
406
|
+
export declare const EnvelopeFieldCreateManyDirectionRadio1: {
|
|
407
|
+
readonly Vertical: "vertical";
|
|
408
|
+
readonly Horizontal: "horizontal";
|
|
409
|
+
};
|
|
410
|
+
export type EnvelopeFieldCreateManyDirectionRadio1 = ClosedEnum<typeof EnvelopeFieldCreateManyDirectionRadio1>;
|
|
411
|
+
export type EnvelopeFieldCreateManyFieldMetaRadioRequest1 = {
|
|
412
|
+
label?: string | undefined;
|
|
413
|
+
placeholder?: string | undefined;
|
|
414
|
+
required?: boolean | undefined;
|
|
415
|
+
readOnly?: boolean | undefined;
|
|
416
|
+
fontSize?: number | undefined;
|
|
417
|
+
type: EnvelopeFieldCreateManyTypeRadioEnum1;
|
|
418
|
+
values?: Array<EnvelopeFieldCreateManyValueRadio1> | undefined;
|
|
419
|
+
direction?: EnvelopeFieldCreateManyDirectionRadio1 | undefined;
|
|
420
|
+
};
|
|
421
|
+
export type EnvelopeFieldCreateManyDataRadio1 = {
|
|
422
|
+
type: "RADIO";
|
|
423
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaRadioRequest1 | undefined;
|
|
424
|
+
recipientId: number;
|
|
425
|
+
envelopeItemId?: string | undefined;
|
|
426
|
+
page: number;
|
|
427
|
+
positionX: number;
|
|
428
|
+
positionY: number;
|
|
429
|
+
width: number;
|
|
430
|
+
height: number;
|
|
431
|
+
};
|
|
432
|
+
export declare const EnvelopeFieldCreateManyTypeNumberEnum1: {
|
|
433
|
+
readonly Number: "number";
|
|
434
|
+
};
|
|
435
|
+
export type EnvelopeFieldCreateManyTypeNumberEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeNumberEnum1>;
|
|
436
|
+
export declare const EnvelopeFieldCreateManyTextAlignNumber1: {
|
|
437
|
+
readonly Left: "left";
|
|
438
|
+
readonly Center: "center";
|
|
439
|
+
readonly Right: "right";
|
|
440
|
+
};
|
|
441
|
+
export type EnvelopeFieldCreateManyTextAlignNumber1 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignNumber1>;
|
|
442
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignNumber1: {
|
|
443
|
+
readonly Top: "top";
|
|
444
|
+
readonly Middle: "middle";
|
|
445
|
+
readonly Bottom: "bottom";
|
|
446
|
+
};
|
|
447
|
+
export type EnvelopeFieldCreateManyVerticalAlignNumber1 = ClosedEnum<typeof EnvelopeFieldCreateManyVerticalAlignNumber1>;
|
|
448
|
+
export type EnvelopeFieldCreateManyFieldMetaNumberRequest1 = {
|
|
449
|
+
label?: string | undefined;
|
|
450
|
+
placeholder?: string | undefined;
|
|
451
|
+
required?: boolean | undefined;
|
|
452
|
+
readOnly?: boolean | undefined;
|
|
453
|
+
fontSize?: number | undefined;
|
|
454
|
+
type: EnvelopeFieldCreateManyTypeNumberEnum1;
|
|
455
|
+
numberFormat?: string | null | undefined;
|
|
456
|
+
value?: string | undefined;
|
|
457
|
+
minValue?: number | null | undefined;
|
|
458
|
+
maxValue?: number | null | undefined;
|
|
459
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignNumber1 | undefined;
|
|
460
|
+
lineHeight?: number | null | undefined;
|
|
461
|
+
letterSpacing?: number | null | undefined;
|
|
462
|
+
verticalAlign?: EnvelopeFieldCreateManyVerticalAlignNumber1 | null | undefined;
|
|
463
|
+
};
|
|
464
|
+
export type EnvelopeFieldCreateManyDataNumber1 = {
|
|
465
|
+
type: "NUMBER";
|
|
466
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaNumberRequest1 | undefined;
|
|
467
|
+
recipientId: number;
|
|
468
|
+
envelopeItemId?: string | undefined;
|
|
262
469
|
page: number;
|
|
263
470
|
positionX: number;
|
|
264
471
|
positionY: number;
|
|
265
472
|
width: number;
|
|
266
473
|
height: number;
|
|
474
|
+
};
|
|
475
|
+
export declare const EnvelopeFieldCreateManyTypeTextEnum1: {
|
|
476
|
+
readonly Text: "text";
|
|
477
|
+
};
|
|
478
|
+
export type EnvelopeFieldCreateManyTypeTextEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeTextEnum1>;
|
|
479
|
+
export declare const EnvelopeFieldCreateManyTextAlignText1: {
|
|
480
|
+
readonly Left: "left";
|
|
481
|
+
readonly Center: "center";
|
|
482
|
+
readonly Right: "right";
|
|
483
|
+
};
|
|
484
|
+
export type EnvelopeFieldCreateManyTextAlignText1 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignText1>;
|
|
485
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignText1: {
|
|
486
|
+
readonly Top: "top";
|
|
487
|
+
readonly Middle: "middle";
|
|
488
|
+
readonly Bottom: "bottom";
|
|
489
|
+
};
|
|
490
|
+
export type EnvelopeFieldCreateManyVerticalAlignText1 = ClosedEnum<typeof EnvelopeFieldCreateManyVerticalAlignText1>;
|
|
491
|
+
export type EnvelopeFieldCreateManyFieldMetaTextRequest1 = {
|
|
492
|
+
label?: string | undefined;
|
|
493
|
+
placeholder?: string | undefined;
|
|
494
|
+
required?: boolean | undefined;
|
|
495
|
+
readOnly?: boolean | undefined;
|
|
496
|
+
fontSize?: number | undefined;
|
|
497
|
+
type: EnvelopeFieldCreateManyTypeTextEnum1;
|
|
498
|
+
text?: string | undefined;
|
|
499
|
+
characterLimit?: number | undefined;
|
|
500
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignText1 | undefined;
|
|
501
|
+
lineHeight?: number | null | undefined;
|
|
502
|
+
letterSpacing?: number | null | undefined;
|
|
503
|
+
verticalAlign?: EnvelopeFieldCreateManyVerticalAlignText1 | null | undefined;
|
|
504
|
+
};
|
|
505
|
+
export type EnvelopeFieldCreateManyDataText1 = {
|
|
506
|
+
type: "TEXT";
|
|
507
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaTextRequest1 | undefined;
|
|
267
508
|
recipientId: number;
|
|
268
509
|
envelopeItemId?: string | undefined;
|
|
510
|
+
page: number;
|
|
511
|
+
positionX: number;
|
|
512
|
+
positionY: number;
|
|
513
|
+
width: number;
|
|
514
|
+
height: number;
|
|
515
|
+
};
|
|
516
|
+
export declare const EnvelopeFieldCreateManyTypeDateEnum1: {
|
|
517
|
+
readonly Date: "date";
|
|
269
518
|
};
|
|
519
|
+
export type EnvelopeFieldCreateManyTypeDateEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeDateEnum1>;
|
|
520
|
+
export declare const EnvelopeFieldCreateManyTextAlignDate1: {
|
|
521
|
+
readonly Left: "left";
|
|
522
|
+
readonly Center: "center";
|
|
523
|
+
readonly Right: "right";
|
|
524
|
+
};
|
|
525
|
+
export type EnvelopeFieldCreateManyTextAlignDate1 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignDate1>;
|
|
526
|
+
export type EnvelopeFieldCreateManyFieldMetaDateRequest1 = {
|
|
527
|
+
label?: string | undefined;
|
|
528
|
+
placeholder?: string | undefined;
|
|
529
|
+
required?: boolean | undefined;
|
|
530
|
+
readOnly?: boolean | undefined;
|
|
531
|
+
fontSize?: number | undefined;
|
|
532
|
+
type: EnvelopeFieldCreateManyTypeDateEnum1;
|
|
533
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignDate1 | undefined;
|
|
534
|
+
};
|
|
535
|
+
export type EnvelopeFieldCreateManyDataDate1 = {
|
|
536
|
+
type: "DATE";
|
|
537
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaDateRequest1 | undefined;
|
|
538
|
+
recipientId: number;
|
|
539
|
+
envelopeItemId?: string | undefined;
|
|
540
|
+
page: number;
|
|
541
|
+
positionX: number;
|
|
542
|
+
positionY: number;
|
|
543
|
+
width: number;
|
|
544
|
+
height: number;
|
|
545
|
+
};
|
|
546
|
+
export declare const EnvelopeFieldCreateManyTypeEmailEnum1: {
|
|
547
|
+
readonly Email: "email";
|
|
548
|
+
};
|
|
549
|
+
export type EnvelopeFieldCreateManyTypeEmailEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeEmailEnum1>;
|
|
550
|
+
export declare const EnvelopeFieldCreateManyTextAlignEmail1: {
|
|
551
|
+
readonly Left: "left";
|
|
552
|
+
readonly Center: "center";
|
|
553
|
+
readonly Right: "right";
|
|
554
|
+
};
|
|
555
|
+
export type EnvelopeFieldCreateManyTextAlignEmail1 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignEmail1>;
|
|
556
|
+
export type EnvelopeFieldCreateManyFieldMetaEmailRequest1 = {
|
|
557
|
+
label?: string | undefined;
|
|
558
|
+
placeholder?: string | undefined;
|
|
559
|
+
required?: boolean | undefined;
|
|
560
|
+
readOnly?: boolean | undefined;
|
|
561
|
+
fontSize?: number | undefined;
|
|
562
|
+
type: EnvelopeFieldCreateManyTypeEmailEnum1;
|
|
563
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignEmail1 | undefined;
|
|
564
|
+
};
|
|
565
|
+
export type EnvelopeFieldCreateManyDataEmail1 = {
|
|
566
|
+
type: "EMAIL";
|
|
567
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaEmailRequest1 | undefined;
|
|
568
|
+
recipientId: number;
|
|
569
|
+
envelopeItemId?: string | undefined;
|
|
570
|
+
page: number;
|
|
571
|
+
positionX: number;
|
|
572
|
+
positionY: number;
|
|
573
|
+
width: number;
|
|
574
|
+
height: number;
|
|
575
|
+
};
|
|
576
|
+
export declare const EnvelopeFieldCreateManyTypeNameEnum1: {
|
|
577
|
+
readonly Name: "name";
|
|
578
|
+
};
|
|
579
|
+
export type EnvelopeFieldCreateManyTypeNameEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeNameEnum1>;
|
|
580
|
+
export declare const EnvelopeFieldCreateManyTextAlignName1: {
|
|
581
|
+
readonly Left: "left";
|
|
582
|
+
readonly Center: "center";
|
|
583
|
+
readonly Right: "right";
|
|
584
|
+
};
|
|
585
|
+
export type EnvelopeFieldCreateManyTextAlignName1 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignName1>;
|
|
586
|
+
export type EnvelopeFieldCreateManyFieldMetaNameRequest1 = {
|
|
587
|
+
label?: string | undefined;
|
|
588
|
+
placeholder?: string | undefined;
|
|
589
|
+
required?: boolean | undefined;
|
|
590
|
+
readOnly?: boolean | undefined;
|
|
591
|
+
fontSize?: number | undefined;
|
|
592
|
+
type: EnvelopeFieldCreateManyTypeNameEnum1;
|
|
593
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignName1 | undefined;
|
|
594
|
+
};
|
|
595
|
+
export type EnvelopeFieldCreateManyDataName1 = {
|
|
596
|
+
type: "NAME";
|
|
597
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaNameRequest1 | undefined;
|
|
598
|
+
recipientId: number;
|
|
599
|
+
envelopeItemId?: string | undefined;
|
|
600
|
+
page: number;
|
|
601
|
+
positionX: number;
|
|
602
|
+
positionY: number;
|
|
603
|
+
width: number;
|
|
604
|
+
height: number;
|
|
605
|
+
};
|
|
606
|
+
export declare const EnvelopeFieldCreateManyTypeInitialsEnum1: {
|
|
607
|
+
readonly Initials: "initials";
|
|
608
|
+
};
|
|
609
|
+
export type EnvelopeFieldCreateManyTypeInitialsEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeInitialsEnum1>;
|
|
610
|
+
export declare const EnvelopeFieldCreateManyTextAlignInitials1: {
|
|
611
|
+
readonly Left: "left";
|
|
612
|
+
readonly Center: "center";
|
|
613
|
+
readonly Right: "right";
|
|
614
|
+
};
|
|
615
|
+
export type EnvelopeFieldCreateManyTextAlignInitials1 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignInitials1>;
|
|
616
|
+
export type EnvelopeFieldCreateManyFieldMetaInitialsRequest1 = {
|
|
617
|
+
label?: string | undefined;
|
|
618
|
+
placeholder?: string | undefined;
|
|
619
|
+
required?: boolean | undefined;
|
|
620
|
+
readOnly?: boolean | undefined;
|
|
621
|
+
fontSize?: number | undefined;
|
|
622
|
+
type: EnvelopeFieldCreateManyTypeInitialsEnum1;
|
|
623
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignInitials1 | undefined;
|
|
624
|
+
};
|
|
625
|
+
export type EnvelopeFieldCreateManyDataInitials1 = {
|
|
626
|
+
type: "INITIALS";
|
|
627
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaInitialsRequest1 | undefined;
|
|
628
|
+
recipientId: number;
|
|
629
|
+
envelopeItemId?: string | undefined;
|
|
630
|
+
page: number;
|
|
631
|
+
positionX: number;
|
|
632
|
+
positionY: number;
|
|
633
|
+
width: number;
|
|
634
|
+
height: number;
|
|
635
|
+
};
|
|
636
|
+
export type EnvelopeFieldCreateManyDataFreeSignature1 = {
|
|
637
|
+
type: "FREE_SIGNATURE";
|
|
638
|
+
recipientId: number;
|
|
639
|
+
envelopeItemId?: string | undefined;
|
|
640
|
+
page: number;
|
|
641
|
+
positionX: number;
|
|
642
|
+
positionY: number;
|
|
643
|
+
width: number;
|
|
644
|
+
height: number;
|
|
645
|
+
};
|
|
646
|
+
export declare const EnvelopeFieldCreateManyTypeSignatureEnum1: {
|
|
647
|
+
readonly Signature: "signature";
|
|
648
|
+
};
|
|
649
|
+
export type EnvelopeFieldCreateManyTypeSignatureEnum1 = ClosedEnum<typeof EnvelopeFieldCreateManyTypeSignatureEnum1>;
|
|
650
|
+
export type EnvelopeFieldCreateManyFieldMetaSignatureRequest1 = {
|
|
651
|
+
label?: string | undefined;
|
|
652
|
+
placeholder?: string | undefined;
|
|
653
|
+
required?: boolean | undefined;
|
|
654
|
+
readOnly?: boolean | undefined;
|
|
655
|
+
fontSize?: number | undefined;
|
|
656
|
+
type: EnvelopeFieldCreateManyTypeSignatureEnum1;
|
|
657
|
+
};
|
|
658
|
+
export type EnvelopeFieldCreateManyDataSignature1 = {
|
|
659
|
+
type: "SIGNATURE";
|
|
660
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaSignatureRequest1 | undefined;
|
|
661
|
+
recipientId: number;
|
|
662
|
+
envelopeItemId?: string | undefined;
|
|
663
|
+
page: number;
|
|
664
|
+
positionX: number;
|
|
665
|
+
positionY: number;
|
|
666
|
+
width: number;
|
|
667
|
+
height: number;
|
|
668
|
+
};
|
|
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;
|
|
671
|
+
export type EnvelopeFieldCreateManyRequest = {
|
|
672
|
+
envelopeId: string;
|
|
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>;
|
|
674
|
+
};
|
|
675
|
+
export declare const EnvelopeFieldCreateManyTypeResponseEnum: {
|
|
676
|
+
readonly Signature: "SIGNATURE";
|
|
677
|
+
readonly FreeSignature: "FREE_SIGNATURE";
|
|
678
|
+
readonly Initials: "INITIALS";
|
|
679
|
+
readonly Name: "NAME";
|
|
680
|
+
readonly Email: "EMAIL";
|
|
681
|
+
readonly Date: "DATE";
|
|
682
|
+
readonly Text: "TEXT";
|
|
683
|
+
readonly Number: "NUMBER";
|
|
684
|
+
readonly Radio: "RADIO";
|
|
685
|
+
readonly Checkbox: "CHECKBOX";
|
|
686
|
+
readonly Dropdown: "DROPDOWN";
|
|
687
|
+
};
|
|
688
|
+
export type EnvelopeFieldCreateManyTypeResponseEnum = ClosedEnum<typeof EnvelopeFieldCreateManyTypeResponseEnum>;
|
|
689
|
+
export type EnvelopeFieldCreateManyValueResponse3 = {
|
|
690
|
+
value: string;
|
|
691
|
+
};
|
|
692
|
+
export type EnvelopeFieldCreateManyFieldMetaDropdownResponse = {
|
|
693
|
+
label?: string | undefined;
|
|
694
|
+
placeholder?: string | undefined;
|
|
695
|
+
required?: boolean | undefined;
|
|
696
|
+
readOnly?: boolean | undefined;
|
|
697
|
+
fontSize?: number | undefined;
|
|
698
|
+
type: "dropdown";
|
|
699
|
+
values?: Array<EnvelopeFieldCreateManyValueResponse3> | undefined;
|
|
700
|
+
defaultValue?: string | undefined;
|
|
701
|
+
};
|
|
702
|
+
export type EnvelopeFieldCreateManyValueResponse2 = {
|
|
703
|
+
id: number;
|
|
704
|
+
checked: boolean;
|
|
705
|
+
value: string;
|
|
706
|
+
};
|
|
707
|
+
export declare const EnvelopeFieldCreateManyDirectionResponse2: {
|
|
708
|
+
readonly Vertical: "vertical";
|
|
709
|
+
readonly Horizontal: "horizontal";
|
|
710
|
+
};
|
|
711
|
+
export type EnvelopeFieldCreateManyDirectionResponse2 = ClosedEnum<typeof EnvelopeFieldCreateManyDirectionResponse2>;
|
|
712
|
+
export type EnvelopeFieldCreateManyFieldMetaCheckboxResponse = {
|
|
713
|
+
label?: string | undefined;
|
|
714
|
+
placeholder?: string | undefined;
|
|
715
|
+
required?: boolean | undefined;
|
|
716
|
+
readOnly?: boolean | undefined;
|
|
717
|
+
fontSize?: number | undefined;
|
|
718
|
+
type: "checkbox";
|
|
719
|
+
values?: Array<EnvelopeFieldCreateManyValueResponse2> | undefined;
|
|
720
|
+
validationRule?: string | undefined;
|
|
721
|
+
validationLength?: number | undefined;
|
|
722
|
+
direction?: EnvelopeFieldCreateManyDirectionResponse2 | undefined;
|
|
723
|
+
};
|
|
724
|
+
export type EnvelopeFieldCreateManyValueResponse1 = {
|
|
725
|
+
id: number;
|
|
726
|
+
checked: boolean;
|
|
727
|
+
value: string;
|
|
728
|
+
};
|
|
729
|
+
export declare const EnvelopeFieldCreateManyDirectionResponse1: {
|
|
730
|
+
readonly Vertical: "vertical";
|
|
731
|
+
readonly Horizontal: "horizontal";
|
|
732
|
+
};
|
|
733
|
+
export type EnvelopeFieldCreateManyDirectionResponse1 = ClosedEnum<typeof EnvelopeFieldCreateManyDirectionResponse1>;
|
|
734
|
+
export type EnvelopeFieldCreateManyFieldMetaRadioResponse = {
|
|
735
|
+
label?: string | undefined;
|
|
736
|
+
placeholder?: string | undefined;
|
|
737
|
+
required?: boolean | undefined;
|
|
738
|
+
readOnly?: boolean | undefined;
|
|
739
|
+
fontSize?: number | undefined;
|
|
740
|
+
type: "radio";
|
|
741
|
+
values?: Array<EnvelopeFieldCreateManyValueResponse1> | undefined;
|
|
742
|
+
direction?: EnvelopeFieldCreateManyDirectionResponse1 | undefined;
|
|
743
|
+
};
|
|
744
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse6: {
|
|
745
|
+
readonly Left: "left";
|
|
746
|
+
readonly Center: "center";
|
|
747
|
+
readonly Right: "right";
|
|
748
|
+
};
|
|
749
|
+
export type EnvelopeFieldCreateManyTextAlignResponse6 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignResponse6>;
|
|
750
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignResponse2: {
|
|
751
|
+
readonly Top: "top";
|
|
752
|
+
readonly Middle: "middle";
|
|
753
|
+
readonly Bottom: "bottom";
|
|
754
|
+
};
|
|
755
|
+
export type EnvelopeFieldCreateManyVerticalAlignResponse2 = ClosedEnum<typeof EnvelopeFieldCreateManyVerticalAlignResponse2>;
|
|
756
|
+
export type EnvelopeFieldCreateManyFieldMetaNumberResponse = {
|
|
757
|
+
label?: string | undefined;
|
|
758
|
+
placeholder?: string | undefined;
|
|
759
|
+
required?: boolean | undefined;
|
|
760
|
+
readOnly?: boolean | undefined;
|
|
761
|
+
fontSize?: number | undefined;
|
|
762
|
+
type: "number";
|
|
763
|
+
numberFormat?: string | null | undefined;
|
|
764
|
+
value?: string | undefined;
|
|
765
|
+
minValue?: number | null | undefined;
|
|
766
|
+
maxValue?: number | null | undefined;
|
|
767
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignResponse6 | undefined;
|
|
768
|
+
lineHeight?: number | null | undefined;
|
|
769
|
+
letterSpacing?: number | null | undefined;
|
|
770
|
+
verticalAlign?: EnvelopeFieldCreateManyVerticalAlignResponse2 | null | undefined;
|
|
771
|
+
};
|
|
772
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse5: {
|
|
773
|
+
readonly Left: "left";
|
|
774
|
+
readonly Center: "center";
|
|
775
|
+
readonly Right: "right";
|
|
776
|
+
};
|
|
777
|
+
export type EnvelopeFieldCreateManyTextAlignResponse5 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignResponse5>;
|
|
778
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignResponse1: {
|
|
779
|
+
readonly Top: "top";
|
|
780
|
+
readonly Middle: "middle";
|
|
781
|
+
readonly Bottom: "bottom";
|
|
782
|
+
};
|
|
783
|
+
export type EnvelopeFieldCreateManyVerticalAlignResponse1 = ClosedEnum<typeof EnvelopeFieldCreateManyVerticalAlignResponse1>;
|
|
784
|
+
export type EnvelopeFieldCreateManyFieldMetaTextResponse = {
|
|
785
|
+
label?: string | undefined;
|
|
786
|
+
placeholder?: string | undefined;
|
|
787
|
+
required?: boolean | undefined;
|
|
788
|
+
readOnly?: boolean | undefined;
|
|
789
|
+
fontSize?: number | undefined;
|
|
790
|
+
type: "text";
|
|
791
|
+
text?: string | undefined;
|
|
792
|
+
characterLimit?: number | undefined;
|
|
793
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignResponse5 | undefined;
|
|
794
|
+
lineHeight?: number | null | undefined;
|
|
795
|
+
letterSpacing?: number | null | undefined;
|
|
796
|
+
verticalAlign?: EnvelopeFieldCreateManyVerticalAlignResponse1 | null | undefined;
|
|
797
|
+
};
|
|
798
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse4: {
|
|
799
|
+
readonly Left: "left";
|
|
800
|
+
readonly Center: "center";
|
|
801
|
+
readonly Right: "right";
|
|
802
|
+
};
|
|
803
|
+
export type EnvelopeFieldCreateManyTextAlignResponse4 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignResponse4>;
|
|
804
|
+
export type EnvelopeFieldCreateManyFieldMetaDateResponse = {
|
|
805
|
+
label?: string | undefined;
|
|
806
|
+
placeholder?: string | undefined;
|
|
807
|
+
required?: boolean | undefined;
|
|
808
|
+
readOnly?: boolean | undefined;
|
|
809
|
+
fontSize?: number | undefined;
|
|
810
|
+
type: "date";
|
|
811
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignResponse4 | undefined;
|
|
812
|
+
};
|
|
813
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse3: {
|
|
814
|
+
readonly Left: "left";
|
|
815
|
+
readonly Center: "center";
|
|
816
|
+
readonly Right: "right";
|
|
817
|
+
};
|
|
818
|
+
export type EnvelopeFieldCreateManyTextAlignResponse3 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignResponse3>;
|
|
819
|
+
export type EnvelopeFieldCreateManyFieldMetaEmailResponse = {
|
|
820
|
+
label?: string | undefined;
|
|
821
|
+
placeholder?: string | undefined;
|
|
822
|
+
required?: boolean | undefined;
|
|
823
|
+
readOnly?: boolean | undefined;
|
|
824
|
+
fontSize?: number | undefined;
|
|
825
|
+
type: "email";
|
|
826
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignResponse3 | undefined;
|
|
827
|
+
};
|
|
828
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse2: {
|
|
829
|
+
readonly Left: "left";
|
|
830
|
+
readonly Center: "center";
|
|
831
|
+
readonly Right: "right";
|
|
832
|
+
};
|
|
833
|
+
export type EnvelopeFieldCreateManyTextAlignResponse2 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignResponse2>;
|
|
834
|
+
export type EnvelopeFieldCreateManyFieldMetaNameResponse = {
|
|
835
|
+
label?: string | undefined;
|
|
836
|
+
placeholder?: string | undefined;
|
|
837
|
+
required?: boolean | undefined;
|
|
838
|
+
readOnly?: boolean | undefined;
|
|
839
|
+
fontSize?: number | undefined;
|
|
840
|
+
type: "name";
|
|
841
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignResponse2 | undefined;
|
|
842
|
+
};
|
|
843
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse1: {
|
|
844
|
+
readonly Left: "left";
|
|
845
|
+
readonly Center: "center";
|
|
846
|
+
readonly Right: "right";
|
|
847
|
+
};
|
|
848
|
+
export type EnvelopeFieldCreateManyTextAlignResponse1 = ClosedEnum<typeof EnvelopeFieldCreateManyTextAlignResponse1>;
|
|
849
|
+
export type EnvelopeFieldCreateManyFieldMetaInitialsResponse = {
|
|
850
|
+
label?: string | undefined;
|
|
851
|
+
placeholder?: string | undefined;
|
|
852
|
+
required?: boolean | undefined;
|
|
853
|
+
readOnly?: boolean | undefined;
|
|
854
|
+
fontSize?: number | undefined;
|
|
855
|
+
type: "initials";
|
|
856
|
+
textAlign?: EnvelopeFieldCreateManyTextAlignResponse1 | undefined;
|
|
857
|
+
};
|
|
858
|
+
export type EnvelopeFieldCreateManyFieldMetaSignatureResponse = {
|
|
859
|
+
label?: string | undefined;
|
|
860
|
+
placeholder?: string | undefined;
|
|
861
|
+
required?: boolean | undefined;
|
|
862
|
+
readOnly?: boolean | undefined;
|
|
863
|
+
fontSize?: number | undefined;
|
|
864
|
+
type: "signature";
|
|
865
|
+
};
|
|
866
|
+
export type EnvelopeFieldCreateManyFieldMetaUnion = EnvelopeFieldCreateManyFieldMetaSignatureResponse | EnvelopeFieldCreateManyFieldMetaInitialsResponse | EnvelopeFieldCreateManyFieldMetaNameResponse | EnvelopeFieldCreateManyFieldMetaEmailResponse | EnvelopeFieldCreateManyFieldMetaDateResponse | EnvelopeFieldCreateManyFieldMetaTextResponse | EnvelopeFieldCreateManyFieldMetaNumberResponse | EnvelopeFieldCreateManyFieldMetaRadioResponse | EnvelopeFieldCreateManyFieldMetaCheckboxResponse | EnvelopeFieldCreateManyFieldMetaDropdownResponse;
|
|
867
|
+
export type EnvelopeFieldCreateManyDataResponse = {
|
|
868
|
+
envelopeId: string;
|
|
869
|
+
envelopeItemId: string;
|
|
870
|
+
type: EnvelopeFieldCreateManyTypeResponseEnum;
|
|
871
|
+
id: number;
|
|
872
|
+
secondaryId: string;
|
|
873
|
+
recipientId: number;
|
|
874
|
+
page: number;
|
|
875
|
+
positionX?: any | undefined;
|
|
876
|
+
positionY?: any | undefined;
|
|
877
|
+
width?: any | undefined;
|
|
878
|
+
height?: any | undefined;
|
|
879
|
+
customText: string;
|
|
880
|
+
inserted: boolean;
|
|
881
|
+
fieldMeta: EnvelopeFieldCreateManyFieldMetaSignatureResponse | EnvelopeFieldCreateManyFieldMetaInitialsResponse | EnvelopeFieldCreateManyFieldMetaNameResponse | EnvelopeFieldCreateManyFieldMetaEmailResponse | EnvelopeFieldCreateManyFieldMetaDateResponse | EnvelopeFieldCreateManyFieldMetaTextResponse | EnvelopeFieldCreateManyFieldMetaNumberResponse | EnvelopeFieldCreateManyFieldMetaRadioResponse | EnvelopeFieldCreateManyFieldMetaCheckboxResponse | EnvelopeFieldCreateManyFieldMetaDropdownResponse | null;
|
|
882
|
+
documentId?: number | null | undefined;
|
|
883
|
+
templateId?: number | null | undefined;
|
|
884
|
+
};
|
|
885
|
+
/**
|
|
886
|
+
* Successful response
|
|
887
|
+
*/
|
|
888
|
+
export type EnvelopeFieldCreateManyResponse = {
|
|
889
|
+
data: Array<EnvelopeFieldCreateManyDataResponse>;
|
|
890
|
+
};
|
|
891
|
+
/** @internal */
|
|
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>;
|
|
995
|
+
/** @internal */
|
|
996
|
+
export declare const EnvelopeFieldCreateManyTypeRadioEnum2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeRadioEnum2>;
|
|
997
|
+
/** @internal */
|
|
998
|
+
export declare const EnvelopeFieldCreateManyTypeRadioEnum2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeRadioEnum2>;
|
|
999
|
+
/** @internal */
|
|
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;
|
|
1005
|
+
value: string;
|
|
1006
|
+
};
|
|
1007
|
+
/** @internal */
|
|
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>;
|
|
1013
|
+
/** @internal */
|
|
1014
|
+
export declare const EnvelopeFieldCreateManyDirectionRadio2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionRadio2>;
|
|
1015
|
+
/** @internal */
|
|
1016
|
+
export declare const EnvelopeFieldCreateManyFieldMetaRadioRequest2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaRadioRequest2, z.ZodTypeDef, unknown>;
|
|
1017
|
+
/** @internal */
|
|
1018
|
+
export type EnvelopeFieldCreateManyFieldMetaRadioRequest2$Outbound = {
|
|
1019
|
+
label?: string | undefined;
|
|
1020
|
+
placeholder?: string | undefined;
|
|
1021
|
+
required?: boolean | undefined;
|
|
1022
|
+
readOnly?: boolean | undefined;
|
|
1023
|
+
fontSize: number;
|
|
1024
|
+
type: string;
|
|
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;
|
|
1400
|
+
defaultValue?: string | undefined;
|
|
1401
|
+
};
|
|
1402
|
+
/** @internal */
|
|
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>;
|
|
1406
|
+
/** @internal */
|
|
1407
|
+
export declare const EnvelopeFieldCreateManyDataDropdown1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataDropdown1, z.ZodTypeDef, unknown>;
|
|
1408
|
+
/** @internal */
|
|
1409
|
+
export type EnvelopeFieldCreateManyDataDropdown1$Outbound = {
|
|
1410
|
+
type: "DROPDOWN";
|
|
1411
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaDropdownRequest1$Outbound | undefined;
|
|
1412
|
+
recipientId: number;
|
|
1413
|
+
envelopeItemId?: string | undefined;
|
|
1414
|
+
page: number;
|
|
1415
|
+
positionX: number;
|
|
1416
|
+
positionY: number;
|
|
1417
|
+
width: number;
|
|
1418
|
+
height: number;
|
|
1419
|
+
};
|
|
1420
|
+
/** @internal */
|
|
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>;
|
|
1424
|
+
/** @internal */
|
|
1425
|
+
export declare const EnvelopeFieldCreateManyTypeCheckboxEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeCheckboxEnum1>;
|
|
1426
|
+
/** @internal */
|
|
1427
|
+
export declare const EnvelopeFieldCreateManyTypeCheckboxEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeCheckboxEnum1>;
|
|
1428
|
+
/** @internal */
|
|
1429
|
+
export declare const EnvelopeFieldCreateManyValueCheckbox1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyValueCheckbox1, z.ZodTypeDef, unknown>;
|
|
1430
|
+
/** @internal */
|
|
1431
|
+
export type EnvelopeFieldCreateManyValueCheckbox1$Outbound = {
|
|
1432
|
+
id: number;
|
|
1433
|
+
checked: boolean;
|
|
1434
|
+
value: string;
|
|
1435
|
+
};
|
|
1436
|
+
/** @internal */
|
|
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>;
|
|
1440
|
+
/** @internal */
|
|
1441
|
+
export declare const EnvelopeFieldCreateManyDirectionCheckbox1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionCheckbox1>;
|
|
1442
|
+
/** @internal */
|
|
1443
|
+
export declare const EnvelopeFieldCreateManyDirectionCheckbox1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionCheckbox1>;
|
|
1444
|
+
/** @internal */
|
|
1445
|
+
export declare const EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaCheckboxRequest1, z.ZodTypeDef, unknown>;
|
|
1446
|
+
/** @internal */
|
|
1447
|
+
export type EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$Outbound = {
|
|
1448
|
+
label?: string | undefined;
|
|
1449
|
+
placeholder?: string | undefined;
|
|
1450
|
+
required?: boolean | undefined;
|
|
1451
|
+
readOnly?: boolean | undefined;
|
|
1452
|
+
fontSize: number;
|
|
1453
|
+
type: string;
|
|
1454
|
+
values?: Array<EnvelopeFieldCreateManyValueCheckbox1$Outbound> | undefined;
|
|
1455
|
+
validationRule?: string | undefined;
|
|
1456
|
+
validationLength?: number | undefined;
|
|
1457
|
+
direction: string;
|
|
1458
|
+
};
|
|
1459
|
+
/** @internal */
|
|
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>;
|
|
1463
|
+
/** @internal */
|
|
1464
|
+
export declare const EnvelopeFieldCreateManyDataCheckbox1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataCheckbox1, z.ZodTypeDef, unknown>;
|
|
1465
|
+
/** @internal */
|
|
1466
|
+
export type EnvelopeFieldCreateManyDataCheckbox1$Outbound = {
|
|
1467
|
+
type: "CHECKBOX";
|
|
1468
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$Outbound | undefined;
|
|
1469
|
+
recipientId: number;
|
|
1470
|
+
envelopeItemId?: string | undefined;
|
|
1471
|
+
page: number;
|
|
1472
|
+
positionX: number;
|
|
1473
|
+
positionY: number;
|
|
1474
|
+
width: number;
|
|
1475
|
+
height: number;
|
|
1476
|
+
};
|
|
1477
|
+
/** @internal */
|
|
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>;
|
|
1481
|
+
/** @internal */
|
|
1482
|
+
export declare const EnvelopeFieldCreateManyTypeRadioEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeRadioEnum1>;
|
|
1483
|
+
/** @internal */
|
|
1484
|
+
export declare const EnvelopeFieldCreateManyTypeRadioEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeRadioEnum1>;
|
|
1485
|
+
/** @internal */
|
|
1486
|
+
export declare const EnvelopeFieldCreateManyValueRadio1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyValueRadio1, z.ZodTypeDef, unknown>;
|
|
1487
|
+
/** @internal */
|
|
1488
|
+
export type EnvelopeFieldCreateManyValueRadio1$Outbound = {
|
|
1489
|
+
id: number;
|
|
1490
|
+
checked: boolean;
|
|
1491
|
+
value: string;
|
|
1492
|
+
};
|
|
1493
|
+
/** @internal */
|
|
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>;
|
|
1497
|
+
/** @internal */
|
|
1498
|
+
export declare const EnvelopeFieldCreateManyDirectionRadio1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionRadio1>;
|
|
1499
|
+
/** @internal */
|
|
1500
|
+
export declare const EnvelopeFieldCreateManyDirectionRadio1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionRadio1>;
|
|
1501
|
+
/** @internal */
|
|
1502
|
+
export declare const EnvelopeFieldCreateManyFieldMetaRadioRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaRadioRequest1, z.ZodTypeDef, unknown>;
|
|
1503
|
+
/** @internal */
|
|
1504
|
+
export type EnvelopeFieldCreateManyFieldMetaRadioRequest1$Outbound = {
|
|
1505
|
+
label?: string | undefined;
|
|
1506
|
+
placeholder?: string | undefined;
|
|
1507
|
+
required?: boolean | undefined;
|
|
1508
|
+
readOnly?: boolean | undefined;
|
|
1509
|
+
fontSize: number;
|
|
1510
|
+
type: string;
|
|
1511
|
+
values?: Array<EnvelopeFieldCreateManyValueRadio1$Outbound> | undefined;
|
|
1512
|
+
direction: string;
|
|
1513
|
+
};
|
|
1514
|
+
/** @internal */
|
|
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>;
|
|
1518
|
+
/** @internal */
|
|
1519
|
+
export declare const EnvelopeFieldCreateManyDataRadio1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataRadio1, z.ZodTypeDef, unknown>;
|
|
1520
|
+
/** @internal */
|
|
1521
|
+
export type EnvelopeFieldCreateManyDataRadio1$Outbound = {
|
|
1522
|
+
type: "RADIO";
|
|
1523
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaRadioRequest1$Outbound | undefined;
|
|
1524
|
+
recipientId: number;
|
|
1525
|
+
envelopeItemId?: string | undefined;
|
|
1526
|
+
page: number;
|
|
1527
|
+
positionX: number;
|
|
1528
|
+
positionY: number;
|
|
1529
|
+
width: number;
|
|
1530
|
+
height: number;
|
|
1531
|
+
};
|
|
1532
|
+
/** @internal */
|
|
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>;
|
|
1536
|
+
/** @internal */
|
|
1537
|
+
export declare const EnvelopeFieldCreateManyTypeNumberEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeNumberEnum1>;
|
|
1538
|
+
/** @internal */
|
|
1539
|
+
export declare const EnvelopeFieldCreateManyTypeNumberEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeNumberEnum1>;
|
|
1540
|
+
/** @internal */
|
|
1541
|
+
export declare const EnvelopeFieldCreateManyTextAlignNumber1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignNumber1>;
|
|
1542
|
+
/** @internal */
|
|
1543
|
+
export declare const EnvelopeFieldCreateManyTextAlignNumber1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignNumber1>;
|
|
1544
|
+
/** @internal */
|
|
1545
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignNumber1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignNumber1>;
|
|
1546
|
+
/** @internal */
|
|
1547
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignNumber1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignNumber1>;
|
|
1548
|
+
/** @internal */
|
|
1549
|
+
export declare const EnvelopeFieldCreateManyFieldMetaNumberRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaNumberRequest1, z.ZodTypeDef, unknown>;
|
|
1550
|
+
/** @internal */
|
|
1551
|
+
export type EnvelopeFieldCreateManyFieldMetaNumberRequest1$Outbound = {
|
|
1552
|
+
label?: string | undefined;
|
|
1553
|
+
placeholder?: string | undefined;
|
|
1554
|
+
required?: boolean | undefined;
|
|
1555
|
+
readOnly?: boolean | undefined;
|
|
1556
|
+
fontSize: number;
|
|
1557
|
+
type: string;
|
|
1558
|
+
numberFormat?: string | null | undefined;
|
|
1559
|
+
value?: string | undefined;
|
|
1560
|
+
minValue?: number | null | undefined;
|
|
1561
|
+
maxValue?: number | null | undefined;
|
|
1562
|
+
textAlign?: string | undefined;
|
|
1563
|
+
lineHeight?: number | null | undefined;
|
|
1564
|
+
letterSpacing?: number | null | undefined;
|
|
1565
|
+
verticalAlign?: string | null | undefined;
|
|
1566
|
+
};
|
|
1567
|
+
/** @internal */
|
|
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>;
|
|
1571
|
+
/** @internal */
|
|
1572
|
+
export declare const EnvelopeFieldCreateManyDataNumber1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataNumber1, z.ZodTypeDef, unknown>;
|
|
1573
|
+
/** @internal */
|
|
1574
|
+
export type EnvelopeFieldCreateManyDataNumber1$Outbound = {
|
|
1575
|
+
type: "NUMBER";
|
|
1576
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaNumberRequest1$Outbound | undefined;
|
|
1577
|
+
recipientId: number;
|
|
1578
|
+
envelopeItemId?: string | undefined;
|
|
1579
|
+
page: number;
|
|
1580
|
+
positionX: number;
|
|
1581
|
+
positionY: number;
|
|
1582
|
+
width: number;
|
|
1583
|
+
height: number;
|
|
1584
|
+
};
|
|
1585
|
+
/** @internal */
|
|
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>;
|
|
1589
|
+
/** @internal */
|
|
1590
|
+
export declare const EnvelopeFieldCreateManyTypeTextEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeTextEnum1>;
|
|
1591
|
+
/** @internal */
|
|
1592
|
+
export declare const EnvelopeFieldCreateManyTypeTextEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeTextEnum1>;
|
|
1593
|
+
/** @internal */
|
|
1594
|
+
export declare const EnvelopeFieldCreateManyTextAlignText1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignText1>;
|
|
1595
|
+
/** @internal */
|
|
1596
|
+
export declare const EnvelopeFieldCreateManyTextAlignText1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignText1>;
|
|
1597
|
+
/** @internal */
|
|
1598
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignText1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignText1>;
|
|
1599
|
+
/** @internal */
|
|
1600
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignText1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignText1>;
|
|
1601
|
+
/** @internal */
|
|
1602
|
+
export declare const EnvelopeFieldCreateManyFieldMetaTextRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaTextRequest1, z.ZodTypeDef, unknown>;
|
|
1603
|
+
/** @internal */
|
|
1604
|
+
export type EnvelopeFieldCreateManyFieldMetaTextRequest1$Outbound = {
|
|
1605
|
+
label?: string | undefined;
|
|
1606
|
+
placeholder?: string | undefined;
|
|
1607
|
+
required?: boolean | undefined;
|
|
1608
|
+
readOnly?: boolean | undefined;
|
|
1609
|
+
fontSize: number;
|
|
1610
|
+
type: string;
|
|
1611
|
+
text?: string | undefined;
|
|
1612
|
+
characterLimit?: number | undefined;
|
|
1613
|
+
textAlign?: string | undefined;
|
|
1614
|
+
lineHeight?: number | null | undefined;
|
|
1615
|
+
letterSpacing?: number | null | undefined;
|
|
1616
|
+
verticalAlign?: string | null | undefined;
|
|
1617
|
+
};
|
|
1618
|
+
/** @internal */
|
|
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>;
|
|
1622
|
+
/** @internal */
|
|
1623
|
+
export declare const EnvelopeFieldCreateManyDataText1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataText1, z.ZodTypeDef, unknown>;
|
|
1624
|
+
/** @internal */
|
|
1625
|
+
export type EnvelopeFieldCreateManyDataText1$Outbound = {
|
|
1626
|
+
type: "TEXT";
|
|
1627
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaTextRequest1$Outbound | undefined;
|
|
1628
|
+
recipientId: number;
|
|
1629
|
+
envelopeItemId?: string | undefined;
|
|
1630
|
+
page: number;
|
|
1631
|
+
positionX: number;
|
|
1632
|
+
positionY: number;
|
|
1633
|
+
width: number;
|
|
1634
|
+
height: number;
|
|
1635
|
+
};
|
|
1636
|
+
/** @internal */
|
|
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>;
|
|
1640
|
+
/** @internal */
|
|
1641
|
+
export declare const EnvelopeFieldCreateManyTypeDateEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeDateEnum1>;
|
|
1642
|
+
/** @internal */
|
|
1643
|
+
export declare const EnvelopeFieldCreateManyTypeDateEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeDateEnum1>;
|
|
1644
|
+
/** @internal */
|
|
1645
|
+
export declare const EnvelopeFieldCreateManyTextAlignDate1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignDate1>;
|
|
1646
|
+
/** @internal */
|
|
1647
|
+
export declare const EnvelopeFieldCreateManyTextAlignDate1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignDate1>;
|
|
1648
|
+
/** @internal */
|
|
1649
|
+
export declare const EnvelopeFieldCreateManyFieldMetaDateRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaDateRequest1, z.ZodTypeDef, unknown>;
|
|
1650
|
+
/** @internal */
|
|
1651
|
+
export type EnvelopeFieldCreateManyFieldMetaDateRequest1$Outbound = {
|
|
1652
|
+
label?: string | undefined;
|
|
1653
|
+
placeholder?: string | undefined;
|
|
1654
|
+
required?: boolean | undefined;
|
|
1655
|
+
readOnly?: boolean | undefined;
|
|
1656
|
+
fontSize: number;
|
|
1657
|
+
type: string;
|
|
1658
|
+
textAlign?: string | undefined;
|
|
1659
|
+
};
|
|
1660
|
+
/** @internal */
|
|
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>;
|
|
1664
|
+
/** @internal */
|
|
1665
|
+
export declare const EnvelopeFieldCreateManyDataDate1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataDate1, z.ZodTypeDef, unknown>;
|
|
1666
|
+
/** @internal */
|
|
1667
|
+
export type EnvelopeFieldCreateManyDataDate1$Outbound = {
|
|
1668
|
+
type: "DATE";
|
|
1669
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaDateRequest1$Outbound | undefined;
|
|
1670
|
+
recipientId: number;
|
|
1671
|
+
envelopeItemId?: string | undefined;
|
|
1672
|
+
page: number;
|
|
1673
|
+
positionX: number;
|
|
1674
|
+
positionY: number;
|
|
1675
|
+
width: number;
|
|
1676
|
+
height: number;
|
|
1677
|
+
};
|
|
1678
|
+
/** @internal */
|
|
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>;
|
|
1682
|
+
/** @internal */
|
|
1683
|
+
export declare const EnvelopeFieldCreateManyTypeEmailEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeEmailEnum1>;
|
|
1684
|
+
/** @internal */
|
|
1685
|
+
export declare const EnvelopeFieldCreateManyTypeEmailEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeEmailEnum1>;
|
|
1686
|
+
/** @internal */
|
|
1687
|
+
export declare const EnvelopeFieldCreateManyTextAlignEmail1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignEmail1>;
|
|
1688
|
+
/** @internal */
|
|
1689
|
+
export declare const EnvelopeFieldCreateManyTextAlignEmail1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignEmail1>;
|
|
1690
|
+
/** @internal */
|
|
1691
|
+
export declare const EnvelopeFieldCreateManyFieldMetaEmailRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaEmailRequest1, z.ZodTypeDef, unknown>;
|
|
1692
|
+
/** @internal */
|
|
1693
|
+
export type EnvelopeFieldCreateManyFieldMetaEmailRequest1$Outbound = {
|
|
1694
|
+
label?: string | undefined;
|
|
1695
|
+
placeholder?: string | undefined;
|
|
1696
|
+
required?: boolean | undefined;
|
|
1697
|
+
readOnly?: boolean | undefined;
|
|
1698
|
+
fontSize: number;
|
|
1699
|
+
type: string;
|
|
1700
|
+
textAlign?: string | undefined;
|
|
1701
|
+
};
|
|
1702
|
+
/** @internal */
|
|
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>;
|
|
1706
|
+
/** @internal */
|
|
1707
|
+
export declare const EnvelopeFieldCreateManyDataEmail1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataEmail1, z.ZodTypeDef, unknown>;
|
|
1708
|
+
/** @internal */
|
|
1709
|
+
export type EnvelopeFieldCreateManyDataEmail1$Outbound = {
|
|
1710
|
+
type: "EMAIL";
|
|
1711
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaEmailRequest1$Outbound | undefined;
|
|
1712
|
+
recipientId: number;
|
|
1713
|
+
envelopeItemId?: string | undefined;
|
|
1714
|
+
page: number;
|
|
1715
|
+
positionX: number;
|
|
1716
|
+
positionY: number;
|
|
1717
|
+
width: number;
|
|
1718
|
+
height: number;
|
|
1719
|
+
};
|
|
1720
|
+
/** @internal */
|
|
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>;
|
|
1724
|
+
/** @internal */
|
|
1725
|
+
export declare const EnvelopeFieldCreateManyTypeNameEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeNameEnum1>;
|
|
1726
|
+
/** @internal */
|
|
1727
|
+
export declare const EnvelopeFieldCreateManyTypeNameEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeNameEnum1>;
|
|
1728
|
+
/** @internal */
|
|
1729
|
+
export declare const EnvelopeFieldCreateManyTextAlignName1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignName1>;
|
|
1730
|
+
/** @internal */
|
|
1731
|
+
export declare const EnvelopeFieldCreateManyTextAlignName1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignName1>;
|
|
1732
|
+
/** @internal */
|
|
1733
|
+
export declare const EnvelopeFieldCreateManyFieldMetaNameRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaNameRequest1, z.ZodTypeDef, unknown>;
|
|
1734
|
+
/** @internal */
|
|
1735
|
+
export type EnvelopeFieldCreateManyFieldMetaNameRequest1$Outbound = {
|
|
1736
|
+
label?: string | undefined;
|
|
1737
|
+
placeholder?: string | undefined;
|
|
1738
|
+
required?: boolean | undefined;
|
|
1739
|
+
readOnly?: boolean | undefined;
|
|
1740
|
+
fontSize: number;
|
|
1741
|
+
type: string;
|
|
1742
|
+
textAlign?: string | undefined;
|
|
1743
|
+
};
|
|
1744
|
+
/** @internal */
|
|
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>;
|
|
1748
|
+
/** @internal */
|
|
1749
|
+
export declare const EnvelopeFieldCreateManyDataName1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataName1, z.ZodTypeDef, unknown>;
|
|
1750
|
+
/** @internal */
|
|
1751
|
+
export type EnvelopeFieldCreateManyDataName1$Outbound = {
|
|
1752
|
+
type: "NAME";
|
|
1753
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaNameRequest1$Outbound | undefined;
|
|
1754
|
+
recipientId: number;
|
|
1755
|
+
envelopeItemId?: string | undefined;
|
|
1756
|
+
page: number;
|
|
1757
|
+
positionX: number;
|
|
1758
|
+
positionY: number;
|
|
1759
|
+
width: number;
|
|
1760
|
+
height: number;
|
|
1761
|
+
};
|
|
1762
|
+
/** @internal */
|
|
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>;
|
|
1766
|
+
/** @internal */
|
|
1767
|
+
export declare const EnvelopeFieldCreateManyTypeInitialsEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeInitialsEnum1>;
|
|
1768
|
+
/** @internal */
|
|
1769
|
+
export declare const EnvelopeFieldCreateManyTypeInitialsEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeInitialsEnum1>;
|
|
1770
|
+
/** @internal */
|
|
1771
|
+
export declare const EnvelopeFieldCreateManyTextAlignInitials1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignInitials1>;
|
|
1772
|
+
/** @internal */
|
|
1773
|
+
export declare const EnvelopeFieldCreateManyTextAlignInitials1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignInitials1>;
|
|
1774
|
+
/** @internal */
|
|
1775
|
+
export declare const EnvelopeFieldCreateManyFieldMetaInitialsRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaInitialsRequest1, z.ZodTypeDef, unknown>;
|
|
1776
|
+
/** @internal */
|
|
1777
|
+
export type EnvelopeFieldCreateManyFieldMetaInitialsRequest1$Outbound = {
|
|
1778
|
+
label?: string | undefined;
|
|
1779
|
+
placeholder?: string | undefined;
|
|
1780
|
+
required?: boolean | undefined;
|
|
1781
|
+
readOnly?: boolean | undefined;
|
|
1782
|
+
fontSize: number;
|
|
1783
|
+
type: string;
|
|
1784
|
+
textAlign?: string | undefined;
|
|
1785
|
+
};
|
|
1786
|
+
/** @internal */
|
|
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>;
|
|
1790
|
+
/** @internal */
|
|
1791
|
+
export declare const EnvelopeFieldCreateManyDataInitials1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataInitials1, z.ZodTypeDef, unknown>;
|
|
1792
|
+
/** @internal */
|
|
1793
|
+
export type EnvelopeFieldCreateManyDataInitials1$Outbound = {
|
|
1794
|
+
type: "INITIALS";
|
|
1795
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaInitialsRequest1$Outbound | undefined;
|
|
1796
|
+
recipientId: number;
|
|
1797
|
+
envelopeItemId?: string | undefined;
|
|
1798
|
+
page: number;
|
|
1799
|
+
positionX: number;
|
|
1800
|
+
positionY: number;
|
|
1801
|
+
width: number;
|
|
1802
|
+
height: number;
|
|
1803
|
+
};
|
|
1804
|
+
/** @internal */
|
|
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>;
|
|
1808
|
+
/** @internal */
|
|
1809
|
+
export declare const EnvelopeFieldCreateManyDataFreeSignature1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataFreeSignature1, z.ZodTypeDef, unknown>;
|
|
1810
|
+
/** @internal */
|
|
1811
|
+
export type EnvelopeFieldCreateManyDataFreeSignature1$Outbound = {
|
|
1812
|
+
type: "FREE_SIGNATURE";
|
|
1813
|
+
recipientId: number;
|
|
1814
|
+
envelopeItemId?: string | undefined;
|
|
1815
|
+
page: number;
|
|
1816
|
+
positionX: number;
|
|
1817
|
+
positionY: number;
|
|
1818
|
+
width: number;
|
|
1819
|
+
height: number;
|
|
1820
|
+
};
|
|
1821
|
+
/** @internal */
|
|
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>;
|
|
1825
|
+
/** @internal */
|
|
1826
|
+
export declare const EnvelopeFieldCreateManyTypeSignatureEnum1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeSignatureEnum1>;
|
|
1827
|
+
/** @internal */
|
|
1828
|
+
export declare const EnvelopeFieldCreateManyTypeSignatureEnum1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeSignatureEnum1>;
|
|
1829
|
+
/** @internal */
|
|
1830
|
+
export declare const EnvelopeFieldCreateManyFieldMetaSignatureRequest1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaSignatureRequest1, z.ZodTypeDef, unknown>;
|
|
1831
|
+
/** @internal */
|
|
1832
|
+
export type EnvelopeFieldCreateManyFieldMetaSignatureRequest1$Outbound = {
|
|
1833
|
+
label?: string | undefined;
|
|
1834
|
+
placeholder?: string | undefined;
|
|
1835
|
+
required?: boolean | undefined;
|
|
1836
|
+
readOnly?: boolean | undefined;
|
|
1837
|
+
fontSize: number;
|
|
1838
|
+
type: string;
|
|
1839
|
+
};
|
|
1840
|
+
/** @internal */
|
|
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>;
|
|
1844
|
+
/** @internal */
|
|
1845
|
+
export declare const EnvelopeFieldCreateManyDataSignature1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataSignature1, z.ZodTypeDef, unknown>;
|
|
1846
|
+
/** @internal */
|
|
1847
|
+
export type EnvelopeFieldCreateManyDataSignature1$Outbound = {
|
|
1848
|
+
type: "SIGNATURE";
|
|
1849
|
+
fieldMeta?: EnvelopeFieldCreateManyFieldMetaSignatureRequest1$Outbound | undefined;
|
|
1850
|
+
recipientId: number;
|
|
1851
|
+
envelopeItemId?: string | undefined;
|
|
1852
|
+
page: number;
|
|
1853
|
+
positionX: number;
|
|
1854
|
+
positionY: number;
|
|
1855
|
+
width: number;
|
|
1856
|
+
height: number;
|
|
1857
|
+
};
|
|
1858
|
+
/** @internal */
|
|
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;
|
|
270
1866
|
/** @internal */
|
|
271
|
-
export declare const
|
|
272
|
-
export declare function
|
|
273
|
-
export declare function
|
|
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>;
|
|
274
1870
|
/** @internal */
|
|
275
|
-
export declare const
|
|
1871
|
+
export declare const EnvelopeFieldCreateManyDataUnion1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyDataUnion1, z.ZodTypeDef, unknown>;
|
|
276
1872
|
/** @internal */
|
|
277
|
-
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;
|
|
278
1874
|
/** @internal */
|
|
279
|
-
export declare const
|
|
280
|
-
export declare function
|
|
281
|
-
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>;
|
|
282
1878
|
/** @internal */
|
|
283
1879
|
export declare const EnvelopeFieldCreateManyRequest$inboundSchema: z.ZodType<EnvelopeFieldCreateManyRequest, z.ZodTypeDef, unknown>;
|
|
284
1880
|
/** @internal */
|
|
285
1881
|
export type EnvelopeFieldCreateManyRequest$Outbound = {
|
|
286
1882
|
envelopeId: string;
|
|
287
|
-
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>;
|
|
288
1884
|
};
|
|
289
1885
|
/** @internal */
|
|
290
1886
|
export declare const EnvelopeFieldCreateManyRequest$outboundSchema: z.ZodType<EnvelopeFieldCreateManyRequest$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyRequest>;
|
|
291
1887
|
export declare function envelopeFieldCreateManyRequestToJSON(envelopeFieldCreateManyRequest: EnvelopeFieldCreateManyRequest): string;
|
|
292
1888
|
export declare function envelopeFieldCreateManyRequestFromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyRequest, SDKValidationError>;
|
|
293
1889
|
/** @internal */
|
|
294
|
-
export declare const
|
|
1890
|
+
export declare const EnvelopeFieldCreateManyTypeResponseEnum$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeResponseEnum>;
|
|
295
1891
|
/** @internal */
|
|
296
|
-
export declare const
|
|
1892
|
+
export declare const EnvelopeFieldCreateManyTypeResponseEnum$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTypeResponseEnum>;
|
|
297
1893
|
/** @internal */
|
|
298
|
-
export declare const
|
|
1894
|
+
export declare const EnvelopeFieldCreateManyValueResponse3$inboundSchema: z.ZodType<EnvelopeFieldCreateManyValueResponse3, z.ZodTypeDef, unknown>;
|
|
299
1895
|
/** @internal */
|
|
300
|
-
export type
|
|
1896
|
+
export type EnvelopeFieldCreateManyValueResponse3$Outbound = {
|
|
301
1897
|
value: string;
|
|
302
1898
|
};
|
|
303
1899
|
/** @internal */
|
|
304
|
-
export declare const
|
|
305
|
-
export declare function
|
|
306
|
-
export declare function
|
|
1900
|
+
export declare const EnvelopeFieldCreateManyValueResponse3$outboundSchema: z.ZodType<EnvelopeFieldCreateManyValueResponse3$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyValueResponse3>;
|
|
1901
|
+
export declare function envelopeFieldCreateManyValueResponse3ToJSON(envelopeFieldCreateManyValueResponse3: EnvelopeFieldCreateManyValueResponse3): string;
|
|
1902
|
+
export declare function envelopeFieldCreateManyValueResponse3FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyValueResponse3, SDKValidationError>;
|
|
307
1903
|
/** @internal */
|
|
308
|
-
export declare const
|
|
1904
|
+
export declare const EnvelopeFieldCreateManyFieldMetaDropdownResponse$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaDropdownResponse, z.ZodTypeDef, unknown>;
|
|
309
1905
|
/** @internal */
|
|
310
|
-
export type
|
|
1906
|
+
export type EnvelopeFieldCreateManyFieldMetaDropdownResponse$Outbound = {
|
|
311
1907
|
label?: string | undefined;
|
|
312
1908
|
placeholder?: string | undefined;
|
|
313
1909
|
required?: boolean | undefined;
|
|
314
1910
|
readOnly?: boolean | undefined;
|
|
315
1911
|
fontSize: number;
|
|
316
1912
|
type: "dropdown";
|
|
317
|
-
values?: Array<
|
|
1913
|
+
values?: Array<EnvelopeFieldCreateManyValueResponse3$Outbound> | undefined;
|
|
318
1914
|
defaultValue?: string | undefined;
|
|
319
1915
|
};
|
|
320
1916
|
/** @internal */
|
|
321
|
-
export declare const
|
|
322
|
-
export declare function
|
|
323
|
-
export declare function
|
|
1917
|
+
export declare const EnvelopeFieldCreateManyFieldMetaDropdownResponse$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaDropdownResponse$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaDropdownResponse>;
|
|
1918
|
+
export declare function envelopeFieldCreateManyFieldMetaDropdownResponseToJSON(envelopeFieldCreateManyFieldMetaDropdownResponse: EnvelopeFieldCreateManyFieldMetaDropdownResponse): string;
|
|
1919
|
+
export declare function envelopeFieldCreateManyFieldMetaDropdownResponseFromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaDropdownResponse, SDKValidationError>;
|
|
324
1920
|
/** @internal */
|
|
325
|
-
export declare const
|
|
1921
|
+
export declare const EnvelopeFieldCreateManyValueResponse2$inboundSchema: z.ZodType<EnvelopeFieldCreateManyValueResponse2, z.ZodTypeDef, unknown>;
|
|
326
1922
|
/** @internal */
|
|
327
|
-
export type
|
|
1923
|
+
export type EnvelopeFieldCreateManyValueResponse2$Outbound = {
|
|
328
1924
|
id: number;
|
|
329
1925
|
checked: boolean;
|
|
330
1926
|
value: string;
|
|
331
1927
|
};
|
|
332
1928
|
/** @internal */
|
|
333
|
-
export declare const
|
|
334
|
-
export declare function
|
|
335
|
-
export declare function
|
|
1929
|
+
export declare const EnvelopeFieldCreateManyValueResponse2$outboundSchema: z.ZodType<EnvelopeFieldCreateManyValueResponse2$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyValueResponse2>;
|
|
1930
|
+
export declare function envelopeFieldCreateManyValueResponse2ToJSON(envelopeFieldCreateManyValueResponse2: EnvelopeFieldCreateManyValueResponse2): string;
|
|
1931
|
+
export declare function envelopeFieldCreateManyValueResponse2FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyValueResponse2, SDKValidationError>;
|
|
336
1932
|
/** @internal */
|
|
337
|
-
export declare const
|
|
1933
|
+
export declare const EnvelopeFieldCreateManyDirectionResponse2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionResponse2>;
|
|
338
1934
|
/** @internal */
|
|
339
|
-
export declare const
|
|
1935
|
+
export declare const EnvelopeFieldCreateManyDirectionResponse2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionResponse2>;
|
|
340
1936
|
/** @internal */
|
|
341
|
-
export declare const
|
|
1937
|
+
export declare const EnvelopeFieldCreateManyFieldMetaCheckboxResponse$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaCheckboxResponse, z.ZodTypeDef, unknown>;
|
|
342
1938
|
/** @internal */
|
|
343
|
-
export type
|
|
1939
|
+
export type EnvelopeFieldCreateManyFieldMetaCheckboxResponse$Outbound = {
|
|
344
1940
|
label?: string | undefined;
|
|
345
1941
|
placeholder?: string | undefined;
|
|
346
1942
|
required?: boolean | undefined;
|
|
347
1943
|
readOnly?: boolean | undefined;
|
|
348
1944
|
fontSize: number;
|
|
349
1945
|
type: "checkbox";
|
|
350
|
-
values?: Array<
|
|
1946
|
+
values?: Array<EnvelopeFieldCreateManyValueResponse2$Outbound> | undefined;
|
|
351
1947
|
validationRule?: string | undefined;
|
|
352
1948
|
validationLength?: number | undefined;
|
|
353
1949
|
direction: string;
|
|
354
1950
|
};
|
|
355
1951
|
/** @internal */
|
|
356
|
-
export declare const
|
|
357
|
-
export declare function
|
|
358
|
-
export declare function
|
|
1952
|
+
export declare const EnvelopeFieldCreateManyFieldMetaCheckboxResponse$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaCheckboxResponse$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaCheckboxResponse>;
|
|
1953
|
+
export declare function envelopeFieldCreateManyFieldMetaCheckboxResponseToJSON(envelopeFieldCreateManyFieldMetaCheckboxResponse: EnvelopeFieldCreateManyFieldMetaCheckboxResponse): string;
|
|
1954
|
+
export declare function envelopeFieldCreateManyFieldMetaCheckboxResponseFromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaCheckboxResponse, SDKValidationError>;
|
|
359
1955
|
/** @internal */
|
|
360
|
-
export declare const
|
|
1956
|
+
export declare const EnvelopeFieldCreateManyValueResponse1$inboundSchema: z.ZodType<EnvelopeFieldCreateManyValueResponse1, z.ZodTypeDef, unknown>;
|
|
361
1957
|
/** @internal */
|
|
362
|
-
export type
|
|
1958
|
+
export type EnvelopeFieldCreateManyValueResponse1$Outbound = {
|
|
363
1959
|
id: number;
|
|
364
1960
|
checked: boolean;
|
|
365
1961
|
value: string;
|
|
366
1962
|
};
|
|
367
1963
|
/** @internal */
|
|
368
|
-
export declare const
|
|
369
|
-
export declare function
|
|
370
|
-
export declare function
|
|
1964
|
+
export declare const EnvelopeFieldCreateManyValueResponse1$outboundSchema: z.ZodType<EnvelopeFieldCreateManyValueResponse1$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyValueResponse1>;
|
|
1965
|
+
export declare function envelopeFieldCreateManyValueResponse1ToJSON(envelopeFieldCreateManyValueResponse1: EnvelopeFieldCreateManyValueResponse1): string;
|
|
1966
|
+
export declare function envelopeFieldCreateManyValueResponse1FromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyValueResponse1, SDKValidationError>;
|
|
371
1967
|
/** @internal */
|
|
372
|
-
export declare const
|
|
1968
|
+
export declare const EnvelopeFieldCreateManyDirectionResponse1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionResponse1>;
|
|
373
1969
|
/** @internal */
|
|
374
|
-
export declare const
|
|
1970
|
+
export declare const EnvelopeFieldCreateManyDirectionResponse1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyDirectionResponse1>;
|
|
375
1971
|
/** @internal */
|
|
376
|
-
export declare const
|
|
1972
|
+
export declare const EnvelopeFieldCreateManyFieldMetaRadioResponse$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaRadioResponse, z.ZodTypeDef, unknown>;
|
|
377
1973
|
/** @internal */
|
|
378
|
-
export type
|
|
1974
|
+
export type EnvelopeFieldCreateManyFieldMetaRadioResponse$Outbound = {
|
|
379
1975
|
label?: string | undefined;
|
|
380
1976
|
placeholder?: string | undefined;
|
|
381
1977
|
required?: boolean | undefined;
|
|
382
1978
|
readOnly?: boolean | undefined;
|
|
383
1979
|
fontSize: number;
|
|
384
1980
|
type: "radio";
|
|
385
|
-
values?: Array<
|
|
1981
|
+
values?: Array<EnvelopeFieldCreateManyValueResponse1$Outbound> | undefined;
|
|
386
1982
|
direction: string;
|
|
387
1983
|
};
|
|
388
1984
|
/** @internal */
|
|
389
|
-
export declare const
|
|
390
|
-
export declare function
|
|
391
|
-
export declare function
|
|
1985
|
+
export declare const EnvelopeFieldCreateManyFieldMetaRadioResponse$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaRadioResponse$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaRadioResponse>;
|
|
1986
|
+
export declare function envelopeFieldCreateManyFieldMetaRadioResponseToJSON(envelopeFieldCreateManyFieldMetaRadioResponse: EnvelopeFieldCreateManyFieldMetaRadioResponse): string;
|
|
1987
|
+
export declare function envelopeFieldCreateManyFieldMetaRadioResponseFromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaRadioResponse, SDKValidationError>;
|
|
392
1988
|
/** @internal */
|
|
393
|
-
export declare const
|
|
1989
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse6$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignResponse6>;
|
|
394
1990
|
/** @internal */
|
|
395
|
-
export declare const
|
|
1991
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse6$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignResponse6>;
|
|
396
1992
|
/** @internal */
|
|
397
|
-
export declare const
|
|
1993
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignResponse2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignResponse2>;
|
|
398
1994
|
/** @internal */
|
|
399
|
-
export declare const
|
|
1995
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignResponse2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignResponse2>;
|
|
400
1996
|
/** @internal */
|
|
401
|
-
export declare const
|
|
1997
|
+
export declare const EnvelopeFieldCreateManyFieldMetaNumberResponse$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaNumberResponse, z.ZodTypeDef, unknown>;
|
|
402
1998
|
/** @internal */
|
|
403
|
-
export type
|
|
1999
|
+
export type EnvelopeFieldCreateManyFieldMetaNumberResponse$Outbound = {
|
|
404
2000
|
label?: string | undefined;
|
|
405
2001
|
placeholder?: string | undefined;
|
|
406
2002
|
required?: boolean | undefined;
|
|
@@ -417,21 +2013,21 @@ export type EnvelopeFieldCreateManyFieldMetaNumber$Outbound = {
|
|
|
417
2013
|
verticalAlign?: string | null | undefined;
|
|
418
2014
|
};
|
|
419
2015
|
/** @internal */
|
|
420
|
-
export declare const
|
|
421
|
-
export declare function
|
|
422
|
-
export declare function
|
|
2016
|
+
export declare const EnvelopeFieldCreateManyFieldMetaNumberResponse$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaNumberResponse$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaNumberResponse>;
|
|
2017
|
+
export declare function envelopeFieldCreateManyFieldMetaNumberResponseToJSON(envelopeFieldCreateManyFieldMetaNumberResponse: EnvelopeFieldCreateManyFieldMetaNumberResponse): string;
|
|
2018
|
+
export declare function envelopeFieldCreateManyFieldMetaNumberResponseFromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaNumberResponse, SDKValidationError>;
|
|
423
2019
|
/** @internal */
|
|
424
|
-
export declare const
|
|
2020
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse5$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignResponse5>;
|
|
425
2021
|
/** @internal */
|
|
426
|
-
export declare const
|
|
2022
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse5$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignResponse5>;
|
|
427
2023
|
/** @internal */
|
|
428
|
-
export declare const
|
|
2024
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignResponse1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignResponse1>;
|
|
429
2025
|
/** @internal */
|
|
430
|
-
export declare const
|
|
2026
|
+
export declare const EnvelopeFieldCreateManyVerticalAlignResponse1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyVerticalAlignResponse1>;
|
|
431
2027
|
/** @internal */
|
|
432
|
-
export declare const
|
|
2028
|
+
export declare const EnvelopeFieldCreateManyFieldMetaTextResponse$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaTextResponse, z.ZodTypeDef, unknown>;
|
|
433
2029
|
/** @internal */
|
|
434
|
-
export type
|
|
2030
|
+
export type EnvelopeFieldCreateManyFieldMetaTextResponse$Outbound = {
|
|
435
2031
|
label?: string | undefined;
|
|
436
2032
|
placeholder?: string | undefined;
|
|
437
2033
|
required?: boolean | undefined;
|
|
@@ -446,17 +2042,17 @@ export type EnvelopeFieldCreateManyFieldMetaText$Outbound = {
|
|
|
446
2042
|
verticalAlign?: string | null | undefined;
|
|
447
2043
|
};
|
|
448
2044
|
/** @internal */
|
|
449
|
-
export declare const
|
|
450
|
-
export declare function
|
|
451
|
-
export declare function
|
|
2045
|
+
export declare const EnvelopeFieldCreateManyFieldMetaTextResponse$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaTextResponse$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaTextResponse>;
|
|
2046
|
+
export declare function envelopeFieldCreateManyFieldMetaTextResponseToJSON(envelopeFieldCreateManyFieldMetaTextResponse: EnvelopeFieldCreateManyFieldMetaTextResponse): string;
|
|
2047
|
+
export declare function envelopeFieldCreateManyFieldMetaTextResponseFromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaTextResponse, SDKValidationError>;
|
|
452
2048
|
/** @internal */
|
|
453
|
-
export declare const
|
|
2049
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse4$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignResponse4>;
|
|
454
2050
|
/** @internal */
|
|
455
|
-
export declare const
|
|
2051
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse4$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignResponse4>;
|
|
456
2052
|
/** @internal */
|
|
457
|
-
export declare const
|
|
2053
|
+
export declare const EnvelopeFieldCreateManyFieldMetaDateResponse$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaDateResponse, z.ZodTypeDef, unknown>;
|
|
458
2054
|
/** @internal */
|
|
459
|
-
export type
|
|
2055
|
+
export type EnvelopeFieldCreateManyFieldMetaDateResponse$Outbound = {
|
|
460
2056
|
label?: string | undefined;
|
|
461
2057
|
placeholder?: string | undefined;
|
|
462
2058
|
required?: boolean | undefined;
|
|
@@ -466,17 +2062,17 @@ export type EnvelopeFieldCreateManyFieldMetaDate$Outbound = {
|
|
|
466
2062
|
textAlign?: string | undefined;
|
|
467
2063
|
};
|
|
468
2064
|
/** @internal */
|
|
469
|
-
export declare const
|
|
470
|
-
export declare function
|
|
471
|
-
export declare function
|
|
2065
|
+
export declare const EnvelopeFieldCreateManyFieldMetaDateResponse$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaDateResponse$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaDateResponse>;
|
|
2066
|
+
export declare function envelopeFieldCreateManyFieldMetaDateResponseToJSON(envelopeFieldCreateManyFieldMetaDateResponse: EnvelopeFieldCreateManyFieldMetaDateResponse): string;
|
|
2067
|
+
export declare function envelopeFieldCreateManyFieldMetaDateResponseFromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaDateResponse, SDKValidationError>;
|
|
472
2068
|
/** @internal */
|
|
473
|
-
export declare const
|
|
2069
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse3$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignResponse3>;
|
|
474
2070
|
/** @internal */
|
|
475
|
-
export declare const
|
|
2071
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse3$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignResponse3>;
|
|
476
2072
|
/** @internal */
|
|
477
|
-
export declare const
|
|
2073
|
+
export declare const EnvelopeFieldCreateManyFieldMetaEmailResponse$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaEmailResponse, z.ZodTypeDef, unknown>;
|
|
478
2074
|
/** @internal */
|
|
479
|
-
export type
|
|
2075
|
+
export type EnvelopeFieldCreateManyFieldMetaEmailResponse$Outbound = {
|
|
480
2076
|
label?: string | undefined;
|
|
481
2077
|
placeholder?: string | undefined;
|
|
482
2078
|
required?: boolean | undefined;
|
|
@@ -486,17 +2082,17 @@ export type EnvelopeFieldCreateManyFieldMetaEmail$Outbound = {
|
|
|
486
2082
|
textAlign?: string | undefined;
|
|
487
2083
|
};
|
|
488
2084
|
/** @internal */
|
|
489
|
-
export declare const
|
|
490
|
-
export declare function
|
|
491
|
-
export declare function
|
|
2085
|
+
export declare const EnvelopeFieldCreateManyFieldMetaEmailResponse$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaEmailResponse$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaEmailResponse>;
|
|
2086
|
+
export declare function envelopeFieldCreateManyFieldMetaEmailResponseToJSON(envelopeFieldCreateManyFieldMetaEmailResponse: EnvelopeFieldCreateManyFieldMetaEmailResponse): string;
|
|
2087
|
+
export declare function envelopeFieldCreateManyFieldMetaEmailResponseFromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaEmailResponse, SDKValidationError>;
|
|
492
2088
|
/** @internal */
|
|
493
|
-
export declare const
|
|
2089
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse2$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignResponse2>;
|
|
494
2090
|
/** @internal */
|
|
495
|
-
export declare const
|
|
2091
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse2$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignResponse2>;
|
|
496
2092
|
/** @internal */
|
|
497
|
-
export declare const
|
|
2093
|
+
export declare const EnvelopeFieldCreateManyFieldMetaNameResponse$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaNameResponse, z.ZodTypeDef, unknown>;
|
|
498
2094
|
/** @internal */
|
|
499
|
-
export type
|
|
2095
|
+
export type EnvelopeFieldCreateManyFieldMetaNameResponse$Outbound = {
|
|
500
2096
|
label?: string | undefined;
|
|
501
2097
|
placeholder?: string | undefined;
|
|
502
2098
|
required?: boolean | undefined;
|
|
@@ -506,17 +2102,17 @@ export type EnvelopeFieldCreateManyFieldMetaName$Outbound = {
|
|
|
506
2102
|
textAlign?: string | undefined;
|
|
507
2103
|
};
|
|
508
2104
|
/** @internal */
|
|
509
|
-
export declare const
|
|
510
|
-
export declare function
|
|
511
|
-
export declare function
|
|
2105
|
+
export declare const EnvelopeFieldCreateManyFieldMetaNameResponse$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaNameResponse$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaNameResponse>;
|
|
2106
|
+
export declare function envelopeFieldCreateManyFieldMetaNameResponseToJSON(envelopeFieldCreateManyFieldMetaNameResponse: EnvelopeFieldCreateManyFieldMetaNameResponse): string;
|
|
2107
|
+
export declare function envelopeFieldCreateManyFieldMetaNameResponseFromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaNameResponse, SDKValidationError>;
|
|
512
2108
|
/** @internal */
|
|
513
|
-
export declare const
|
|
2109
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse1$inboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignResponse1>;
|
|
514
2110
|
/** @internal */
|
|
515
|
-
export declare const
|
|
2111
|
+
export declare const EnvelopeFieldCreateManyTextAlignResponse1$outboundSchema: z.ZodNativeEnum<typeof EnvelopeFieldCreateManyTextAlignResponse1>;
|
|
516
2112
|
/** @internal */
|
|
517
|
-
export declare const
|
|
2113
|
+
export declare const EnvelopeFieldCreateManyFieldMetaInitialsResponse$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaInitialsResponse, z.ZodTypeDef, unknown>;
|
|
518
2114
|
/** @internal */
|
|
519
|
-
export type
|
|
2115
|
+
export type EnvelopeFieldCreateManyFieldMetaInitialsResponse$Outbound = {
|
|
520
2116
|
label?: string | undefined;
|
|
521
2117
|
placeholder?: string | undefined;
|
|
522
2118
|
required?: boolean | undefined;
|
|
@@ -526,13 +2122,13 @@ export type EnvelopeFieldCreateManyFieldMetaInitials$Outbound = {
|
|
|
526
2122
|
textAlign?: string | undefined;
|
|
527
2123
|
};
|
|
528
2124
|
/** @internal */
|
|
529
|
-
export declare const
|
|
530
|
-
export declare function
|
|
531
|
-
export declare function
|
|
2125
|
+
export declare const EnvelopeFieldCreateManyFieldMetaInitialsResponse$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaInitialsResponse$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaInitialsResponse>;
|
|
2126
|
+
export declare function envelopeFieldCreateManyFieldMetaInitialsResponseToJSON(envelopeFieldCreateManyFieldMetaInitialsResponse: EnvelopeFieldCreateManyFieldMetaInitialsResponse): string;
|
|
2127
|
+
export declare function envelopeFieldCreateManyFieldMetaInitialsResponseFromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaInitialsResponse, SDKValidationError>;
|
|
532
2128
|
/** @internal */
|
|
533
|
-
export declare const
|
|
2129
|
+
export declare const EnvelopeFieldCreateManyFieldMetaSignatureResponse$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaSignatureResponse, z.ZodTypeDef, unknown>;
|
|
534
2130
|
/** @internal */
|
|
535
|
-
export type
|
|
2131
|
+
export type EnvelopeFieldCreateManyFieldMetaSignatureResponse$Outbound = {
|
|
536
2132
|
label?: string | undefined;
|
|
537
2133
|
placeholder?: string | undefined;
|
|
538
2134
|
required?: boolean | undefined;
|
|
@@ -541,13 +2137,13 @@ export type EnvelopeFieldCreateManyFieldMetaSignature$Outbound = {
|
|
|
541
2137
|
type: "signature";
|
|
542
2138
|
};
|
|
543
2139
|
/** @internal */
|
|
544
|
-
export declare const
|
|
545
|
-
export declare function
|
|
546
|
-
export declare function
|
|
2140
|
+
export declare const EnvelopeFieldCreateManyFieldMetaSignatureResponse$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaSignatureResponse$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaSignatureResponse>;
|
|
2141
|
+
export declare function envelopeFieldCreateManyFieldMetaSignatureResponseToJSON(envelopeFieldCreateManyFieldMetaSignatureResponse: EnvelopeFieldCreateManyFieldMetaSignatureResponse): string;
|
|
2142
|
+
export declare function envelopeFieldCreateManyFieldMetaSignatureResponseFromJSON(jsonString: string): SafeParseResult<EnvelopeFieldCreateManyFieldMetaSignatureResponse, SDKValidationError>;
|
|
547
2143
|
/** @internal */
|
|
548
2144
|
export declare const EnvelopeFieldCreateManyFieldMetaUnion$inboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaUnion, z.ZodTypeDef, unknown>;
|
|
549
2145
|
/** @internal */
|
|
550
|
-
export type EnvelopeFieldCreateManyFieldMetaUnion$Outbound =
|
|
2146
|
+
export type EnvelopeFieldCreateManyFieldMetaUnion$Outbound = EnvelopeFieldCreateManyFieldMetaSignatureResponse$Outbound | EnvelopeFieldCreateManyFieldMetaInitialsResponse$Outbound | EnvelopeFieldCreateManyFieldMetaNameResponse$Outbound | EnvelopeFieldCreateManyFieldMetaEmailResponse$Outbound | EnvelopeFieldCreateManyFieldMetaDateResponse$Outbound | EnvelopeFieldCreateManyFieldMetaTextResponse$Outbound | EnvelopeFieldCreateManyFieldMetaNumberResponse$Outbound | EnvelopeFieldCreateManyFieldMetaRadioResponse$Outbound | EnvelopeFieldCreateManyFieldMetaCheckboxResponse$Outbound | EnvelopeFieldCreateManyFieldMetaDropdownResponse$Outbound;
|
|
551
2147
|
/** @internal */
|
|
552
2148
|
export declare const EnvelopeFieldCreateManyFieldMetaUnion$outboundSchema: z.ZodType<EnvelopeFieldCreateManyFieldMetaUnion$Outbound, z.ZodTypeDef, EnvelopeFieldCreateManyFieldMetaUnion>;
|
|
553
2149
|
export declare function envelopeFieldCreateManyFieldMetaUnionToJSON(envelopeFieldCreateManyFieldMetaUnion: EnvelopeFieldCreateManyFieldMetaUnion): string;
|
|
@@ -569,7 +2165,7 @@ export type EnvelopeFieldCreateManyDataResponse$Outbound = {
|
|
|
569
2165
|
height?: any | undefined;
|
|
570
2166
|
customText: string;
|
|
571
2167
|
inserted: boolean;
|
|
572
|
-
fieldMeta:
|
|
2168
|
+
fieldMeta: EnvelopeFieldCreateManyFieldMetaSignatureResponse$Outbound | EnvelopeFieldCreateManyFieldMetaInitialsResponse$Outbound | EnvelopeFieldCreateManyFieldMetaNameResponse$Outbound | EnvelopeFieldCreateManyFieldMetaEmailResponse$Outbound | EnvelopeFieldCreateManyFieldMetaDateResponse$Outbound | EnvelopeFieldCreateManyFieldMetaTextResponse$Outbound | EnvelopeFieldCreateManyFieldMetaNumberResponse$Outbound | EnvelopeFieldCreateManyFieldMetaRadioResponse$Outbound | EnvelopeFieldCreateManyFieldMetaCheckboxResponse$Outbound | EnvelopeFieldCreateManyFieldMetaDropdownResponse$Outbound | null;
|
|
573
2169
|
documentId?: number | null | undefined;
|
|
574
2170
|
templateId?: number | null | undefined;
|
|
575
2171
|
};
|