@documenso/sdk-typescript 0.5.0 → 0.5.1
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 +1994 -1746
- package/bin/mcp-server.js.map +43 -43
- package/examples/package-lock.json +2 -10
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/encodings.d.ts.map +1 -1
- package/lib/encodings.js +3 -1
- package/lib/encodings.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/operations/documentcreate.d.ts +96 -4
- package/models/operations/documentcreate.d.ts.map +1 -1
- package/models/operations/documentcreate.js +48 -44
- package/models/operations/documentcreate.js.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.d.ts +180 -8
- package/models/operations/documentcreatedocumenttemporary.d.ts.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.js +108 -84
- package/models/operations/documentcreatedocumenttemporary.js.map +1 -1
- package/models/operations/documentdistribute.d.ts +4 -0
- package/models/operations/documentdistribute.d.ts.map +1 -1
- package/models/operations/documentdistribute.js +4 -0
- package/models/operations/documentdistribute.js.map +1 -1
- package/models/operations/documentget.d.ts +84 -4
- package/models/operations/documentget.d.ts.map +1 -1
- package/models/operations/documentget.js +40 -40
- package/models/operations/documentget.js.map +1 -1
- package/models/operations/documentupdate.d.ts +4 -0
- package/models/operations/documentupdate.d.ts.map +1 -1
- package/models/operations/documentupdate.js +4 -0
- package/models/operations/documentupdate.js.map +1 -1
- package/models/operations/envelopecreate.d.ts +96 -4
- package/models/operations/envelopecreate.d.ts.map +1 -1
- package/models/operations/envelopecreate.js +48 -44
- package/models/operations/envelopecreate.js.map +1 -1
- package/models/operations/envelopedistribute.d.ts +45 -0
- package/models/operations/envelopedistribute.d.ts.map +1 -1
- package/models/operations/envelopedistribute.js +48 -1
- package/models/operations/envelopedistribute.js.map +1 -1
- package/models/operations/envelopefieldcreatemany.d.ts +176 -8
- package/models/operations/envelopefieldcreatemany.d.ts.map +1 -1
- package/models/operations/envelopefieldcreatemany.js +107 -84
- package/models/operations/envelopefieldcreatemany.js.map +1 -1
- package/models/operations/envelopefieldget.d.ts +84 -4
- package/models/operations/envelopefieldget.d.ts.map +1 -1
- package/models/operations/envelopefieldget.js +40 -40
- package/models/operations/envelopefieldget.js.map +1 -1
- package/models/operations/envelopefieldupdatemany.d.ts +176 -8
- package/models/operations/envelopefieldupdatemany.d.ts.map +1 -1
- package/models/operations/envelopefieldupdatemany.js +107 -84
- package/models/operations/envelopefieldupdatemany.js.map +1 -1
- package/models/operations/envelopeget.d.ts +84 -4
- package/models/operations/envelopeget.d.ts.map +1 -1
- package/models/operations/envelopeget.js +40 -40
- package/models/operations/envelopeget.js.map +1 -1
- package/models/operations/enveloperecipientget.d.ts +84 -4
- package/models/operations/enveloperecipientget.d.ts.map +1 -1
- package/models/operations/enveloperecipientget.js +40 -40
- package/models/operations/enveloperecipientget.js.map +1 -1
- package/models/operations/enveloperedistribute.d.ts +42 -0
- package/models/operations/enveloperedistribute.d.ts.map +1 -1
- package/models/operations/enveloperedistribute.js +44 -1
- package/models/operations/enveloperedistribute.js.map +1 -1
- package/models/operations/envelopeupdate.d.ts +4 -0
- package/models/operations/envelopeupdate.d.ts.map +1 -1
- package/models/operations/envelopeupdate.js +4 -0
- package/models/operations/envelopeupdate.js.map +1 -1
- package/models/operations/envelopeuse.d.ts +111 -20
- package/models/operations/envelopeuse.d.ts.map +1 -1
- package/models/operations/envelopeuse.js +93 -46
- package/models/operations/envelopeuse.js.map +1 -1
- package/models/operations/fieldcreatedocumentfield.d.ts +176 -8
- package/models/operations/fieldcreatedocumentfield.d.ts.map +1 -1
- package/models/operations/fieldcreatedocumentfield.js +108 -84
- package/models/operations/fieldcreatedocumentfield.js.map +1 -1
- package/models/operations/fieldcreatedocumentfields.d.ts +176 -8
- package/models/operations/fieldcreatedocumentfields.d.ts.map +1 -1
- package/models/operations/fieldcreatedocumentfields.js +104 -84
- package/models/operations/fieldcreatedocumentfields.js.map +1 -1
- package/models/operations/fieldcreatetemplatefield.d.ts +176 -8
- package/models/operations/fieldcreatetemplatefield.d.ts.map +1 -1
- package/models/operations/fieldcreatetemplatefield.js +108 -84
- package/models/operations/fieldcreatetemplatefield.js.map +1 -1
- package/models/operations/fieldcreatetemplatefields.d.ts +176 -8
- package/models/operations/fieldcreatetemplatefields.d.ts.map +1 -1
- package/models/operations/fieldcreatetemplatefields.js +104 -84
- package/models/operations/fieldcreatetemplatefields.js.map +1 -1
- package/models/operations/fieldgetdocumentfield.d.ts +84 -4
- package/models/operations/fieldgetdocumentfield.d.ts.map +1 -1
- package/models/operations/fieldgetdocumentfield.js +40 -40
- package/models/operations/fieldgetdocumentfield.js.map +1 -1
- package/models/operations/fieldgettemplatefield.d.ts +84 -4
- package/models/operations/fieldgettemplatefield.d.ts.map +1 -1
- package/models/operations/fieldgettemplatefield.js +40 -40
- package/models/operations/fieldgettemplatefield.js.map +1 -1
- package/models/operations/fieldupdatedocumentfield.d.ts +176 -8
- package/models/operations/fieldupdatedocumentfield.d.ts.map +1 -1
- package/models/operations/fieldupdatedocumentfield.js +108 -84
- package/models/operations/fieldupdatedocumentfield.js.map +1 -1
- package/models/operations/fieldupdatedocumentfields.d.ts +176 -8
- package/models/operations/fieldupdatedocumentfields.d.ts.map +1 -1
- package/models/operations/fieldupdatedocumentfields.js +104 -84
- package/models/operations/fieldupdatedocumentfields.js.map +1 -1
- package/models/operations/fieldupdatetemplatefield.d.ts +176 -8
- package/models/operations/fieldupdatetemplatefield.d.ts.map +1 -1
- package/models/operations/fieldupdatetemplatefield.js +108 -84
- package/models/operations/fieldupdatetemplatefield.js.map +1 -1
- package/models/operations/fieldupdatetemplatefields.d.ts +176 -8
- package/models/operations/fieldupdatetemplatefields.d.ts.map +1 -1
- package/models/operations/fieldupdatetemplatefields.js +104 -84
- package/models/operations/fieldupdatetemplatefields.js.map +1 -1
- package/models/operations/recipientgetdocumentrecipient.d.ts +84 -4
- package/models/operations/recipientgetdocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientgetdocumentrecipient.js +67 -40
- package/models/operations/recipientgetdocumentrecipient.js.map +1 -1
- package/models/operations/recipientgettemplaterecipient.d.ts +84 -4
- package/models/operations/recipientgettemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientgettemplaterecipient.js +67 -40
- package/models/operations/recipientgettemplaterecipient.js.map +1 -1
- package/models/operations/recipientupdatedocumentrecipient.d.ts +84 -4
- package/models/operations/recipientupdatedocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientupdatedocumentrecipient.js +60 -40
- package/models/operations/recipientupdatedocumentrecipient.js.map +1 -1
- package/models/operations/recipientupdatedocumentrecipients.d.ts +84 -4
- package/models/operations/recipientupdatedocumentrecipients.d.ts.map +1 -1
- package/models/operations/recipientupdatedocumentrecipients.js +54 -40
- package/models/operations/recipientupdatedocumentrecipients.js.map +1 -1
- package/models/operations/recipientupdatetemplaterecipient.d.ts +84 -4
- package/models/operations/recipientupdatetemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientupdatetemplaterecipient.js +60 -40
- package/models/operations/recipientupdatetemplaterecipient.js.map +1 -1
- package/models/operations/recipientupdatetemplaterecipients.d.ts +84 -4
- package/models/operations/recipientupdatetemplaterecipients.d.ts.map +1 -1
- package/models/operations/recipientupdatetemplaterecipients.js +54 -40
- package/models/operations/recipientupdatetemplaterecipients.js.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.d.ts +295 -21
- package/models/operations/templatecreatedocumentfromtemplate.d.ts.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.js +256 -83
- package/models/operations/templatecreatedocumentfromtemplate.js.map +1 -1
- package/models/operations/templatecreatetemplate.d.ts +4 -0
- package/models/operations/templatecreatetemplate.d.ts.map +1 -1
- package/models/operations/templatecreatetemplate.js +4 -0
- package/models/operations/templatecreatetemplate.js.map +1 -1
- package/models/operations/templatecreatetemplatetemporary.d.ts +88 -4
- package/models/operations/templatecreatetemplatetemporary.d.ts.map +1 -1
- package/models/operations/templatecreatetemplatetemporary.js +70 -40
- package/models/operations/templatecreatetemplatetemporary.js.map +1 -1
- package/models/operations/templatefindtemplates.d.ts +84 -4
- package/models/operations/templatefindtemplates.d.ts.map +1 -1
- package/models/operations/templatefindtemplates.js +40 -40
- package/models/operations/templatefindtemplates.js.map +1 -1
- package/models/operations/templategettemplatebyid.d.ts +84 -4
- package/models/operations/templategettemplatebyid.d.ts.map +1 -1
- package/models/operations/templategettemplatebyid.js +41 -40
- package/models/operations/templategettemplatebyid.js.map +1 -1
- package/models/operations/templateupdatetemplate.d.ts +4 -0
- package/models/operations/templateupdatetemplate.d.ts.map +1 -1
- package/models/operations/templateupdatetemplate.js +4 -0
- package/models/operations/templateupdatetemplate.js.map +1 -1
- package/package.json +3 -6
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +4 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/documentcreate.ts +180 -88
- package/src/models/operations/documentcreatedocumenttemporary.ts +329 -173
- package/src/models/operations/documentdistribute.ts +4 -0
- package/src/models/operations/documentget.ts +160 -80
- package/src/models/operations/documentupdate.ts +4 -0
- package/src/models/operations/envelopecreate.ts +180 -88
- package/src/models/operations/envelopedistribute.ts +99 -0
- package/src/models/operations/envelopefieldcreatemany.ts +324 -175
- package/src/models/operations/envelopefieldget.ts +160 -80
- package/src/models/operations/envelopefieldupdatemany.ts +324 -175
- package/src/models/operations/envelopeget.ts +160 -80
- package/src/models/operations/enveloperecipientget.ts +160 -80
- package/src/models/operations/enveloperedistribute.ts +102 -0
- package/src/models/operations/envelopeupdate.ts +4 -0
- package/src/models/operations/envelopeuse.ts +236 -83
- package/src/models/operations/fieldcreatedocumentfield.ts +325 -185
- package/src/models/operations/fieldcreatedocumentfields.ts +320 -180
- package/src/models/operations/fieldcreatetemplatefield.ts +325 -185
- package/src/models/operations/fieldcreatetemplatefields.ts +320 -180
- package/src/models/operations/fieldgetdocumentfield.ts +160 -80
- package/src/models/operations/fieldgettemplatefield.ts +160 -80
- package/src/models/operations/fieldupdatedocumentfield.ts +325 -185
- package/src/models/operations/fieldupdatedocumentfields.ts +320 -180
- package/src/models/operations/fieldupdatetemplatefield.ts +325 -185
- package/src/models/operations/fieldupdatetemplatefields.ts +320 -180
- package/src/models/operations/recipientgetdocumentrecipient.ts +140 -87
- package/src/models/operations/recipientgettemplaterecipient.ts +140 -87
- package/src/models/operations/recipientupdatedocumentrecipient.ts +136 -92
- package/src/models/operations/recipientupdatedocumentrecipients.ts +138 -92
- package/src/models/operations/recipientupdatetemplaterecipient.ts +136 -92
- package/src/models/operations/recipientupdatetemplaterecipients.ts +138 -92
- package/src/models/operations/templatecreatedocumentfromtemplate.ts +658 -185
- package/src/models/operations/templatecreatetemplate.ts +4 -0
- package/src/models/operations/templatecreatetemplatetemporary.ts +136 -92
- package/src/models/operations/templatefindtemplates.ts +160 -80
- package/src/models/operations/templategettemplatebyid.ts +161 -80
- package/src/models/operations/templateupdatetemplate.ts +4 -0
- package/src/types/enums.ts +1 -21
- package/src/types/index.ts +2 -1
- package/src/types/unrecognized.ts +27 -0
- package/types/enums.d.ts +1 -8
- package/types/enums.d.ts.map +1 -1
- package/types/enums.js +3 -21
- package/types/enums.js.map +1 -1
- package/types/index.d.ts +2 -1
- package/types/index.d.ts.map +1 -1
- package/types/index.js +15 -0
- package/types/index.js.map +1 -1
- package/types/unrecognized.d.ts +10 -0
- package/types/unrecognized.d.ts.map +1 -0
- package/types/unrecognized.js +26 -0
- package/types/unrecognized.js.map +1 -0
|
@@ -36,10 +36,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.EnvelopeUseLanguage$
|
|
40
|
-
exports.EnvelopeUseResponse$outboundSchema = exports.EnvelopeUseResponse$inboundSchema = exports.EnvelopeUseRequest$outboundSchema = exports.EnvelopeUseRequest$inboundSchema = exports.EnvelopeUseFile$outboundSchema = exports.EnvelopeUseFile$inboundSchema = exports.EnvelopeUsePayload$outboundSchema = exports.EnvelopeUsePayload$inboundSchema = exports.EnvelopeUseAttachment$outboundSchema = exports.EnvelopeUseAttachment$inboundSchema = exports.EnvelopeUseTypeLink$outboundSchema = exports.EnvelopeUseTypeLink$inboundSchema = exports.
|
|
41
|
-
exports.
|
|
42
|
-
exports.
|
|
39
|
+
exports.EnvelopeUseLanguage$inboundSchema = exports.EnvelopeUseEmailSettings$outboundSchema = exports.EnvelopeUseEmailSettings$inboundSchema = exports.EnvelopeUseDistributionMethod$outboundSchema = exports.EnvelopeUseDistributionMethod$inboundSchema = exports.EnvelopeUseDateFormat$outboundSchema = exports.EnvelopeUseDateFormat$inboundSchema = exports.EnvelopeUsePrefillFieldUnion$outboundSchema = exports.EnvelopeUsePrefillFieldUnion$inboundSchema = exports.EnvelopeUsePrefillFieldText$outboundSchema = exports.EnvelopeUsePrefillFieldText$inboundSchema = exports.EnvelopeUseTypeText$outboundSchema = exports.EnvelopeUseTypeText$inboundSchema = exports.EnvelopeUsePrefillFieldNumber$outboundSchema = exports.EnvelopeUsePrefillFieldNumber$inboundSchema = exports.EnvelopeUseTypeNumber$outboundSchema = exports.EnvelopeUseTypeNumber$inboundSchema = exports.EnvelopeUsePrefillFieldRadio$outboundSchema = exports.EnvelopeUsePrefillFieldRadio$inboundSchema = exports.EnvelopeUseTypeRadio$outboundSchema = exports.EnvelopeUseTypeRadio$inboundSchema = exports.EnvelopeUsePrefillFieldCheckbox$outboundSchema = exports.EnvelopeUsePrefillFieldCheckbox$inboundSchema = exports.EnvelopeUseTypeCheckbox$outboundSchema = exports.EnvelopeUseTypeCheckbox$inboundSchema = exports.EnvelopeUsePrefillFieldDropdown$outboundSchema = exports.EnvelopeUsePrefillFieldDropdown$inboundSchema = exports.EnvelopeUseTypeDropdown$outboundSchema = exports.EnvelopeUseTypeDropdown$inboundSchema = exports.EnvelopeUsePrefillFieldDate$outboundSchema = exports.EnvelopeUsePrefillFieldDate$inboundSchema = exports.EnvelopeUseTypeDate$outboundSchema = exports.EnvelopeUseTypeDate$inboundSchema = exports.EnvelopeUseCustomDocumentDatum$outboundSchema = exports.EnvelopeUseCustomDocumentDatum$inboundSchema = exports.EnvelopeUseIdentifier$outboundSchema = exports.EnvelopeUseIdentifier$inboundSchema = exports.EnvelopeUsePayloadRecipient$outboundSchema = exports.EnvelopeUsePayloadRecipient$inboundSchema = exports.EnvelopeUseRole = exports.EnvelopeUseTypeLink = exports.EnvelopeUseLanguage = exports.EnvelopeUseDistributionMethod = exports.EnvelopeUseDateFormat = exports.EnvelopeUseTypeText = exports.EnvelopeUseTypeNumber = exports.EnvelopeUseTypeRadio = exports.EnvelopeUseTypeCheckbox = exports.EnvelopeUseTypeDropdown = exports.EnvelopeUseTypeDate = void 0;
|
|
40
|
+
exports.EnvelopeUseResponse$outboundSchema = exports.EnvelopeUseResponse$inboundSchema = exports.EnvelopeUseRecipientResponse$outboundSchema = exports.EnvelopeUseRecipientResponse$inboundSchema = exports.EnvelopeUseRole$outboundSchema = exports.EnvelopeUseRole$inboundSchema = exports.EnvelopeUseRequest$outboundSchema = exports.EnvelopeUseRequest$inboundSchema = exports.EnvelopeUseFile$outboundSchema = exports.EnvelopeUseFile$inboundSchema = exports.EnvelopeUsePayload$outboundSchema = exports.EnvelopeUsePayload$inboundSchema = exports.EnvelopeUseAttachment$outboundSchema = exports.EnvelopeUseAttachment$inboundSchema = exports.EnvelopeUseTypeLink$outboundSchema = exports.EnvelopeUseTypeLink$inboundSchema = exports.EnvelopeUseOverride$outboundSchema = exports.EnvelopeUseOverride$inboundSchema = exports.EnvelopeUseLanguage$outboundSchema = void 0;
|
|
41
|
+
exports.envelopeUsePayloadRecipientToJSON = envelopeUsePayloadRecipientToJSON;
|
|
42
|
+
exports.envelopeUsePayloadRecipientFromJSON = envelopeUsePayloadRecipientFromJSON;
|
|
43
43
|
exports.envelopeUseIdentifierToJSON = envelopeUseIdentifierToJSON;
|
|
44
44
|
exports.envelopeUseIdentifierFromJSON = envelopeUseIdentifierFromJSON;
|
|
45
45
|
exports.envelopeUseCustomDocumentDatumToJSON = envelopeUseCustomDocumentDatumToJSON;
|
|
@@ -60,8 +60,8 @@ exports.envelopeUsePrefillFieldUnionToJSON = envelopeUsePrefillFieldUnionToJSON;
|
|
|
60
60
|
exports.envelopeUsePrefillFieldUnionFromJSON = envelopeUsePrefillFieldUnionFromJSON;
|
|
61
61
|
exports.envelopeUseEmailSettingsToJSON = envelopeUseEmailSettingsToJSON;
|
|
62
62
|
exports.envelopeUseEmailSettingsFromJSON = envelopeUseEmailSettingsFromJSON;
|
|
63
|
-
exports.
|
|
64
|
-
exports.
|
|
63
|
+
exports.envelopeUseOverrideToJSON = envelopeUseOverrideToJSON;
|
|
64
|
+
exports.envelopeUseOverrideFromJSON = envelopeUseOverrideFromJSON;
|
|
65
65
|
exports.envelopeUseAttachmentToJSON = envelopeUseAttachmentToJSON;
|
|
66
66
|
exports.envelopeUseAttachmentFromJSON = envelopeUseAttachmentFromJSON;
|
|
67
67
|
exports.envelopeUsePayloadToJSON = envelopeUsePayloadToJSON;
|
|
@@ -70,6 +70,8 @@ exports.envelopeUseFileToJSON = envelopeUseFileToJSON;
|
|
|
70
70
|
exports.envelopeUseFileFromJSON = envelopeUseFileFromJSON;
|
|
71
71
|
exports.envelopeUseRequestToJSON = envelopeUseRequestToJSON;
|
|
72
72
|
exports.envelopeUseRequestFromJSON = envelopeUseRequestFromJSON;
|
|
73
|
+
exports.envelopeUseRecipientResponseToJSON = envelopeUseRecipientResponseToJSON;
|
|
74
|
+
exports.envelopeUseRecipientResponseFromJSON = envelopeUseRecipientResponseFromJSON;
|
|
73
75
|
exports.envelopeUseResponseToJSON = envelopeUseResponseToJSON;
|
|
74
76
|
exports.envelopeUseResponseFromJSON = envelopeUseResponseFromJSON;
|
|
75
77
|
const z = __importStar(require("zod/v3"));
|
|
@@ -127,29 +129,40 @@ exports.EnvelopeUseLanguage = {
|
|
|
127
129
|
Es: "es",
|
|
128
130
|
It: "it",
|
|
129
131
|
Pl: "pl",
|
|
132
|
+
PtBR: "pt-BR",
|
|
133
|
+
Ja: "ja",
|
|
134
|
+
Ko: "ko",
|
|
135
|
+
Zh: "zh",
|
|
130
136
|
};
|
|
131
137
|
exports.EnvelopeUseTypeLink = {
|
|
132
138
|
Link: "link",
|
|
133
139
|
};
|
|
140
|
+
exports.EnvelopeUseRole = {
|
|
141
|
+
Cc: "CC",
|
|
142
|
+
Signer: "SIGNER",
|
|
143
|
+
Viewer: "VIEWER",
|
|
144
|
+
Approver: "APPROVER",
|
|
145
|
+
Assistant: "ASSISTANT",
|
|
146
|
+
};
|
|
134
147
|
/** @internal */
|
|
135
|
-
exports.
|
|
148
|
+
exports.EnvelopeUsePayloadRecipient$inboundSchema = z.object({
|
|
136
149
|
id: z.number(),
|
|
137
150
|
email: z.string(),
|
|
138
151
|
name: z.string().optional(),
|
|
139
152
|
signingOrder: z.number().optional(),
|
|
140
153
|
});
|
|
141
154
|
/** @internal */
|
|
142
|
-
exports.
|
|
155
|
+
exports.EnvelopeUsePayloadRecipient$outboundSchema = z.object({
|
|
143
156
|
id: z.number(),
|
|
144
157
|
email: z.string(),
|
|
145
158
|
name: z.string().optional(),
|
|
146
159
|
signingOrder: z.number().optional(),
|
|
147
160
|
});
|
|
148
|
-
function
|
|
149
|
-
return JSON.stringify(exports.
|
|
161
|
+
function envelopeUsePayloadRecipientToJSON(envelopeUsePayloadRecipient) {
|
|
162
|
+
return JSON.stringify(exports.EnvelopeUsePayloadRecipient$outboundSchema.parse(envelopeUsePayloadRecipient));
|
|
150
163
|
}
|
|
151
|
-
function
|
|
152
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
164
|
+
function envelopeUsePayloadRecipientFromJSON(jsonString) {
|
|
165
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeUsePayloadRecipient$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeUsePayloadRecipient' from JSON`);
|
|
153
166
|
}
|
|
154
167
|
/** @internal */
|
|
155
168
|
exports.EnvelopeUseIdentifier$inboundSchema = z.union([z.string(), z.number()]);
|
|
@@ -325,21 +338,21 @@ function envelopeUsePrefillFieldTextFromJSON(jsonString) {
|
|
|
325
338
|
}
|
|
326
339
|
/** @internal */
|
|
327
340
|
exports.EnvelopeUsePrefillFieldUnion$inboundSchema = z.union([
|
|
328
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldText$inboundSchema),
|
|
329
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldNumber$inboundSchema),
|
|
330
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldRadio$inboundSchema),
|
|
331
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldCheckbox$inboundSchema),
|
|
332
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldDropdown$inboundSchema),
|
|
333
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldDate$inboundSchema),
|
|
341
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldText$inboundSchema).and(z.object({ type: z.literal("text") })),
|
|
342
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldNumber$inboundSchema).and(z.object({ type: z.literal("number") })),
|
|
343
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldRadio$inboundSchema).and(z.object({ type: z.literal("radio") })),
|
|
344
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldCheckbox$inboundSchema).and(z.object({ type: z.literal("checkbox") })),
|
|
345
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldDropdown$inboundSchema).and(z.object({ type: z.literal("dropdown") })),
|
|
346
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldDate$inboundSchema).and(z.object({ type: z.literal("date") })),
|
|
334
347
|
]);
|
|
335
348
|
/** @internal */
|
|
336
349
|
exports.EnvelopeUsePrefillFieldUnion$outboundSchema = z.union([
|
|
337
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldText$outboundSchema),
|
|
338
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldNumber$outboundSchema),
|
|
339
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldRadio$outboundSchema),
|
|
340
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldCheckbox$outboundSchema),
|
|
341
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldDropdown$outboundSchema),
|
|
342
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldDate$outboundSchema),
|
|
350
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldText$outboundSchema).and(z.object({ type: z.literal("text") })),
|
|
351
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldNumber$outboundSchema).and(z.object({ type: z.literal("number") })),
|
|
352
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldRadio$outboundSchema).and(z.object({ type: z.literal("radio") })),
|
|
353
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldCheckbox$outboundSchema).and(z.object({ type: z.literal("checkbox") })),
|
|
354
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldDropdown$outboundSchema).and(z.object({ type: z.literal("dropdown") })),
|
|
355
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldDate$outboundSchema).and(z.object({ type: z.literal("date") })),
|
|
343
356
|
]);
|
|
344
357
|
function envelopeUsePrefillFieldUnionToJSON(envelopeUsePrefillFieldUnion) {
|
|
345
358
|
return JSON.stringify(exports.EnvelopeUsePrefillFieldUnion$outboundSchema.parse(envelopeUsePrefillFieldUnion));
|
|
@@ -386,7 +399,7 @@ exports.EnvelopeUseLanguage$inboundSchema = z.nativeEnum(exports.EnvelopeUseLang
|
|
|
386
399
|
/** @internal */
|
|
387
400
|
exports.EnvelopeUseLanguage$outboundSchema = exports.EnvelopeUseLanguage$inboundSchema;
|
|
388
401
|
/** @internal */
|
|
389
|
-
exports.
|
|
402
|
+
exports.EnvelopeUseOverride$inboundSchema = z.object({
|
|
390
403
|
title: z.string().optional(),
|
|
391
404
|
subject: z.string().optional(),
|
|
392
405
|
message: z.string().optional(),
|
|
@@ -403,7 +416,7 @@ exports.Override$inboundSchema = z.object({
|
|
|
403
416
|
allowDictateNextSigner: z.boolean().optional(),
|
|
404
417
|
});
|
|
405
418
|
/** @internal */
|
|
406
|
-
exports.
|
|
419
|
+
exports.EnvelopeUseOverride$outboundSchema = z.object({
|
|
407
420
|
title: z.string().optional(),
|
|
408
421
|
subject: z.string().optional(),
|
|
409
422
|
message: z.string().optional(),
|
|
@@ -419,11 +432,11 @@ exports.Override$outboundSchema = z.object({
|
|
|
419
432
|
drawSignatureEnabled: z.boolean().optional(),
|
|
420
433
|
allowDictateNextSigner: z.boolean().optional(),
|
|
421
434
|
});
|
|
422
|
-
function
|
|
423
|
-
return JSON.stringify(exports.
|
|
435
|
+
function envelopeUseOverrideToJSON(envelopeUseOverride) {
|
|
436
|
+
return JSON.stringify(exports.EnvelopeUseOverride$outboundSchema.parse(envelopeUseOverride));
|
|
424
437
|
}
|
|
425
|
-
function
|
|
426
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
438
|
+
function envelopeUseOverrideFromJSON(jsonString) {
|
|
439
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeUseOverride$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeUseOverride' from JSON`);
|
|
427
440
|
}
|
|
428
441
|
/** @internal */
|
|
429
442
|
exports.EnvelopeUseTypeLink$inboundSchema = z.nativeEnum(exports.EnvelopeUseTypeLink);
|
|
@@ -451,19 +464,20 @@ function envelopeUseAttachmentFromJSON(jsonString) {
|
|
|
451
464
|
exports.EnvelopeUsePayload$inboundSchema = z.object({
|
|
452
465
|
envelopeId: z.string(),
|
|
453
466
|
externalId: z.string().optional(),
|
|
454
|
-
recipients: z.array(z.lazy(() => exports.
|
|
467
|
+
recipients: z.array(z.lazy(() => exports.EnvelopeUsePayloadRecipient$inboundSchema))
|
|
468
|
+
.optional(),
|
|
455
469
|
distributeDocument: z.boolean().optional(),
|
|
456
470
|
customDocumentData: z.array(z.lazy(() => exports.EnvelopeUseCustomDocumentDatum$inboundSchema)).optional(),
|
|
457
471
|
folderId: z.string().optional(),
|
|
458
472
|
prefillFields: z.array(z.union([
|
|
459
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldText$inboundSchema),
|
|
460
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldNumber$inboundSchema),
|
|
461
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldRadio$inboundSchema),
|
|
462
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldCheckbox$inboundSchema),
|
|
463
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldDropdown$inboundSchema),
|
|
464
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldDate$inboundSchema),
|
|
473
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldText$inboundSchema).and(z.object({ type: z.literal("text") })),
|
|
474
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldNumber$inboundSchema).and(z.object({ type: z.literal("number") })),
|
|
475
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldRadio$inboundSchema).and(z.object({ type: z.literal("radio") })),
|
|
476
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldCheckbox$inboundSchema).and(z.object({ type: z.literal("checkbox") })),
|
|
477
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldDropdown$inboundSchema).and(z.object({ type: z.literal("dropdown") })),
|
|
478
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldDate$inboundSchema).and(z.object({ type: z.literal("date") })),
|
|
465
479
|
])).optional(),
|
|
466
|
-
override: z.lazy(() => exports.
|
|
480
|
+
override: z.lazy(() => exports.EnvelopeUseOverride$inboundSchema).optional(),
|
|
467
481
|
attachments: z.array(z.lazy(() => exports.EnvelopeUseAttachment$inboundSchema))
|
|
468
482
|
.optional(),
|
|
469
483
|
});
|
|
@@ -471,19 +485,20 @@ exports.EnvelopeUsePayload$inboundSchema = z.object({
|
|
|
471
485
|
exports.EnvelopeUsePayload$outboundSchema = z.object({
|
|
472
486
|
envelopeId: z.string(),
|
|
473
487
|
externalId: z.string().optional(),
|
|
474
|
-
recipients: z.array(z.lazy(() => exports.
|
|
488
|
+
recipients: z.array(z.lazy(() => exports.EnvelopeUsePayloadRecipient$outboundSchema))
|
|
489
|
+
.optional(),
|
|
475
490
|
distributeDocument: z.boolean().optional(),
|
|
476
491
|
customDocumentData: z.array(z.lazy(() => exports.EnvelopeUseCustomDocumentDatum$outboundSchema)).optional(),
|
|
477
492
|
folderId: z.string().optional(),
|
|
478
493
|
prefillFields: z.array(z.union([
|
|
479
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldText$outboundSchema),
|
|
480
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldNumber$outboundSchema),
|
|
481
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldRadio$outboundSchema),
|
|
482
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldCheckbox$outboundSchema),
|
|
483
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldDropdown$outboundSchema),
|
|
484
|
-
z.lazy(() => exports.EnvelopeUsePrefillFieldDate$outboundSchema),
|
|
494
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldText$outboundSchema).and(z.object({ type: z.literal("text") })),
|
|
495
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldNumber$outboundSchema).and(z.object({ type: z.literal("number") })),
|
|
496
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldRadio$outboundSchema).and(z.object({ type: z.literal("radio") })),
|
|
497
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldCheckbox$outboundSchema).and(z.object({ type: z.literal("checkbox") })),
|
|
498
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldDropdown$outboundSchema).and(z.object({ type: z.literal("dropdown") })),
|
|
499
|
+
z.lazy(() => exports.EnvelopeUsePrefillFieldDate$outboundSchema).and(z.object({ type: z.literal("date") })),
|
|
485
500
|
])).optional(),
|
|
486
|
-
override: z.lazy(() => exports.
|
|
501
|
+
override: z.lazy(() => exports.EnvelopeUseOverride$outboundSchema).optional(),
|
|
487
502
|
attachments: z.array(z.lazy(() => exports.EnvelopeUseAttachment$outboundSchema))
|
|
488
503
|
.optional(),
|
|
489
504
|
});
|
|
@@ -536,12 +551,44 @@ function envelopeUseRequestFromJSON(jsonString) {
|
|
|
536
551
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeUseRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeUseRequest' from JSON`);
|
|
537
552
|
}
|
|
538
553
|
/** @internal */
|
|
554
|
+
exports.EnvelopeUseRole$inboundSchema = z.nativeEnum(exports.EnvelopeUseRole);
|
|
555
|
+
/** @internal */
|
|
556
|
+
exports.EnvelopeUseRole$outboundSchema = exports.EnvelopeUseRole$inboundSchema;
|
|
557
|
+
/** @internal */
|
|
558
|
+
exports.EnvelopeUseRecipientResponse$inboundSchema = z.object({
|
|
559
|
+
id: z.number(),
|
|
560
|
+
name: z.string(),
|
|
561
|
+
email: z.string(),
|
|
562
|
+
token: z.string(),
|
|
563
|
+
role: exports.EnvelopeUseRole$inboundSchema,
|
|
564
|
+
signingOrder: z.nullable(z.number()),
|
|
565
|
+
signingUrl: z.string(),
|
|
566
|
+
});
|
|
567
|
+
/** @internal */
|
|
568
|
+
exports.EnvelopeUseRecipientResponse$outboundSchema = z.object({
|
|
569
|
+
id: z.number(),
|
|
570
|
+
name: z.string(),
|
|
571
|
+
email: z.string(),
|
|
572
|
+
token: z.string(),
|
|
573
|
+
role: exports.EnvelopeUseRole$outboundSchema,
|
|
574
|
+
signingOrder: z.nullable(z.number()),
|
|
575
|
+
signingUrl: z.string(),
|
|
576
|
+
});
|
|
577
|
+
function envelopeUseRecipientResponseToJSON(envelopeUseRecipientResponse) {
|
|
578
|
+
return JSON.stringify(exports.EnvelopeUseRecipientResponse$outboundSchema.parse(envelopeUseRecipientResponse));
|
|
579
|
+
}
|
|
580
|
+
function envelopeUseRecipientResponseFromJSON(jsonString) {
|
|
581
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeUseRecipientResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeUseRecipientResponse' from JSON`);
|
|
582
|
+
}
|
|
583
|
+
/** @internal */
|
|
539
584
|
exports.EnvelopeUseResponse$inboundSchema = z.object({
|
|
540
585
|
id: z.string(),
|
|
586
|
+
recipients: z.array(z.lazy(() => exports.EnvelopeUseRecipientResponse$inboundSchema)),
|
|
541
587
|
});
|
|
542
588
|
/** @internal */
|
|
543
589
|
exports.EnvelopeUseResponse$outboundSchema = z.object({
|
|
544
590
|
id: z.string(),
|
|
591
|
+
recipients: z.array(z.lazy(() => exports.EnvelopeUseRecipientResponse$outboundSchema)),
|
|
545
592
|
});
|
|
546
593
|
function envelopeUseResponseToJSON(envelopeUseResponse) {
|
|
547
594
|
return JSON.stringify(exports.EnvelopeUseResponse$outboundSchema.parse(envelopeUseResponse));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"envelopeuse.js","sourceRoot":"","sources":["../../src/models/operations/envelopeuse.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"envelopeuse.js","sourceRoot":"","sources":["../../src/models/operations/envelopeuse.ts"],"names":[],"mappings":"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"}
|
|
@@ -372,10 +372,54 @@ export type FieldCreateDocumentFieldFieldSignature = {
|
|
|
372
372
|
width: number;
|
|
373
373
|
height: number;
|
|
374
374
|
};
|
|
375
|
-
export type FieldCreateDocumentFieldFieldUnion = FieldCreateDocumentFieldFieldSignature
|
|
375
|
+
export type FieldCreateDocumentFieldFieldUnion = (FieldCreateDocumentFieldFieldSignature & {
|
|
376
|
+
type: "SIGNATURE";
|
|
377
|
+
}) | (FieldCreateDocumentFieldFieldFreeSignature & {
|
|
378
|
+
type: "FREE_SIGNATURE";
|
|
379
|
+
}) | (FieldCreateDocumentFieldFieldInitials & {
|
|
380
|
+
type: "INITIALS";
|
|
381
|
+
}) | (FieldCreateDocumentFieldFieldName & {
|
|
382
|
+
type: "NAME";
|
|
383
|
+
}) | (FieldCreateDocumentFieldFieldEmail & {
|
|
384
|
+
type: "EMAIL";
|
|
385
|
+
}) | (FieldCreateDocumentFieldFieldDate & {
|
|
386
|
+
type: "DATE";
|
|
387
|
+
}) | (FieldCreateDocumentFieldFieldText & {
|
|
388
|
+
type: "TEXT";
|
|
389
|
+
}) | (FieldCreateDocumentFieldFieldNumber & {
|
|
390
|
+
type: "NUMBER";
|
|
391
|
+
}) | (FieldCreateDocumentFieldFieldRadio & {
|
|
392
|
+
type: "RADIO";
|
|
393
|
+
}) | (FieldCreateDocumentFieldFieldCheckbox & {
|
|
394
|
+
type: "CHECKBOX";
|
|
395
|
+
}) | (FieldCreateDocumentFieldFieldDropdown & {
|
|
396
|
+
type: "DROPDOWN";
|
|
397
|
+
});
|
|
376
398
|
export type FieldCreateDocumentFieldRequest = {
|
|
377
399
|
documentId: number;
|
|
378
|
-
field: FieldCreateDocumentFieldFieldSignature
|
|
400
|
+
field: (FieldCreateDocumentFieldFieldSignature & {
|
|
401
|
+
type: "SIGNATURE";
|
|
402
|
+
}) | (FieldCreateDocumentFieldFieldFreeSignature & {
|
|
403
|
+
type: "FREE_SIGNATURE";
|
|
404
|
+
}) | (FieldCreateDocumentFieldFieldInitials & {
|
|
405
|
+
type: "INITIALS";
|
|
406
|
+
}) | (FieldCreateDocumentFieldFieldName & {
|
|
407
|
+
type: "NAME";
|
|
408
|
+
}) | (FieldCreateDocumentFieldFieldEmail & {
|
|
409
|
+
type: "EMAIL";
|
|
410
|
+
}) | (FieldCreateDocumentFieldFieldDate & {
|
|
411
|
+
type: "DATE";
|
|
412
|
+
}) | (FieldCreateDocumentFieldFieldText & {
|
|
413
|
+
type: "TEXT";
|
|
414
|
+
}) | (FieldCreateDocumentFieldFieldNumber & {
|
|
415
|
+
type: "NUMBER";
|
|
416
|
+
}) | (FieldCreateDocumentFieldFieldRadio & {
|
|
417
|
+
type: "RADIO";
|
|
418
|
+
}) | (FieldCreateDocumentFieldFieldCheckbox & {
|
|
419
|
+
type: "CHECKBOX";
|
|
420
|
+
}) | (FieldCreateDocumentFieldFieldDropdown & {
|
|
421
|
+
type: "DROPDOWN";
|
|
422
|
+
});
|
|
379
423
|
};
|
|
380
424
|
export declare const FieldCreateDocumentFieldTypeResponse: {
|
|
381
425
|
readonly Signature: "SIGNATURE";
|
|
@@ -608,7 +652,27 @@ export type FieldCreateDocumentFieldFieldMetaSignatureResponse = {
|
|
|
608
652
|
fontSize?: number | undefined;
|
|
609
653
|
type: FieldCreateDocumentFieldFieldMetaTypeSignature;
|
|
610
654
|
};
|
|
611
|
-
export type FieldCreateDocumentFieldFieldMetaUnion = FieldCreateDocumentFieldFieldMetaSignatureResponse
|
|
655
|
+
export type FieldCreateDocumentFieldFieldMetaUnion = (FieldCreateDocumentFieldFieldMetaSignatureResponse & {
|
|
656
|
+
type: "signature";
|
|
657
|
+
}) | (FieldCreateDocumentFieldFieldMetaInitialsResponse & {
|
|
658
|
+
type: "initials";
|
|
659
|
+
}) | (FieldCreateDocumentFieldFieldMetaNameResponse & {
|
|
660
|
+
type: "name";
|
|
661
|
+
}) | (FieldCreateDocumentFieldFieldMetaEmailResponse & {
|
|
662
|
+
type: "email";
|
|
663
|
+
}) | (FieldCreateDocumentFieldFieldMetaDateResponse & {
|
|
664
|
+
type: "date";
|
|
665
|
+
}) | (FieldCreateDocumentFieldFieldMetaTextResponse & {
|
|
666
|
+
type: "text";
|
|
667
|
+
}) | (FieldCreateDocumentFieldFieldMetaNumberResponse & {
|
|
668
|
+
type: "number";
|
|
669
|
+
}) | (FieldCreateDocumentFieldFieldMetaRadioResponse & {
|
|
670
|
+
type: "radio";
|
|
671
|
+
}) | (FieldCreateDocumentFieldFieldMetaCheckboxResponse & {
|
|
672
|
+
type: "checkbox";
|
|
673
|
+
}) | (FieldCreateDocumentFieldFieldMetaDropdownResponse & {
|
|
674
|
+
type: "dropdown";
|
|
675
|
+
});
|
|
612
676
|
/**
|
|
613
677
|
* Successful response
|
|
614
678
|
*/
|
|
@@ -626,7 +690,27 @@ export type FieldCreateDocumentFieldResponse = {
|
|
|
626
690
|
height?: any | undefined;
|
|
627
691
|
customText: string;
|
|
628
692
|
inserted: boolean;
|
|
629
|
-
fieldMeta: FieldCreateDocumentFieldFieldMetaSignatureResponse
|
|
693
|
+
fieldMeta: (FieldCreateDocumentFieldFieldMetaSignatureResponse & {
|
|
694
|
+
type: "signature";
|
|
695
|
+
}) | (FieldCreateDocumentFieldFieldMetaInitialsResponse & {
|
|
696
|
+
type: "initials";
|
|
697
|
+
}) | (FieldCreateDocumentFieldFieldMetaNameResponse & {
|
|
698
|
+
type: "name";
|
|
699
|
+
}) | (FieldCreateDocumentFieldFieldMetaEmailResponse & {
|
|
700
|
+
type: "email";
|
|
701
|
+
}) | (FieldCreateDocumentFieldFieldMetaDateResponse & {
|
|
702
|
+
type: "date";
|
|
703
|
+
}) | (FieldCreateDocumentFieldFieldMetaTextResponse & {
|
|
704
|
+
type: "text";
|
|
705
|
+
}) | (FieldCreateDocumentFieldFieldMetaNumberResponse & {
|
|
706
|
+
type: "number";
|
|
707
|
+
}) | (FieldCreateDocumentFieldFieldMetaRadioResponse & {
|
|
708
|
+
type: "radio";
|
|
709
|
+
}) | (FieldCreateDocumentFieldFieldMetaCheckboxResponse & {
|
|
710
|
+
type: "checkbox";
|
|
711
|
+
}) | (FieldCreateDocumentFieldFieldMetaDropdownResponse & {
|
|
712
|
+
type: "dropdown";
|
|
713
|
+
}) | null;
|
|
630
714
|
documentId?: number | null | undefined;
|
|
631
715
|
templateId?: number | null | undefined;
|
|
632
716
|
};
|
|
@@ -1153,7 +1237,29 @@ export declare function fieldCreateDocumentFieldFieldSignatureFromJSON(jsonStrin
|
|
|
1153
1237
|
/** @internal */
|
|
1154
1238
|
export declare const FieldCreateDocumentFieldFieldUnion$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldUnion, z.ZodTypeDef, unknown>;
|
|
1155
1239
|
/** @internal */
|
|
1156
|
-
export type FieldCreateDocumentFieldFieldUnion$Outbound = FieldCreateDocumentFieldFieldSignature$Outbound
|
|
1240
|
+
export type FieldCreateDocumentFieldFieldUnion$Outbound = (FieldCreateDocumentFieldFieldSignature$Outbound & {
|
|
1241
|
+
type: "SIGNATURE";
|
|
1242
|
+
}) | (FieldCreateDocumentFieldFieldFreeSignature$Outbound & {
|
|
1243
|
+
type: "FREE_SIGNATURE";
|
|
1244
|
+
}) | (FieldCreateDocumentFieldFieldInitials$Outbound & {
|
|
1245
|
+
type: "INITIALS";
|
|
1246
|
+
}) | (FieldCreateDocumentFieldFieldName$Outbound & {
|
|
1247
|
+
type: "NAME";
|
|
1248
|
+
}) | (FieldCreateDocumentFieldFieldEmail$Outbound & {
|
|
1249
|
+
type: "EMAIL";
|
|
1250
|
+
}) | (FieldCreateDocumentFieldFieldDate$Outbound & {
|
|
1251
|
+
type: "DATE";
|
|
1252
|
+
}) | (FieldCreateDocumentFieldFieldText$Outbound & {
|
|
1253
|
+
type: "TEXT";
|
|
1254
|
+
}) | (FieldCreateDocumentFieldFieldNumber$Outbound & {
|
|
1255
|
+
type: "NUMBER";
|
|
1256
|
+
}) | (FieldCreateDocumentFieldFieldRadio$Outbound & {
|
|
1257
|
+
type: "RADIO";
|
|
1258
|
+
}) | (FieldCreateDocumentFieldFieldCheckbox$Outbound & {
|
|
1259
|
+
type: "CHECKBOX";
|
|
1260
|
+
}) | (FieldCreateDocumentFieldFieldDropdown$Outbound & {
|
|
1261
|
+
type: "DROPDOWN";
|
|
1262
|
+
});
|
|
1157
1263
|
/** @internal */
|
|
1158
1264
|
export declare const FieldCreateDocumentFieldFieldUnion$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldUnion$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldUnion>;
|
|
1159
1265
|
export declare function fieldCreateDocumentFieldFieldUnionToJSON(fieldCreateDocumentFieldFieldUnion: FieldCreateDocumentFieldFieldUnion): string;
|
|
@@ -1163,7 +1269,29 @@ export declare const FieldCreateDocumentFieldRequest$inboundSchema: z.ZodType<Fi
|
|
|
1163
1269
|
/** @internal */
|
|
1164
1270
|
export type FieldCreateDocumentFieldRequest$Outbound = {
|
|
1165
1271
|
documentId: number;
|
|
1166
|
-
field: FieldCreateDocumentFieldFieldSignature$Outbound
|
|
1272
|
+
field: (FieldCreateDocumentFieldFieldSignature$Outbound & {
|
|
1273
|
+
type: "SIGNATURE";
|
|
1274
|
+
}) | (FieldCreateDocumentFieldFieldFreeSignature$Outbound & {
|
|
1275
|
+
type: "FREE_SIGNATURE";
|
|
1276
|
+
}) | (FieldCreateDocumentFieldFieldInitials$Outbound & {
|
|
1277
|
+
type: "INITIALS";
|
|
1278
|
+
}) | (FieldCreateDocumentFieldFieldName$Outbound & {
|
|
1279
|
+
type: "NAME";
|
|
1280
|
+
}) | (FieldCreateDocumentFieldFieldEmail$Outbound & {
|
|
1281
|
+
type: "EMAIL";
|
|
1282
|
+
}) | (FieldCreateDocumentFieldFieldDate$Outbound & {
|
|
1283
|
+
type: "DATE";
|
|
1284
|
+
}) | (FieldCreateDocumentFieldFieldText$Outbound & {
|
|
1285
|
+
type: "TEXT";
|
|
1286
|
+
}) | (FieldCreateDocumentFieldFieldNumber$Outbound & {
|
|
1287
|
+
type: "NUMBER";
|
|
1288
|
+
}) | (FieldCreateDocumentFieldFieldRadio$Outbound & {
|
|
1289
|
+
type: "RADIO";
|
|
1290
|
+
}) | (FieldCreateDocumentFieldFieldCheckbox$Outbound & {
|
|
1291
|
+
type: "CHECKBOX";
|
|
1292
|
+
}) | (FieldCreateDocumentFieldFieldDropdown$Outbound & {
|
|
1293
|
+
type: "DROPDOWN";
|
|
1294
|
+
});
|
|
1167
1295
|
};
|
|
1168
1296
|
/** @internal */
|
|
1169
1297
|
export declare const FieldCreateDocumentFieldRequest$outboundSchema: z.ZodType<FieldCreateDocumentFieldRequest$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldRequest>;
|
|
@@ -1466,7 +1594,27 @@ export declare function fieldCreateDocumentFieldFieldMetaSignatureResponseFromJS
|
|
|
1466
1594
|
/** @internal */
|
|
1467
1595
|
export declare const FieldCreateDocumentFieldFieldMetaUnion$inboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMetaUnion, z.ZodTypeDef, unknown>;
|
|
1468
1596
|
/** @internal */
|
|
1469
|
-
export type FieldCreateDocumentFieldFieldMetaUnion$Outbound = FieldCreateDocumentFieldFieldMetaSignatureResponse$Outbound
|
|
1597
|
+
export type FieldCreateDocumentFieldFieldMetaUnion$Outbound = (FieldCreateDocumentFieldFieldMetaSignatureResponse$Outbound & {
|
|
1598
|
+
type: "signature";
|
|
1599
|
+
}) | (FieldCreateDocumentFieldFieldMetaInitialsResponse$Outbound & {
|
|
1600
|
+
type: "initials";
|
|
1601
|
+
}) | (FieldCreateDocumentFieldFieldMetaNameResponse$Outbound & {
|
|
1602
|
+
type: "name";
|
|
1603
|
+
}) | (FieldCreateDocumentFieldFieldMetaEmailResponse$Outbound & {
|
|
1604
|
+
type: "email";
|
|
1605
|
+
}) | (FieldCreateDocumentFieldFieldMetaDateResponse$Outbound & {
|
|
1606
|
+
type: "date";
|
|
1607
|
+
}) | (FieldCreateDocumentFieldFieldMetaTextResponse$Outbound & {
|
|
1608
|
+
type: "text";
|
|
1609
|
+
}) | (FieldCreateDocumentFieldFieldMetaNumberResponse$Outbound & {
|
|
1610
|
+
type: "number";
|
|
1611
|
+
}) | (FieldCreateDocumentFieldFieldMetaRadioResponse$Outbound & {
|
|
1612
|
+
type: "radio";
|
|
1613
|
+
}) | (FieldCreateDocumentFieldFieldMetaCheckboxResponse$Outbound & {
|
|
1614
|
+
type: "checkbox";
|
|
1615
|
+
}) | (FieldCreateDocumentFieldFieldMetaDropdownResponse$Outbound & {
|
|
1616
|
+
type: "dropdown";
|
|
1617
|
+
});
|
|
1470
1618
|
/** @internal */
|
|
1471
1619
|
export declare const FieldCreateDocumentFieldFieldMetaUnion$outboundSchema: z.ZodType<FieldCreateDocumentFieldFieldMetaUnion$Outbound, z.ZodTypeDef, FieldCreateDocumentFieldFieldMetaUnion>;
|
|
1472
1620
|
export declare function fieldCreateDocumentFieldFieldMetaUnionToJSON(fieldCreateDocumentFieldFieldMetaUnion: FieldCreateDocumentFieldFieldMetaUnion): string;
|
|
@@ -1488,7 +1636,27 @@ export type FieldCreateDocumentFieldResponse$Outbound = {
|
|
|
1488
1636
|
height?: any | undefined;
|
|
1489
1637
|
customText: string;
|
|
1490
1638
|
inserted: boolean;
|
|
1491
|
-
fieldMeta: FieldCreateDocumentFieldFieldMetaSignatureResponse$Outbound
|
|
1639
|
+
fieldMeta: (FieldCreateDocumentFieldFieldMetaSignatureResponse$Outbound & {
|
|
1640
|
+
type: "signature";
|
|
1641
|
+
}) | (FieldCreateDocumentFieldFieldMetaInitialsResponse$Outbound & {
|
|
1642
|
+
type: "initials";
|
|
1643
|
+
}) | (FieldCreateDocumentFieldFieldMetaNameResponse$Outbound & {
|
|
1644
|
+
type: "name";
|
|
1645
|
+
}) | (FieldCreateDocumentFieldFieldMetaEmailResponse$Outbound & {
|
|
1646
|
+
type: "email";
|
|
1647
|
+
}) | (FieldCreateDocumentFieldFieldMetaDateResponse$Outbound & {
|
|
1648
|
+
type: "date";
|
|
1649
|
+
}) | (FieldCreateDocumentFieldFieldMetaTextResponse$Outbound & {
|
|
1650
|
+
type: "text";
|
|
1651
|
+
}) | (FieldCreateDocumentFieldFieldMetaNumberResponse$Outbound & {
|
|
1652
|
+
type: "number";
|
|
1653
|
+
}) | (FieldCreateDocumentFieldFieldMetaRadioResponse$Outbound & {
|
|
1654
|
+
type: "radio";
|
|
1655
|
+
}) | (FieldCreateDocumentFieldFieldMetaCheckboxResponse$Outbound & {
|
|
1656
|
+
type: "checkbox";
|
|
1657
|
+
}) | (FieldCreateDocumentFieldFieldMetaDropdownResponse$Outbound & {
|
|
1658
|
+
type: "dropdown";
|
|
1659
|
+
}) | null;
|
|
1492
1660
|
documentId?: number | null | undefined;
|
|
1493
1661
|
templateId?: number | null | undefined;
|
|
1494
1662
|
};
|