@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
|
@@ -372,6 +372,8 @@ export type RecipientGetDocumentRecipientResponse = {
|
|
|
372
372
|
token: string;
|
|
373
373
|
documentDeletedAt: string | null;
|
|
374
374
|
expired: string | null;
|
|
375
|
+
expiresAt: string | null;
|
|
376
|
+
expirationNotifiedAt: string | null;
|
|
375
377
|
signedAt: string | null;
|
|
376
378
|
authOptions: RecipientGetDocumentRecipientAuthOptions | null;
|
|
377
379
|
signingOrder: number | null;
|
|
@@ -1757,6 +1759,8 @@ export const RecipientGetDocumentRecipientResponse$inboundSchema: z.ZodType<
|
|
|
1757
1759
|
token: z.string(),
|
|
1758
1760
|
documentDeletedAt: z.nullable(z.string()),
|
|
1759
1761
|
expired: z.nullable(z.string()),
|
|
1762
|
+
expiresAt: z.nullable(z.string()),
|
|
1763
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
1760
1764
|
signedAt: z.nullable(z.string()),
|
|
1761
1765
|
authOptions: z.nullable(
|
|
1762
1766
|
z.lazy(() => RecipientGetDocumentRecipientAuthOptions$inboundSchema),
|
|
@@ -1782,6 +1786,8 @@ export type RecipientGetDocumentRecipientResponse$Outbound = {
|
|
|
1782
1786
|
token: string;
|
|
1783
1787
|
documentDeletedAt: string | null;
|
|
1784
1788
|
expired: string | null;
|
|
1789
|
+
expiresAt: string | null;
|
|
1790
|
+
expirationNotifiedAt: string | null;
|
|
1785
1791
|
signedAt: string | null;
|
|
1786
1792
|
authOptions: RecipientGetDocumentRecipientAuthOptions$Outbound | null;
|
|
1787
1793
|
signingOrder: number | null;
|
|
@@ -1808,6 +1814,8 @@ export const RecipientGetDocumentRecipientResponse$outboundSchema: z.ZodType<
|
|
|
1808
1814
|
token: z.string(),
|
|
1809
1815
|
documentDeletedAt: z.nullable(z.string()),
|
|
1810
1816
|
expired: z.nullable(z.string()),
|
|
1817
|
+
expiresAt: z.nullable(z.string()),
|
|
1818
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
1811
1819
|
signedAt: z.nullable(z.string()),
|
|
1812
1820
|
authOptions: z.nullable(
|
|
1813
1821
|
z.lazy(() => RecipientGetDocumentRecipientAuthOptions$outboundSchema),
|
|
@@ -372,6 +372,8 @@ export type RecipientGetTemplateRecipientResponse = {
|
|
|
372
372
|
token: string;
|
|
373
373
|
documentDeletedAt: string | null;
|
|
374
374
|
expired: string | null;
|
|
375
|
+
expiresAt: string | null;
|
|
376
|
+
expirationNotifiedAt: string | null;
|
|
375
377
|
signedAt: string | null;
|
|
376
378
|
authOptions: RecipientGetTemplateRecipientAuthOptions | null;
|
|
377
379
|
signingOrder: number | null;
|
|
@@ -1757,6 +1759,8 @@ export const RecipientGetTemplateRecipientResponse$inboundSchema: z.ZodType<
|
|
|
1757
1759
|
token: z.string(),
|
|
1758
1760
|
documentDeletedAt: z.nullable(z.string()),
|
|
1759
1761
|
expired: z.nullable(z.string()),
|
|
1762
|
+
expiresAt: z.nullable(z.string()),
|
|
1763
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
1760
1764
|
signedAt: z.nullable(z.string()),
|
|
1761
1765
|
authOptions: z.nullable(
|
|
1762
1766
|
z.lazy(() => RecipientGetTemplateRecipientAuthOptions$inboundSchema),
|
|
@@ -1782,6 +1786,8 @@ export type RecipientGetTemplateRecipientResponse$Outbound = {
|
|
|
1782
1786
|
token: string;
|
|
1783
1787
|
documentDeletedAt: string | null;
|
|
1784
1788
|
expired: string | null;
|
|
1789
|
+
expiresAt: string | null;
|
|
1790
|
+
expirationNotifiedAt: string | null;
|
|
1785
1791
|
signedAt: string | null;
|
|
1786
1792
|
authOptions: RecipientGetTemplateRecipientAuthOptions$Outbound | null;
|
|
1787
1793
|
signingOrder: number | null;
|
|
@@ -1808,6 +1814,8 @@ export const RecipientGetTemplateRecipientResponse$outboundSchema: z.ZodType<
|
|
|
1808
1814
|
token: z.string(),
|
|
1809
1815
|
documentDeletedAt: z.nullable(z.string()),
|
|
1810
1816
|
expired: z.nullable(z.string()),
|
|
1817
|
+
expiresAt: z.nullable(z.string()),
|
|
1818
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
1811
1819
|
signedAt: z.nullable(z.string()),
|
|
1812
1820
|
authOptions: z.nullable(
|
|
1813
1821
|
z.lazy(() => RecipientGetTemplateRecipientAuthOptions$outboundSchema),
|
|
@@ -417,6 +417,8 @@ export type RecipientUpdateDocumentRecipientResponse = {
|
|
|
417
417
|
token: string;
|
|
418
418
|
documentDeletedAt: string | null;
|
|
419
419
|
expired: string | null;
|
|
420
|
+
expiresAt: string | null;
|
|
421
|
+
expirationNotifiedAt: string | null;
|
|
420
422
|
signedAt: string | null;
|
|
421
423
|
authOptions: RecipientUpdateDocumentRecipientAuthOptions | null;
|
|
422
424
|
signingOrder: number | null;
|
|
@@ -1977,6 +1979,8 @@ export const RecipientUpdateDocumentRecipientResponse$inboundSchema: z.ZodType<
|
|
|
1977
1979
|
token: z.string(),
|
|
1978
1980
|
documentDeletedAt: z.nullable(z.string()),
|
|
1979
1981
|
expired: z.nullable(z.string()),
|
|
1982
|
+
expiresAt: z.nullable(z.string()),
|
|
1983
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
1980
1984
|
signedAt: z.nullable(z.string()),
|
|
1981
1985
|
authOptions: z.nullable(
|
|
1982
1986
|
z.lazy(() => RecipientUpdateDocumentRecipientAuthOptions$inboundSchema),
|
|
@@ -2002,6 +2006,8 @@ export type RecipientUpdateDocumentRecipientResponse$Outbound = {
|
|
|
2002
2006
|
token: string;
|
|
2003
2007
|
documentDeletedAt: string | null;
|
|
2004
2008
|
expired: string | null;
|
|
2009
|
+
expiresAt: string | null;
|
|
2010
|
+
expirationNotifiedAt: string | null;
|
|
2005
2011
|
signedAt: string | null;
|
|
2006
2012
|
authOptions: RecipientUpdateDocumentRecipientAuthOptions$Outbound | null;
|
|
2007
2013
|
signingOrder: number | null;
|
|
@@ -2028,6 +2034,8 @@ export const RecipientUpdateDocumentRecipientResponse$outboundSchema: z.ZodType<
|
|
|
2028
2034
|
token: z.string(),
|
|
2029
2035
|
documentDeletedAt: z.nullable(z.string()),
|
|
2030
2036
|
expired: z.nullable(z.string()),
|
|
2037
|
+
expiresAt: z.nullable(z.string()),
|
|
2038
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
2031
2039
|
signedAt: z.nullable(z.string()),
|
|
2032
2040
|
authOptions: z.nullable(
|
|
2033
2041
|
z.lazy(() => RecipientUpdateDocumentRecipientAuthOptions$outboundSchema),
|
|
@@ -414,6 +414,8 @@ export type RecipientUpdateDocumentRecipientsRecipientResponse = {
|
|
|
414
414
|
token: string;
|
|
415
415
|
documentDeletedAt: string | null;
|
|
416
416
|
expired: string | null;
|
|
417
|
+
expiresAt: string | null;
|
|
418
|
+
expirationNotifiedAt: string | null;
|
|
417
419
|
signedAt: string | null;
|
|
418
420
|
authOptions: RecipientUpdateDocumentRecipientsAuthOptions | null;
|
|
419
421
|
signingOrder: number | null;
|
|
@@ -2014,6 +2016,8 @@ export const RecipientUpdateDocumentRecipientsRecipientResponse$inboundSchema:
|
|
|
2014
2016
|
token: z.string(),
|
|
2015
2017
|
documentDeletedAt: z.nullable(z.string()),
|
|
2016
2018
|
expired: z.nullable(z.string()),
|
|
2019
|
+
expiresAt: z.nullable(z.string()),
|
|
2020
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
2017
2021
|
signedAt: z.nullable(z.string()),
|
|
2018
2022
|
authOptions: z.nullable(
|
|
2019
2023
|
z.lazy(() => RecipientUpdateDocumentRecipientsAuthOptions$inboundSchema),
|
|
@@ -2039,6 +2043,8 @@ export type RecipientUpdateDocumentRecipientsRecipientResponse$Outbound = {
|
|
|
2039
2043
|
token: string;
|
|
2040
2044
|
documentDeletedAt: string | null;
|
|
2041
2045
|
expired: string | null;
|
|
2046
|
+
expiresAt: string | null;
|
|
2047
|
+
expirationNotifiedAt: string | null;
|
|
2042
2048
|
signedAt: string | null;
|
|
2043
2049
|
authOptions: RecipientUpdateDocumentRecipientsAuthOptions$Outbound | null;
|
|
2044
2050
|
signingOrder: number | null;
|
|
@@ -2067,6 +2073,8 @@ export const RecipientUpdateDocumentRecipientsRecipientResponse$outboundSchema:
|
|
|
2067
2073
|
token: z.string(),
|
|
2068
2074
|
documentDeletedAt: z.nullable(z.string()),
|
|
2069
2075
|
expired: z.nullable(z.string()),
|
|
2076
|
+
expiresAt: z.nullable(z.string()),
|
|
2077
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
2070
2078
|
signedAt: z.nullable(z.string()),
|
|
2071
2079
|
authOptions: z.nullable(
|
|
2072
2080
|
z.lazy(() => RecipientUpdateDocumentRecipientsAuthOptions$outboundSchema),
|
|
@@ -417,6 +417,8 @@ export type RecipientUpdateTemplateRecipientResponse = {
|
|
|
417
417
|
token: string;
|
|
418
418
|
documentDeletedAt: string | null;
|
|
419
419
|
expired: string | null;
|
|
420
|
+
expiresAt: string | null;
|
|
421
|
+
expirationNotifiedAt: string | null;
|
|
420
422
|
signedAt: string | null;
|
|
421
423
|
authOptions: RecipientUpdateTemplateRecipientAuthOptions | null;
|
|
422
424
|
signingOrder: number | null;
|
|
@@ -1977,6 +1979,8 @@ export const RecipientUpdateTemplateRecipientResponse$inboundSchema: z.ZodType<
|
|
|
1977
1979
|
token: z.string(),
|
|
1978
1980
|
documentDeletedAt: z.nullable(z.string()),
|
|
1979
1981
|
expired: z.nullable(z.string()),
|
|
1982
|
+
expiresAt: z.nullable(z.string()),
|
|
1983
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
1980
1984
|
signedAt: z.nullable(z.string()),
|
|
1981
1985
|
authOptions: z.nullable(
|
|
1982
1986
|
z.lazy(() => RecipientUpdateTemplateRecipientAuthOptions$inboundSchema),
|
|
@@ -2002,6 +2006,8 @@ export type RecipientUpdateTemplateRecipientResponse$Outbound = {
|
|
|
2002
2006
|
token: string;
|
|
2003
2007
|
documentDeletedAt: string | null;
|
|
2004
2008
|
expired: string | null;
|
|
2009
|
+
expiresAt: string | null;
|
|
2010
|
+
expirationNotifiedAt: string | null;
|
|
2005
2011
|
signedAt: string | null;
|
|
2006
2012
|
authOptions: RecipientUpdateTemplateRecipientAuthOptions$Outbound | null;
|
|
2007
2013
|
signingOrder: number | null;
|
|
@@ -2028,6 +2034,8 @@ export const RecipientUpdateTemplateRecipientResponse$outboundSchema: z.ZodType<
|
|
|
2028
2034
|
token: z.string(),
|
|
2029
2035
|
documentDeletedAt: z.nullable(z.string()),
|
|
2030
2036
|
expired: z.nullable(z.string()),
|
|
2037
|
+
expiresAt: z.nullable(z.string()),
|
|
2038
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
2031
2039
|
signedAt: z.nullable(z.string()),
|
|
2032
2040
|
authOptions: z.nullable(
|
|
2033
2041
|
z.lazy(() => RecipientUpdateTemplateRecipientAuthOptions$outboundSchema),
|
|
@@ -414,6 +414,8 @@ export type RecipientUpdateTemplateRecipientsRecipientResponse = {
|
|
|
414
414
|
token: string;
|
|
415
415
|
documentDeletedAt: string | null;
|
|
416
416
|
expired: string | null;
|
|
417
|
+
expiresAt: string | null;
|
|
418
|
+
expirationNotifiedAt: string | null;
|
|
417
419
|
signedAt: string | null;
|
|
418
420
|
authOptions: RecipientUpdateTemplateRecipientsAuthOptions | null;
|
|
419
421
|
signingOrder: number | null;
|
|
@@ -2014,6 +2016,8 @@ export const RecipientUpdateTemplateRecipientsRecipientResponse$inboundSchema:
|
|
|
2014
2016
|
token: z.string(),
|
|
2015
2017
|
documentDeletedAt: z.nullable(z.string()),
|
|
2016
2018
|
expired: z.nullable(z.string()),
|
|
2019
|
+
expiresAt: z.nullable(z.string()),
|
|
2020
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
2017
2021
|
signedAt: z.nullable(z.string()),
|
|
2018
2022
|
authOptions: z.nullable(
|
|
2019
2023
|
z.lazy(() => RecipientUpdateTemplateRecipientsAuthOptions$inboundSchema),
|
|
@@ -2039,6 +2043,8 @@ export type RecipientUpdateTemplateRecipientsRecipientResponse$Outbound = {
|
|
|
2039
2043
|
token: string;
|
|
2040
2044
|
documentDeletedAt: string | null;
|
|
2041
2045
|
expired: string | null;
|
|
2046
|
+
expiresAt: string | null;
|
|
2047
|
+
expirationNotifiedAt: string | null;
|
|
2042
2048
|
signedAt: string | null;
|
|
2043
2049
|
authOptions: RecipientUpdateTemplateRecipientsAuthOptions$Outbound | null;
|
|
2044
2050
|
signingOrder: number | null;
|
|
@@ -2067,6 +2073,8 @@ export const RecipientUpdateTemplateRecipientsRecipientResponse$outboundSchema:
|
|
|
2067
2073
|
token: z.string(),
|
|
2068
2074
|
documentDeletedAt: z.nullable(z.string()),
|
|
2069
2075
|
expired: z.nullable(z.string()),
|
|
2076
|
+
expiresAt: z.nullable(z.string()),
|
|
2077
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
2070
2078
|
signedAt: z.nullable(z.string()),
|
|
2071
2079
|
authOptions: z.nullable(
|
|
2072
2080
|
z.lazy(() => RecipientUpdateTemplateRecipientsAuthOptions$outboundSchema),
|