@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
|
@@ -36,42 +36,142 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
40
|
-
exports.
|
|
41
|
-
exports.
|
|
42
|
-
exports.
|
|
43
|
-
exports.
|
|
44
|
-
exports.
|
|
45
|
-
exports.
|
|
46
|
-
exports.
|
|
39
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse2 = exports.EnvelopeFieldCreateManyTextAlignResponse3 = exports.EnvelopeFieldCreateManyTextAlignResponse4 = exports.EnvelopeFieldCreateManyVerticalAlignResponse1 = exports.EnvelopeFieldCreateManyTextAlignResponse5 = exports.EnvelopeFieldCreateManyVerticalAlignResponse2 = exports.EnvelopeFieldCreateManyTextAlignResponse6 = exports.EnvelopeFieldCreateManyDirectionResponse1 = exports.EnvelopeFieldCreateManyDirectionResponse2 = exports.EnvelopeFieldCreateManyTypeResponseEnum = exports.EnvelopeFieldCreateManyTypeSignatureEnum1 = exports.EnvelopeFieldCreateManyTextAlignInitials1 = exports.EnvelopeFieldCreateManyTypeInitialsEnum1 = exports.EnvelopeFieldCreateManyTextAlignName1 = exports.EnvelopeFieldCreateManyTypeNameEnum1 = exports.EnvelopeFieldCreateManyTextAlignEmail1 = exports.EnvelopeFieldCreateManyTypeEmailEnum1 = exports.EnvelopeFieldCreateManyTextAlignDate1 = exports.EnvelopeFieldCreateManyTypeDateEnum1 = exports.EnvelopeFieldCreateManyVerticalAlignText1 = exports.EnvelopeFieldCreateManyTextAlignText1 = exports.EnvelopeFieldCreateManyTypeTextEnum1 = exports.EnvelopeFieldCreateManyVerticalAlignNumber1 = exports.EnvelopeFieldCreateManyTextAlignNumber1 = exports.EnvelopeFieldCreateManyTypeNumberEnum1 = exports.EnvelopeFieldCreateManyDirectionRadio1 = exports.EnvelopeFieldCreateManyTypeRadioEnum1 = exports.EnvelopeFieldCreateManyDirectionCheckbox1 = exports.EnvelopeFieldCreateManyTypeCheckboxEnum1 = exports.EnvelopeFieldCreateManyTypeDropdownEnum1 = exports.EnvelopeFieldCreateManyTypeSignatureEnum2 = exports.EnvelopeFieldCreateManyTextAlignInitials2 = exports.EnvelopeFieldCreateManyTypeInitialsEnum2 = exports.EnvelopeFieldCreateManyTextAlignName2 = exports.EnvelopeFieldCreateManyTypeNameEnum2 = exports.EnvelopeFieldCreateManyTextAlignEmail2 = exports.EnvelopeFieldCreateManyTypeEmailEnum2 = exports.EnvelopeFieldCreateManyTextAlignDate2 = exports.EnvelopeFieldCreateManyTypeDateEnum2 = exports.EnvelopeFieldCreateManyVerticalAlignText2 = exports.EnvelopeFieldCreateManyTextAlignText2 = exports.EnvelopeFieldCreateManyTypeTextEnum2 = exports.EnvelopeFieldCreateManyVerticalAlignNumber2 = exports.EnvelopeFieldCreateManyTextAlignNumber2 = exports.EnvelopeFieldCreateManyTypeNumberEnum2 = exports.EnvelopeFieldCreateManyDirectionRadio2 = exports.EnvelopeFieldCreateManyTypeRadioEnum2 = exports.EnvelopeFieldCreateManyDirectionCheckbox2 = exports.EnvelopeFieldCreateManyTypeCheckboxEnum2 = exports.EnvelopeFieldCreateManyTypeDropdownEnum2 = void 0;
|
|
40
|
+
exports.EnvelopeFieldCreateManyTypeDateEnum2$inboundSchema = exports.EnvelopeFieldCreateManyDataText2$outboundSchema = exports.EnvelopeFieldCreateManyDataText2$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaTextRequest2$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaTextRequest2$inboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignText2$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignText2$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignText2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignText2$inboundSchema = exports.EnvelopeFieldCreateManyTypeTextEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeTextEnum2$inboundSchema = exports.EnvelopeFieldCreateManyDataNumber2$outboundSchema = exports.EnvelopeFieldCreateManyDataNumber2$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaNumberRequest2$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaNumberRequest2$inboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignNumber2$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignNumber2$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignNumber2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignNumber2$inboundSchema = exports.EnvelopeFieldCreateManyTypeNumberEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeNumberEnum2$inboundSchema = exports.EnvelopeFieldCreateManyDataRadio2$outboundSchema = exports.EnvelopeFieldCreateManyDataRadio2$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaRadioRequest2$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaRadioRequest2$inboundSchema = exports.EnvelopeFieldCreateManyDirectionRadio2$outboundSchema = exports.EnvelopeFieldCreateManyDirectionRadio2$inboundSchema = exports.EnvelopeFieldCreateManyValueRadio2$outboundSchema = exports.EnvelopeFieldCreateManyValueRadio2$inboundSchema = exports.EnvelopeFieldCreateManyTypeRadioEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeRadioEnum2$inboundSchema = exports.EnvelopeFieldCreateManyDataCheckbox2$outboundSchema = exports.EnvelopeFieldCreateManyDataCheckbox2$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest2$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest2$inboundSchema = exports.EnvelopeFieldCreateManyDirectionCheckbox2$outboundSchema = exports.EnvelopeFieldCreateManyDirectionCheckbox2$inboundSchema = exports.EnvelopeFieldCreateManyValueCheckbox2$outboundSchema = exports.EnvelopeFieldCreateManyValueCheckbox2$inboundSchema = exports.EnvelopeFieldCreateManyTypeCheckboxEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeCheckboxEnum2$inboundSchema = exports.EnvelopeFieldCreateManyDataDropdown2$outboundSchema = exports.EnvelopeFieldCreateManyDataDropdown2$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest2$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest2$inboundSchema = exports.EnvelopeFieldCreateManyValueDropdown2$outboundSchema = exports.EnvelopeFieldCreateManyValueDropdown2$inboundSchema = exports.EnvelopeFieldCreateManyTypeDropdownEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeDropdownEnum2$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse1 = void 0;
|
|
41
|
+
exports.EnvelopeFieldCreateManyTypeCheckboxEnum1$inboundSchema = exports.EnvelopeFieldCreateManyDataDropdown1$outboundSchema = exports.EnvelopeFieldCreateManyDataDropdown1$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest1$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest1$inboundSchema = exports.EnvelopeFieldCreateManyValueDropdown1$outboundSchema = exports.EnvelopeFieldCreateManyValueDropdown1$inboundSchema = exports.EnvelopeFieldCreateManyTypeDropdownEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeDropdownEnum1$inboundSchema = exports.EnvelopeFieldCreateManyDataUnion3$outboundSchema = exports.EnvelopeFieldCreateManyDataUnion3$inboundSchema = exports.EnvelopeFieldCreateManyDataSignature2$outboundSchema = exports.EnvelopeFieldCreateManyDataSignature2$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest2$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest2$inboundSchema = exports.EnvelopeFieldCreateManyTypeSignatureEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeSignatureEnum2$inboundSchema = exports.EnvelopeFieldCreateManyDataFreeSignature2$outboundSchema = exports.EnvelopeFieldCreateManyDataFreeSignature2$inboundSchema = exports.EnvelopeFieldCreateManyDataInitials2$outboundSchema = exports.EnvelopeFieldCreateManyDataInitials2$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest2$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest2$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignInitials2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignInitials2$inboundSchema = exports.EnvelopeFieldCreateManyTypeInitialsEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeInitialsEnum2$inboundSchema = exports.EnvelopeFieldCreateManyDataName2$outboundSchema = exports.EnvelopeFieldCreateManyDataName2$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaNameRequest2$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaNameRequest2$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignName2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignName2$inboundSchema = exports.EnvelopeFieldCreateManyTypeNameEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeNameEnum2$inboundSchema = exports.EnvelopeFieldCreateManyDataEmail2$outboundSchema = exports.EnvelopeFieldCreateManyDataEmail2$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaEmailRequest2$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaEmailRequest2$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignEmail2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignEmail2$inboundSchema = exports.EnvelopeFieldCreateManyTypeEmailEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeEmailEnum2$inboundSchema = exports.EnvelopeFieldCreateManyDataDate2$outboundSchema = exports.EnvelopeFieldCreateManyDataDate2$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDateRequest2$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDateRequest2$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignDate2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignDate2$inboundSchema = exports.EnvelopeFieldCreateManyTypeDateEnum2$outboundSchema = void 0;
|
|
42
|
+
exports.EnvelopeFieldCreateManyTextAlignEmail1$inboundSchema = exports.EnvelopeFieldCreateManyTypeEmailEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeEmailEnum1$inboundSchema = exports.EnvelopeFieldCreateManyDataDate1$outboundSchema = exports.EnvelopeFieldCreateManyDataDate1$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDateRequest1$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDateRequest1$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignDate1$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignDate1$inboundSchema = exports.EnvelopeFieldCreateManyTypeDateEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeDateEnum1$inboundSchema = exports.EnvelopeFieldCreateManyDataText1$outboundSchema = exports.EnvelopeFieldCreateManyDataText1$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaTextRequest1$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaTextRequest1$inboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignText1$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignText1$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignText1$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignText1$inboundSchema = exports.EnvelopeFieldCreateManyTypeTextEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeTextEnum1$inboundSchema = exports.EnvelopeFieldCreateManyDataNumber1$outboundSchema = exports.EnvelopeFieldCreateManyDataNumber1$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaNumberRequest1$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaNumberRequest1$inboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignNumber1$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignNumber1$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignNumber1$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignNumber1$inboundSchema = exports.EnvelopeFieldCreateManyTypeNumberEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeNumberEnum1$inboundSchema = exports.EnvelopeFieldCreateManyDataRadio1$outboundSchema = exports.EnvelopeFieldCreateManyDataRadio1$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaRadioRequest1$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaRadioRequest1$inboundSchema = exports.EnvelopeFieldCreateManyDirectionRadio1$outboundSchema = exports.EnvelopeFieldCreateManyDirectionRadio1$inboundSchema = exports.EnvelopeFieldCreateManyValueRadio1$outboundSchema = exports.EnvelopeFieldCreateManyValueRadio1$inboundSchema = exports.EnvelopeFieldCreateManyTypeRadioEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeRadioEnum1$inboundSchema = exports.EnvelopeFieldCreateManyDataCheckbox1$outboundSchema = exports.EnvelopeFieldCreateManyDataCheckbox1$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$inboundSchema = exports.EnvelopeFieldCreateManyDirectionCheckbox1$outboundSchema = exports.EnvelopeFieldCreateManyDirectionCheckbox1$inboundSchema = exports.EnvelopeFieldCreateManyValueCheckbox1$outboundSchema = exports.EnvelopeFieldCreateManyValueCheckbox1$inboundSchema = exports.EnvelopeFieldCreateManyTypeCheckboxEnum1$outboundSchema = void 0;
|
|
43
|
+
exports.EnvelopeFieldCreateManyDirectionResponse1$inboundSchema = exports.EnvelopeFieldCreateManyValueResponse1$outboundSchema = exports.EnvelopeFieldCreateManyValueResponse1$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaCheckboxResponse$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaCheckboxResponse$inboundSchema = exports.EnvelopeFieldCreateManyDirectionResponse2$outboundSchema = exports.EnvelopeFieldCreateManyDirectionResponse2$inboundSchema = exports.EnvelopeFieldCreateManyValueResponse2$outboundSchema = exports.EnvelopeFieldCreateManyValueResponse2$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDropdownResponse$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDropdownResponse$inboundSchema = exports.EnvelopeFieldCreateManyValueResponse3$outboundSchema = exports.EnvelopeFieldCreateManyValueResponse3$inboundSchema = exports.EnvelopeFieldCreateManyTypeResponseEnum$outboundSchema = exports.EnvelopeFieldCreateManyTypeResponseEnum$inboundSchema = exports.EnvelopeFieldCreateManyRequest$outboundSchema = exports.EnvelopeFieldCreateManyRequest$inboundSchema = exports.EnvelopeFieldCreateManyDataUnion1$outboundSchema = exports.EnvelopeFieldCreateManyDataUnion1$inboundSchema = exports.EnvelopeFieldCreateManyDataUnion2$outboundSchema = exports.EnvelopeFieldCreateManyDataUnion2$inboundSchema = exports.EnvelopeFieldCreateManyDataSignature1$outboundSchema = exports.EnvelopeFieldCreateManyDataSignature1$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest1$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest1$inboundSchema = exports.EnvelopeFieldCreateManyTypeSignatureEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeSignatureEnum1$inboundSchema = exports.EnvelopeFieldCreateManyDataFreeSignature1$outboundSchema = exports.EnvelopeFieldCreateManyDataFreeSignature1$inboundSchema = exports.EnvelopeFieldCreateManyDataInitials1$outboundSchema = exports.EnvelopeFieldCreateManyDataInitials1$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest1$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest1$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignInitials1$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignInitials1$inboundSchema = exports.EnvelopeFieldCreateManyTypeInitialsEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeInitialsEnum1$inboundSchema = exports.EnvelopeFieldCreateManyDataName1$outboundSchema = exports.EnvelopeFieldCreateManyDataName1$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaNameRequest1$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaNameRequest1$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignName1$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignName1$inboundSchema = exports.EnvelopeFieldCreateManyTypeNameEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeNameEnum1$inboundSchema = exports.EnvelopeFieldCreateManyDataEmail1$outboundSchema = exports.EnvelopeFieldCreateManyDataEmail1$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaEmailRequest1$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaEmailRequest1$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignEmail1$outboundSchema = void 0;
|
|
44
|
+
exports.EnvelopeFieldCreateManyResponse$outboundSchema = exports.EnvelopeFieldCreateManyResponse$inboundSchema = exports.EnvelopeFieldCreateManyDataResponse$outboundSchema = exports.EnvelopeFieldCreateManyDataResponse$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaUnion$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaUnion$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaSignatureResponse$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaSignatureResponse$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaInitialsResponse$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaInitialsResponse$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse1$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse1$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaNameResponse$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaNameResponse$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse2$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaEmailResponse$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaEmailResponse$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse3$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse3$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDateResponse$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaDateResponse$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse4$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse4$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaTextResponse$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaTextResponse$inboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignResponse1$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignResponse1$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse5$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse5$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaNumberResponse$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaNumberResponse$inboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignResponse2$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignResponse2$inboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse6$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse6$inboundSchema = exports.EnvelopeFieldCreateManyFieldMetaRadioResponse$outboundSchema = exports.EnvelopeFieldCreateManyFieldMetaRadioResponse$inboundSchema = exports.EnvelopeFieldCreateManyDirectionResponse1$outboundSchema = void 0;
|
|
45
|
+
exports.envelopeFieldCreateManyValueDropdown2ToJSON = envelopeFieldCreateManyValueDropdown2ToJSON;
|
|
46
|
+
exports.envelopeFieldCreateManyValueDropdown2FromJSON = envelopeFieldCreateManyValueDropdown2FromJSON;
|
|
47
|
+
exports.envelopeFieldCreateManyFieldMetaDropdownRequest2ToJSON = envelopeFieldCreateManyFieldMetaDropdownRequest2ToJSON;
|
|
48
|
+
exports.envelopeFieldCreateManyFieldMetaDropdownRequest2FromJSON = envelopeFieldCreateManyFieldMetaDropdownRequest2FromJSON;
|
|
49
|
+
exports.envelopeFieldCreateManyDataDropdown2ToJSON = envelopeFieldCreateManyDataDropdown2ToJSON;
|
|
50
|
+
exports.envelopeFieldCreateManyDataDropdown2FromJSON = envelopeFieldCreateManyDataDropdown2FromJSON;
|
|
51
|
+
exports.envelopeFieldCreateManyValueCheckbox2ToJSON = envelopeFieldCreateManyValueCheckbox2ToJSON;
|
|
52
|
+
exports.envelopeFieldCreateManyValueCheckbox2FromJSON = envelopeFieldCreateManyValueCheckbox2FromJSON;
|
|
53
|
+
exports.envelopeFieldCreateManyFieldMetaCheckboxRequest2ToJSON = envelopeFieldCreateManyFieldMetaCheckboxRequest2ToJSON;
|
|
54
|
+
exports.envelopeFieldCreateManyFieldMetaCheckboxRequest2FromJSON = envelopeFieldCreateManyFieldMetaCheckboxRequest2FromJSON;
|
|
55
|
+
exports.envelopeFieldCreateManyDataCheckbox2ToJSON = envelopeFieldCreateManyDataCheckbox2ToJSON;
|
|
56
|
+
exports.envelopeFieldCreateManyDataCheckbox2FromJSON = envelopeFieldCreateManyDataCheckbox2FromJSON;
|
|
57
|
+
exports.envelopeFieldCreateManyValueRadio2ToJSON = envelopeFieldCreateManyValueRadio2ToJSON;
|
|
58
|
+
exports.envelopeFieldCreateManyValueRadio2FromJSON = envelopeFieldCreateManyValueRadio2FromJSON;
|
|
59
|
+
exports.envelopeFieldCreateManyFieldMetaRadioRequest2ToJSON = envelopeFieldCreateManyFieldMetaRadioRequest2ToJSON;
|
|
60
|
+
exports.envelopeFieldCreateManyFieldMetaRadioRequest2FromJSON = envelopeFieldCreateManyFieldMetaRadioRequest2FromJSON;
|
|
61
|
+
exports.envelopeFieldCreateManyDataRadio2ToJSON = envelopeFieldCreateManyDataRadio2ToJSON;
|
|
62
|
+
exports.envelopeFieldCreateManyDataRadio2FromJSON = envelopeFieldCreateManyDataRadio2FromJSON;
|
|
63
|
+
exports.envelopeFieldCreateManyFieldMetaNumberRequest2ToJSON = envelopeFieldCreateManyFieldMetaNumberRequest2ToJSON;
|
|
64
|
+
exports.envelopeFieldCreateManyFieldMetaNumberRequest2FromJSON = envelopeFieldCreateManyFieldMetaNumberRequest2FromJSON;
|
|
65
|
+
exports.envelopeFieldCreateManyDataNumber2ToJSON = envelopeFieldCreateManyDataNumber2ToJSON;
|
|
66
|
+
exports.envelopeFieldCreateManyDataNumber2FromJSON = envelopeFieldCreateManyDataNumber2FromJSON;
|
|
67
|
+
exports.envelopeFieldCreateManyFieldMetaTextRequest2ToJSON = envelopeFieldCreateManyFieldMetaTextRequest2ToJSON;
|
|
68
|
+
exports.envelopeFieldCreateManyFieldMetaTextRequest2FromJSON = envelopeFieldCreateManyFieldMetaTextRequest2FromJSON;
|
|
69
|
+
exports.envelopeFieldCreateManyDataText2ToJSON = envelopeFieldCreateManyDataText2ToJSON;
|
|
70
|
+
exports.envelopeFieldCreateManyDataText2FromJSON = envelopeFieldCreateManyDataText2FromJSON;
|
|
71
|
+
exports.envelopeFieldCreateManyFieldMetaDateRequest2ToJSON = envelopeFieldCreateManyFieldMetaDateRequest2ToJSON;
|
|
72
|
+
exports.envelopeFieldCreateManyFieldMetaDateRequest2FromJSON = envelopeFieldCreateManyFieldMetaDateRequest2FromJSON;
|
|
73
|
+
exports.envelopeFieldCreateManyDataDate2ToJSON = envelopeFieldCreateManyDataDate2ToJSON;
|
|
74
|
+
exports.envelopeFieldCreateManyDataDate2FromJSON = envelopeFieldCreateManyDataDate2FromJSON;
|
|
75
|
+
exports.envelopeFieldCreateManyFieldMetaEmailRequest2ToJSON = envelopeFieldCreateManyFieldMetaEmailRequest2ToJSON;
|
|
76
|
+
exports.envelopeFieldCreateManyFieldMetaEmailRequest2FromJSON = envelopeFieldCreateManyFieldMetaEmailRequest2FromJSON;
|
|
77
|
+
exports.envelopeFieldCreateManyDataEmail2ToJSON = envelopeFieldCreateManyDataEmail2ToJSON;
|
|
78
|
+
exports.envelopeFieldCreateManyDataEmail2FromJSON = envelopeFieldCreateManyDataEmail2FromJSON;
|
|
79
|
+
exports.envelopeFieldCreateManyFieldMetaNameRequest2ToJSON = envelopeFieldCreateManyFieldMetaNameRequest2ToJSON;
|
|
80
|
+
exports.envelopeFieldCreateManyFieldMetaNameRequest2FromJSON = envelopeFieldCreateManyFieldMetaNameRequest2FromJSON;
|
|
81
|
+
exports.envelopeFieldCreateManyDataName2ToJSON = envelopeFieldCreateManyDataName2ToJSON;
|
|
82
|
+
exports.envelopeFieldCreateManyDataName2FromJSON = envelopeFieldCreateManyDataName2FromJSON;
|
|
83
|
+
exports.envelopeFieldCreateManyFieldMetaInitialsRequest2ToJSON = envelopeFieldCreateManyFieldMetaInitialsRequest2ToJSON;
|
|
84
|
+
exports.envelopeFieldCreateManyFieldMetaInitialsRequest2FromJSON = envelopeFieldCreateManyFieldMetaInitialsRequest2FromJSON;
|
|
85
|
+
exports.envelopeFieldCreateManyDataInitials2ToJSON = envelopeFieldCreateManyDataInitials2ToJSON;
|
|
86
|
+
exports.envelopeFieldCreateManyDataInitials2FromJSON = envelopeFieldCreateManyDataInitials2FromJSON;
|
|
87
|
+
exports.envelopeFieldCreateManyDataFreeSignature2ToJSON = envelopeFieldCreateManyDataFreeSignature2ToJSON;
|
|
88
|
+
exports.envelopeFieldCreateManyDataFreeSignature2FromJSON = envelopeFieldCreateManyDataFreeSignature2FromJSON;
|
|
89
|
+
exports.envelopeFieldCreateManyFieldMetaSignatureRequest2ToJSON = envelopeFieldCreateManyFieldMetaSignatureRequest2ToJSON;
|
|
90
|
+
exports.envelopeFieldCreateManyFieldMetaSignatureRequest2FromJSON = envelopeFieldCreateManyFieldMetaSignatureRequest2FromJSON;
|
|
91
|
+
exports.envelopeFieldCreateManyDataSignature2ToJSON = envelopeFieldCreateManyDataSignature2ToJSON;
|
|
92
|
+
exports.envelopeFieldCreateManyDataSignature2FromJSON = envelopeFieldCreateManyDataSignature2FromJSON;
|
|
93
|
+
exports.envelopeFieldCreateManyDataUnion3ToJSON = envelopeFieldCreateManyDataUnion3ToJSON;
|
|
94
|
+
exports.envelopeFieldCreateManyDataUnion3FromJSON = envelopeFieldCreateManyDataUnion3FromJSON;
|
|
95
|
+
exports.envelopeFieldCreateManyValueDropdown1ToJSON = envelopeFieldCreateManyValueDropdown1ToJSON;
|
|
96
|
+
exports.envelopeFieldCreateManyValueDropdown1FromJSON = envelopeFieldCreateManyValueDropdown1FromJSON;
|
|
97
|
+
exports.envelopeFieldCreateManyFieldMetaDropdownRequest1ToJSON = envelopeFieldCreateManyFieldMetaDropdownRequest1ToJSON;
|
|
98
|
+
exports.envelopeFieldCreateManyFieldMetaDropdownRequest1FromJSON = envelopeFieldCreateManyFieldMetaDropdownRequest1FromJSON;
|
|
99
|
+
exports.envelopeFieldCreateManyDataDropdown1ToJSON = envelopeFieldCreateManyDataDropdown1ToJSON;
|
|
100
|
+
exports.envelopeFieldCreateManyDataDropdown1FromJSON = envelopeFieldCreateManyDataDropdown1FromJSON;
|
|
101
|
+
exports.envelopeFieldCreateManyValueCheckbox1ToJSON = envelopeFieldCreateManyValueCheckbox1ToJSON;
|
|
102
|
+
exports.envelopeFieldCreateManyValueCheckbox1FromJSON = envelopeFieldCreateManyValueCheckbox1FromJSON;
|
|
103
|
+
exports.envelopeFieldCreateManyFieldMetaCheckboxRequest1ToJSON = envelopeFieldCreateManyFieldMetaCheckboxRequest1ToJSON;
|
|
104
|
+
exports.envelopeFieldCreateManyFieldMetaCheckboxRequest1FromJSON = envelopeFieldCreateManyFieldMetaCheckboxRequest1FromJSON;
|
|
105
|
+
exports.envelopeFieldCreateManyDataCheckbox1ToJSON = envelopeFieldCreateManyDataCheckbox1ToJSON;
|
|
106
|
+
exports.envelopeFieldCreateManyDataCheckbox1FromJSON = envelopeFieldCreateManyDataCheckbox1FromJSON;
|
|
107
|
+
exports.envelopeFieldCreateManyValueRadio1ToJSON = envelopeFieldCreateManyValueRadio1ToJSON;
|
|
108
|
+
exports.envelopeFieldCreateManyValueRadio1FromJSON = envelopeFieldCreateManyValueRadio1FromJSON;
|
|
109
|
+
exports.envelopeFieldCreateManyFieldMetaRadioRequest1ToJSON = envelopeFieldCreateManyFieldMetaRadioRequest1ToJSON;
|
|
110
|
+
exports.envelopeFieldCreateManyFieldMetaRadioRequest1FromJSON = envelopeFieldCreateManyFieldMetaRadioRequest1FromJSON;
|
|
111
|
+
exports.envelopeFieldCreateManyDataRadio1ToJSON = envelopeFieldCreateManyDataRadio1ToJSON;
|
|
112
|
+
exports.envelopeFieldCreateManyDataRadio1FromJSON = envelopeFieldCreateManyDataRadio1FromJSON;
|
|
113
|
+
exports.envelopeFieldCreateManyFieldMetaNumberRequest1ToJSON = envelopeFieldCreateManyFieldMetaNumberRequest1ToJSON;
|
|
114
|
+
exports.envelopeFieldCreateManyFieldMetaNumberRequest1FromJSON = envelopeFieldCreateManyFieldMetaNumberRequest1FromJSON;
|
|
115
|
+
exports.envelopeFieldCreateManyDataNumber1ToJSON = envelopeFieldCreateManyDataNumber1ToJSON;
|
|
116
|
+
exports.envelopeFieldCreateManyDataNumber1FromJSON = envelopeFieldCreateManyDataNumber1FromJSON;
|
|
117
|
+
exports.envelopeFieldCreateManyFieldMetaTextRequest1ToJSON = envelopeFieldCreateManyFieldMetaTextRequest1ToJSON;
|
|
118
|
+
exports.envelopeFieldCreateManyFieldMetaTextRequest1FromJSON = envelopeFieldCreateManyFieldMetaTextRequest1FromJSON;
|
|
119
|
+
exports.envelopeFieldCreateManyDataText1ToJSON = envelopeFieldCreateManyDataText1ToJSON;
|
|
120
|
+
exports.envelopeFieldCreateManyDataText1FromJSON = envelopeFieldCreateManyDataText1FromJSON;
|
|
121
|
+
exports.envelopeFieldCreateManyFieldMetaDateRequest1ToJSON = envelopeFieldCreateManyFieldMetaDateRequest1ToJSON;
|
|
122
|
+
exports.envelopeFieldCreateManyFieldMetaDateRequest1FromJSON = envelopeFieldCreateManyFieldMetaDateRequest1FromJSON;
|
|
123
|
+
exports.envelopeFieldCreateManyDataDate1ToJSON = envelopeFieldCreateManyDataDate1ToJSON;
|
|
124
|
+
exports.envelopeFieldCreateManyDataDate1FromJSON = envelopeFieldCreateManyDataDate1FromJSON;
|
|
125
|
+
exports.envelopeFieldCreateManyFieldMetaEmailRequest1ToJSON = envelopeFieldCreateManyFieldMetaEmailRequest1ToJSON;
|
|
126
|
+
exports.envelopeFieldCreateManyFieldMetaEmailRequest1FromJSON = envelopeFieldCreateManyFieldMetaEmailRequest1FromJSON;
|
|
127
|
+
exports.envelopeFieldCreateManyDataEmail1ToJSON = envelopeFieldCreateManyDataEmail1ToJSON;
|
|
128
|
+
exports.envelopeFieldCreateManyDataEmail1FromJSON = envelopeFieldCreateManyDataEmail1FromJSON;
|
|
129
|
+
exports.envelopeFieldCreateManyFieldMetaNameRequest1ToJSON = envelopeFieldCreateManyFieldMetaNameRequest1ToJSON;
|
|
130
|
+
exports.envelopeFieldCreateManyFieldMetaNameRequest1FromJSON = envelopeFieldCreateManyFieldMetaNameRequest1FromJSON;
|
|
131
|
+
exports.envelopeFieldCreateManyDataName1ToJSON = envelopeFieldCreateManyDataName1ToJSON;
|
|
132
|
+
exports.envelopeFieldCreateManyDataName1FromJSON = envelopeFieldCreateManyDataName1FromJSON;
|
|
133
|
+
exports.envelopeFieldCreateManyFieldMetaInitialsRequest1ToJSON = envelopeFieldCreateManyFieldMetaInitialsRequest1ToJSON;
|
|
134
|
+
exports.envelopeFieldCreateManyFieldMetaInitialsRequest1FromJSON = envelopeFieldCreateManyFieldMetaInitialsRequest1FromJSON;
|
|
135
|
+
exports.envelopeFieldCreateManyDataInitials1ToJSON = envelopeFieldCreateManyDataInitials1ToJSON;
|
|
136
|
+
exports.envelopeFieldCreateManyDataInitials1FromJSON = envelopeFieldCreateManyDataInitials1FromJSON;
|
|
137
|
+
exports.envelopeFieldCreateManyDataFreeSignature1ToJSON = envelopeFieldCreateManyDataFreeSignature1ToJSON;
|
|
138
|
+
exports.envelopeFieldCreateManyDataFreeSignature1FromJSON = envelopeFieldCreateManyDataFreeSignature1FromJSON;
|
|
139
|
+
exports.envelopeFieldCreateManyFieldMetaSignatureRequest1ToJSON = envelopeFieldCreateManyFieldMetaSignatureRequest1ToJSON;
|
|
140
|
+
exports.envelopeFieldCreateManyFieldMetaSignatureRequest1FromJSON = envelopeFieldCreateManyFieldMetaSignatureRequest1FromJSON;
|
|
141
|
+
exports.envelopeFieldCreateManyDataSignature1ToJSON = envelopeFieldCreateManyDataSignature1ToJSON;
|
|
142
|
+
exports.envelopeFieldCreateManyDataSignature1FromJSON = envelopeFieldCreateManyDataSignature1FromJSON;
|
|
143
|
+
exports.envelopeFieldCreateManyDataUnion2ToJSON = envelopeFieldCreateManyDataUnion2ToJSON;
|
|
144
|
+
exports.envelopeFieldCreateManyDataUnion2FromJSON = envelopeFieldCreateManyDataUnion2FromJSON;
|
|
145
|
+
exports.envelopeFieldCreateManyDataUnion1ToJSON = envelopeFieldCreateManyDataUnion1ToJSON;
|
|
146
|
+
exports.envelopeFieldCreateManyDataUnion1FromJSON = envelopeFieldCreateManyDataUnion1FromJSON;
|
|
47
147
|
exports.envelopeFieldCreateManyRequestToJSON = envelopeFieldCreateManyRequestToJSON;
|
|
48
148
|
exports.envelopeFieldCreateManyRequestFromJSON = envelopeFieldCreateManyRequestFromJSON;
|
|
49
|
-
exports.
|
|
50
|
-
exports.
|
|
51
|
-
exports.
|
|
52
|
-
exports.
|
|
53
|
-
exports.
|
|
54
|
-
exports.
|
|
55
|
-
exports.
|
|
56
|
-
exports.
|
|
57
|
-
exports.
|
|
58
|
-
exports.
|
|
59
|
-
exports.
|
|
60
|
-
exports.
|
|
61
|
-
exports.
|
|
62
|
-
exports.
|
|
63
|
-
exports.
|
|
64
|
-
exports.
|
|
65
|
-
exports.
|
|
66
|
-
exports.
|
|
67
|
-
exports.
|
|
68
|
-
exports.
|
|
69
|
-
exports.
|
|
70
|
-
exports.
|
|
71
|
-
exports.
|
|
72
|
-
exports.
|
|
73
|
-
exports.
|
|
74
|
-
exports.
|
|
149
|
+
exports.envelopeFieldCreateManyValueResponse3ToJSON = envelopeFieldCreateManyValueResponse3ToJSON;
|
|
150
|
+
exports.envelopeFieldCreateManyValueResponse3FromJSON = envelopeFieldCreateManyValueResponse3FromJSON;
|
|
151
|
+
exports.envelopeFieldCreateManyFieldMetaDropdownResponseToJSON = envelopeFieldCreateManyFieldMetaDropdownResponseToJSON;
|
|
152
|
+
exports.envelopeFieldCreateManyFieldMetaDropdownResponseFromJSON = envelopeFieldCreateManyFieldMetaDropdownResponseFromJSON;
|
|
153
|
+
exports.envelopeFieldCreateManyValueResponse2ToJSON = envelopeFieldCreateManyValueResponse2ToJSON;
|
|
154
|
+
exports.envelopeFieldCreateManyValueResponse2FromJSON = envelopeFieldCreateManyValueResponse2FromJSON;
|
|
155
|
+
exports.envelopeFieldCreateManyFieldMetaCheckboxResponseToJSON = envelopeFieldCreateManyFieldMetaCheckboxResponseToJSON;
|
|
156
|
+
exports.envelopeFieldCreateManyFieldMetaCheckboxResponseFromJSON = envelopeFieldCreateManyFieldMetaCheckboxResponseFromJSON;
|
|
157
|
+
exports.envelopeFieldCreateManyValueResponse1ToJSON = envelopeFieldCreateManyValueResponse1ToJSON;
|
|
158
|
+
exports.envelopeFieldCreateManyValueResponse1FromJSON = envelopeFieldCreateManyValueResponse1FromJSON;
|
|
159
|
+
exports.envelopeFieldCreateManyFieldMetaRadioResponseToJSON = envelopeFieldCreateManyFieldMetaRadioResponseToJSON;
|
|
160
|
+
exports.envelopeFieldCreateManyFieldMetaRadioResponseFromJSON = envelopeFieldCreateManyFieldMetaRadioResponseFromJSON;
|
|
161
|
+
exports.envelopeFieldCreateManyFieldMetaNumberResponseToJSON = envelopeFieldCreateManyFieldMetaNumberResponseToJSON;
|
|
162
|
+
exports.envelopeFieldCreateManyFieldMetaNumberResponseFromJSON = envelopeFieldCreateManyFieldMetaNumberResponseFromJSON;
|
|
163
|
+
exports.envelopeFieldCreateManyFieldMetaTextResponseToJSON = envelopeFieldCreateManyFieldMetaTextResponseToJSON;
|
|
164
|
+
exports.envelopeFieldCreateManyFieldMetaTextResponseFromJSON = envelopeFieldCreateManyFieldMetaTextResponseFromJSON;
|
|
165
|
+
exports.envelopeFieldCreateManyFieldMetaDateResponseToJSON = envelopeFieldCreateManyFieldMetaDateResponseToJSON;
|
|
166
|
+
exports.envelopeFieldCreateManyFieldMetaDateResponseFromJSON = envelopeFieldCreateManyFieldMetaDateResponseFromJSON;
|
|
167
|
+
exports.envelopeFieldCreateManyFieldMetaEmailResponseToJSON = envelopeFieldCreateManyFieldMetaEmailResponseToJSON;
|
|
168
|
+
exports.envelopeFieldCreateManyFieldMetaEmailResponseFromJSON = envelopeFieldCreateManyFieldMetaEmailResponseFromJSON;
|
|
169
|
+
exports.envelopeFieldCreateManyFieldMetaNameResponseToJSON = envelopeFieldCreateManyFieldMetaNameResponseToJSON;
|
|
170
|
+
exports.envelopeFieldCreateManyFieldMetaNameResponseFromJSON = envelopeFieldCreateManyFieldMetaNameResponseFromJSON;
|
|
171
|
+
exports.envelopeFieldCreateManyFieldMetaInitialsResponseToJSON = envelopeFieldCreateManyFieldMetaInitialsResponseToJSON;
|
|
172
|
+
exports.envelopeFieldCreateManyFieldMetaInitialsResponseFromJSON = envelopeFieldCreateManyFieldMetaInitialsResponseFromJSON;
|
|
173
|
+
exports.envelopeFieldCreateManyFieldMetaSignatureResponseToJSON = envelopeFieldCreateManyFieldMetaSignatureResponseToJSON;
|
|
174
|
+
exports.envelopeFieldCreateManyFieldMetaSignatureResponseFromJSON = envelopeFieldCreateManyFieldMetaSignatureResponseFromJSON;
|
|
75
175
|
exports.envelopeFieldCreateManyFieldMetaUnionToJSON = envelopeFieldCreateManyFieldMetaUnionToJSON;
|
|
76
176
|
exports.envelopeFieldCreateManyFieldMetaUnionFromJSON = envelopeFieldCreateManyFieldMetaUnionFromJSON;
|
|
77
177
|
exports.envelopeFieldCreateManyDataResponseToJSON = envelopeFieldCreateManyDataResponseToJSON;
|
|
@@ -80,7 +180,163 @@ exports.envelopeFieldCreateManyResponseToJSON = envelopeFieldCreateManyResponseT
|
|
|
80
180
|
exports.envelopeFieldCreateManyResponseFromJSON = envelopeFieldCreateManyResponseFromJSON;
|
|
81
181
|
const z = __importStar(require("zod/v3"));
|
|
82
182
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
83
|
-
exports.
|
|
183
|
+
exports.EnvelopeFieldCreateManyTypeDropdownEnum2 = {
|
|
184
|
+
Dropdown: "dropdown",
|
|
185
|
+
};
|
|
186
|
+
exports.EnvelopeFieldCreateManyTypeCheckboxEnum2 = {
|
|
187
|
+
Checkbox: "checkbox",
|
|
188
|
+
};
|
|
189
|
+
exports.EnvelopeFieldCreateManyDirectionCheckbox2 = {
|
|
190
|
+
Vertical: "vertical",
|
|
191
|
+
Horizontal: "horizontal",
|
|
192
|
+
};
|
|
193
|
+
exports.EnvelopeFieldCreateManyTypeRadioEnum2 = {
|
|
194
|
+
Radio: "radio",
|
|
195
|
+
};
|
|
196
|
+
exports.EnvelopeFieldCreateManyDirectionRadio2 = {
|
|
197
|
+
Vertical: "vertical",
|
|
198
|
+
Horizontal: "horizontal",
|
|
199
|
+
};
|
|
200
|
+
exports.EnvelopeFieldCreateManyTypeNumberEnum2 = {
|
|
201
|
+
Number: "number",
|
|
202
|
+
};
|
|
203
|
+
exports.EnvelopeFieldCreateManyTextAlignNumber2 = {
|
|
204
|
+
Left: "left",
|
|
205
|
+
Center: "center",
|
|
206
|
+
Right: "right",
|
|
207
|
+
};
|
|
208
|
+
exports.EnvelopeFieldCreateManyVerticalAlignNumber2 = {
|
|
209
|
+
Top: "top",
|
|
210
|
+
Middle: "middle",
|
|
211
|
+
Bottom: "bottom",
|
|
212
|
+
};
|
|
213
|
+
exports.EnvelopeFieldCreateManyTypeTextEnum2 = {
|
|
214
|
+
Text: "text",
|
|
215
|
+
};
|
|
216
|
+
exports.EnvelopeFieldCreateManyTextAlignText2 = {
|
|
217
|
+
Left: "left",
|
|
218
|
+
Center: "center",
|
|
219
|
+
Right: "right",
|
|
220
|
+
};
|
|
221
|
+
exports.EnvelopeFieldCreateManyVerticalAlignText2 = {
|
|
222
|
+
Top: "top",
|
|
223
|
+
Middle: "middle",
|
|
224
|
+
Bottom: "bottom",
|
|
225
|
+
};
|
|
226
|
+
exports.EnvelopeFieldCreateManyTypeDateEnum2 = {
|
|
227
|
+
Date: "date",
|
|
228
|
+
};
|
|
229
|
+
exports.EnvelopeFieldCreateManyTextAlignDate2 = {
|
|
230
|
+
Left: "left",
|
|
231
|
+
Center: "center",
|
|
232
|
+
Right: "right",
|
|
233
|
+
};
|
|
234
|
+
exports.EnvelopeFieldCreateManyTypeEmailEnum2 = {
|
|
235
|
+
Email: "email",
|
|
236
|
+
};
|
|
237
|
+
exports.EnvelopeFieldCreateManyTextAlignEmail2 = {
|
|
238
|
+
Left: "left",
|
|
239
|
+
Center: "center",
|
|
240
|
+
Right: "right",
|
|
241
|
+
};
|
|
242
|
+
exports.EnvelopeFieldCreateManyTypeNameEnum2 = {
|
|
243
|
+
Name: "name",
|
|
244
|
+
};
|
|
245
|
+
exports.EnvelopeFieldCreateManyTextAlignName2 = {
|
|
246
|
+
Left: "left",
|
|
247
|
+
Center: "center",
|
|
248
|
+
Right: "right",
|
|
249
|
+
};
|
|
250
|
+
exports.EnvelopeFieldCreateManyTypeInitialsEnum2 = {
|
|
251
|
+
Initials: "initials",
|
|
252
|
+
};
|
|
253
|
+
exports.EnvelopeFieldCreateManyTextAlignInitials2 = {
|
|
254
|
+
Left: "left",
|
|
255
|
+
Center: "center",
|
|
256
|
+
Right: "right",
|
|
257
|
+
};
|
|
258
|
+
exports.EnvelopeFieldCreateManyTypeSignatureEnum2 = {
|
|
259
|
+
Signature: "signature",
|
|
260
|
+
};
|
|
261
|
+
exports.EnvelopeFieldCreateManyTypeDropdownEnum1 = {
|
|
262
|
+
Dropdown: "dropdown",
|
|
263
|
+
};
|
|
264
|
+
exports.EnvelopeFieldCreateManyTypeCheckboxEnum1 = {
|
|
265
|
+
Checkbox: "checkbox",
|
|
266
|
+
};
|
|
267
|
+
exports.EnvelopeFieldCreateManyDirectionCheckbox1 = {
|
|
268
|
+
Vertical: "vertical",
|
|
269
|
+
Horizontal: "horizontal",
|
|
270
|
+
};
|
|
271
|
+
exports.EnvelopeFieldCreateManyTypeRadioEnum1 = {
|
|
272
|
+
Radio: "radio",
|
|
273
|
+
};
|
|
274
|
+
exports.EnvelopeFieldCreateManyDirectionRadio1 = {
|
|
275
|
+
Vertical: "vertical",
|
|
276
|
+
Horizontal: "horizontal",
|
|
277
|
+
};
|
|
278
|
+
exports.EnvelopeFieldCreateManyTypeNumberEnum1 = {
|
|
279
|
+
Number: "number",
|
|
280
|
+
};
|
|
281
|
+
exports.EnvelopeFieldCreateManyTextAlignNumber1 = {
|
|
282
|
+
Left: "left",
|
|
283
|
+
Center: "center",
|
|
284
|
+
Right: "right",
|
|
285
|
+
};
|
|
286
|
+
exports.EnvelopeFieldCreateManyVerticalAlignNumber1 = {
|
|
287
|
+
Top: "top",
|
|
288
|
+
Middle: "middle",
|
|
289
|
+
Bottom: "bottom",
|
|
290
|
+
};
|
|
291
|
+
exports.EnvelopeFieldCreateManyTypeTextEnum1 = {
|
|
292
|
+
Text: "text",
|
|
293
|
+
};
|
|
294
|
+
exports.EnvelopeFieldCreateManyTextAlignText1 = {
|
|
295
|
+
Left: "left",
|
|
296
|
+
Center: "center",
|
|
297
|
+
Right: "right",
|
|
298
|
+
};
|
|
299
|
+
exports.EnvelopeFieldCreateManyVerticalAlignText1 = {
|
|
300
|
+
Top: "top",
|
|
301
|
+
Middle: "middle",
|
|
302
|
+
Bottom: "bottom",
|
|
303
|
+
};
|
|
304
|
+
exports.EnvelopeFieldCreateManyTypeDateEnum1 = {
|
|
305
|
+
Date: "date",
|
|
306
|
+
};
|
|
307
|
+
exports.EnvelopeFieldCreateManyTextAlignDate1 = {
|
|
308
|
+
Left: "left",
|
|
309
|
+
Center: "center",
|
|
310
|
+
Right: "right",
|
|
311
|
+
};
|
|
312
|
+
exports.EnvelopeFieldCreateManyTypeEmailEnum1 = {
|
|
313
|
+
Email: "email",
|
|
314
|
+
};
|
|
315
|
+
exports.EnvelopeFieldCreateManyTextAlignEmail1 = {
|
|
316
|
+
Left: "left",
|
|
317
|
+
Center: "center",
|
|
318
|
+
Right: "right",
|
|
319
|
+
};
|
|
320
|
+
exports.EnvelopeFieldCreateManyTypeNameEnum1 = {
|
|
321
|
+
Name: "name",
|
|
322
|
+
};
|
|
323
|
+
exports.EnvelopeFieldCreateManyTextAlignName1 = {
|
|
324
|
+
Left: "left",
|
|
325
|
+
Center: "center",
|
|
326
|
+
Right: "right",
|
|
327
|
+
};
|
|
328
|
+
exports.EnvelopeFieldCreateManyTypeInitialsEnum1 = {
|
|
329
|
+
Initials: "initials",
|
|
330
|
+
};
|
|
331
|
+
exports.EnvelopeFieldCreateManyTextAlignInitials1 = {
|
|
332
|
+
Left: "left",
|
|
333
|
+
Center: "center",
|
|
334
|
+
Right: "right",
|
|
335
|
+
};
|
|
336
|
+
exports.EnvelopeFieldCreateManyTypeSignatureEnum1 = {
|
|
337
|
+
Signature: "signature",
|
|
338
|
+
};
|
|
339
|
+
exports.EnvelopeFieldCreateManyTypeResponseEnum = {
|
|
84
340
|
Signature: "SIGNATURE",
|
|
85
341
|
FreeSignature: "FREE_SIGNATURE",
|
|
86
342
|
Initials: "INITIALS",
|
|
@@ -93,134 +349,1750 @@ exports.EnvelopeFieldCreateManyTypeEnum = {
|
|
|
93
349
|
Checkbox: "CHECKBOX",
|
|
94
350
|
Dropdown: "DROPDOWN",
|
|
95
351
|
};
|
|
96
|
-
exports.
|
|
352
|
+
exports.EnvelopeFieldCreateManyDirectionResponse2 = {
|
|
97
353
|
Vertical: "vertical",
|
|
98
354
|
Horizontal: "horizontal",
|
|
99
355
|
};
|
|
100
|
-
exports.
|
|
356
|
+
exports.EnvelopeFieldCreateManyDirectionResponse1 = {
|
|
101
357
|
Vertical: "vertical",
|
|
102
358
|
Horizontal: "horizontal",
|
|
103
359
|
};
|
|
104
|
-
exports.
|
|
360
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse6 = {
|
|
105
361
|
Left: "left",
|
|
106
362
|
Center: "center",
|
|
107
363
|
Right: "right",
|
|
108
364
|
};
|
|
109
|
-
exports.
|
|
365
|
+
exports.EnvelopeFieldCreateManyVerticalAlignResponse2 = {
|
|
110
366
|
Top: "top",
|
|
111
367
|
Middle: "middle",
|
|
112
368
|
Bottom: "bottom",
|
|
113
369
|
};
|
|
114
|
-
exports.
|
|
370
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse5 = {
|
|
115
371
|
Left: "left",
|
|
116
372
|
Center: "center",
|
|
117
373
|
Right: "right",
|
|
118
374
|
};
|
|
119
|
-
exports.
|
|
375
|
+
exports.EnvelopeFieldCreateManyVerticalAlignResponse1 = {
|
|
120
376
|
Top: "top",
|
|
121
377
|
Middle: "middle",
|
|
122
378
|
Bottom: "bottom",
|
|
123
379
|
};
|
|
124
|
-
exports.
|
|
380
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse4 = {
|
|
125
381
|
Left: "left",
|
|
126
382
|
Center: "center",
|
|
127
383
|
Right: "right",
|
|
128
384
|
};
|
|
129
|
-
exports.
|
|
385
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse3 = {
|
|
130
386
|
Left: "left",
|
|
131
387
|
Center: "center",
|
|
132
388
|
Right: "right",
|
|
133
389
|
};
|
|
134
|
-
exports.
|
|
390
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse2 = {
|
|
135
391
|
Left: "left",
|
|
136
392
|
Center: "center",
|
|
137
393
|
Right: "right",
|
|
138
394
|
};
|
|
139
|
-
exports.
|
|
395
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse1 = {
|
|
140
396
|
Left: "left",
|
|
141
397
|
Center: "center",
|
|
142
398
|
Right: "right",
|
|
143
399
|
};
|
|
144
400
|
/** @internal */
|
|
145
|
-
exports.
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
401
|
+
exports.EnvelopeFieldCreateManyTypeDropdownEnum2$inboundSchema = z
|
|
402
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTypeDropdownEnum2);
|
|
403
|
+
/** @internal */
|
|
404
|
+
exports.EnvelopeFieldCreateManyTypeDropdownEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeDropdownEnum2$inboundSchema;
|
|
405
|
+
/** @internal */
|
|
406
|
+
exports.EnvelopeFieldCreateManyValueDropdown2$inboundSchema = z.object({
|
|
407
|
+
value: z.string(),
|
|
408
|
+
});
|
|
409
|
+
/** @internal */
|
|
410
|
+
exports.EnvelopeFieldCreateManyValueDropdown2$outboundSchema = z.object({
|
|
411
|
+
value: z.string(),
|
|
412
|
+
});
|
|
413
|
+
function envelopeFieldCreateManyValueDropdown2ToJSON(envelopeFieldCreateManyValueDropdown2) {
|
|
414
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyValueDropdown2$outboundSchema.parse(envelopeFieldCreateManyValueDropdown2));
|
|
415
|
+
}
|
|
416
|
+
function envelopeFieldCreateManyValueDropdown2FromJSON(jsonString) {
|
|
417
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyValueDropdown2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyValueDropdown2' from JSON`);
|
|
418
|
+
}
|
|
419
|
+
/** @internal */
|
|
420
|
+
exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest2$inboundSchema = z.object({
|
|
421
|
+
label: z.string().optional(),
|
|
422
|
+
placeholder: z.string().optional(),
|
|
423
|
+
required: z.boolean().optional(),
|
|
424
|
+
readOnly: z.boolean().optional(),
|
|
425
|
+
fontSize: z.number().default(12),
|
|
426
|
+
type: exports.EnvelopeFieldCreateManyTypeDropdownEnum2$inboundSchema,
|
|
427
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueDropdown2$inboundSchema)).optional(),
|
|
428
|
+
defaultValue: z.string().optional(),
|
|
429
|
+
});
|
|
430
|
+
/** @internal */
|
|
431
|
+
exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest2$outboundSchema = z.object({
|
|
432
|
+
label: z.string().optional(),
|
|
433
|
+
placeholder: z.string().optional(),
|
|
434
|
+
required: z.boolean().optional(),
|
|
435
|
+
readOnly: z.boolean().optional(),
|
|
436
|
+
fontSize: z.number().default(12),
|
|
437
|
+
type: exports.EnvelopeFieldCreateManyTypeDropdownEnum2$outboundSchema,
|
|
438
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueDropdown2$outboundSchema)).optional(),
|
|
439
|
+
defaultValue: z.string().optional(),
|
|
440
|
+
});
|
|
441
|
+
function envelopeFieldCreateManyFieldMetaDropdownRequest2ToJSON(envelopeFieldCreateManyFieldMetaDropdownRequest2) {
|
|
442
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest2$outboundSchema.parse(envelopeFieldCreateManyFieldMetaDropdownRequest2));
|
|
443
|
+
}
|
|
444
|
+
function envelopeFieldCreateManyFieldMetaDropdownRequest2FromJSON(jsonString) {
|
|
445
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaDropdownRequest2' from JSON`);
|
|
446
|
+
}
|
|
447
|
+
/** @internal */
|
|
448
|
+
exports.EnvelopeFieldCreateManyDataDropdown2$inboundSchema = z.object({
|
|
449
|
+
type: z.literal("DROPDOWN"),
|
|
450
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest2$inboundSchema).optional(),
|
|
451
|
+
recipientId: z.number(),
|
|
452
|
+
envelopeItemId: z.string().optional(),
|
|
453
|
+
placeholder: z.string(),
|
|
454
|
+
width: z.number().optional(),
|
|
455
|
+
height: z.number().optional(),
|
|
456
|
+
matchAll: z.boolean().optional(),
|
|
457
|
+
});
|
|
458
|
+
/** @internal */
|
|
459
|
+
exports.EnvelopeFieldCreateManyDataDropdown2$outboundSchema = z.object({
|
|
460
|
+
type: z.literal("DROPDOWN"),
|
|
461
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest2$outboundSchema).optional(),
|
|
462
|
+
recipientId: z.number(),
|
|
463
|
+
envelopeItemId: z.string().optional(),
|
|
464
|
+
placeholder: z.string(),
|
|
465
|
+
width: z.number().optional(),
|
|
466
|
+
height: z.number().optional(),
|
|
467
|
+
matchAll: z.boolean().optional(),
|
|
468
|
+
});
|
|
469
|
+
function envelopeFieldCreateManyDataDropdown2ToJSON(envelopeFieldCreateManyDataDropdown2) {
|
|
470
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataDropdown2$outboundSchema.parse(envelopeFieldCreateManyDataDropdown2));
|
|
471
|
+
}
|
|
472
|
+
function envelopeFieldCreateManyDataDropdown2FromJSON(jsonString) {
|
|
473
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataDropdown2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataDropdown2' from JSON`);
|
|
474
|
+
}
|
|
475
|
+
/** @internal */
|
|
476
|
+
exports.EnvelopeFieldCreateManyTypeCheckboxEnum2$inboundSchema = z
|
|
477
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTypeCheckboxEnum2);
|
|
478
|
+
/** @internal */
|
|
479
|
+
exports.EnvelopeFieldCreateManyTypeCheckboxEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeCheckboxEnum2$inboundSchema;
|
|
480
|
+
/** @internal */
|
|
481
|
+
exports.EnvelopeFieldCreateManyValueCheckbox2$inboundSchema = z.object({
|
|
482
|
+
id: z.number(),
|
|
483
|
+
checked: z.boolean(),
|
|
484
|
+
value: z.string(),
|
|
485
|
+
});
|
|
486
|
+
/** @internal */
|
|
487
|
+
exports.EnvelopeFieldCreateManyValueCheckbox2$outboundSchema = z.object({
|
|
488
|
+
id: z.number(),
|
|
489
|
+
checked: z.boolean(),
|
|
490
|
+
value: z.string(),
|
|
491
|
+
});
|
|
492
|
+
function envelopeFieldCreateManyValueCheckbox2ToJSON(envelopeFieldCreateManyValueCheckbox2) {
|
|
493
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyValueCheckbox2$outboundSchema.parse(envelopeFieldCreateManyValueCheckbox2));
|
|
494
|
+
}
|
|
495
|
+
function envelopeFieldCreateManyValueCheckbox2FromJSON(jsonString) {
|
|
496
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyValueCheckbox2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyValueCheckbox2' from JSON`);
|
|
497
|
+
}
|
|
498
|
+
/** @internal */
|
|
499
|
+
exports.EnvelopeFieldCreateManyDirectionCheckbox2$inboundSchema = z
|
|
500
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyDirectionCheckbox2);
|
|
501
|
+
/** @internal */
|
|
502
|
+
exports.EnvelopeFieldCreateManyDirectionCheckbox2$outboundSchema = exports.EnvelopeFieldCreateManyDirectionCheckbox2$inboundSchema;
|
|
503
|
+
/** @internal */
|
|
504
|
+
exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest2$inboundSchema = z.object({
|
|
505
|
+
label: z.string().optional(),
|
|
506
|
+
placeholder: z.string().optional(),
|
|
507
|
+
required: z.boolean().optional(),
|
|
508
|
+
readOnly: z.boolean().optional(),
|
|
509
|
+
fontSize: z.number().default(12),
|
|
510
|
+
type: exports.EnvelopeFieldCreateManyTypeCheckboxEnum2$inboundSchema,
|
|
511
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueCheckbox2$inboundSchema)).optional(),
|
|
512
|
+
validationRule: z.string().optional(),
|
|
513
|
+
validationLength: z.number().optional(),
|
|
514
|
+
direction: exports.EnvelopeFieldCreateManyDirectionCheckbox2$inboundSchema.default("vertical"),
|
|
515
|
+
});
|
|
516
|
+
/** @internal */
|
|
517
|
+
exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest2$outboundSchema = z.object({
|
|
518
|
+
label: z.string().optional(),
|
|
519
|
+
placeholder: z.string().optional(),
|
|
520
|
+
required: z.boolean().optional(),
|
|
521
|
+
readOnly: z.boolean().optional(),
|
|
522
|
+
fontSize: z.number().default(12),
|
|
523
|
+
type: exports.EnvelopeFieldCreateManyTypeCheckboxEnum2$outboundSchema,
|
|
524
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueCheckbox2$outboundSchema)).optional(),
|
|
525
|
+
validationRule: z.string().optional(),
|
|
526
|
+
validationLength: z.number().optional(),
|
|
527
|
+
direction: exports.EnvelopeFieldCreateManyDirectionCheckbox2$outboundSchema.default("vertical"),
|
|
528
|
+
});
|
|
529
|
+
function envelopeFieldCreateManyFieldMetaCheckboxRequest2ToJSON(envelopeFieldCreateManyFieldMetaCheckboxRequest2) {
|
|
530
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest2$outboundSchema.parse(envelopeFieldCreateManyFieldMetaCheckboxRequest2));
|
|
531
|
+
}
|
|
532
|
+
function envelopeFieldCreateManyFieldMetaCheckboxRequest2FromJSON(jsonString) {
|
|
533
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaCheckboxRequest2' from JSON`);
|
|
534
|
+
}
|
|
535
|
+
/** @internal */
|
|
536
|
+
exports.EnvelopeFieldCreateManyDataCheckbox2$inboundSchema = z.object({
|
|
537
|
+
type: z.literal("CHECKBOX"),
|
|
538
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest2$inboundSchema).optional(),
|
|
539
|
+
recipientId: z.number(),
|
|
540
|
+
envelopeItemId: z.string().optional(),
|
|
541
|
+
placeholder: z.string(),
|
|
542
|
+
width: z.number().optional(),
|
|
543
|
+
height: z.number().optional(),
|
|
544
|
+
matchAll: z.boolean().optional(),
|
|
545
|
+
});
|
|
546
|
+
/** @internal */
|
|
547
|
+
exports.EnvelopeFieldCreateManyDataCheckbox2$outboundSchema = z.object({
|
|
548
|
+
type: z.literal("CHECKBOX"),
|
|
549
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest2$outboundSchema).optional(),
|
|
550
|
+
recipientId: z.number(),
|
|
551
|
+
envelopeItemId: z.string().optional(),
|
|
552
|
+
placeholder: z.string(),
|
|
553
|
+
width: z.number().optional(),
|
|
554
|
+
height: z.number().optional(),
|
|
555
|
+
matchAll: z.boolean().optional(),
|
|
556
|
+
});
|
|
557
|
+
function envelopeFieldCreateManyDataCheckbox2ToJSON(envelopeFieldCreateManyDataCheckbox2) {
|
|
558
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataCheckbox2$outboundSchema.parse(envelopeFieldCreateManyDataCheckbox2));
|
|
559
|
+
}
|
|
560
|
+
function envelopeFieldCreateManyDataCheckbox2FromJSON(jsonString) {
|
|
561
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataCheckbox2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataCheckbox2' from JSON`);
|
|
562
|
+
}
|
|
563
|
+
/** @internal */
|
|
564
|
+
exports.EnvelopeFieldCreateManyTypeRadioEnum2$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeRadioEnum2);
|
|
565
|
+
/** @internal */
|
|
566
|
+
exports.EnvelopeFieldCreateManyTypeRadioEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeRadioEnum2$inboundSchema;
|
|
567
|
+
/** @internal */
|
|
568
|
+
exports.EnvelopeFieldCreateManyValueRadio2$inboundSchema = z.object({
|
|
569
|
+
id: z.number(),
|
|
570
|
+
checked: z.boolean(),
|
|
571
|
+
value: z.string(),
|
|
572
|
+
});
|
|
573
|
+
/** @internal */
|
|
574
|
+
exports.EnvelopeFieldCreateManyValueRadio2$outboundSchema = z.object({
|
|
575
|
+
id: z.number(),
|
|
576
|
+
checked: z.boolean(),
|
|
577
|
+
value: z.string(),
|
|
578
|
+
});
|
|
579
|
+
function envelopeFieldCreateManyValueRadio2ToJSON(envelopeFieldCreateManyValueRadio2) {
|
|
580
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyValueRadio2$outboundSchema.parse(envelopeFieldCreateManyValueRadio2));
|
|
581
|
+
}
|
|
582
|
+
function envelopeFieldCreateManyValueRadio2FromJSON(jsonString) {
|
|
583
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyValueRadio2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyValueRadio2' from JSON`);
|
|
584
|
+
}
|
|
585
|
+
/** @internal */
|
|
586
|
+
exports.EnvelopeFieldCreateManyDirectionRadio2$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyDirectionRadio2);
|
|
587
|
+
/** @internal */
|
|
588
|
+
exports.EnvelopeFieldCreateManyDirectionRadio2$outboundSchema = exports.EnvelopeFieldCreateManyDirectionRadio2$inboundSchema;
|
|
589
|
+
/** @internal */
|
|
590
|
+
exports.EnvelopeFieldCreateManyFieldMetaRadioRequest2$inboundSchema = z.object({
|
|
591
|
+
label: z.string().optional(),
|
|
592
|
+
placeholder: z.string().optional(),
|
|
593
|
+
required: z.boolean().optional(),
|
|
594
|
+
readOnly: z.boolean().optional(),
|
|
595
|
+
fontSize: z.number().default(12),
|
|
596
|
+
type: exports.EnvelopeFieldCreateManyTypeRadioEnum2$inboundSchema,
|
|
597
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueRadio2$inboundSchema)).optional(),
|
|
598
|
+
direction: exports.EnvelopeFieldCreateManyDirectionRadio2$inboundSchema.default("vertical"),
|
|
599
|
+
});
|
|
600
|
+
/** @internal */
|
|
601
|
+
exports.EnvelopeFieldCreateManyFieldMetaRadioRequest2$outboundSchema = z.object({
|
|
602
|
+
label: z.string().optional(),
|
|
603
|
+
placeholder: z.string().optional(),
|
|
604
|
+
required: z.boolean().optional(),
|
|
605
|
+
readOnly: z.boolean().optional(),
|
|
606
|
+
fontSize: z.number().default(12),
|
|
607
|
+
type: exports.EnvelopeFieldCreateManyTypeRadioEnum2$outboundSchema,
|
|
608
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueRadio2$outboundSchema)).optional(),
|
|
609
|
+
direction: exports.EnvelopeFieldCreateManyDirectionRadio2$outboundSchema.default("vertical"),
|
|
610
|
+
});
|
|
611
|
+
function envelopeFieldCreateManyFieldMetaRadioRequest2ToJSON(envelopeFieldCreateManyFieldMetaRadioRequest2) {
|
|
612
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaRadioRequest2$outboundSchema.parse(envelopeFieldCreateManyFieldMetaRadioRequest2));
|
|
613
|
+
}
|
|
614
|
+
function envelopeFieldCreateManyFieldMetaRadioRequest2FromJSON(jsonString) {
|
|
615
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaRadioRequest2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaRadioRequest2' from JSON`);
|
|
616
|
+
}
|
|
617
|
+
/** @internal */
|
|
618
|
+
exports.EnvelopeFieldCreateManyDataRadio2$inboundSchema = z.object({
|
|
619
|
+
type: z.literal("RADIO"),
|
|
620
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaRadioRequest2$inboundSchema).optional(),
|
|
621
|
+
recipientId: z.number(),
|
|
622
|
+
envelopeItemId: z.string().optional(),
|
|
623
|
+
placeholder: z.string(),
|
|
624
|
+
width: z.number().optional(),
|
|
625
|
+
height: z.number().optional(),
|
|
626
|
+
matchAll: z.boolean().optional(),
|
|
627
|
+
});
|
|
628
|
+
/** @internal */
|
|
629
|
+
exports.EnvelopeFieldCreateManyDataRadio2$outboundSchema = z.object({
|
|
630
|
+
type: z.literal("RADIO"),
|
|
631
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaRadioRequest2$outboundSchema).optional(),
|
|
632
|
+
recipientId: z.number(),
|
|
633
|
+
envelopeItemId: z.string().optional(),
|
|
634
|
+
placeholder: z.string(),
|
|
635
|
+
width: z.number().optional(),
|
|
636
|
+
height: z.number().optional(),
|
|
637
|
+
matchAll: z.boolean().optional(),
|
|
638
|
+
});
|
|
639
|
+
function envelopeFieldCreateManyDataRadio2ToJSON(envelopeFieldCreateManyDataRadio2) {
|
|
640
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataRadio2$outboundSchema.parse(envelopeFieldCreateManyDataRadio2));
|
|
641
|
+
}
|
|
642
|
+
function envelopeFieldCreateManyDataRadio2FromJSON(jsonString) {
|
|
643
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataRadio2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataRadio2' from JSON`);
|
|
644
|
+
}
|
|
645
|
+
/** @internal */
|
|
646
|
+
exports.EnvelopeFieldCreateManyTypeNumberEnum2$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeNumberEnum2);
|
|
647
|
+
/** @internal */
|
|
648
|
+
exports.EnvelopeFieldCreateManyTypeNumberEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeNumberEnum2$inboundSchema;
|
|
649
|
+
/** @internal */
|
|
650
|
+
exports.EnvelopeFieldCreateManyTextAlignNumber2$inboundSchema = z
|
|
651
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignNumber2);
|
|
652
|
+
/** @internal */
|
|
653
|
+
exports.EnvelopeFieldCreateManyTextAlignNumber2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignNumber2$inboundSchema;
|
|
654
|
+
/** @internal */
|
|
655
|
+
exports.EnvelopeFieldCreateManyVerticalAlignNumber2$inboundSchema = z
|
|
656
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyVerticalAlignNumber2);
|
|
657
|
+
/** @internal */
|
|
658
|
+
exports.EnvelopeFieldCreateManyVerticalAlignNumber2$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignNumber2$inboundSchema;
|
|
659
|
+
/** @internal */
|
|
660
|
+
exports.EnvelopeFieldCreateManyFieldMetaNumberRequest2$inboundSchema = z.object({
|
|
661
|
+
label: z.string().optional(),
|
|
662
|
+
placeholder: z.string().optional(),
|
|
663
|
+
required: z.boolean().optional(),
|
|
664
|
+
readOnly: z.boolean().optional(),
|
|
665
|
+
fontSize: z.number().default(12),
|
|
666
|
+
type: exports.EnvelopeFieldCreateManyTypeNumberEnum2$inboundSchema,
|
|
667
|
+
numberFormat: z.nullable(z.string()).optional(),
|
|
668
|
+
value: z.string().optional(),
|
|
669
|
+
minValue: z.nullable(z.number()).optional(),
|
|
670
|
+
maxValue: z.nullable(z.number()).optional(),
|
|
671
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignNumber2$inboundSchema.optional(),
|
|
672
|
+
lineHeight: z.nullable(z.number()).optional(),
|
|
673
|
+
letterSpacing: z.nullable(z.number()).optional(),
|
|
674
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignNumber2$inboundSchema).optional(),
|
|
675
|
+
});
|
|
676
|
+
/** @internal */
|
|
677
|
+
exports.EnvelopeFieldCreateManyFieldMetaNumberRequest2$outboundSchema = z.object({
|
|
678
|
+
label: z.string().optional(),
|
|
679
|
+
placeholder: z.string().optional(),
|
|
680
|
+
required: z.boolean().optional(),
|
|
681
|
+
readOnly: z.boolean().optional(),
|
|
682
|
+
fontSize: z.number().default(12),
|
|
683
|
+
type: exports.EnvelopeFieldCreateManyTypeNumberEnum2$outboundSchema,
|
|
684
|
+
numberFormat: z.nullable(z.string()).optional(),
|
|
685
|
+
value: z.string().optional(),
|
|
686
|
+
minValue: z.nullable(z.number()).optional(),
|
|
687
|
+
maxValue: z.nullable(z.number()).optional(),
|
|
688
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignNumber2$outboundSchema
|
|
689
|
+
.optional(),
|
|
690
|
+
lineHeight: z.nullable(z.number()).optional(),
|
|
691
|
+
letterSpacing: z.nullable(z.number()).optional(),
|
|
692
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignNumber2$outboundSchema).optional(),
|
|
693
|
+
});
|
|
694
|
+
function envelopeFieldCreateManyFieldMetaNumberRequest2ToJSON(envelopeFieldCreateManyFieldMetaNumberRequest2) {
|
|
695
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaNumberRequest2$outboundSchema.parse(envelopeFieldCreateManyFieldMetaNumberRequest2));
|
|
696
|
+
}
|
|
697
|
+
function envelopeFieldCreateManyFieldMetaNumberRequest2FromJSON(jsonString) {
|
|
698
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaNumberRequest2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaNumberRequest2' from JSON`);
|
|
699
|
+
}
|
|
700
|
+
/** @internal */
|
|
701
|
+
exports.EnvelopeFieldCreateManyDataNumber2$inboundSchema = z.object({
|
|
702
|
+
type: z.literal("NUMBER"),
|
|
703
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNumberRequest2$inboundSchema).optional(),
|
|
704
|
+
recipientId: z.number(),
|
|
705
|
+
envelopeItemId: z.string().optional(),
|
|
706
|
+
placeholder: z.string(),
|
|
707
|
+
width: z.number().optional(),
|
|
708
|
+
height: z.number().optional(),
|
|
709
|
+
matchAll: z.boolean().optional(),
|
|
710
|
+
});
|
|
711
|
+
/** @internal */
|
|
712
|
+
exports.EnvelopeFieldCreateManyDataNumber2$outboundSchema = z.object({
|
|
713
|
+
type: z.literal("NUMBER"),
|
|
714
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNumberRequest2$outboundSchema).optional(),
|
|
715
|
+
recipientId: z.number(),
|
|
716
|
+
envelopeItemId: z.string().optional(),
|
|
717
|
+
placeholder: z.string(),
|
|
718
|
+
width: z.number().optional(),
|
|
719
|
+
height: z.number().optional(),
|
|
720
|
+
matchAll: z.boolean().optional(),
|
|
721
|
+
});
|
|
722
|
+
function envelopeFieldCreateManyDataNumber2ToJSON(envelopeFieldCreateManyDataNumber2) {
|
|
723
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataNumber2$outboundSchema.parse(envelopeFieldCreateManyDataNumber2));
|
|
724
|
+
}
|
|
725
|
+
function envelopeFieldCreateManyDataNumber2FromJSON(jsonString) {
|
|
726
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataNumber2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataNumber2' from JSON`);
|
|
727
|
+
}
|
|
728
|
+
/** @internal */
|
|
729
|
+
exports.EnvelopeFieldCreateManyTypeTextEnum2$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeTextEnum2);
|
|
730
|
+
/** @internal */
|
|
731
|
+
exports.EnvelopeFieldCreateManyTypeTextEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeTextEnum2$inboundSchema;
|
|
732
|
+
/** @internal */
|
|
733
|
+
exports.EnvelopeFieldCreateManyTextAlignText2$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignText2);
|
|
734
|
+
/** @internal */
|
|
735
|
+
exports.EnvelopeFieldCreateManyTextAlignText2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignText2$inboundSchema;
|
|
736
|
+
/** @internal */
|
|
737
|
+
exports.EnvelopeFieldCreateManyVerticalAlignText2$inboundSchema = z
|
|
738
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyVerticalAlignText2);
|
|
739
|
+
/** @internal */
|
|
740
|
+
exports.EnvelopeFieldCreateManyVerticalAlignText2$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignText2$inboundSchema;
|
|
741
|
+
/** @internal */
|
|
742
|
+
exports.EnvelopeFieldCreateManyFieldMetaTextRequest2$inboundSchema = z.object({
|
|
743
|
+
label: z.string().optional(),
|
|
744
|
+
placeholder: z.string().optional(),
|
|
745
|
+
required: z.boolean().optional(),
|
|
746
|
+
readOnly: z.boolean().optional(),
|
|
747
|
+
fontSize: z.number().default(12),
|
|
748
|
+
type: exports.EnvelopeFieldCreateManyTypeTextEnum2$inboundSchema,
|
|
749
|
+
text: z.string().optional(),
|
|
750
|
+
characterLimit: z.number().optional(),
|
|
751
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignText2$inboundSchema.optional(),
|
|
752
|
+
lineHeight: z.nullable(z.number()).optional(),
|
|
753
|
+
letterSpacing: z.nullable(z.number()).optional(),
|
|
754
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignText2$inboundSchema).optional(),
|
|
755
|
+
});
|
|
756
|
+
/** @internal */
|
|
757
|
+
exports.EnvelopeFieldCreateManyFieldMetaTextRequest2$outboundSchema = z.object({
|
|
758
|
+
label: z.string().optional(),
|
|
759
|
+
placeholder: z.string().optional(),
|
|
760
|
+
required: z.boolean().optional(),
|
|
761
|
+
readOnly: z.boolean().optional(),
|
|
762
|
+
fontSize: z.number().default(12),
|
|
763
|
+
type: exports.EnvelopeFieldCreateManyTypeTextEnum2$outboundSchema,
|
|
764
|
+
text: z.string().optional(),
|
|
765
|
+
characterLimit: z.number().optional(),
|
|
766
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignText2$outboundSchema.optional(),
|
|
767
|
+
lineHeight: z.nullable(z.number()).optional(),
|
|
768
|
+
letterSpacing: z.nullable(z.number()).optional(),
|
|
769
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignText2$outboundSchema).optional(),
|
|
770
|
+
});
|
|
771
|
+
function envelopeFieldCreateManyFieldMetaTextRequest2ToJSON(envelopeFieldCreateManyFieldMetaTextRequest2) {
|
|
772
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaTextRequest2$outboundSchema.parse(envelopeFieldCreateManyFieldMetaTextRequest2));
|
|
773
|
+
}
|
|
774
|
+
function envelopeFieldCreateManyFieldMetaTextRequest2FromJSON(jsonString) {
|
|
775
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaTextRequest2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaTextRequest2' from JSON`);
|
|
776
|
+
}
|
|
777
|
+
/** @internal */
|
|
778
|
+
exports.EnvelopeFieldCreateManyDataText2$inboundSchema = z.object({
|
|
779
|
+
type: z.literal("TEXT"),
|
|
780
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaTextRequest2$inboundSchema).optional(),
|
|
781
|
+
recipientId: z.number(),
|
|
782
|
+
envelopeItemId: z.string().optional(),
|
|
783
|
+
placeholder: z.string(),
|
|
784
|
+
width: z.number().optional(),
|
|
785
|
+
height: z.number().optional(),
|
|
786
|
+
matchAll: z.boolean().optional(),
|
|
787
|
+
});
|
|
788
|
+
/** @internal */
|
|
789
|
+
exports.EnvelopeFieldCreateManyDataText2$outboundSchema = z.object({
|
|
790
|
+
type: z.literal("TEXT"),
|
|
791
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaTextRequest2$outboundSchema).optional(),
|
|
792
|
+
recipientId: z.number(),
|
|
793
|
+
envelopeItemId: z.string().optional(),
|
|
794
|
+
placeholder: z.string(),
|
|
795
|
+
width: z.number().optional(),
|
|
796
|
+
height: z.number().optional(),
|
|
797
|
+
matchAll: z.boolean().optional(),
|
|
798
|
+
});
|
|
799
|
+
function envelopeFieldCreateManyDataText2ToJSON(envelopeFieldCreateManyDataText2) {
|
|
800
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataText2$outboundSchema.parse(envelopeFieldCreateManyDataText2));
|
|
801
|
+
}
|
|
802
|
+
function envelopeFieldCreateManyDataText2FromJSON(jsonString) {
|
|
803
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataText2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataText2' from JSON`);
|
|
804
|
+
}
|
|
805
|
+
/** @internal */
|
|
806
|
+
exports.EnvelopeFieldCreateManyTypeDateEnum2$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeDateEnum2);
|
|
807
|
+
/** @internal */
|
|
808
|
+
exports.EnvelopeFieldCreateManyTypeDateEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeDateEnum2$inboundSchema;
|
|
809
|
+
/** @internal */
|
|
810
|
+
exports.EnvelopeFieldCreateManyTextAlignDate2$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignDate2);
|
|
811
|
+
/** @internal */
|
|
812
|
+
exports.EnvelopeFieldCreateManyTextAlignDate2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignDate2$inboundSchema;
|
|
813
|
+
/** @internal */
|
|
814
|
+
exports.EnvelopeFieldCreateManyFieldMetaDateRequest2$inboundSchema = z.object({
|
|
815
|
+
label: z.string().optional(),
|
|
816
|
+
placeholder: z.string().optional(),
|
|
817
|
+
required: z.boolean().optional(),
|
|
818
|
+
readOnly: z.boolean().optional(),
|
|
819
|
+
fontSize: z.number().default(12),
|
|
820
|
+
type: exports.EnvelopeFieldCreateManyTypeDateEnum2$inboundSchema,
|
|
821
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignDate2$inboundSchema.optional(),
|
|
822
|
+
});
|
|
823
|
+
/** @internal */
|
|
824
|
+
exports.EnvelopeFieldCreateManyFieldMetaDateRequest2$outboundSchema = z.object({
|
|
825
|
+
label: z.string().optional(),
|
|
826
|
+
placeholder: z.string().optional(),
|
|
827
|
+
required: z.boolean().optional(),
|
|
828
|
+
readOnly: z.boolean().optional(),
|
|
829
|
+
fontSize: z.number().default(12),
|
|
830
|
+
type: exports.EnvelopeFieldCreateManyTypeDateEnum2$outboundSchema,
|
|
831
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignDate2$outboundSchema.optional(),
|
|
832
|
+
});
|
|
833
|
+
function envelopeFieldCreateManyFieldMetaDateRequest2ToJSON(envelopeFieldCreateManyFieldMetaDateRequest2) {
|
|
834
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaDateRequest2$outboundSchema.parse(envelopeFieldCreateManyFieldMetaDateRequest2));
|
|
835
|
+
}
|
|
836
|
+
function envelopeFieldCreateManyFieldMetaDateRequest2FromJSON(jsonString) {
|
|
837
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaDateRequest2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaDateRequest2' from JSON`);
|
|
838
|
+
}
|
|
839
|
+
/** @internal */
|
|
840
|
+
exports.EnvelopeFieldCreateManyDataDate2$inboundSchema = z.object({
|
|
841
|
+
type: z.literal("DATE"),
|
|
842
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDateRequest2$inboundSchema).optional(),
|
|
843
|
+
recipientId: z.number(),
|
|
844
|
+
envelopeItemId: z.string().optional(),
|
|
845
|
+
placeholder: z.string(),
|
|
846
|
+
width: z.number().optional(),
|
|
847
|
+
height: z.number().optional(),
|
|
848
|
+
matchAll: z.boolean().optional(),
|
|
849
|
+
});
|
|
850
|
+
/** @internal */
|
|
851
|
+
exports.EnvelopeFieldCreateManyDataDate2$outboundSchema = z.object({
|
|
852
|
+
type: z.literal("DATE"),
|
|
853
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDateRequest2$outboundSchema).optional(),
|
|
854
|
+
recipientId: z.number(),
|
|
855
|
+
envelopeItemId: z.string().optional(),
|
|
856
|
+
placeholder: z.string(),
|
|
857
|
+
width: z.number().optional(),
|
|
858
|
+
height: z.number().optional(),
|
|
859
|
+
matchAll: z.boolean().optional(),
|
|
860
|
+
});
|
|
861
|
+
function envelopeFieldCreateManyDataDate2ToJSON(envelopeFieldCreateManyDataDate2) {
|
|
862
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataDate2$outboundSchema.parse(envelopeFieldCreateManyDataDate2));
|
|
863
|
+
}
|
|
864
|
+
function envelopeFieldCreateManyDataDate2FromJSON(jsonString) {
|
|
865
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataDate2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataDate2' from JSON`);
|
|
866
|
+
}
|
|
867
|
+
/** @internal */
|
|
868
|
+
exports.EnvelopeFieldCreateManyTypeEmailEnum2$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeEmailEnum2);
|
|
869
|
+
/** @internal */
|
|
870
|
+
exports.EnvelopeFieldCreateManyTypeEmailEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeEmailEnum2$inboundSchema;
|
|
871
|
+
/** @internal */
|
|
872
|
+
exports.EnvelopeFieldCreateManyTextAlignEmail2$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignEmail2);
|
|
873
|
+
/** @internal */
|
|
874
|
+
exports.EnvelopeFieldCreateManyTextAlignEmail2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignEmail2$inboundSchema;
|
|
875
|
+
/** @internal */
|
|
876
|
+
exports.EnvelopeFieldCreateManyFieldMetaEmailRequest2$inboundSchema = z.object({
|
|
877
|
+
label: z.string().optional(),
|
|
878
|
+
placeholder: z.string().optional(),
|
|
879
|
+
required: z.boolean().optional(),
|
|
880
|
+
readOnly: z.boolean().optional(),
|
|
881
|
+
fontSize: z.number().default(12),
|
|
882
|
+
type: exports.EnvelopeFieldCreateManyTypeEmailEnum2$inboundSchema,
|
|
883
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignEmail2$inboundSchema.optional(),
|
|
884
|
+
});
|
|
885
|
+
/** @internal */
|
|
886
|
+
exports.EnvelopeFieldCreateManyFieldMetaEmailRequest2$outboundSchema = z.object({
|
|
887
|
+
label: z.string().optional(),
|
|
888
|
+
placeholder: z.string().optional(),
|
|
889
|
+
required: z.boolean().optional(),
|
|
890
|
+
readOnly: z.boolean().optional(),
|
|
891
|
+
fontSize: z.number().default(12),
|
|
892
|
+
type: exports.EnvelopeFieldCreateManyTypeEmailEnum2$outboundSchema,
|
|
893
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignEmail2$outboundSchema.optional(),
|
|
894
|
+
});
|
|
895
|
+
function envelopeFieldCreateManyFieldMetaEmailRequest2ToJSON(envelopeFieldCreateManyFieldMetaEmailRequest2) {
|
|
896
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaEmailRequest2$outboundSchema.parse(envelopeFieldCreateManyFieldMetaEmailRequest2));
|
|
897
|
+
}
|
|
898
|
+
function envelopeFieldCreateManyFieldMetaEmailRequest2FromJSON(jsonString) {
|
|
899
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaEmailRequest2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaEmailRequest2' from JSON`);
|
|
900
|
+
}
|
|
901
|
+
/** @internal */
|
|
902
|
+
exports.EnvelopeFieldCreateManyDataEmail2$inboundSchema = z.object({
|
|
903
|
+
type: z.literal("EMAIL"),
|
|
904
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaEmailRequest2$inboundSchema).optional(),
|
|
905
|
+
recipientId: z.number(),
|
|
906
|
+
envelopeItemId: z.string().optional(),
|
|
907
|
+
placeholder: z.string(),
|
|
908
|
+
width: z.number().optional(),
|
|
909
|
+
height: z.number().optional(),
|
|
910
|
+
matchAll: z.boolean().optional(),
|
|
911
|
+
});
|
|
912
|
+
/** @internal */
|
|
913
|
+
exports.EnvelopeFieldCreateManyDataEmail2$outboundSchema = z.object({
|
|
914
|
+
type: z.literal("EMAIL"),
|
|
915
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaEmailRequest2$outboundSchema).optional(),
|
|
916
|
+
recipientId: z.number(),
|
|
917
|
+
envelopeItemId: z.string().optional(),
|
|
918
|
+
placeholder: z.string(),
|
|
919
|
+
width: z.number().optional(),
|
|
920
|
+
height: z.number().optional(),
|
|
921
|
+
matchAll: z.boolean().optional(),
|
|
922
|
+
});
|
|
923
|
+
function envelopeFieldCreateManyDataEmail2ToJSON(envelopeFieldCreateManyDataEmail2) {
|
|
924
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataEmail2$outboundSchema.parse(envelopeFieldCreateManyDataEmail2));
|
|
925
|
+
}
|
|
926
|
+
function envelopeFieldCreateManyDataEmail2FromJSON(jsonString) {
|
|
927
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataEmail2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataEmail2' from JSON`);
|
|
928
|
+
}
|
|
929
|
+
/** @internal */
|
|
930
|
+
exports.EnvelopeFieldCreateManyTypeNameEnum2$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeNameEnum2);
|
|
931
|
+
/** @internal */
|
|
932
|
+
exports.EnvelopeFieldCreateManyTypeNameEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeNameEnum2$inboundSchema;
|
|
933
|
+
/** @internal */
|
|
934
|
+
exports.EnvelopeFieldCreateManyTextAlignName2$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignName2);
|
|
935
|
+
/** @internal */
|
|
936
|
+
exports.EnvelopeFieldCreateManyTextAlignName2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignName2$inboundSchema;
|
|
937
|
+
/** @internal */
|
|
938
|
+
exports.EnvelopeFieldCreateManyFieldMetaNameRequest2$inboundSchema = z.object({
|
|
939
|
+
label: z.string().optional(),
|
|
940
|
+
placeholder: z.string().optional(),
|
|
941
|
+
required: z.boolean().optional(),
|
|
942
|
+
readOnly: z.boolean().optional(),
|
|
943
|
+
fontSize: z.number().default(12),
|
|
944
|
+
type: exports.EnvelopeFieldCreateManyTypeNameEnum2$inboundSchema,
|
|
945
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignName2$inboundSchema.optional(),
|
|
946
|
+
});
|
|
947
|
+
/** @internal */
|
|
948
|
+
exports.EnvelopeFieldCreateManyFieldMetaNameRequest2$outboundSchema = z.object({
|
|
949
|
+
label: z.string().optional(),
|
|
950
|
+
placeholder: z.string().optional(),
|
|
951
|
+
required: z.boolean().optional(),
|
|
952
|
+
readOnly: z.boolean().optional(),
|
|
953
|
+
fontSize: z.number().default(12),
|
|
954
|
+
type: exports.EnvelopeFieldCreateManyTypeNameEnum2$outboundSchema,
|
|
955
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignName2$outboundSchema.optional(),
|
|
956
|
+
});
|
|
957
|
+
function envelopeFieldCreateManyFieldMetaNameRequest2ToJSON(envelopeFieldCreateManyFieldMetaNameRequest2) {
|
|
958
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaNameRequest2$outboundSchema.parse(envelopeFieldCreateManyFieldMetaNameRequest2));
|
|
959
|
+
}
|
|
960
|
+
function envelopeFieldCreateManyFieldMetaNameRequest2FromJSON(jsonString) {
|
|
961
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaNameRequest2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaNameRequest2' from JSON`);
|
|
962
|
+
}
|
|
963
|
+
/** @internal */
|
|
964
|
+
exports.EnvelopeFieldCreateManyDataName2$inboundSchema = z.object({
|
|
965
|
+
type: z.literal("NAME"),
|
|
966
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNameRequest2$inboundSchema).optional(),
|
|
967
|
+
recipientId: z.number(),
|
|
968
|
+
envelopeItemId: z.string().optional(),
|
|
969
|
+
placeholder: z.string(),
|
|
970
|
+
width: z.number().optional(),
|
|
971
|
+
height: z.number().optional(),
|
|
972
|
+
matchAll: z.boolean().optional(),
|
|
973
|
+
});
|
|
974
|
+
/** @internal */
|
|
975
|
+
exports.EnvelopeFieldCreateManyDataName2$outboundSchema = z.object({
|
|
976
|
+
type: z.literal("NAME"),
|
|
977
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNameRequest2$outboundSchema).optional(),
|
|
978
|
+
recipientId: z.number(),
|
|
979
|
+
envelopeItemId: z.string().optional(),
|
|
980
|
+
placeholder: z.string(),
|
|
981
|
+
width: z.number().optional(),
|
|
982
|
+
height: z.number().optional(),
|
|
983
|
+
matchAll: z.boolean().optional(),
|
|
984
|
+
});
|
|
985
|
+
function envelopeFieldCreateManyDataName2ToJSON(envelopeFieldCreateManyDataName2) {
|
|
986
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataName2$outboundSchema.parse(envelopeFieldCreateManyDataName2));
|
|
987
|
+
}
|
|
988
|
+
function envelopeFieldCreateManyDataName2FromJSON(jsonString) {
|
|
989
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataName2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataName2' from JSON`);
|
|
990
|
+
}
|
|
991
|
+
/** @internal */
|
|
992
|
+
exports.EnvelopeFieldCreateManyTypeInitialsEnum2$inboundSchema = z
|
|
993
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTypeInitialsEnum2);
|
|
994
|
+
/** @internal */
|
|
995
|
+
exports.EnvelopeFieldCreateManyTypeInitialsEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeInitialsEnum2$inboundSchema;
|
|
996
|
+
/** @internal */
|
|
997
|
+
exports.EnvelopeFieldCreateManyTextAlignInitials2$inboundSchema = z
|
|
998
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignInitials2);
|
|
999
|
+
/** @internal */
|
|
1000
|
+
exports.EnvelopeFieldCreateManyTextAlignInitials2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignInitials2$inboundSchema;
|
|
1001
|
+
/** @internal */
|
|
1002
|
+
exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest2$inboundSchema = z.object({
|
|
1003
|
+
label: z.string().optional(),
|
|
1004
|
+
placeholder: z.string().optional(),
|
|
1005
|
+
required: z.boolean().optional(),
|
|
1006
|
+
readOnly: z.boolean().optional(),
|
|
1007
|
+
fontSize: z.number().default(12),
|
|
1008
|
+
type: exports.EnvelopeFieldCreateManyTypeInitialsEnum2$inboundSchema,
|
|
1009
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignInitials2$inboundSchema
|
|
1010
|
+
.optional(),
|
|
1011
|
+
});
|
|
1012
|
+
/** @internal */
|
|
1013
|
+
exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest2$outboundSchema = z.object({
|
|
1014
|
+
label: z.string().optional(),
|
|
1015
|
+
placeholder: z.string().optional(),
|
|
1016
|
+
required: z.boolean().optional(),
|
|
1017
|
+
readOnly: z.boolean().optional(),
|
|
1018
|
+
fontSize: z.number().default(12),
|
|
1019
|
+
type: exports.EnvelopeFieldCreateManyTypeInitialsEnum2$outboundSchema,
|
|
1020
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignInitials2$outboundSchema
|
|
1021
|
+
.optional(),
|
|
1022
|
+
});
|
|
1023
|
+
function envelopeFieldCreateManyFieldMetaInitialsRequest2ToJSON(envelopeFieldCreateManyFieldMetaInitialsRequest2) {
|
|
1024
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest2$outboundSchema.parse(envelopeFieldCreateManyFieldMetaInitialsRequest2));
|
|
1025
|
+
}
|
|
1026
|
+
function envelopeFieldCreateManyFieldMetaInitialsRequest2FromJSON(jsonString) {
|
|
1027
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaInitialsRequest2' from JSON`);
|
|
1028
|
+
}
|
|
1029
|
+
/** @internal */
|
|
1030
|
+
exports.EnvelopeFieldCreateManyDataInitials2$inboundSchema = z.object({
|
|
1031
|
+
type: z.literal("INITIALS"),
|
|
1032
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest2$inboundSchema).optional(),
|
|
1033
|
+
recipientId: z.number(),
|
|
1034
|
+
envelopeItemId: z.string().optional(),
|
|
1035
|
+
placeholder: z.string(),
|
|
1036
|
+
width: z.number().optional(),
|
|
1037
|
+
height: z.number().optional(),
|
|
1038
|
+
matchAll: z.boolean().optional(),
|
|
1039
|
+
});
|
|
1040
|
+
/** @internal */
|
|
1041
|
+
exports.EnvelopeFieldCreateManyDataInitials2$outboundSchema = z.object({
|
|
1042
|
+
type: z.literal("INITIALS"),
|
|
1043
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest2$outboundSchema).optional(),
|
|
1044
|
+
recipientId: z.number(),
|
|
1045
|
+
envelopeItemId: z.string().optional(),
|
|
1046
|
+
placeholder: z.string(),
|
|
1047
|
+
width: z.number().optional(),
|
|
1048
|
+
height: z.number().optional(),
|
|
1049
|
+
matchAll: z.boolean().optional(),
|
|
1050
|
+
});
|
|
1051
|
+
function envelopeFieldCreateManyDataInitials2ToJSON(envelopeFieldCreateManyDataInitials2) {
|
|
1052
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataInitials2$outboundSchema.parse(envelopeFieldCreateManyDataInitials2));
|
|
1053
|
+
}
|
|
1054
|
+
function envelopeFieldCreateManyDataInitials2FromJSON(jsonString) {
|
|
1055
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataInitials2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataInitials2' from JSON`);
|
|
1056
|
+
}
|
|
1057
|
+
/** @internal */
|
|
1058
|
+
exports.EnvelopeFieldCreateManyDataFreeSignature2$inboundSchema = z.object({
|
|
1059
|
+
type: z.literal("FREE_SIGNATURE"),
|
|
1060
|
+
recipientId: z.number(),
|
|
1061
|
+
envelopeItemId: z.string().optional(),
|
|
1062
|
+
placeholder: z.string(),
|
|
1063
|
+
width: z.number().optional(),
|
|
1064
|
+
height: z.number().optional(),
|
|
1065
|
+
matchAll: z.boolean().optional(),
|
|
1066
|
+
});
|
|
1067
|
+
/** @internal */
|
|
1068
|
+
exports.EnvelopeFieldCreateManyDataFreeSignature2$outboundSchema = z.object({
|
|
1069
|
+
type: z.literal("FREE_SIGNATURE"),
|
|
1070
|
+
recipientId: z.number(),
|
|
1071
|
+
envelopeItemId: z.string().optional(),
|
|
1072
|
+
placeholder: z.string(),
|
|
1073
|
+
width: z.number().optional(),
|
|
1074
|
+
height: z.number().optional(),
|
|
1075
|
+
matchAll: z.boolean().optional(),
|
|
1076
|
+
});
|
|
1077
|
+
function envelopeFieldCreateManyDataFreeSignature2ToJSON(envelopeFieldCreateManyDataFreeSignature2) {
|
|
1078
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataFreeSignature2$outboundSchema.parse(envelopeFieldCreateManyDataFreeSignature2));
|
|
1079
|
+
}
|
|
1080
|
+
function envelopeFieldCreateManyDataFreeSignature2FromJSON(jsonString) {
|
|
1081
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataFreeSignature2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataFreeSignature2' from JSON`);
|
|
1082
|
+
}
|
|
1083
|
+
/** @internal */
|
|
1084
|
+
exports.EnvelopeFieldCreateManyTypeSignatureEnum2$inboundSchema = z
|
|
1085
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTypeSignatureEnum2);
|
|
1086
|
+
/** @internal */
|
|
1087
|
+
exports.EnvelopeFieldCreateManyTypeSignatureEnum2$outboundSchema = exports.EnvelopeFieldCreateManyTypeSignatureEnum2$inboundSchema;
|
|
1088
|
+
/** @internal */
|
|
1089
|
+
exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest2$inboundSchema = z.object({
|
|
1090
|
+
label: z.string().optional(),
|
|
1091
|
+
placeholder: z.string().optional(),
|
|
1092
|
+
required: z.boolean().optional(),
|
|
1093
|
+
readOnly: z.boolean().optional(),
|
|
1094
|
+
fontSize: z.number().default(12),
|
|
1095
|
+
type: exports.EnvelopeFieldCreateManyTypeSignatureEnum2$inboundSchema,
|
|
1096
|
+
});
|
|
1097
|
+
/** @internal */
|
|
1098
|
+
exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest2$outboundSchema = z.object({
|
|
1099
|
+
label: z.string().optional(),
|
|
1100
|
+
placeholder: z.string().optional(),
|
|
1101
|
+
required: z.boolean().optional(),
|
|
1102
|
+
readOnly: z.boolean().optional(),
|
|
1103
|
+
fontSize: z.number().default(12),
|
|
1104
|
+
type: exports.EnvelopeFieldCreateManyTypeSignatureEnum2$outboundSchema,
|
|
1105
|
+
});
|
|
1106
|
+
function envelopeFieldCreateManyFieldMetaSignatureRequest2ToJSON(envelopeFieldCreateManyFieldMetaSignatureRequest2) {
|
|
1107
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest2$outboundSchema.parse(envelopeFieldCreateManyFieldMetaSignatureRequest2));
|
|
1108
|
+
}
|
|
1109
|
+
function envelopeFieldCreateManyFieldMetaSignatureRequest2FromJSON(jsonString) {
|
|
1110
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaSignatureRequest2' from JSON`);
|
|
1111
|
+
}
|
|
1112
|
+
/** @internal */
|
|
1113
|
+
exports.EnvelopeFieldCreateManyDataSignature2$inboundSchema = z.object({
|
|
1114
|
+
type: z.literal("SIGNATURE"),
|
|
1115
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest2$inboundSchema).optional(),
|
|
1116
|
+
recipientId: z.number(),
|
|
1117
|
+
envelopeItemId: z.string().optional(),
|
|
1118
|
+
placeholder: z.string(),
|
|
1119
|
+
width: z.number().optional(),
|
|
1120
|
+
height: z.number().optional(),
|
|
1121
|
+
matchAll: z.boolean().optional(),
|
|
1122
|
+
});
|
|
1123
|
+
/** @internal */
|
|
1124
|
+
exports.EnvelopeFieldCreateManyDataSignature2$outboundSchema = z.object({
|
|
1125
|
+
type: z.literal("SIGNATURE"),
|
|
1126
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest2$outboundSchema).optional(),
|
|
1127
|
+
recipientId: z.number(),
|
|
1128
|
+
envelopeItemId: z.string().optional(),
|
|
1129
|
+
placeholder: z.string(),
|
|
1130
|
+
width: z.number().optional(),
|
|
1131
|
+
height: z.number().optional(),
|
|
1132
|
+
matchAll: z.boolean().optional(),
|
|
1133
|
+
});
|
|
1134
|
+
function envelopeFieldCreateManyDataSignature2ToJSON(envelopeFieldCreateManyDataSignature2) {
|
|
1135
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataSignature2$outboundSchema.parse(envelopeFieldCreateManyDataSignature2));
|
|
1136
|
+
}
|
|
1137
|
+
function envelopeFieldCreateManyDataSignature2FromJSON(jsonString) {
|
|
1138
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataSignature2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataSignature2' from JSON`);
|
|
1139
|
+
}
|
|
1140
|
+
/** @internal */
|
|
1141
|
+
exports.EnvelopeFieldCreateManyDataUnion3$inboundSchema = z.union([
|
|
1142
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataSignature2$inboundSchema),
|
|
1143
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataFreeSignature2$inboundSchema),
|
|
1144
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials2$inboundSchema),
|
|
1145
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataName2$inboundSchema),
|
|
1146
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail2$inboundSchema),
|
|
1147
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate2$inboundSchema),
|
|
1148
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataText2$inboundSchema),
|
|
1149
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber2$inboundSchema),
|
|
1150
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio2$inboundSchema),
|
|
1151
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox2$inboundSchema),
|
|
1152
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown2$inboundSchema),
|
|
1153
|
+
]);
|
|
1154
|
+
/** @internal */
|
|
1155
|
+
exports.EnvelopeFieldCreateManyDataUnion3$outboundSchema = z.union([
|
|
1156
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataSignature2$outboundSchema),
|
|
1157
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataFreeSignature2$outboundSchema),
|
|
1158
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials2$outboundSchema),
|
|
1159
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataName2$outboundSchema),
|
|
1160
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail2$outboundSchema),
|
|
1161
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate2$outboundSchema),
|
|
1162
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataText2$outboundSchema),
|
|
1163
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber2$outboundSchema),
|
|
1164
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio2$outboundSchema),
|
|
1165
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox2$outboundSchema),
|
|
1166
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown2$outboundSchema),
|
|
1167
|
+
]);
|
|
1168
|
+
function envelopeFieldCreateManyDataUnion3ToJSON(envelopeFieldCreateManyDataUnion3) {
|
|
1169
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataUnion3$outboundSchema.parse(envelopeFieldCreateManyDataUnion3));
|
|
1170
|
+
}
|
|
1171
|
+
function envelopeFieldCreateManyDataUnion3FromJSON(jsonString) {
|
|
1172
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataUnion3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataUnion3' from JSON`);
|
|
1173
|
+
}
|
|
1174
|
+
/** @internal */
|
|
1175
|
+
exports.EnvelopeFieldCreateManyTypeDropdownEnum1$inboundSchema = z
|
|
1176
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTypeDropdownEnum1);
|
|
1177
|
+
/** @internal */
|
|
1178
|
+
exports.EnvelopeFieldCreateManyTypeDropdownEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeDropdownEnum1$inboundSchema;
|
|
1179
|
+
/** @internal */
|
|
1180
|
+
exports.EnvelopeFieldCreateManyValueDropdown1$inboundSchema = z.object({
|
|
1181
|
+
value: z.string(),
|
|
1182
|
+
});
|
|
1183
|
+
/** @internal */
|
|
1184
|
+
exports.EnvelopeFieldCreateManyValueDropdown1$outboundSchema = z.object({
|
|
1185
|
+
value: z.string(),
|
|
1186
|
+
});
|
|
1187
|
+
function envelopeFieldCreateManyValueDropdown1ToJSON(envelopeFieldCreateManyValueDropdown1) {
|
|
1188
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyValueDropdown1$outboundSchema.parse(envelopeFieldCreateManyValueDropdown1));
|
|
1189
|
+
}
|
|
1190
|
+
function envelopeFieldCreateManyValueDropdown1FromJSON(jsonString) {
|
|
1191
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyValueDropdown1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyValueDropdown1' from JSON`);
|
|
1192
|
+
}
|
|
1193
|
+
/** @internal */
|
|
1194
|
+
exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest1$inboundSchema = z.object({
|
|
1195
|
+
label: z.string().optional(),
|
|
1196
|
+
placeholder: z.string().optional(),
|
|
1197
|
+
required: z.boolean().optional(),
|
|
1198
|
+
readOnly: z.boolean().optional(),
|
|
1199
|
+
fontSize: z.number().default(12),
|
|
1200
|
+
type: exports.EnvelopeFieldCreateManyTypeDropdownEnum1$inboundSchema,
|
|
1201
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueDropdown1$inboundSchema)).optional(),
|
|
1202
|
+
defaultValue: z.string().optional(),
|
|
1203
|
+
});
|
|
1204
|
+
/** @internal */
|
|
1205
|
+
exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest1$outboundSchema = z.object({
|
|
1206
|
+
label: z.string().optional(),
|
|
1207
|
+
placeholder: z.string().optional(),
|
|
1208
|
+
required: z.boolean().optional(),
|
|
1209
|
+
readOnly: z.boolean().optional(),
|
|
1210
|
+
fontSize: z.number().default(12),
|
|
1211
|
+
type: exports.EnvelopeFieldCreateManyTypeDropdownEnum1$outboundSchema,
|
|
1212
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueDropdown1$outboundSchema)).optional(),
|
|
1213
|
+
defaultValue: z.string().optional(),
|
|
1214
|
+
});
|
|
1215
|
+
function envelopeFieldCreateManyFieldMetaDropdownRequest1ToJSON(envelopeFieldCreateManyFieldMetaDropdownRequest1) {
|
|
1216
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest1$outboundSchema.parse(envelopeFieldCreateManyFieldMetaDropdownRequest1));
|
|
1217
|
+
}
|
|
1218
|
+
function envelopeFieldCreateManyFieldMetaDropdownRequest1FromJSON(jsonString) {
|
|
1219
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaDropdownRequest1' from JSON`);
|
|
1220
|
+
}
|
|
1221
|
+
/** @internal */
|
|
1222
|
+
exports.EnvelopeFieldCreateManyDataDropdown1$inboundSchema = z.object({
|
|
1223
|
+
type: z.literal("DROPDOWN"),
|
|
1224
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest1$inboundSchema).optional(),
|
|
1225
|
+
recipientId: z.number(),
|
|
1226
|
+
envelopeItemId: z.string().optional(),
|
|
1227
|
+
page: z.number(),
|
|
1228
|
+
positionX: z.number(),
|
|
1229
|
+
positionY: z.number(),
|
|
1230
|
+
width: z.number(),
|
|
1231
|
+
height: z.number(),
|
|
1232
|
+
});
|
|
1233
|
+
/** @internal */
|
|
1234
|
+
exports.EnvelopeFieldCreateManyDataDropdown1$outboundSchema = z.object({
|
|
1235
|
+
type: z.literal("DROPDOWN"),
|
|
1236
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDropdownRequest1$outboundSchema).optional(),
|
|
1237
|
+
recipientId: z.number(),
|
|
1238
|
+
envelopeItemId: z.string().optional(),
|
|
1239
|
+
page: z.number(),
|
|
1240
|
+
positionX: z.number(),
|
|
1241
|
+
positionY: z.number(),
|
|
1242
|
+
width: z.number(),
|
|
1243
|
+
height: z.number(),
|
|
1244
|
+
});
|
|
1245
|
+
function envelopeFieldCreateManyDataDropdown1ToJSON(envelopeFieldCreateManyDataDropdown1) {
|
|
1246
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataDropdown1$outboundSchema.parse(envelopeFieldCreateManyDataDropdown1));
|
|
1247
|
+
}
|
|
1248
|
+
function envelopeFieldCreateManyDataDropdown1FromJSON(jsonString) {
|
|
1249
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataDropdown1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataDropdown1' from JSON`);
|
|
1250
|
+
}
|
|
1251
|
+
/** @internal */
|
|
1252
|
+
exports.EnvelopeFieldCreateManyTypeCheckboxEnum1$inboundSchema = z
|
|
1253
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTypeCheckboxEnum1);
|
|
1254
|
+
/** @internal */
|
|
1255
|
+
exports.EnvelopeFieldCreateManyTypeCheckboxEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeCheckboxEnum1$inboundSchema;
|
|
1256
|
+
/** @internal */
|
|
1257
|
+
exports.EnvelopeFieldCreateManyValueCheckbox1$inboundSchema = z.object({
|
|
1258
|
+
id: z.number(),
|
|
1259
|
+
checked: z.boolean(),
|
|
1260
|
+
value: z.string(),
|
|
1261
|
+
});
|
|
1262
|
+
/** @internal */
|
|
1263
|
+
exports.EnvelopeFieldCreateManyValueCheckbox1$outboundSchema = z.object({
|
|
1264
|
+
id: z.number(),
|
|
1265
|
+
checked: z.boolean(),
|
|
1266
|
+
value: z.string(),
|
|
1267
|
+
});
|
|
1268
|
+
function envelopeFieldCreateManyValueCheckbox1ToJSON(envelopeFieldCreateManyValueCheckbox1) {
|
|
1269
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyValueCheckbox1$outboundSchema.parse(envelopeFieldCreateManyValueCheckbox1));
|
|
1270
|
+
}
|
|
1271
|
+
function envelopeFieldCreateManyValueCheckbox1FromJSON(jsonString) {
|
|
1272
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyValueCheckbox1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyValueCheckbox1' from JSON`);
|
|
1273
|
+
}
|
|
1274
|
+
/** @internal */
|
|
1275
|
+
exports.EnvelopeFieldCreateManyDirectionCheckbox1$inboundSchema = z
|
|
1276
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyDirectionCheckbox1);
|
|
1277
|
+
/** @internal */
|
|
1278
|
+
exports.EnvelopeFieldCreateManyDirectionCheckbox1$outboundSchema = exports.EnvelopeFieldCreateManyDirectionCheckbox1$inboundSchema;
|
|
1279
|
+
/** @internal */
|
|
1280
|
+
exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$inboundSchema = z.object({
|
|
1281
|
+
label: z.string().optional(),
|
|
1282
|
+
placeholder: z.string().optional(),
|
|
1283
|
+
required: z.boolean().optional(),
|
|
1284
|
+
readOnly: z.boolean().optional(),
|
|
1285
|
+
fontSize: z.number().default(12),
|
|
1286
|
+
type: exports.EnvelopeFieldCreateManyTypeCheckboxEnum1$inboundSchema,
|
|
1287
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueCheckbox1$inboundSchema)).optional(),
|
|
1288
|
+
validationRule: z.string().optional(),
|
|
1289
|
+
validationLength: z.number().optional(),
|
|
1290
|
+
direction: exports.EnvelopeFieldCreateManyDirectionCheckbox1$inboundSchema.default("vertical"),
|
|
1291
|
+
});
|
|
1292
|
+
/** @internal */
|
|
1293
|
+
exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$outboundSchema = z.object({
|
|
1294
|
+
label: z.string().optional(),
|
|
1295
|
+
placeholder: z.string().optional(),
|
|
1296
|
+
required: z.boolean().optional(),
|
|
1297
|
+
readOnly: z.boolean().optional(),
|
|
1298
|
+
fontSize: z.number().default(12),
|
|
1299
|
+
type: exports.EnvelopeFieldCreateManyTypeCheckboxEnum1$outboundSchema,
|
|
1300
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueCheckbox1$outboundSchema)).optional(),
|
|
1301
|
+
validationRule: z.string().optional(),
|
|
1302
|
+
validationLength: z.number().optional(),
|
|
1303
|
+
direction: exports.EnvelopeFieldCreateManyDirectionCheckbox1$outboundSchema.default("vertical"),
|
|
1304
|
+
});
|
|
1305
|
+
function envelopeFieldCreateManyFieldMetaCheckboxRequest1ToJSON(envelopeFieldCreateManyFieldMetaCheckboxRequest1) {
|
|
1306
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$outboundSchema.parse(envelopeFieldCreateManyFieldMetaCheckboxRequest1));
|
|
1307
|
+
}
|
|
1308
|
+
function envelopeFieldCreateManyFieldMetaCheckboxRequest1FromJSON(jsonString) {
|
|
1309
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaCheckboxRequest1' from JSON`);
|
|
1310
|
+
}
|
|
1311
|
+
/** @internal */
|
|
1312
|
+
exports.EnvelopeFieldCreateManyDataCheckbox1$inboundSchema = z.object({
|
|
1313
|
+
type: z.literal("CHECKBOX"),
|
|
1314
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$inboundSchema).optional(),
|
|
1315
|
+
recipientId: z.number(),
|
|
1316
|
+
envelopeItemId: z.string().optional(),
|
|
1317
|
+
page: z.number(),
|
|
1318
|
+
positionX: z.number(),
|
|
1319
|
+
positionY: z.number(),
|
|
1320
|
+
width: z.number(),
|
|
1321
|
+
height: z.number(),
|
|
1322
|
+
});
|
|
1323
|
+
/** @internal */
|
|
1324
|
+
exports.EnvelopeFieldCreateManyDataCheckbox1$outboundSchema = z.object({
|
|
1325
|
+
type: z.literal("CHECKBOX"),
|
|
1326
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaCheckboxRequest1$outboundSchema).optional(),
|
|
1327
|
+
recipientId: z.number(),
|
|
1328
|
+
envelopeItemId: z.string().optional(),
|
|
1329
|
+
page: z.number(),
|
|
1330
|
+
positionX: z.number(),
|
|
1331
|
+
positionY: z.number(),
|
|
1332
|
+
width: z.number(),
|
|
1333
|
+
height: z.number(),
|
|
1334
|
+
});
|
|
1335
|
+
function envelopeFieldCreateManyDataCheckbox1ToJSON(envelopeFieldCreateManyDataCheckbox1) {
|
|
1336
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataCheckbox1$outboundSchema.parse(envelopeFieldCreateManyDataCheckbox1));
|
|
1337
|
+
}
|
|
1338
|
+
function envelopeFieldCreateManyDataCheckbox1FromJSON(jsonString) {
|
|
1339
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataCheckbox1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataCheckbox1' from JSON`);
|
|
1340
|
+
}
|
|
1341
|
+
/** @internal */
|
|
1342
|
+
exports.EnvelopeFieldCreateManyTypeRadioEnum1$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeRadioEnum1);
|
|
1343
|
+
/** @internal */
|
|
1344
|
+
exports.EnvelopeFieldCreateManyTypeRadioEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeRadioEnum1$inboundSchema;
|
|
1345
|
+
/** @internal */
|
|
1346
|
+
exports.EnvelopeFieldCreateManyValueRadio1$inboundSchema = z.object({
|
|
1347
|
+
id: z.number(),
|
|
1348
|
+
checked: z.boolean(),
|
|
1349
|
+
value: z.string(),
|
|
1350
|
+
});
|
|
1351
|
+
/** @internal */
|
|
1352
|
+
exports.EnvelopeFieldCreateManyValueRadio1$outboundSchema = z.object({
|
|
1353
|
+
id: z.number(),
|
|
1354
|
+
checked: z.boolean(),
|
|
1355
|
+
value: z.string(),
|
|
1356
|
+
});
|
|
1357
|
+
function envelopeFieldCreateManyValueRadio1ToJSON(envelopeFieldCreateManyValueRadio1) {
|
|
1358
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyValueRadio1$outboundSchema.parse(envelopeFieldCreateManyValueRadio1));
|
|
1359
|
+
}
|
|
1360
|
+
function envelopeFieldCreateManyValueRadio1FromJSON(jsonString) {
|
|
1361
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyValueRadio1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyValueRadio1' from JSON`);
|
|
1362
|
+
}
|
|
1363
|
+
/** @internal */
|
|
1364
|
+
exports.EnvelopeFieldCreateManyDirectionRadio1$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyDirectionRadio1);
|
|
1365
|
+
/** @internal */
|
|
1366
|
+
exports.EnvelopeFieldCreateManyDirectionRadio1$outboundSchema = exports.EnvelopeFieldCreateManyDirectionRadio1$inboundSchema;
|
|
1367
|
+
/** @internal */
|
|
1368
|
+
exports.EnvelopeFieldCreateManyFieldMetaRadioRequest1$inboundSchema = z.object({
|
|
1369
|
+
label: z.string().optional(),
|
|
1370
|
+
placeholder: z.string().optional(),
|
|
1371
|
+
required: z.boolean().optional(),
|
|
1372
|
+
readOnly: z.boolean().optional(),
|
|
1373
|
+
fontSize: z.number().default(12),
|
|
1374
|
+
type: exports.EnvelopeFieldCreateManyTypeRadioEnum1$inboundSchema,
|
|
1375
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueRadio1$inboundSchema)).optional(),
|
|
1376
|
+
direction: exports.EnvelopeFieldCreateManyDirectionRadio1$inboundSchema.default("vertical"),
|
|
1377
|
+
});
|
|
1378
|
+
/** @internal */
|
|
1379
|
+
exports.EnvelopeFieldCreateManyFieldMetaRadioRequest1$outboundSchema = z.object({
|
|
1380
|
+
label: z.string().optional(),
|
|
1381
|
+
placeholder: z.string().optional(),
|
|
1382
|
+
required: z.boolean().optional(),
|
|
1383
|
+
readOnly: z.boolean().optional(),
|
|
1384
|
+
fontSize: z.number().default(12),
|
|
1385
|
+
type: exports.EnvelopeFieldCreateManyTypeRadioEnum1$outboundSchema,
|
|
1386
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueRadio1$outboundSchema)).optional(),
|
|
1387
|
+
direction: exports.EnvelopeFieldCreateManyDirectionRadio1$outboundSchema.default("vertical"),
|
|
1388
|
+
});
|
|
1389
|
+
function envelopeFieldCreateManyFieldMetaRadioRequest1ToJSON(envelopeFieldCreateManyFieldMetaRadioRequest1) {
|
|
1390
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaRadioRequest1$outboundSchema.parse(envelopeFieldCreateManyFieldMetaRadioRequest1));
|
|
1391
|
+
}
|
|
1392
|
+
function envelopeFieldCreateManyFieldMetaRadioRequest1FromJSON(jsonString) {
|
|
1393
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaRadioRequest1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaRadioRequest1' from JSON`);
|
|
1394
|
+
}
|
|
1395
|
+
/** @internal */
|
|
1396
|
+
exports.EnvelopeFieldCreateManyDataRadio1$inboundSchema = z.object({
|
|
1397
|
+
type: z.literal("RADIO"),
|
|
1398
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaRadioRequest1$inboundSchema).optional(),
|
|
1399
|
+
recipientId: z.number(),
|
|
1400
|
+
envelopeItemId: z.string().optional(),
|
|
1401
|
+
page: z.number(),
|
|
1402
|
+
positionX: z.number(),
|
|
1403
|
+
positionY: z.number(),
|
|
1404
|
+
width: z.number(),
|
|
1405
|
+
height: z.number(),
|
|
1406
|
+
});
|
|
1407
|
+
/** @internal */
|
|
1408
|
+
exports.EnvelopeFieldCreateManyDataRadio1$outboundSchema = z.object({
|
|
1409
|
+
type: z.literal("RADIO"),
|
|
1410
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaRadioRequest1$outboundSchema).optional(),
|
|
1411
|
+
recipientId: z.number(),
|
|
1412
|
+
envelopeItemId: z.string().optional(),
|
|
1413
|
+
page: z.number(),
|
|
1414
|
+
positionX: z.number(),
|
|
1415
|
+
positionY: z.number(),
|
|
1416
|
+
width: z.number(),
|
|
1417
|
+
height: z.number(),
|
|
1418
|
+
});
|
|
1419
|
+
function envelopeFieldCreateManyDataRadio1ToJSON(envelopeFieldCreateManyDataRadio1) {
|
|
1420
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataRadio1$outboundSchema.parse(envelopeFieldCreateManyDataRadio1));
|
|
1421
|
+
}
|
|
1422
|
+
function envelopeFieldCreateManyDataRadio1FromJSON(jsonString) {
|
|
1423
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataRadio1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataRadio1' from JSON`);
|
|
1424
|
+
}
|
|
1425
|
+
/** @internal */
|
|
1426
|
+
exports.EnvelopeFieldCreateManyTypeNumberEnum1$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeNumberEnum1);
|
|
1427
|
+
/** @internal */
|
|
1428
|
+
exports.EnvelopeFieldCreateManyTypeNumberEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeNumberEnum1$inboundSchema;
|
|
1429
|
+
/** @internal */
|
|
1430
|
+
exports.EnvelopeFieldCreateManyTextAlignNumber1$inboundSchema = z
|
|
1431
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignNumber1);
|
|
1432
|
+
/** @internal */
|
|
1433
|
+
exports.EnvelopeFieldCreateManyTextAlignNumber1$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignNumber1$inboundSchema;
|
|
1434
|
+
/** @internal */
|
|
1435
|
+
exports.EnvelopeFieldCreateManyVerticalAlignNumber1$inboundSchema = z
|
|
1436
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyVerticalAlignNumber1);
|
|
1437
|
+
/** @internal */
|
|
1438
|
+
exports.EnvelopeFieldCreateManyVerticalAlignNumber1$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignNumber1$inboundSchema;
|
|
1439
|
+
/** @internal */
|
|
1440
|
+
exports.EnvelopeFieldCreateManyFieldMetaNumberRequest1$inboundSchema = z.object({
|
|
1441
|
+
label: z.string().optional(),
|
|
1442
|
+
placeholder: z.string().optional(),
|
|
1443
|
+
required: z.boolean().optional(),
|
|
1444
|
+
readOnly: z.boolean().optional(),
|
|
1445
|
+
fontSize: z.number().default(12),
|
|
1446
|
+
type: exports.EnvelopeFieldCreateManyTypeNumberEnum1$inboundSchema,
|
|
1447
|
+
numberFormat: z.nullable(z.string()).optional(),
|
|
1448
|
+
value: z.string().optional(),
|
|
1449
|
+
minValue: z.nullable(z.number()).optional(),
|
|
1450
|
+
maxValue: z.nullable(z.number()).optional(),
|
|
1451
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignNumber1$inboundSchema.optional(),
|
|
1452
|
+
lineHeight: z.nullable(z.number()).optional(),
|
|
1453
|
+
letterSpacing: z.nullable(z.number()).optional(),
|
|
1454
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignNumber1$inboundSchema).optional(),
|
|
1455
|
+
});
|
|
1456
|
+
/** @internal */
|
|
1457
|
+
exports.EnvelopeFieldCreateManyFieldMetaNumberRequest1$outboundSchema = z.object({
|
|
1458
|
+
label: z.string().optional(),
|
|
1459
|
+
placeholder: z.string().optional(),
|
|
1460
|
+
required: z.boolean().optional(),
|
|
1461
|
+
readOnly: z.boolean().optional(),
|
|
1462
|
+
fontSize: z.number().default(12),
|
|
1463
|
+
type: exports.EnvelopeFieldCreateManyTypeNumberEnum1$outboundSchema,
|
|
1464
|
+
numberFormat: z.nullable(z.string()).optional(),
|
|
1465
|
+
value: z.string().optional(),
|
|
1466
|
+
minValue: z.nullable(z.number()).optional(),
|
|
1467
|
+
maxValue: z.nullable(z.number()).optional(),
|
|
1468
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignNumber1$outboundSchema
|
|
1469
|
+
.optional(),
|
|
1470
|
+
lineHeight: z.nullable(z.number()).optional(),
|
|
1471
|
+
letterSpacing: z.nullable(z.number()).optional(),
|
|
1472
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignNumber1$outboundSchema).optional(),
|
|
1473
|
+
});
|
|
1474
|
+
function envelopeFieldCreateManyFieldMetaNumberRequest1ToJSON(envelopeFieldCreateManyFieldMetaNumberRequest1) {
|
|
1475
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaNumberRequest1$outboundSchema.parse(envelopeFieldCreateManyFieldMetaNumberRequest1));
|
|
1476
|
+
}
|
|
1477
|
+
function envelopeFieldCreateManyFieldMetaNumberRequest1FromJSON(jsonString) {
|
|
1478
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaNumberRequest1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaNumberRequest1' from JSON`);
|
|
1479
|
+
}
|
|
1480
|
+
/** @internal */
|
|
1481
|
+
exports.EnvelopeFieldCreateManyDataNumber1$inboundSchema = z.object({
|
|
1482
|
+
type: z.literal("NUMBER"),
|
|
1483
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNumberRequest1$inboundSchema).optional(),
|
|
1484
|
+
recipientId: z.number(),
|
|
1485
|
+
envelopeItemId: z.string().optional(),
|
|
1486
|
+
page: z.number(),
|
|
1487
|
+
positionX: z.number(),
|
|
1488
|
+
positionY: z.number(),
|
|
1489
|
+
width: z.number(),
|
|
1490
|
+
height: z.number(),
|
|
1491
|
+
});
|
|
1492
|
+
/** @internal */
|
|
1493
|
+
exports.EnvelopeFieldCreateManyDataNumber1$outboundSchema = z.object({
|
|
1494
|
+
type: z.literal("NUMBER"),
|
|
1495
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNumberRequest1$outboundSchema).optional(),
|
|
1496
|
+
recipientId: z.number(),
|
|
1497
|
+
envelopeItemId: z.string().optional(),
|
|
1498
|
+
page: z.number(),
|
|
1499
|
+
positionX: z.number(),
|
|
1500
|
+
positionY: z.number(),
|
|
1501
|
+
width: z.number(),
|
|
1502
|
+
height: z.number(),
|
|
1503
|
+
});
|
|
1504
|
+
function envelopeFieldCreateManyDataNumber1ToJSON(envelopeFieldCreateManyDataNumber1) {
|
|
1505
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataNumber1$outboundSchema.parse(envelopeFieldCreateManyDataNumber1));
|
|
1506
|
+
}
|
|
1507
|
+
function envelopeFieldCreateManyDataNumber1FromJSON(jsonString) {
|
|
1508
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataNumber1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataNumber1' from JSON`);
|
|
1509
|
+
}
|
|
1510
|
+
/** @internal */
|
|
1511
|
+
exports.EnvelopeFieldCreateManyTypeTextEnum1$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeTextEnum1);
|
|
1512
|
+
/** @internal */
|
|
1513
|
+
exports.EnvelopeFieldCreateManyTypeTextEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeTextEnum1$inboundSchema;
|
|
1514
|
+
/** @internal */
|
|
1515
|
+
exports.EnvelopeFieldCreateManyTextAlignText1$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignText1);
|
|
1516
|
+
/** @internal */
|
|
1517
|
+
exports.EnvelopeFieldCreateManyTextAlignText1$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignText1$inboundSchema;
|
|
1518
|
+
/** @internal */
|
|
1519
|
+
exports.EnvelopeFieldCreateManyVerticalAlignText1$inboundSchema = z
|
|
1520
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyVerticalAlignText1);
|
|
1521
|
+
/** @internal */
|
|
1522
|
+
exports.EnvelopeFieldCreateManyVerticalAlignText1$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignText1$inboundSchema;
|
|
1523
|
+
/** @internal */
|
|
1524
|
+
exports.EnvelopeFieldCreateManyFieldMetaTextRequest1$inboundSchema = z.object({
|
|
1525
|
+
label: z.string().optional(),
|
|
1526
|
+
placeholder: z.string().optional(),
|
|
1527
|
+
required: z.boolean().optional(),
|
|
1528
|
+
readOnly: z.boolean().optional(),
|
|
1529
|
+
fontSize: z.number().default(12),
|
|
1530
|
+
type: exports.EnvelopeFieldCreateManyTypeTextEnum1$inboundSchema,
|
|
1531
|
+
text: z.string().optional(),
|
|
1532
|
+
characterLimit: z.number().optional(),
|
|
1533
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignText1$inboundSchema.optional(),
|
|
1534
|
+
lineHeight: z.nullable(z.number()).optional(),
|
|
1535
|
+
letterSpacing: z.nullable(z.number()).optional(),
|
|
1536
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignText1$inboundSchema).optional(),
|
|
1537
|
+
});
|
|
1538
|
+
/** @internal */
|
|
1539
|
+
exports.EnvelopeFieldCreateManyFieldMetaTextRequest1$outboundSchema = z.object({
|
|
1540
|
+
label: z.string().optional(),
|
|
1541
|
+
placeholder: z.string().optional(),
|
|
1542
|
+
required: z.boolean().optional(),
|
|
1543
|
+
readOnly: z.boolean().optional(),
|
|
1544
|
+
fontSize: z.number().default(12),
|
|
1545
|
+
type: exports.EnvelopeFieldCreateManyTypeTextEnum1$outboundSchema,
|
|
1546
|
+
text: z.string().optional(),
|
|
1547
|
+
characterLimit: z.number().optional(),
|
|
1548
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignText1$outboundSchema.optional(),
|
|
1549
|
+
lineHeight: z.nullable(z.number()).optional(),
|
|
1550
|
+
letterSpacing: z.nullable(z.number()).optional(),
|
|
1551
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignText1$outboundSchema).optional(),
|
|
1552
|
+
});
|
|
1553
|
+
function envelopeFieldCreateManyFieldMetaTextRequest1ToJSON(envelopeFieldCreateManyFieldMetaTextRequest1) {
|
|
1554
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaTextRequest1$outboundSchema.parse(envelopeFieldCreateManyFieldMetaTextRequest1));
|
|
1555
|
+
}
|
|
1556
|
+
function envelopeFieldCreateManyFieldMetaTextRequest1FromJSON(jsonString) {
|
|
1557
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaTextRequest1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaTextRequest1' from JSON`);
|
|
1558
|
+
}
|
|
1559
|
+
/** @internal */
|
|
1560
|
+
exports.EnvelopeFieldCreateManyDataText1$inboundSchema = z.object({
|
|
1561
|
+
type: z.literal("TEXT"),
|
|
1562
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaTextRequest1$inboundSchema).optional(),
|
|
150
1563
|
recipientId: z.number(),
|
|
151
1564
|
envelopeItemId: z.string().optional(),
|
|
1565
|
+
page: z.number(),
|
|
1566
|
+
positionX: z.number(),
|
|
1567
|
+
positionY: z.number(),
|
|
1568
|
+
width: z.number(),
|
|
1569
|
+
height: z.number(),
|
|
152
1570
|
});
|
|
153
1571
|
/** @internal */
|
|
154
|
-
exports.
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
1572
|
+
exports.EnvelopeFieldCreateManyDataText1$outboundSchema = z.object({
|
|
1573
|
+
type: z.literal("TEXT"),
|
|
1574
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaTextRequest1$outboundSchema).optional(),
|
|
1575
|
+
recipientId: z.number(),
|
|
1576
|
+
envelopeItemId: z.string().optional(),
|
|
1577
|
+
page: z.number(),
|
|
1578
|
+
positionX: z.number(),
|
|
1579
|
+
positionY: z.number(),
|
|
1580
|
+
width: z.number(),
|
|
1581
|
+
height: z.number(),
|
|
1582
|
+
});
|
|
1583
|
+
function envelopeFieldCreateManyDataText1ToJSON(envelopeFieldCreateManyDataText1) {
|
|
1584
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataText1$outboundSchema.parse(envelopeFieldCreateManyDataText1));
|
|
1585
|
+
}
|
|
1586
|
+
function envelopeFieldCreateManyDataText1FromJSON(jsonString) {
|
|
1587
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataText1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataText1' from JSON`);
|
|
1588
|
+
}
|
|
1589
|
+
/** @internal */
|
|
1590
|
+
exports.EnvelopeFieldCreateManyTypeDateEnum1$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeDateEnum1);
|
|
1591
|
+
/** @internal */
|
|
1592
|
+
exports.EnvelopeFieldCreateManyTypeDateEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeDateEnum1$inboundSchema;
|
|
1593
|
+
/** @internal */
|
|
1594
|
+
exports.EnvelopeFieldCreateManyTextAlignDate1$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignDate1);
|
|
1595
|
+
/** @internal */
|
|
1596
|
+
exports.EnvelopeFieldCreateManyTextAlignDate1$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignDate1$inboundSchema;
|
|
1597
|
+
/** @internal */
|
|
1598
|
+
exports.EnvelopeFieldCreateManyFieldMetaDateRequest1$inboundSchema = z.object({
|
|
1599
|
+
label: z.string().optional(),
|
|
1600
|
+
placeholder: z.string().optional(),
|
|
1601
|
+
required: z.boolean().optional(),
|
|
1602
|
+
readOnly: z.boolean().optional(),
|
|
1603
|
+
fontSize: z.number().default(12),
|
|
1604
|
+
type: exports.EnvelopeFieldCreateManyTypeDateEnum1$inboundSchema,
|
|
1605
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignDate1$inboundSchema.optional(),
|
|
1606
|
+
});
|
|
1607
|
+
/** @internal */
|
|
1608
|
+
exports.EnvelopeFieldCreateManyFieldMetaDateRequest1$outboundSchema = z.object({
|
|
1609
|
+
label: z.string().optional(),
|
|
1610
|
+
placeholder: z.string().optional(),
|
|
1611
|
+
required: z.boolean().optional(),
|
|
1612
|
+
readOnly: z.boolean().optional(),
|
|
1613
|
+
fontSize: z.number().default(12),
|
|
1614
|
+
type: exports.EnvelopeFieldCreateManyTypeDateEnum1$outboundSchema,
|
|
1615
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignDate1$outboundSchema.optional(),
|
|
1616
|
+
});
|
|
1617
|
+
function envelopeFieldCreateManyFieldMetaDateRequest1ToJSON(envelopeFieldCreateManyFieldMetaDateRequest1) {
|
|
1618
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaDateRequest1$outboundSchema.parse(envelopeFieldCreateManyFieldMetaDateRequest1));
|
|
1619
|
+
}
|
|
1620
|
+
function envelopeFieldCreateManyFieldMetaDateRequest1FromJSON(jsonString) {
|
|
1621
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaDateRequest1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaDateRequest1' from JSON`);
|
|
1622
|
+
}
|
|
1623
|
+
/** @internal */
|
|
1624
|
+
exports.EnvelopeFieldCreateManyDataDate1$inboundSchema = z.object({
|
|
1625
|
+
type: z.literal("DATE"),
|
|
1626
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDateRequest1$inboundSchema).optional(),
|
|
1627
|
+
recipientId: z.number(),
|
|
1628
|
+
envelopeItemId: z.string().optional(),
|
|
1629
|
+
page: z.number(),
|
|
1630
|
+
positionX: z.number(),
|
|
1631
|
+
positionY: z.number(),
|
|
1632
|
+
width: z.number(),
|
|
1633
|
+
height: z.number(),
|
|
1634
|
+
});
|
|
1635
|
+
/** @internal */
|
|
1636
|
+
exports.EnvelopeFieldCreateManyDataDate1$outboundSchema = z.object({
|
|
1637
|
+
type: z.literal("DATE"),
|
|
1638
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDateRequest1$outboundSchema).optional(),
|
|
1639
|
+
recipientId: z.number(),
|
|
1640
|
+
envelopeItemId: z.string().optional(),
|
|
1641
|
+
page: z.number(),
|
|
1642
|
+
positionX: z.number(),
|
|
1643
|
+
positionY: z.number(),
|
|
1644
|
+
width: z.number(),
|
|
1645
|
+
height: z.number(),
|
|
1646
|
+
});
|
|
1647
|
+
function envelopeFieldCreateManyDataDate1ToJSON(envelopeFieldCreateManyDataDate1) {
|
|
1648
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataDate1$outboundSchema.parse(envelopeFieldCreateManyDataDate1));
|
|
1649
|
+
}
|
|
1650
|
+
function envelopeFieldCreateManyDataDate1FromJSON(jsonString) {
|
|
1651
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataDate1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataDate1' from JSON`);
|
|
1652
|
+
}
|
|
1653
|
+
/** @internal */
|
|
1654
|
+
exports.EnvelopeFieldCreateManyTypeEmailEnum1$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeEmailEnum1);
|
|
1655
|
+
/** @internal */
|
|
1656
|
+
exports.EnvelopeFieldCreateManyTypeEmailEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeEmailEnum1$inboundSchema;
|
|
1657
|
+
/** @internal */
|
|
1658
|
+
exports.EnvelopeFieldCreateManyTextAlignEmail1$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignEmail1);
|
|
1659
|
+
/** @internal */
|
|
1660
|
+
exports.EnvelopeFieldCreateManyTextAlignEmail1$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignEmail1$inboundSchema;
|
|
1661
|
+
/** @internal */
|
|
1662
|
+
exports.EnvelopeFieldCreateManyFieldMetaEmailRequest1$inboundSchema = z.object({
|
|
1663
|
+
label: z.string().optional(),
|
|
1664
|
+
placeholder: z.string().optional(),
|
|
1665
|
+
required: z.boolean().optional(),
|
|
1666
|
+
readOnly: z.boolean().optional(),
|
|
1667
|
+
fontSize: z.number().default(12),
|
|
1668
|
+
type: exports.EnvelopeFieldCreateManyTypeEmailEnum1$inboundSchema,
|
|
1669
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignEmail1$inboundSchema.optional(),
|
|
1670
|
+
});
|
|
1671
|
+
/** @internal */
|
|
1672
|
+
exports.EnvelopeFieldCreateManyFieldMetaEmailRequest1$outboundSchema = z.object({
|
|
1673
|
+
label: z.string().optional(),
|
|
1674
|
+
placeholder: z.string().optional(),
|
|
1675
|
+
required: z.boolean().optional(),
|
|
1676
|
+
readOnly: z.boolean().optional(),
|
|
1677
|
+
fontSize: z.number().default(12),
|
|
1678
|
+
type: exports.EnvelopeFieldCreateManyTypeEmailEnum1$outboundSchema,
|
|
1679
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignEmail1$outboundSchema.optional(),
|
|
1680
|
+
});
|
|
1681
|
+
function envelopeFieldCreateManyFieldMetaEmailRequest1ToJSON(envelopeFieldCreateManyFieldMetaEmailRequest1) {
|
|
1682
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaEmailRequest1$outboundSchema.parse(envelopeFieldCreateManyFieldMetaEmailRequest1));
|
|
1683
|
+
}
|
|
1684
|
+
function envelopeFieldCreateManyFieldMetaEmailRequest1FromJSON(jsonString) {
|
|
1685
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaEmailRequest1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaEmailRequest1' from JSON`);
|
|
1686
|
+
}
|
|
1687
|
+
/** @internal */
|
|
1688
|
+
exports.EnvelopeFieldCreateManyDataEmail1$inboundSchema = z.object({
|
|
1689
|
+
type: z.literal("EMAIL"),
|
|
1690
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaEmailRequest1$inboundSchema).optional(),
|
|
1691
|
+
recipientId: z.number(),
|
|
1692
|
+
envelopeItemId: z.string().optional(),
|
|
1693
|
+
page: z.number(),
|
|
1694
|
+
positionX: z.number(),
|
|
1695
|
+
positionY: z.number(),
|
|
1696
|
+
width: z.number(),
|
|
1697
|
+
height: z.number(),
|
|
1698
|
+
});
|
|
1699
|
+
/** @internal */
|
|
1700
|
+
exports.EnvelopeFieldCreateManyDataEmail1$outboundSchema = z.object({
|
|
1701
|
+
type: z.literal("EMAIL"),
|
|
1702
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaEmailRequest1$outboundSchema).optional(),
|
|
1703
|
+
recipientId: z.number(),
|
|
1704
|
+
envelopeItemId: z.string().optional(),
|
|
1705
|
+
page: z.number(),
|
|
1706
|
+
positionX: z.number(),
|
|
1707
|
+
positionY: z.number(),
|
|
1708
|
+
width: z.number(),
|
|
1709
|
+
height: z.number(),
|
|
1710
|
+
});
|
|
1711
|
+
function envelopeFieldCreateManyDataEmail1ToJSON(envelopeFieldCreateManyDataEmail1) {
|
|
1712
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataEmail1$outboundSchema.parse(envelopeFieldCreateManyDataEmail1));
|
|
1713
|
+
}
|
|
1714
|
+
function envelopeFieldCreateManyDataEmail1FromJSON(jsonString) {
|
|
1715
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataEmail1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataEmail1' from JSON`);
|
|
1716
|
+
}
|
|
1717
|
+
/** @internal */
|
|
1718
|
+
exports.EnvelopeFieldCreateManyTypeNameEnum1$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTypeNameEnum1);
|
|
1719
|
+
/** @internal */
|
|
1720
|
+
exports.EnvelopeFieldCreateManyTypeNameEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeNameEnum1$inboundSchema;
|
|
1721
|
+
/** @internal */
|
|
1722
|
+
exports.EnvelopeFieldCreateManyTextAlignName1$inboundSchema = z.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignName1);
|
|
1723
|
+
/** @internal */
|
|
1724
|
+
exports.EnvelopeFieldCreateManyTextAlignName1$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignName1$inboundSchema;
|
|
1725
|
+
/** @internal */
|
|
1726
|
+
exports.EnvelopeFieldCreateManyFieldMetaNameRequest1$inboundSchema = z.object({
|
|
1727
|
+
label: z.string().optional(),
|
|
1728
|
+
placeholder: z.string().optional(),
|
|
1729
|
+
required: z.boolean().optional(),
|
|
1730
|
+
readOnly: z.boolean().optional(),
|
|
1731
|
+
fontSize: z.number().default(12),
|
|
1732
|
+
type: exports.EnvelopeFieldCreateManyTypeNameEnum1$inboundSchema,
|
|
1733
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignName1$inboundSchema.optional(),
|
|
1734
|
+
});
|
|
1735
|
+
/** @internal */
|
|
1736
|
+
exports.EnvelopeFieldCreateManyFieldMetaNameRequest1$outboundSchema = z.object({
|
|
1737
|
+
label: z.string().optional(),
|
|
1738
|
+
placeholder: z.string().optional(),
|
|
1739
|
+
required: z.boolean().optional(),
|
|
1740
|
+
readOnly: z.boolean().optional(),
|
|
1741
|
+
fontSize: z.number().default(12),
|
|
1742
|
+
type: exports.EnvelopeFieldCreateManyTypeNameEnum1$outboundSchema,
|
|
1743
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignName1$outboundSchema.optional(),
|
|
1744
|
+
});
|
|
1745
|
+
function envelopeFieldCreateManyFieldMetaNameRequest1ToJSON(envelopeFieldCreateManyFieldMetaNameRequest1) {
|
|
1746
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaNameRequest1$outboundSchema.parse(envelopeFieldCreateManyFieldMetaNameRequest1));
|
|
1747
|
+
}
|
|
1748
|
+
function envelopeFieldCreateManyFieldMetaNameRequest1FromJSON(jsonString) {
|
|
1749
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaNameRequest1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaNameRequest1' from JSON`);
|
|
1750
|
+
}
|
|
1751
|
+
/** @internal */
|
|
1752
|
+
exports.EnvelopeFieldCreateManyDataName1$inboundSchema = z.object({
|
|
1753
|
+
type: z.literal("NAME"),
|
|
1754
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNameRequest1$inboundSchema).optional(),
|
|
1755
|
+
recipientId: z.number(),
|
|
1756
|
+
envelopeItemId: z.string().optional(),
|
|
1757
|
+
page: z.number(),
|
|
1758
|
+
positionX: z.number(),
|
|
1759
|
+
positionY: z.number(),
|
|
1760
|
+
width: z.number(),
|
|
1761
|
+
height: z.number(),
|
|
1762
|
+
});
|
|
1763
|
+
/** @internal */
|
|
1764
|
+
exports.EnvelopeFieldCreateManyDataName1$outboundSchema = z.object({
|
|
1765
|
+
type: z.literal("NAME"),
|
|
1766
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNameRequest1$outboundSchema).optional(),
|
|
1767
|
+
recipientId: z.number(),
|
|
1768
|
+
envelopeItemId: z.string().optional(),
|
|
1769
|
+
page: z.number(),
|
|
1770
|
+
positionX: z.number(),
|
|
1771
|
+
positionY: z.number(),
|
|
1772
|
+
width: z.number(),
|
|
1773
|
+
height: z.number(),
|
|
1774
|
+
});
|
|
1775
|
+
function envelopeFieldCreateManyDataName1ToJSON(envelopeFieldCreateManyDataName1) {
|
|
1776
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataName1$outboundSchema.parse(envelopeFieldCreateManyDataName1));
|
|
1777
|
+
}
|
|
1778
|
+
function envelopeFieldCreateManyDataName1FromJSON(jsonString) {
|
|
1779
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataName1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataName1' from JSON`);
|
|
1780
|
+
}
|
|
1781
|
+
/** @internal */
|
|
1782
|
+
exports.EnvelopeFieldCreateManyTypeInitialsEnum1$inboundSchema = z
|
|
1783
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTypeInitialsEnum1);
|
|
1784
|
+
/** @internal */
|
|
1785
|
+
exports.EnvelopeFieldCreateManyTypeInitialsEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeInitialsEnum1$inboundSchema;
|
|
1786
|
+
/** @internal */
|
|
1787
|
+
exports.EnvelopeFieldCreateManyTextAlignInitials1$inboundSchema = z
|
|
1788
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignInitials1);
|
|
1789
|
+
/** @internal */
|
|
1790
|
+
exports.EnvelopeFieldCreateManyTextAlignInitials1$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignInitials1$inboundSchema;
|
|
1791
|
+
/** @internal */
|
|
1792
|
+
exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest1$inboundSchema = z.object({
|
|
1793
|
+
label: z.string().optional(),
|
|
1794
|
+
placeholder: z.string().optional(),
|
|
1795
|
+
required: z.boolean().optional(),
|
|
1796
|
+
readOnly: z.boolean().optional(),
|
|
1797
|
+
fontSize: z.number().default(12),
|
|
1798
|
+
type: exports.EnvelopeFieldCreateManyTypeInitialsEnum1$inboundSchema,
|
|
1799
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignInitials1$inboundSchema
|
|
1800
|
+
.optional(),
|
|
1801
|
+
});
|
|
1802
|
+
/** @internal */
|
|
1803
|
+
exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest1$outboundSchema = z.object({
|
|
1804
|
+
label: z.string().optional(),
|
|
1805
|
+
placeholder: z.string().optional(),
|
|
1806
|
+
required: z.boolean().optional(),
|
|
1807
|
+
readOnly: z.boolean().optional(),
|
|
1808
|
+
fontSize: z.number().default(12),
|
|
1809
|
+
type: exports.EnvelopeFieldCreateManyTypeInitialsEnum1$outboundSchema,
|
|
1810
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignInitials1$outboundSchema
|
|
1811
|
+
.optional(),
|
|
1812
|
+
});
|
|
1813
|
+
function envelopeFieldCreateManyFieldMetaInitialsRequest1ToJSON(envelopeFieldCreateManyFieldMetaInitialsRequest1) {
|
|
1814
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest1$outboundSchema.parse(envelopeFieldCreateManyFieldMetaInitialsRequest1));
|
|
1815
|
+
}
|
|
1816
|
+
function envelopeFieldCreateManyFieldMetaInitialsRequest1FromJSON(jsonString) {
|
|
1817
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaInitialsRequest1' from JSON`);
|
|
1818
|
+
}
|
|
1819
|
+
/** @internal */
|
|
1820
|
+
exports.EnvelopeFieldCreateManyDataInitials1$inboundSchema = z.object({
|
|
1821
|
+
type: z.literal("INITIALS"),
|
|
1822
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest1$inboundSchema).optional(),
|
|
1823
|
+
recipientId: z.number(),
|
|
1824
|
+
envelopeItemId: z.string().optional(),
|
|
1825
|
+
page: z.number(),
|
|
1826
|
+
positionX: z.number(),
|
|
1827
|
+
positionY: z.number(),
|
|
1828
|
+
width: z.number(),
|
|
1829
|
+
height: z.number(),
|
|
1830
|
+
});
|
|
1831
|
+
/** @internal */
|
|
1832
|
+
exports.EnvelopeFieldCreateManyDataInitials1$outboundSchema = z.object({
|
|
1833
|
+
type: z.literal("INITIALS"),
|
|
1834
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaInitialsRequest1$outboundSchema).optional(),
|
|
159
1835
|
recipientId: z.number(),
|
|
160
1836
|
envelopeItemId: z.string().optional(),
|
|
1837
|
+
page: z.number(),
|
|
1838
|
+
positionX: z.number(),
|
|
1839
|
+
positionY: z.number(),
|
|
1840
|
+
width: z.number(),
|
|
1841
|
+
height: z.number(),
|
|
161
1842
|
});
|
|
162
|
-
function
|
|
163
|
-
return JSON.stringify(exports.
|
|
1843
|
+
function envelopeFieldCreateManyDataInitials1ToJSON(envelopeFieldCreateManyDataInitials1) {
|
|
1844
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataInitials1$outboundSchema.parse(envelopeFieldCreateManyDataInitials1));
|
|
164
1845
|
}
|
|
165
|
-
function
|
|
166
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1846
|
+
function envelopeFieldCreateManyDataInitials1FromJSON(jsonString) {
|
|
1847
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataInitials1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataInitials1' from JSON`);
|
|
167
1848
|
}
|
|
168
1849
|
/** @internal */
|
|
169
|
-
exports.
|
|
1850
|
+
exports.EnvelopeFieldCreateManyDataFreeSignature1$inboundSchema = z.object({
|
|
1851
|
+
type: z.literal("FREE_SIGNATURE"),
|
|
1852
|
+
recipientId: z.number(),
|
|
1853
|
+
envelopeItemId: z.string().optional(),
|
|
170
1854
|
page: z.number(),
|
|
171
1855
|
positionX: z.number(),
|
|
172
1856
|
positionY: z.number(),
|
|
173
1857
|
width: z.number(),
|
|
174
1858
|
height: z.number(),
|
|
1859
|
+
});
|
|
1860
|
+
/** @internal */
|
|
1861
|
+
exports.EnvelopeFieldCreateManyDataFreeSignature1$outboundSchema = z.object({
|
|
1862
|
+
type: z.literal("FREE_SIGNATURE"),
|
|
175
1863
|
recipientId: z.number(),
|
|
176
1864
|
envelopeItemId: z.string().optional(),
|
|
1865
|
+
page: z.number(),
|
|
1866
|
+
positionX: z.number(),
|
|
1867
|
+
positionY: z.number(),
|
|
1868
|
+
width: z.number(),
|
|
1869
|
+
height: z.number(),
|
|
1870
|
+
});
|
|
1871
|
+
function envelopeFieldCreateManyDataFreeSignature1ToJSON(envelopeFieldCreateManyDataFreeSignature1) {
|
|
1872
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataFreeSignature1$outboundSchema.parse(envelopeFieldCreateManyDataFreeSignature1));
|
|
1873
|
+
}
|
|
1874
|
+
function envelopeFieldCreateManyDataFreeSignature1FromJSON(jsonString) {
|
|
1875
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataFreeSignature1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataFreeSignature1' from JSON`);
|
|
1876
|
+
}
|
|
1877
|
+
/** @internal */
|
|
1878
|
+
exports.EnvelopeFieldCreateManyTypeSignatureEnum1$inboundSchema = z
|
|
1879
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTypeSignatureEnum1);
|
|
1880
|
+
/** @internal */
|
|
1881
|
+
exports.EnvelopeFieldCreateManyTypeSignatureEnum1$outboundSchema = exports.EnvelopeFieldCreateManyTypeSignatureEnum1$inboundSchema;
|
|
1882
|
+
/** @internal */
|
|
1883
|
+
exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest1$inboundSchema = z.object({
|
|
1884
|
+
label: z.string().optional(),
|
|
1885
|
+
placeholder: z.string().optional(),
|
|
1886
|
+
required: z.boolean().optional(),
|
|
1887
|
+
readOnly: z.boolean().optional(),
|
|
1888
|
+
fontSize: z.number().default(12),
|
|
1889
|
+
type: exports.EnvelopeFieldCreateManyTypeSignatureEnum1$inboundSchema,
|
|
1890
|
+
});
|
|
1891
|
+
/** @internal */
|
|
1892
|
+
exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest1$outboundSchema = z.object({
|
|
1893
|
+
label: z.string().optional(),
|
|
1894
|
+
placeholder: z.string().optional(),
|
|
1895
|
+
required: z.boolean().optional(),
|
|
1896
|
+
readOnly: z.boolean().optional(),
|
|
1897
|
+
fontSize: z.number().default(12),
|
|
1898
|
+
type: exports.EnvelopeFieldCreateManyTypeSignatureEnum1$outboundSchema,
|
|
177
1899
|
});
|
|
1900
|
+
function envelopeFieldCreateManyFieldMetaSignatureRequest1ToJSON(envelopeFieldCreateManyFieldMetaSignatureRequest1) {
|
|
1901
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest1$outboundSchema.parse(envelopeFieldCreateManyFieldMetaSignatureRequest1));
|
|
1902
|
+
}
|
|
1903
|
+
function envelopeFieldCreateManyFieldMetaSignatureRequest1FromJSON(jsonString) {
|
|
1904
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaSignatureRequest1' from JSON`);
|
|
1905
|
+
}
|
|
178
1906
|
/** @internal */
|
|
179
|
-
exports.
|
|
1907
|
+
exports.EnvelopeFieldCreateManyDataSignature1$inboundSchema = z.object({
|
|
1908
|
+
type: z.literal("SIGNATURE"),
|
|
1909
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest1$inboundSchema).optional(),
|
|
1910
|
+
recipientId: z.number(),
|
|
1911
|
+
envelopeItemId: z.string().optional(),
|
|
180
1912
|
page: z.number(),
|
|
181
1913
|
positionX: z.number(),
|
|
182
1914
|
positionY: z.number(),
|
|
183
1915
|
width: z.number(),
|
|
184
1916
|
height: z.number(),
|
|
1917
|
+
});
|
|
1918
|
+
/** @internal */
|
|
1919
|
+
exports.EnvelopeFieldCreateManyDataSignature1$outboundSchema = z.object({
|
|
1920
|
+
type: z.literal("SIGNATURE"),
|
|
1921
|
+
fieldMeta: z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaSignatureRequest1$outboundSchema).optional(),
|
|
185
1922
|
recipientId: z.number(),
|
|
186
1923
|
envelopeItemId: z.string().optional(),
|
|
1924
|
+
page: z.number(),
|
|
1925
|
+
positionX: z.number(),
|
|
1926
|
+
positionY: z.number(),
|
|
1927
|
+
width: z.number(),
|
|
1928
|
+
height: z.number(),
|
|
187
1929
|
});
|
|
188
|
-
function
|
|
189
|
-
return JSON.stringify(exports.
|
|
1930
|
+
function envelopeFieldCreateManyDataSignature1ToJSON(envelopeFieldCreateManyDataSignature1) {
|
|
1931
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataSignature1$outboundSchema.parse(envelopeFieldCreateManyDataSignature1));
|
|
1932
|
+
}
|
|
1933
|
+
function envelopeFieldCreateManyDataSignature1FromJSON(jsonString) {
|
|
1934
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataSignature1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataSignature1' from JSON`);
|
|
1935
|
+
}
|
|
1936
|
+
/** @internal */
|
|
1937
|
+
exports.EnvelopeFieldCreateManyDataUnion2$inboundSchema = z.union([
|
|
1938
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataSignature1$inboundSchema),
|
|
1939
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataFreeSignature1$inboundSchema),
|
|
1940
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials1$inboundSchema),
|
|
1941
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataName1$inboundSchema),
|
|
1942
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail1$inboundSchema),
|
|
1943
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate1$inboundSchema),
|
|
1944
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataText1$inboundSchema),
|
|
1945
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber1$inboundSchema),
|
|
1946
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio1$inboundSchema),
|
|
1947
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox1$inboundSchema),
|
|
1948
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown1$inboundSchema),
|
|
1949
|
+
]);
|
|
1950
|
+
/** @internal */
|
|
1951
|
+
exports.EnvelopeFieldCreateManyDataUnion2$outboundSchema = z.union([
|
|
1952
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataSignature1$outboundSchema),
|
|
1953
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataFreeSignature1$outboundSchema),
|
|
1954
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials1$outboundSchema),
|
|
1955
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataName1$outboundSchema),
|
|
1956
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail1$outboundSchema),
|
|
1957
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate1$outboundSchema),
|
|
1958
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataText1$outboundSchema),
|
|
1959
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber1$outboundSchema),
|
|
1960
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio1$outboundSchema),
|
|
1961
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox1$outboundSchema),
|
|
1962
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown1$outboundSchema),
|
|
1963
|
+
]);
|
|
1964
|
+
function envelopeFieldCreateManyDataUnion2ToJSON(envelopeFieldCreateManyDataUnion2) {
|
|
1965
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataUnion2$outboundSchema.parse(envelopeFieldCreateManyDataUnion2));
|
|
190
1966
|
}
|
|
191
|
-
function
|
|
192
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1967
|
+
function envelopeFieldCreateManyDataUnion2FromJSON(jsonString) {
|
|
1968
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataUnion2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataUnion2' from JSON`);
|
|
193
1969
|
}
|
|
194
1970
|
/** @internal */
|
|
195
|
-
exports.
|
|
196
|
-
z.
|
|
197
|
-
|
|
1971
|
+
exports.EnvelopeFieldCreateManyDataUnion1$inboundSchema = z.union([
|
|
1972
|
+
z.union([
|
|
1973
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataSignature1$inboundSchema),
|
|
1974
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataFreeSignature1$inboundSchema),
|
|
1975
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials1$inboundSchema),
|
|
1976
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataName1$inboundSchema),
|
|
1977
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail1$inboundSchema),
|
|
1978
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate1$inboundSchema),
|
|
1979
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataText1$inboundSchema),
|
|
1980
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber1$inboundSchema),
|
|
1981
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio1$inboundSchema),
|
|
1982
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox1$inboundSchema),
|
|
1983
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown1$inboundSchema),
|
|
1984
|
+
]),
|
|
1985
|
+
z.union([
|
|
1986
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataSignature2$inboundSchema),
|
|
1987
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataFreeSignature2$inboundSchema),
|
|
1988
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials2$inboundSchema),
|
|
1989
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataName2$inboundSchema),
|
|
1990
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail2$inboundSchema),
|
|
1991
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate2$inboundSchema),
|
|
1992
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataText2$inboundSchema),
|
|
1993
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber2$inboundSchema),
|
|
1994
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio2$inboundSchema),
|
|
1995
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox2$inboundSchema),
|
|
1996
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown2$inboundSchema),
|
|
1997
|
+
]),
|
|
198
1998
|
]);
|
|
199
1999
|
/** @internal */
|
|
200
|
-
exports.
|
|
201
|
-
z.
|
|
202
|
-
|
|
2000
|
+
exports.EnvelopeFieldCreateManyDataUnion1$outboundSchema = z.union([
|
|
2001
|
+
z.union([
|
|
2002
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataSignature1$outboundSchema),
|
|
2003
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataFreeSignature1$outboundSchema),
|
|
2004
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials1$outboundSchema),
|
|
2005
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataName1$outboundSchema),
|
|
2006
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail1$outboundSchema),
|
|
2007
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate1$outboundSchema),
|
|
2008
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataText1$outboundSchema),
|
|
2009
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber1$outboundSchema),
|
|
2010
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio1$outboundSchema),
|
|
2011
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox1$outboundSchema),
|
|
2012
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown1$outboundSchema),
|
|
2013
|
+
]),
|
|
2014
|
+
z.union([
|
|
2015
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataSignature2$outboundSchema),
|
|
2016
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataFreeSignature2$outboundSchema),
|
|
2017
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials2$outboundSchema),
|
|
2018
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataName2$outboundSchema),
|
|
2019
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail2$outboundSchema),
|
|
2020
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate2$outboundSchema),
|
|
2021
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataText2$outboundSchema),
|
|
2022
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber2$outboundSchema),
|
|
2023
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio2$outboundSchema),
|
|
2024
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox2$outboundSchema),
|
|
2025
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown2$outboundSchema),
|
|
2026
|
+
]),
|
|
203
2027
|
]);
|
|
204
|
-
function
|
|
205
|
-
return JSON.stringify(exports.
|
|
2028
|
+
function envelopeFieldCreateManyDataUnion1ToJSON(envelopeFieldCreateManyDataUnion1) {
|
|
2029
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyDataUnion1$outboundSchema.parse(envelopeFieldCreateManyDataUnion1));
|
|
206
2030
|
}
|
|
207
|
-
function
|
|
208
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2031
|
+
function envelopeFieldCreateManyDataUnion1FromJSON(jsonString) {
|
|
2032
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyDataUnion1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyDataUnion1' from JSON`);
|
|
209
2033
|
}
|
|
210
2034
|
/** @internal */
|
|
211
2035
|
exports.EnvelopeFieldCreateManyRequest$inboundSchema = z.object({
|
|
212
2036
|
envelopeId: z.string(),
|
|
213
2037
|
data: z.array(z.union([
|
|
214
|
-
z.
|
|
215
|
-
|
|
2038
|
+
z.union([
|
|
2039
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataSignature1$inboundSchema),
|
|
2040
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataFreeSignature1$inboundSchema),
|
|
2041
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials1$inboundSchema),
|
|
2042
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataName1$inboundSchema),
|
|
2043
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail1$inboundSchema),
|
|
2044
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate1$inboundSchema),
|
|
2045
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataText1$inboundSchema),
|
|
2046
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber1$inboundSchema),
|
|
2047
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio1$inboundSchema),
|
|
2048
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox1$inboundSchema),
|
|
2049
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown1$inboundSchema),
|
|
2050
|
+
]),
|
|
2051
|
+
z.union([
|
|
2052
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataSignature2$inboundSchema),
|
|
2053
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataFreeSignature2$inboundSchema),
|
|
2054
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials2$inboundSchema),
|
|
2055
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataName2$inboundSchema),
|
|
2056
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail2$inboundSchema),
|
|
2057
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate2$inboundSchema),
|
|
2058
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataText2$inboundSchema),
|
|
2059
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber2$inboundSchema),
|
|
2060
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio2$inboundSchema),
|
|
2061
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox2$inboundSchema),
|
|
2062
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown2$inboundSchema),
|
|
2063
|
+
]),
|
|
216
2064
|
])),
|
|
217
2065
|
});
|
|
218
2066
|
/** @internal */
|
|
219
2067
|
exports.EnvelopeFieldCreateManyRequest$outboundSchema = z.object({
|
|
220
2068
|
envelopeId: z.string(),
|
|
221
2069
|
data: z.array(z.union([
|
|
222
|
-
z.
|
|
223
|
-
|
|
2070
|
+
z.union([
|
|
2071
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataSignature1$outboundSchema),
|
|
2072
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataFreeSignature1$outboundSchema),
|
|
2073
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials1$outboundSchema),
|
|
2074
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataName1$outboundSchema),
|
|
2075
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail1$outboundSchema),
|
|
2076
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate1$outboundSchema),
|
|
2077
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataText1$outboundSchema),
|
|
2078
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber1$outboundSchema),
|
|
2079
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio1$outboundSchema),
|
|
2080
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox1$outboundSchema),
|
|
2081
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown1$outboundSchema),
|
|
2082
|
+
]),
|
|
2083
|
+
z.union([
|
|
2084
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataSignature2$outboundSchema),
|
|
2085
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataFreeSignature2$outboundSchema),
|
|
2086
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataInitials2$outboundSchema),
|
|
2087
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataName2$outboundSchema),
|
|
2088
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataEmail2$outboundSchema),
|
|
2089
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDate2$outboundSchema),
|
|
2090
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataText2$outboundSchema),
|
|
2091
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataNumber2$outboundSchema),
|
|
2092
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataRadio2$outboundSchema),
|
|
2093
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataCheckbox2$outboundSchema),
|
|
2094
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyDataDropdown2$outboundSchema),
|
|
2095
|
+
]),
|
|
224
2096
|
])),
|
|
225
2097
|
});
|
|
226
2098
|
function envelopeFieldCreateManyRequestToJSON(envelopeFieldCreateManyRequest) {
|
|
@@ -230,171 +2102,170 @@ function envelopeFieldCreateManyRequestFromJSON(jsonString) {
|
|
|
230
2102
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyRequest' from JSON`);
|
|
231
2103
|
}
|
|
232
2104
|
/** @internal */
|
|
233
|
-
exports.
|
|
2105
|
+
exports.EnvelopeFieldCreateManyTypeResponseEnum$inboundSchema = z
|
|
2106
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTypeResponseEnum);
|
|
234
2107
|
/** @internal */
|
|
235
|
-
exports.
|
|
2108
|
+
exports.EnvelopeFieldCreateManyTypeResponseEnum$outboundSchema = exports.EnvelopeFieldCreateManyTypeResponseEnum$inboundSchema;
|
|
236
2109
|
/** @internal */
|
|
237
|
-
exports.
|
|
2110
|
+
exports.EnvelopeFieldCreateManyValueResponse3$inboundSchema = z.object({
|
|
238
2111
|
value: z.string(),
|
|
239
2112
|
});
|
|
240
2113
|
/** @internal */
|
|
241
|
-
exports.
|
|
2114
|
+
exports.EnvelopeFieldCreateManyValueResponse3$outboundSchema = z.object({
|
|
242
2115
|
value: z.string(),
|
|
243
2116
|
});
|
|
244
|
-
function
|
|
245
|
-
return JSON.stringify(exports.
|
|
2117
|
+
function envelopeFieldCreateManyValueResponse3ToJSON(envelopeFieldCreateManyValueResponse3) {
|
|
2118
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyValueResponse3$outboundSchema.parse(envelopeFieldCreateManyValueResponse3));
|
|
246
2119
|
}
|
|
247
|
-
function
|
|
248
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2120
|
+
function envelopeFieldCreateManyValueResponse3FromJSON(jsonString) {
|
|
2121
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyValueResponse3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyValueResponse3' from JSON`);
|
|
249
2122
|
}
|
|
250
2123
|
/** @internal */
|
|
251
|
-
exports.
|
|
2124
|
+
exports.EnvelopeFieldCreateManyFieldMetaDropdownResponse$inboundSchema = z.object({
|
|
252
2125
|
label: z.string().optional(),
|
|
253
2126
|
placeholder: z.string().optional(),
|
|
254
2127
|
required: z.boolean().optional(),
|
|
255
2128
|
readOnly: z.boolean().optional(),
|
|
256
2129
|
fontSize: z.number().default(12),
|
|
257
2130
|
type: z.literal("dropdown"),
|
|
258
|
-
values: z.array(z.lazy(() => exports.
|
|
259
|
-
.optional(),
|
|
2131
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueResponse3$inboundSchema)).optional(),
|
|
260
2132
|
defaultValue: z.string().optional(),
|
|
261
2133
|
});
|
|
262
2134
|
/** @internal */
|
|
263
|
-
exports.
|
|
2135
|
+
exports.EnvelopeFieldCreateManyFieldMetaDropdownResponse$outboundSchema = z.object({
|
|
264
2136
|
label: z.string().optional(),
|
|
265
2137
|
placeholder: z.string().optional(),
|
|
266
2138
|
required: z.boolean().optional(),
|
|
267
2139
|
readOnly: z.boolean().optional(),
|
|
268
2140
|
fontSize: z.number().default(12),
|
|
269
2141
|
type: z.literal("dropdown"),
|
|
270
|
-
values: z.array(z.lazy(() => exports.
|
|
271
|
-
.optional(),
|
|
2142
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueResponse3$outboundSchema)).optional(),
|
|
272
2143
|
defaultValue: z.string().optional(),
|
|
273
2144
|
});
|
|
274
|
-
function
|
|
275
|
-
return JSON.stringify(exports.
|
|
2145
|
+
function envelopeFieldCreateManyFieldMetaDropdownResponseToJSON(envelopeFieldCreateManyFieldMetaDropdownResponse) {
|
|
2146
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaDropdownResponse$outboundSchema.parse(envelopeFieldCreateManyFieldMetaDropdownResponse));
|
|
276
2147
|
}
|
|
277
|
-
function
|
|
278
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2148
|
+
function envelopeFieldCreateManyFieldMetaDropdownResponseFromJSON(jsonString) {
|
|
2149
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaDropdownResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaDropdownResponse' from JSON`);
|
|
279
2150
|
}
|
|
280
2151
|
/** @internal */
|
|
281
|
-
exports.
|
|
2152
|
+
exports.EnvelopeFieldCreateManyValueResponse2$inboundSchema = z.object({
|
|
282
2153
|
id: z.number(),
|
|
283
2154
|
checked: z.boolean(),
|
|
284
2155
|
value: z.string(),
|
|
285
2156
|
});
|
|
286
2157
|
/** @internal */
|
|
287
|
-
exports.
|
|
2158
|
+
exports.EnvelopeFieldCreateManyValueResponse2$outboundSchema = z.object({
|
|
288
2159
|
id: z.number(),
|
|
289
2160
|
checked: z.boolean(),
|
|
290
2161
|
value: z.string(),
|
|
291
2162
|
});
|
|
292
|
-
function
|
|
293
|
-
return JSON.stringify(exports.
|
|
2163
|
+
function envelopeFieldCreateManyValueResponse2ToJSON(envelopeFieldCreateManyValueResponse2) {
|
|
2164
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyValueResponse2$outboundSchema.parse(envelopeFieldCreateManyValueResponse2));
|
|
294
2165
|
}
|
|
295
|
-
function
|
|
296
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2166
|
+
function envelopeFieldCreateManyValueResponse2FromJSON(jsonString) {
|
|
2167
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyValueResponse2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyValueResponse2' from JSON`);
|
|
297
2168
|
}
|
|
298
2169
|
/** @internal */
|
|
299
|
-
exports.
|
|
2170
|
+
exports.EnvelopeFieldCreateManyDirectionResponse2$inboundSchema = z
|
|
2171
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyDirectionResponse2);
|
|
300
2172
|
/** @internal */
|
|
301
|
-
exports.
|
|
2173
|
+
exports.EnvelopeFieldCreateManyDirectionResponse2$outboundSchema = exports.EnvelopeFieldCreateManyDirectionResponse2$inboundSchema;
|
|
302
2174
|
/** @internal */
|
|
303
|
-
exports.
|
|
2175
|
+
exports.EnvelopeFieldCreateManyFieldMetaCheckboxResponse$inboundSchema = z.object({
|
|
304
2176
|
label: z.string().optional(),
|
|
305
2177
|
placeholder: z.string().optional(),
|
|
306
2178
|
required: z.boolean().optional(),
|
|
307
2179
|
readOnly: z.boolean().optional(),
|
|
308
2180
|
fontSize: z.number().default(12),
|
|
309
2181
|
type: z.literal("checkbox"),
|
|
310
|
-
values: z.array(z.lazy(() => exports.
|
|
311
|
-
.optional(),
|
|
2182
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueResponse2$inboundSchema)).optional(),
|
|
312
2183
|
validationRule: z.string().optional(),
|
|
313
2184
|
validationLength: z.number().optional(),
|
|
314
|
-
direction: exports.
|
|
2185
|
+
direction: exports.EnvelopeFieldCreateManyDirectionResponse2$inboundSchema.default("vertical"),
|
|
315
2186
|
});
|
|
316
2187
|
/** @internal */
|
|
317
|
-
exports.
|
|
2188
|
+
exports.EnvelopeFieldCreateManyFieldMetaCheckboxResponse$outboundSchema = z.object({
|
|
318
2189
|
label: z.string().optional(),
|
|
319
2190
|
placeholder: z.string().optional(),
|
|
320
2191
|
required: z.boolean().optional(),
|
|
321
2192
|
readOnly: z.boolean().optional(),
|
|
322
2193
|
fontSize: z.number().default(12),
|
|
323
2194
|
type: z.literal("checkbox"),
|
|
324
|
-
values: z.array(z.lazy(() => exports.
|
|
325
|
-
.optional(),
|
|
2195
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueResponse2$outboundSchema)).optional(),
|
|
326
2196
|
validationRule: z.string().optional(),
|
|
327
2197
|
validationLength: z.number().optional(),
|
|
328
|
-
direction: exports.
|
|
2198
|
+
direction: exports.EnvelopeFieldCreateManyDirectionResponse2$outboundSchema.default("vertical"),
|
|
329
2199
|
});
|
|
330
|
-
function
|
|
331
|
-
return JSON.stringify(exports.
|
|
2200
|
+
function envelopeFieldCreateManyFieldMetaCheckboxResponseToJSON(envelopeFieldCreateManyFieldMetaCheckboxResponse) {
|
|
2201
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaCheckboxResponse$outboundSchema.parse(envelopeFieldCreateManyFieldMetaCheckboxResponse));
|
|
332
2202
|
}
|
|
333
|
-
function
|
|
334
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2203
|
+
function envelopeFieldCreateManyFieldMetaCheckboxResponseFromJSON(jsonString) {
|
|
2204
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaCheckboxResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaCheckboxResponse' from JSON`);
|
|
335
2205
|
}
|
|
336
2206
|
/** @internal */
|
|
337
|
-
exports.
|
|
2207
|
+
exports.EnvelopeFieldCreateManyValueResponse1$inboundSchema = z.object({
|
|
338
2208
|
id: z.number(),
|
|
339
2209
|
checked: z.boolean(),
|
|
340
2210
|
value: z.string(),
|
|
341
2211
|
});
|
|
342
2212
|
/** @internal */
|
|
343
|
-
exports.
|
|
2213
|
+
exports.EnvelopeFieldCreateManyValueResponse1$outboundSchema = z.object({
|
|
344
2214
|
id: z.number(),
|
|
345
2215
|
checked: z.boolean(),
|
|
346
2216
|
value: z.string(),
|
|
347
2217
|
});
|
|
348
|
-
function
|
|
349
|
-
return JSON.stringify(exports.
|
|
2218
|
+
function envelopeFieldCreateManyValueResponse1ToJSON(envelopeFieldCreateManyValueResponse1) {
|
|
2219
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyValueResponse1$outboundSchema.parse(envelopeFieldCreateManyValueResponse1));
|
|
350
2220
|
}
|
|
351
|
-
function
|
|
352
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2221
|
+
function envelopeFieldCreateManyValueResponse1FromJSON(jsonString) {
|
|
2222
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyValueResponse1$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyValueResponse1' from JSON`);
|
|
353
2223
|
}
|
|
354
2224
|
/** @internal */
|
|
355
|
-
exports.
|
|
2225
|
+
exports.EnvelopeFieldCreateManyDirectionResponse1$inboundSchema = z
|
|
2226
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyDirectionResponse1);
|
|
356
2227
|
/** @internal */
|
|
357
|
-
exports.
|
|
2228
|
+
exports.EnvelopeFieldCreateManyDirectionResponse1$outboundSchema = exports.EnvelopeFieldCreateManyDirectionResponse1$inboundSchema;
|
|
358
2229
|
/** @internal */
|
|
359
|
-
exports.
|
|
2230
|
+
exports.EnvelopeFieldCreateManyFieldMetaRadioResponse$inboundSchema = z.object({
|
|
360
2231
|
label: z.string().optional(),
|
|
361
2232
|
placeholder: z.string().optional(),
|
|
362
2233
|
required: z.boolean().optional(),
|
|
363
2234
|
readOnly: z.boolean().optional(),
|
|
364
2235
|
fontSize: z.number().default(12),
|
|
365
2236
|
type: z.literal("radio"),
|
|
366
|
-
values: z.array(z.lazy(() => exports.
|
|
367
|
-
|
|
368
|
-
direction: exports.EnvelopeFieldCreateManyDirection1$inboundSchema.default("vertical"),
|
|
2237
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueResponse1$inboundSchema)).optional(),
|
|
2238
|
+
direction: exports.EnvelopeFieldCreateManyDirectionResponse1$inboundSchema.default("vertical"),
|
|
369
2239
|
});
|
|
370
2240
|
/** @internal */
|
|
371
|
-
exports.
|
|
2241
|
+
exports.EnvelopeFieldCreateManyFieldMetaRadioResponse$outboundSchema = z.object({
|
|
372
2242
|
label: z.string().optional(),
|
|
373
2243
|
placeholder: z.string().optional(),
|
|
374
2244
|
required: z.boolean().optional(),
|
|
375
2245
|
readOnly: z.boolean().optional(),
|
|
376
2246
|
fontSize: z.number().default(12),
|
|
377
2247
|
type: z.literal("radio"),
|
|
378
|
-
values: z.array(z.lazy(() => exports.
|
|
379
|
-
|
|
380
|
-
direction: exports.EnvelopeFieldCreateManyDirection1$outboundSchema.default("vertical"),
|
|
2248
|
+
values: z.array(z.lazy(() => exports.EnvelopeFieldCreateManyValueResponse1$outboundSchema)).optional(),
|
|
2249
|
+
direction: exports.EnvelopeFieldCreateManyDirectionResponse1$outboundSchema.default("vertical"),
|
|
381
2250
|
});
|
|
382
|
-
function
|
|
383
|
-
return JSON.stringify(exports.
|
|
2251
|
+
function envelopeFieldCreateManyFieldMetaRadioResponseToJSON(envelopeFieldCreateManyFieldMetaRadioResponse) {
|
|
2252
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaRadioResponse$outboundSchema.parse(envelopeFieldCreateManyFieldMetaRadioResponse));
|
|
384
2253
|
}
|
|
385
|
-
function
|
|
386
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2254
|
+
function envelopeFieldCreateManyFieldMetaRadioResponseFromJSON(jsonString) {
|
|
2255
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaRadioResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaRadioResponse' from JSON`);
|
|
387
2256
|
}
|
|
388
2257
|
/** @internal */
|
|
389
|
-
exports.
|
|
2258
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse6$inboundSchema = z
|
|
2259
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignResponse6);
|
|
390
2260
|
/** @internal */
|
|
391
|
-
exports.
|
|
2261
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse6$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse6$inboundSchema;
|
|
392
2262
|
/** @internal */
|
|
393
|
-
exports.
|
|
2263
|
+
exports.EnvelopeFieldCreateManyVerticalAlignResponse2$inboundSchema = z
|
|
2264
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyVerticalAlignResponse2);
|
|
394
2265
|
/** @internal */
|
|
395
|
-
exports.
|
|
2266
|
+
exports.EnvelopeFieldCreateManyVerticalAlignResponse2$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignResponse2$inboundSchema;
|
|
396
2267
|
/** @internal */
|
|
397
|
-
exports.
|
|
2268
|
+
exports.EnvelopeFieldCreateManyFieldMetaNumberResponse$inboundSchema = z.object({
|
|
398
2269
|
label: z.string().optional(),
|
|
399
2270
|
placeholder: z.string().optional(),
|
|
400
2271
|
required: z.boolean().optional(),
|
|
@@ -405,14 +2276,14 @@ exports.EnvelopeFieldCreateManyFieldMetaNumber$inboundSchema = z.object({
|
|
|
405
2276
|
value: z.string().optional(),
|
|
406
2277
|
minValue: z.nullable(z.number()).optional(),
|
|
407
2278
|
maxValue: z.nullable(z.number()).optional(),
|
|
408
|
-
textAlign: exports.
|
|
2279
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignResponse6$inboundSchema
|
|
2280
|
+
.optional(),
|
|
409
2281
|
lineHeight: z.nullable(z.number()).optional(),
|
|
410
2282
|
letterSpacing: z.nullable(z.number()).optional(),
|
|
411
|
-
verticalAlign: z.nullable(exports.
|
|
412
|
-
.optional(),
|
|
2283
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignResponse2$inboundSchema).optional(),
|
|
413
2284
|
});
|
|
414
2285
|
/** @internal */
|
|
415
|
-
exports.
|
|
2286
|
+
exports.EnvelopeFieldCreateManyFieldMetaNumberResponse$outboundSchema = z.object({
|
|
416
2287
|
label: z.string().optional(),
|
|
417
2288
|
placeholder: z.string().optional(),
|
|
418
2289
|
required: z.boolean().optional(),
|
|
@@ -423,27 +2294,30 @@ exports.EnvelopeFieldCreateManyFieldMetaNumber$outboundSchema = z.object({
|
|
|
423
2294
|
value: z.string().optional(),
|
|
424
2295
|
minValue: z.nullable(z.number()).optional(),
|
|
425
2296
|
maxValue: z.nullable(z.number()).optional(),
|
|
426
|
-
textAlign: exports.
|
|
2297
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignResponse6$outboundSchema
|
|
2298
|
+
.optional(),
|
|
427
2299
|
lineHeight: z.nullable(z.number()).optional(),
|
|
428
2300
|
letterSpacing: z.nullable(z.number()).optional(),
|
|
429
|
-
verticalAlign: z.nullable(exports.
|
|
2301
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignResponse2$outboundSchema).optional(),
|
|
430
2302
|
});
|
|
431
|
-
function
|
|
432
|
-
return JSON.stringify(exports.
|
|
2303
|
+
function envelopeFieldCreateManyFieldMetaNumberResponseToJSON(envelopeFieldCreateManyFieldMetaNumberResponse) {
|
|
2304
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaNumberResponse$outboundSchema.parse(envelopeFieldCreateManyFieldMetaNumberResponse));
|
|
433
2305
|
}
|
|
434
|
-
function
|
|
435
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2306
|
+
function envelopeFieldCreateManyFieldMetaNumberResponseFromJSON(jsonString) {
|
|
2307
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaNumberResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaNumberResponse' from JSON`);
|
|
436
2308
|
}
|
|
437
2309
|
/** @internal */
|
|
438
|
-
exports.
|
|
2310
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse5$inboundSchema = z
|
|
2311
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignResponse5);
|
|
439
2312
|
/** @internal */
|
|
440
|
-
exports.
|
|
2313
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse5$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse5$inboundSchema;
|
|
441
2314
|
/** @internal */
|
|
442
|
-
exports.
|
|
2315
|
+
exports.EnvelopeFieldCreateManyVerticalAlignResponse1$inboundSchema = z
|
|
2316
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyVerticalAlignResponse1);
|
|
443
2317
|
/** @internal */
|
|
444
|
-
exports.
|
|
2318
|
+
exports.EnvelopeFieldCreateManyVerticalAlignResponse1$outboundSchema = exports.EnvelopeFieldCreateManyVerticalAlignResponse1$inboundSchema;
|
|
445
2319
|
/** @internal */
|
|
446
|
-
exports.
|
|
2320
|
+
exports.EnvelopeFieldCreateManyFieldMetaTextResponse$inboundSchema = z.object({
|
|
447
2321
|
label: z.string().optional(),
|
|
448
2322
|
placeholder: z.string().optional(),
|
|
449
2323
|
required: z.boolean().optional(),
|
|
@@ -452,14 +2326,14 @@ exports.EnvelopeFieldCreateManyFieldMetaText$inboundSchema = z.object({
|
|
|
452
2326
|
type: z.literal("text"),
|
|
453
2327
|
text: z.string().optional(),
|
|
454
2328
|
characterLimit: z.number().optional(),
|
|
455
|
-
textAlign: exports.
|
|
2329
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignResponse5$inboundSchema
|
|
2330
|
+
.optional(),
|
|
456
2331
|
lineHeight: z.nullable(z.number()).optional(),
|
|
457
2332
|
letterSpacing: z.nullable(z.number()).optional(),
|
|
458
|
-
verticalAlign: z.nullable(exports.
|
|
459
|
-
.optional(),
|
|
2333
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignResponse1$inboundSchema).optional(),
|
|
460
2334
|
});
|
|
461
2335
|
/** @internal */
|
|
462
|
-
exports.
|
|
2336
|
+
exports.EnvelopeFieldCreateManyFieldMetaTextResponse$outboundSchema = z.object({
|
|
463
2337
|
label: z.string().optional(),
|
|
464
2338
|
placeholder: z.string().optional(),
|
|
465
2339
|
required: z.boolean().optional(),
|
|
@@ -468,139 +2342,152 @@ exports.EnvelopeFieldCreateManyFieldMetaText$outboundSchema = z.object({
|
|
|
468
2342
|
type: z.literal("text"),
|
|
469
2343
|
text: z.string().optional(),
|
|
470
2344
|
characterLimit: z.number().optional(),
|
|
471
|
-
textAlign: exports.
|
|
2345
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignResponse5$outboundSchema
|
|
2346
|
+
.optional(),
|
|
472
2347
|
lineHeight: z.nullable(z.number()).optional(),
|
|
473
2348
|
letterSpacing: z.nullable(z.number()).optional(),
|
|
474
|
-
verticalAlign: z.nullable(exports.
|
|
2349
|
+
verticalAlign: z.nullable(exports.EnvelopeFieldCreateManyVerticalAlignResponse1$outboundSchema).optional(),
|
|
475
2350
|
});
|
|
476
|
-
function
|
|
477
|
-
return JSON.stringify(exports.
|
|
2351
|
+
function envelopeFieldCreateManyFieldMetaTextResponseToJSON(envelopeFieldCreateManyFieldMetaTextResponse) {
|
|
2352
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaTextResponse$outboundSchema.parse(envelopeFieldCreateManyFieldMetaTextResponse));
|
|
478
2353
|
}
|
|
479
|
-
function
|
|
480
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2354
|
+
function envelopeFieldCreateManyFieldMetaTextResponseFromJSON(jsonString) {
|
|
2355
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaTextResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaTextResponse' from JSON`);
|
|
481
2356
|
}
|
|
482
2357
|
/** @internal */
|
|
483
|
-
exports.
|
|
2358
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse4$inboundSchema = z
|
|
2359
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignResponse4);
|
|
484
2360
|
/** @internal */
|
|
485
|
-
exports.
|
|
2361
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse4$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse4$inboundSchema;
|
|
486
2362
|
/** @internal */
|
|
487
|
-
exports.
|
|
2363
|
+
exports.EnvelopeFieldCreateManyFieldMetaDateResponse$inboundSchema = z.object({
|
|
488
2364
|
label: z.string().optional(),
|
|
489
2365
|
placeholder: z.string().optional(),
|
|
490
2366
|
required: z.boolean().optional(),
|
|
491
2367
|
readOnly: z.boolean().optional(),
|
|
492
2368
|
fontSize: z.number().default(12),
|
|
493
2369
|
type: z.literal("date"),
|
|
494
|
-
textAlign: exports.
|
|
2370
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignResponse4$inboundSchema
|
|
2371
|
+
.optional(),
|
|
495
2372
|
});
|
|
496
2373
|
/** @internal */
|
|
497
|
-
exports.
|
|
2374
|
+
exports.EnvelopeFieldCreateManyFieldMetaDateResponse$outboundSchema = z.object({
|
|
498
2375
|
label: z.string().optional(),
|
|
499
2376
|
placeholder: z.string().optional(),
|
|
500
2377
|
required: z.boolean().optional(),
|
|
501
2378
|
readOnly: z.boolean().optional(),
|
|
502
2379
|
fontSize: z.number().default(12),
|
|
503
2380
|
type: z.literal("date"),
|
|
504
|
-
textAlign: exports.
|
|
2381
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignResponse4$outboundSchema
|
|
2382
|
+
.optional(),
|
|
505
2383
|
});
|
|
506
|
-
function
|
|
507
|
-
return JSON.stringify(exports.
|
|
2384
|
+
function envelopeFieldCreateManyFieldMetaDateResponseToJSON(envelopeFieldCreateManyFieldMetaDateResponse) {
|
|
2385
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaDateResponse$outboundSchema.parse(envelopeFieldCreateManyFieldMetaDateResponse));
|
|
508
2386
|
}
|
|
509
|
-
function
|
|
510
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2387
|
+
function envelopeFieldCreateManyFieldMetaDateResponseFromJSON(jsonString) {
|
|
2388
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaDateResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaDateResponse' from JSON`);
|
|
511
2389
|
}
|
|
512
2390
|
/** @internal */
|
|
513
|
-
exports.
|
|
2391
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse3$inboundSchema = z
|
|
2392
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignResponse3);
|
|
514
2393
|
/** @internal */
|
|
515
|
-
exports.
|
|
2394
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse3$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse3$inboundSchema;
|
|
516
2395
|
/** @internal */
|
|
517
|
-
exports.
|
|
2396
|
+
exports.EnvelopeFieldCreateManyFieldMetaEmailResponse$inboundSchema = z.object({
|
|
518
2397
|
label: z.string().optional(),
|
|
519
2398
|
placeholder: z.string().optional(),
|
|
520
2399
|
required: z.boolean().optional(),
|
|
521
2400
|
readOnly: z.boolean().optional(),
|
|
522
2401
|
fontSize: z.number().default(12),
|
|
523
2402
|
type: z.literal("email"),
|
|
524
|
-
textAlign: exports.
|
|
2403
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignResponse3$inboundSchema
|
|
2404
|
+
.optional(),
|
|
525
2405
|
});
|
|
526
2406
|
/** @internal */
|
|
527
|
-
exports.
|
|
2407
|
+
exports.EnvelopeFieldCreateManyFieldMetaEmailResponse$outboundSchema = z.object({
|
|
528
2408
|
label: z.string().optional(),
|
|
529
2409
|
placeholder: z.string().optional(),
|
|
530
2410
|
required: z.boolean().optional(),
|
|
531
2411
|
readOnly: z.boolean().optional(),
|
|
532
2412
|
fontSize: z.number().default(12),
|
|
533
2413
|
type: z.literal("email"),
|
|
534
|
-
textAlign: exports.
|
|
2414
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignResponse3$outboundSchema
|
|
2415
|
+
.optional(),
|
|
535
2416
|
});
|
|
536
|
-
function
|
|
537
|
-
return JSON.stringify(exports.
|
|
2417
|
+
function envelopeFieldCreateManyFieldMetaEmailResponseToJSON(envelopeFieldCreateManyFieldMetaEmailResponse) {
|
|
2418
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaEmailResponse$outboundSchema.parse(envelopeFieldCreateManyFieldMetaEmailResponse));
|
|
538
2419
|
}
|
|
539
|
-
function
|
|
540
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2420
|
+
function envelopeFieldCreateManyFieldMetaEmailResponseFromJSON(jsonString) {
|
|
2421
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaEmailResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaEmailResponse' from JSON`);
|
|
541
2422
|
}
|
|
542
2423
|
/** @internal */
|
|
543
|
-
exports.
|
|
2424
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse2$inboundSchema = z
|
|
2425
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignResponse2);
|
|
544
2426
|
/** @internal */
|
|
545
|
-
exports.
|
|
2427
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse2$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse2$inboundSchema;
|
|
546
2428
|
/** @internal */
|
|
547
|
-
exports.
|
|
2429
|
+
exports.EnvelopeFieldCreateManyFieldMetaNameResponse$inboundSchema = z.object({
|
|
548
2430
|
label: z.string().optional(),
|
|
549
2431
|
placeholder: z.string().optional(),
|
|
550
2432
|
required: z.boolean().optional(),
|
|
551
2433
|
readOnly: z.boolean().optional(),
|
|
552
2434
|
fontSize: z.number().default(12),
|
|
553
2435
|
type: z.literal("name"),
|
|
554
|
-
textAlign: exports.
|
|
2436
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignResponse2$inboundSchema
|
|
2437
|
+
.optional(),
|
|
555
2438
|
});
|
|
556
2439
|
/** @internal */
|
|
557
|
-
exports.
|
|
2440
|
+
exports.EnvelopeFieldCreateManyFieldMetaNameResponse$outboundSchema = z.object({
|
|
558
2441
|
label: z.string().optional(),
|
|
559
2442
|
placeholder: z.string().optional(),
|
|
560
2443
|
required: z.boolean().optional(),
|
|
561
2444
|
readOnly: z.boolean().optional(),
|
|
562
2445
|
fontSize: z.number().default(12),
|
|
563
2446
|
type: z.literal("name"),
|
|
564
|
-
textAlign: exports.
|
|
2447
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignResponse2$outboundSchema
|
|
2448
|
+
.optional(),
|
|
565
2449
|
});
|
|
566
|
-
function
|
|
567
|
-
return JSON.stringify(exports.
|
|
2450
|
+
function envelopeFieldCreateManyFieldMetaNameResponseToJSON(envelopeFieldCreateManyFieldMetaNameResponse) {
|
|
2451
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaNameResponse$outboundSchema.parse(envelopeFieldCreateManyFieldMetaNameResponse));
|
|
568
2452
|
}
|
|
569
|
-
function
|
|
570
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2453
|
+
function envelopeFieldCreateManyFieldMetaNameResponseFromJSON(jsonString) {
|
|
2454
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaNameResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaNameResponse' from JSON`);
|
|
571
2455
|
}
|
|
572
2456
|
/** @internal */
|
|
573
|
-
exports.
|
|
2457
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse1$inboundSchema = z
|
|
2458
|
+
.nativeEnum(exports.EnvelopeFieldCreateManyTextAlignResponse1);
|
|
574
2459
|
/** @internal */
|
|
575
|
-
exports.
|
|
2460
|
+
exports.EnvelopeFieldCreateManyTextAlignResponse1$outboundSchema = exports.EnvelopeFieldCreateManyTextAlignResponse1$inboundSchema;
|
|
576
2461
|
/** @internal */
|
|
577
|
-
exports.
|
|
2462
|
+
exports.EnvelopeFieldCreateManyFieldMetaInitialsResponse$inboundSchema = z.object({
|
|
578
2463
|
label: z.string().optional(),
|
|
579
2464
|
placeholder: z.string().optional(),
|
|
580
2465
|
required: z.boolean().optional(),
|
|
581
2466
|
readOnly: z.boolean().optional(),
|
|
582
2467
|
fontSize: z.number().default(12),
|
|
583
2468
|
type: z.literal("initials"),
|
|
584
|
-
textAlign: exports.
|
|
2469
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignResponse1$inboundSchema
|
|
2470
|
+
.optional(),
|
|
585
2471
|
});
|
|
586
2472
|
/** @internal */
|
|
587
|
-
exports.
|
|
2473
|
+
exports.EnvelopeFieldCreateManyFieldMetaInitialsResponse$outboundSchema = z.object({
|
|
588
2474
|
label: z.string().optional(),
|
|
589
2475
|
placeholder: z.string().optional(),
|
|
590
2476
|
required: z.boolean().optional(),
|
|
591
2477
|
readOnly: z.boolean().optional(),
|
|
592
2478
|
fontSize: z.number().default(12),
|
|
593
2479
|
type: z.literal("initials"),
|
|
594
|
-
textAlign: exports.
|
|
2480
|
+
textAlign: exports.EnvelopeFieldCreateManyTextAlignResponse1$outboundSchema
|
|
2481
|
+
.optional(),
|
|
595
2482
|
});
|
|
596
|
-
function
|
|
597
|
-
return JSON.stringify(exports.
|
|
2483
|
+
function envelopeFieldCreateManyFieldMetaInitialsResponseToJSON(envelopeFieldCreateManyFieldMetaInitialsResponse) {
|
|
2484
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaInitialsResponse$outboundSchema.parse(envelopeFieldCreateManyFieldMetaInitialsResponse));
|
|
598
2485
|
}
|
|
599
|
-
function
|
|
600
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2486
|
+
function envelopeFieldCreateManyFieldMetaInitialsResponseFromJSON(jsonString) {
|
|
2487
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaInitialsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaInitialsResponse' from JSON`);
|
|
601
2488
|
}
|
|
602
2489
|
/** @internal */
|
|
603
|
-
exports.
|
|
2490
|
+
exports.EnvelopeFieldCreateManyFieldMetaSignatureResponse$inboundSchema = z.object({
|
|
604
2491
|
label: z.string().optional(),
|
|
605
2492
|
placeholder: z.string().optional(),
|
|
606
2493
|
required: z.boolean().optional(),
|
|
@@ -609,7 +2496,7 @@ exports.EnvelopeFieldCreateManyFieldMetaSignature$inboundSchema = z.object({
|
|
|
609
2496
|
type: z.literal("signature"),
|
|
610
2497
|
});
|
|
611
2498
|
/** @internal */
|
|
612
|
-
exports.
|
|
2499
|
+
exports.EnvelopeFieldCreateManyFieldMetaSignatureResponse$outboundSchema = z.object({
|
|
613
2500
|
label: z.string().optional(),
|
|
614
2501
|
placeholder: z.string().optional(),
|
|
615
2502
|
required: z.boolean().optional(),
|
|
@@ -617,37 +2504,37 @@ exports.EnvelopeFieldCreateManyFieldMetaSignature$outboundSchema = z.object({
|
|
|
617
2504
|
fontSize: z.number().default(12),
|
|
618
2505
|
type: z.literal("signature"),
|
|
619
2506
|
});
|
|
620
|
-
function
|
|
621
|
-
return JSON.stringify(exports.
|
|
2507
|
+
function envelopeFieldCreateManyFieldMetaSignatureResponseToJSON(envelopeFieldCreateManyFieldMetaSignatureResponse) {
|
|
2508
|
+
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaSignatureResponse$outboundSchema.parse(envelopeFieldCreateManyFieldMetaSignatureResponse));
|
|
622
2509
|
}
|
|
623
|
-
function
|
|
624
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
2510
|
+
function envelopeFieldCreateManyFieldMetaSignatureResponseFromJSON(jsonString) {
|
|
2511
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeFieldCreateManyFieldMetaSignatureResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeFieldCreateManyFieldMetaSignatureResponse' from JSON`);
|
|
625
2512
|
}
|
|
626
2513
|
/** @internal */
|
|
627
2514
|
exports.EnvelopeFieldCreateManyFieldMetaUnion$inboundSchema = z.union([
|
|
628
|
-
z.lazy(() => exports.
|
|
629
|
-
z.lazy(() => exports.
|
|
630
|
-
z.lazy(() => exports.
|
|
631
|
-
z.lazy(() => exports.
|
|
632
|
-
z.lazy(() => exports.
|
|
633
|
-
z.lazy(() => exports.
|
|
634
|
-
z.lazy(() => exports.
|
|
635
|
-
z.lazy(() => exports.
|
|
636
|
-
z.lazy(() => exports.
|
|
637
|
-
z.lazy(() => exports.
|
|
2515
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaSignatureResponse$inboundSchema),
|
|
2516
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaInitialsResponse$inboundSchema),
|
|
2517
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNameResponse$inboundSchema),
|
|
2518
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaEmailResponse$inboundSchema),
|
|
2519
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDateResponse$inboundSchema),
|
|
2520
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaTextResponse$inboundSchema),
|
|
2521
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNumberResponse$inboundSchema),
|
|
2522
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaRadioResponse$inboundSchema),
|
|
2523
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaCheckboxResponse$inboundSchema),
|
|
2524
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDropdownResponse$inboundSchema),
|
|
638
2525
|
]);
|
|
639
2526
|
/** @internal */
|
|
640
2527
|
exports.EnvelopeFieldCreateManyFieldMetaUnion$outboundSchema = z.union([
|
|
641
|
-
z.lazy(() => exports.
|
|
642
|
-
z.lazy(() => exports.
|
|
643
|
-
z.lazy(() => exports.
|
|
644
|
-
z.lazy(() => exports.
|
|
645
|
-
z.lazy(() => exports.
|
|
646
|
-
z.lazy(() => exports.
|
|
647
|
-
z.lazy(() => exports.
|
|
648
|
-
z.lazy(() => exports.
|
|
649
|
-
z.lazy(() => exports.
|
|
650
|
-
z.lazy(() => exports.
|
|
2528
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaSignatureResponse$outboundSchema),
|
|
2529
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaInitialsResponse$outboundSchema),
|
|
2530
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNameResponse$outboundSchema),
|
|
2531
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaEmailResponse$outboundSchema),
|
|
2532
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDateResponse$outboundSchema),
|
|
2533
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaTextResponse$outboundSchema),
|
|
2534
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNumberResponse$outboundSchema),
|
|
2535
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaRadioResponse$outboundSchema),
|
|
2536
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaCheckboxResponse$outboundSchema),
|
|
2537
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDropdownResponse$outboundSchema),
|
|
651
2538
|
]);
|
|
652
2539
|
function envelopeFieldCreateManyFieldMetaUnionToJSON(envelopeFieldCreateManyFieldMetaUnion) {
|
|
653
2540
|
return JSON.stringify(exports.EnvelopeFieldCreateManyFieldMetaUnion$outboundSchema.parse(envelopeFieldCreateManyFieldMetaUnion));
|
|
@@ -659,7 +2546,7 @@ function envelopeFieldCreateManyFieldMetaUnionFromJSON(jsonString) {
|
|
|
659
2546
|
exports.EnvelopeFieldCreateManyDataResponse$inboundSchema = z.object({
|
|
660
2547
|
envelopeId: z.string(),
|
|
661
2548
|
envelopeItemId: z.string(),
|
|
662
|
-
type: exports.
|
|
2549
|
+
type: exports.EnvelopeFieldCreateManyTypeResponseEnum$inboundSchema,
|
|
663
2550
|
id: z.number(),
|
|
664
2551
|
secondaryId: z.string(),
|
|
665
2552
|
recipientId: z.number(),
|
|
@@ -671,16 +2558,16 @@ exports.EnvelopeFieldCreateManyDataResponse$inboundSchema = z.object({
|
|
|
671
2558
|
customText: z.string(),
|
|
672
2559
|
inserted: z.boolean(),
|
|
673
2560
|
fieldMeta: z.nullable(z.union([
|
|
674
|
-
z.lazy(() => exports.
|
|
675
|
-
z.lazy(() => exports.
|
|
676
|
-
z.lazy(() => exports.
|
|
677
|
-
z.lazy(() => exports.
|
|
678
|
-
z.lazy(() => exports.
|
|
679
|
-
z.lazy(() => exports.
|
|
680
|
-
z.lazy(() => exports.
|
|
681
|
-
z.lazy(() => exports.
|
|
682
|
-
z.lazy(() => exports.
|
|
683
|
-
z.lazy(() => exports.
|
|
2561
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaSignatureResponse$inboundSchema),
|
|
2562
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaInitialsResponse$inboundSchema),
|
|
2563
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNameResponse$inboundSchema),
|
|
2564
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaEmailResponse$inboundSchema),
|
|
2565
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDateResponse$inboundSchema),
|
|
2566
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaTextResponse$inboundSchema),
|
|
2567
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNumberResponse$inboundSchema),
|
|
2568
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaRadioResponse$inboundSchema),
|
|
2569
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaCheckboxResponse$inboundSchema),
|
|
2570
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDropdownResponse$inboundSchema),
|
|
684
2571
|
])),
|
|
685
2572
|
documentId: z.nullable(z.number()).optional(),
|
|
686
2573
|
templateId: z.nullable(z.number()).optional(),
|
|
@@ -689,7 +2576,7 @@ exports.EnvelopeFieldCreateManyDataResponse$inboundSchema = z.object({
|
|
|
689
2576
|
exports.EnvelopeFieldCreateManyDataResponse$outboundSchema = z.object({
|
|
690
2577
|
envelopeId: z.string(),
|
|
691
2578
|
envelopeItemId: z.string(),
|
|
692
|
-
type: exports.
|
|
2579
|
+
type: exports.EnvelopeFieldCreateManyTypeResponseEnum$outboundSchema,
|
|
693
2580
|
id: z.number(),
|
|
694
2581
|
secondaryId: z.string(),
|
|
695
2582
|
recipientId: z.number(),
|
|
@@ -701,16 +2588,16 @@ exports.EnvelopeFieldCreateManyDataResponse$outboundSchema = z.object({
|
|
|
701
2588
|
customText: z.string(),
|
|
702
2589
|
inserted: z.boolean(),
|
|
703
2590
|
fieldMeta: z.nullable(z.union([
|
|
704
|
-
z.lazy(() => exports.
|
|
705
|
-
z.lazy(() => exports.
|
|
706
|
-
z.lazy(() => exports.
|
|
707
|
-
z.lazy(() => exports.
|
|
708
|
-
z.lazy(() => exports.
|
|
709
|
-
z.lazy(() => exports.
|
|
710
|
-
z.lazy(() => exports.
|
|
711
|
-
z.lazy(() => exports.
|
|
712
|
-
z.lazy(() => exports.
|
|
713
|
-
z.lazy(() => exports.
|
|
2591
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaSignatureResponse$outboundSchema),
|
|
2592
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaInitialsResponse$outboundSchema),
|
|
2593
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNameResponse$outboundSchema),
|
|
2594
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaEmailResponse$outboundSchema),
|
|
2595
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDateResponse$outboundSchema),
|
|
2596
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaTextResponse$outboundSchema),
|
|
2597
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaNumberResponse$outboundSchema),
|
|
2598
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaRadioResponse$outboundSchema),
|
|
2599
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaCheckboxResponse$outboundSchema),
|
|
2600
|
+
z.lazy(() => exports.EnvelopeFieldCreateManyFieldMetaDropdownResponse$outboundSchema),
|
|
714
2601
|
])),
|
|
715
2602
|
documentId: z.nullable(z.number()).optional(),
|
|
716
2603
|
templateId: z.nullable(z.number()).optional(),
|