@documenso/sdk-typescript 0.6.2 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/mcp-server.js +2271 -487
- package/bin/mcp-server.js.map +60 -57
- package/examples/package-lock.json +4 -4
- package/funcs/documentsCreateV0.d.ts +2 -0
- package/funcs/documentsCreateV0.d.ts.map +1 -1
- package/funcs/documentsCreateV0.js +2 -0
- package/funcs/documentsCreateV0.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/operations/documentcreate.d.ts +52 -0
- package/models/operations/documentcreate.d.ts.map +1 -1
- package/models/operations/documentcreate.js +76 -4
- package/models/operations/documentcreate.js.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.d.ts +108 -0
- package/models/operations/documentcreatedocumenttemporary.d.ts.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.js +162 -6
- package/models/operations/documentcreatedocumenttemporary.js.map +1 -1
- package/models/operations/documentdistribute.d.ts +2 -0
- package/models/operations/documentdistribute.d.ts.map +1 -1
- package/models/operations/documentdistribute.js +2 -0
- package/models/operations/documentdistribute.js.map +1 -1
- package/models/operations/documentfind.d.ts +4 -0
- package/models/operations/documentfind.d.ts.map +1 -1
- package/models/operations/documentfind.js +4 -0
- package/models/operations/documentfind.js.map +1 -1
- package/models/operations/documentget.d.ts +56 -0
- package/models/operations/documentget.d.ts.map +1 -1
- package/models/operations/documentget.js +79 -3
- package/models/operations/documentget.js.map +1 -1
- package/models/operations/documentgetmany.d.ts +4 -0
- package/models/operations/documentgetmany.d.ts.map +1 -1
- package/models/operations/documentgetmany.js +4 -0
- package/models/operations/documentgetmany.js.map +1 -1
- package/models/operations/documentupdate.d.ts +52 -0
- package/models/operations/documentupdate.d.ts.map +1 -1
- package/models/operations/documentupdate.js +74 -1
- package/models/operations/documentupdate.js.map +1 -1
- package/models/operations/envelopeauditlogfind.d.ts +52 -4
- package/models/operations/envelopeauditlogfind.d.ts.map +1 -1
- package/models/operations/envelopeauditlogfind.js +65 -7
- package/models/operations/envelopeauditlogfind.js.map +1 -1
- package/models/operations/envelopecreate.d.ts +52 -0
- package/models/operations/envelopecreate.d.ts.map +1 -1
- package/models/operations/envelopecreate.js +76 -4
- package/models/operations/envelopecreate.js.map +1 -1
- package/models/operations/envelopedistribute.d.ts +2 -0
- package/models/operations/envelopedistribute.d.ts.map +1 -1
- package/models/operations/envelopedistribute.js +2 -0
- package/models/operations/envelopedistribute.js.map +1 -1
- package/models/operations/envelopefieldcreatemany.d.ts +1098 -278
- package/models/operations/envelopefieldcreatemany.d.ts.map +1 -1
- package/models/operations/envelopefieldcreatemany.js +1387 -385
- package/models/operations/envelopefieldcreatemany.js.map +1 -1
- package/models/operations/envelopefind.d.ts +4 -0
- package/models/operations/envelopefind.d.ts.map +1 -1
- package/models/operations/envelopefind.js +4 -0
- package/models/operations/envelopefind.js.map +1 -1
- package/models/operations/envelopeget.d.ts +56 -0
- package/models/operations/envelopeget.d.ts.map +1 -1
- package/models/operations/envelopeget.js +79 -3
- package/models/operations/envelopeget.js.map +1 -1
- package/models/operations/envelopegetmany.d.ts +56 -0
- package/models/operations/envelopegetmany.d.ts.map +1 -1
- package/models/operations/envelopegetmany.js +80 -3
- package/models/operations/envelopegetmany.js.map +1 -1
- package/models/operations/enveloperecipientcreatemany.d.ts +4 -0
- package/models/operations/enveloperecipientcreatemany.d.ts.map +1 -1
- package/models/operations/enveloperecipientcreatemany.js +4 -0
- package/models/operations/enveloperecipientcreatemany.js.map +1 -1
- package/models/operations/enveloperecipientget.d.ts +4 -0
- package/models/operations/enveloperecipientget.d.ts.map +1 -1
- package/models/operations/enveloperecipientget.js +4 -0
- package/models/operations/enveloperecipientget.js.map +1 -1
- package/models/operations/enveloperecipientupdatemany.d.ts +4 -0
- package/models/operations/enveloperecipientupdatemany.d.ts.map +1 -1
- package/models/operations/enveloperecipientupdatemany.js +4 -0
- package/models/operations/enveloperecipientupdatemany.js.map +1 -1
- package/models/operations/envelopeupdate.d.ts +52 -0
- package/models/operations/envelopeupdate.d.ts.map +1 -1
- package/models/operations/envelopeupdate.js +74 -2
- package/models/operations/envelopeupdate.js.map +1 -1
- package/models/operations/envelopeuse.d.ts +52 -0
- package/models/operations/envelopeuse.d.ts.map +1 -1
- package/models/operations/envelopeuse.js +74 -2
- package/models/operations/envelopeuse.js.map +1 -1
- package/models/operations/recipientcreatedocumentrecipient.d.ts +4 -0
- package/models/operations/recipientcreatedocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientcreatedocumentrecipient.js +4 -0
- package/models/operations/recipientcreatedocumentrecipient.js.map +1 -1
- package/models/operations/recipientcreatedocumentrecipients.d.ts +4 -0
- package/models/operations/recipientcreatedocumentrecipients.d.ts.map +1 -1
- package/models/operations/recipientcreatedocumentrecipients.js +4 -0
- package/models/operations/recipientcreatedocumentrecipients.js.map +1 -1
- package/models/operations/recipientcreatetemplaterecipient.d.ts +4 -0
- package/models/operations/recipientcreatetemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientcreatetemplaterecipient.js +4 -0
- package/models/operations/recipientcreatetemplaterecipient.js.map +1 -1
- package/models/operations/recipientcreatetemplaterecipients.d.ts +4 -0
- package/models/operations/recipientcreatetemplaterecipients.d.ts.map +1 -1
- package/models/operations/recipientcreatetemplaterecipients.js +4 -0
- package/models/operations/recipientcreatetemplaterecipients.js.map +1 -1
- package/models/operations/recipientgetdocumentrecipient.d.ts +4 -0
- package/models/operations/recipientgetdocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientgetdocumentrecipient.js +4 -0
- package/models/operations/recipientgetdocumentrecipient.js.map +1 -1
- package/models/operations/recipientgettemplaterecipient.d.ts +4 -0
- package/models/operations/recipientgettemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientgettemplaterecipient.js +4 -0
- package/models/operations/recipientgettemplaterecipient.js.map +1 -1
- package/models/operations/recipientupdatedocumentrecipient.d.ts +4 -0
- package/models/operations/recipientupdatedocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientupdatedocumentrecipient.js +4 -0
- package/models/operations/recipientupdatedocumentrecipient.js.map +1 -1
- package/models/operations/recipientupdatedocumentrecipients.d.ts +4 -0
- package/models/operations/recipientupdatedocumentrecipients.d.ts.map +1 -1
- package/models/operations/recipientupdatedocumentrecipients.js +4 -0
- package/models/operations/recipientupdatedocumentrecipients.js.map +1 -1
- package/models/operations/recipientupdatetemplaterecipient.d.ts +4 -0
- package/models/operations/recipientupdatetemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientupdatetemplaterecipient.js +4 -0
- package/models/operations/recipientupdatetemplaterecipient.js.map +1 -1
- package/models/operations/recipientupdatetemplaterecipients.d.ts +4 -0
- package/models/operations/recipientupdatetemplaterecipients.d.ts.map +1 -1
- package/models/operations/recipientupdatetemplaterecipients.js +4 -0
- package/models/operations/recipientupdatetemplaterecipients.js.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.d.ts +108 -0
- package/models/operations/templatecreatedocumentfromtemplate.d.ts.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.js +166 -4
- package/models/operations/templatecreatedocumentfromtemplate.js.map +1 -1
- package/models/operations/templatecreatetemplate.d.ts +2 -0
- package/models/operations/templatecreatetemplate.d.ts.map +1 -1
- package/models/operations/templatecreatetemplate.js +2 -0
- package/models/operations/templatecreatetemplate.js.map +1 -1
- package/models/operations/templatecreatetemplatetemporary.d.ts +8 -0
- package/models/operations/templatecreatetemplatetemporary.d.ts.map +1 -1
- package/models/operations/templatecreatetemplatetemporary.js +8 -0
- package/models/operations/templatecreatetemplatetemporary.js.map +1 -1
- package/models/operations/templatefindtemplates.d.ts +4 -0
- package/models/operations/templatefindtemplates.d.ts.map +1 -1
- package/models/operations/templatefindtemplates.js +4 -0
- package/models/operations/templatefindtemplates.js.map +1 -1
- package/models/operations/templategetmany.d.ts +4 -0
- package/models/operations/templategetmany.d.ts.map +1 -1
- package/models/operations/templategetmany.js +4 -0
- package/models/operations/templategetmany.js.map +1 -1
- package/models/operations/templategettemplatebyid.d.ts +6 -0
- package/models/operations/templategettemplatebyid.d.ts.map +1 -1
- package/models/operations/templategettemplatebyid.js +6 -0
- package/models/operations/templategettemplatebyid.js.map +1 -1
- package/models/operations/templateupdatetemplate.d.ts +2 -0
- package/models/operations/templateupdatetemplate.d.ts.map +1 -1
- package/models/operations/templateupdatetemplate.js +2 -0
- package/models/operations/templateupdatetemplate.js.map +1 -1
- package/package.json +4 -4
- package/sdk/documents.d.ts +2 -0
- package/sdk/documents.d.ts.map +1 -1
- package/sdk/documents.js +2 -0
- package/sdk/documents.js.map +1 -1
- package/src/funcs/documentsCreateV0.ts +2 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/documentcreate.ts +207 -0
- package/src/models/operations/documentcreatedocumenttemporary.ts +414 -0
- package/src/models/operations/documentdistribute.ts +4 -0
- package/src/models/operations/documentfind.ts +8 -0
- package/src/models/operations/documentget.ts +199 -0
- package/src/models/operations/documentgetmany.ts +8 -0
- package/src/models/operations/documentupdate.ts +207 -0
- package/src/models/operations/envelopeauditlogfind.ts +142 -2
- package/src/models/operations/envelopecreate.ts +207 -0
- package/src/models/operations/envelopedistribute.ts +4 -0
- package/src/models/operations/envelopefieldcreatemany.ts +3393 -859
- package/src/models/operations/envelopefind.ts +8 -0
- package/src/models/operations/envelopeget.ts +199 -0
- package/src/models/operations/envelopegetmany.ts +213 -0
- package/src/models/operations/enveloperecipientcreatemany.ts +8 -0
- package/src/models/operations/enveloperecipientget.ts +8 -0
- package/src/models/operations/enveloperecipientupdatemany.ts +8 -0
- package/src/models/operations/envelopeupdate.ts +207 -0
- package/src/models/operations/envelopeuse.ts +193 -0
- package/src/models/operations/recipientcreatedocumentrecipient.ts +8 -0
- package/src/models/operations/recipientcreatedocumentrecipients.ts +8 -0
- package/src/models/operations/recipientcreatetemplaterecipient.ts +8 -0
- package/src/models/operations/recipientcreatetemplaterecipients.ts +8 -0
- package/src/models/operations/recipientgetdocumentrecipient.ts +8 -0
- package/src/models/operations/recipientgettemplaterecipient.ts +8 -0
- package/src/models/operations/recipientupdatedocumentrecipient.ts +8 -0
- package/src/models/operations/recipientupdatedocumentrecipients.ts +8 -0
- package/src/models/operations/recipientupdatetemplaterecipient.ts +8 -0
- package/src/models/operations/recipientupdatetemplaterecipients.ts +8 -0
- package/src/models/operations/templatecreatedocumentfromtemplate.ts +472 -0
- package/src/models/operations/templatecreatetemplate.ts +4 -0
- package/src/models/operations/templatecreatetemplatetemporary.ts +16 -0
- package/src/models/operations/templatefindtemplates.ts +8 -0
- package/src/models/operations/templategetmany.ts +8 -0
- package/src/models/operations/templategettemplatebyid.ts +12 -0
- package/src/models/operations/templateupdatetemplate.ts +4 -0
- package/src/sdk/documents.ts +2 -0
|
@@ -87,6 +87,7 @@ export type TemplateCreateTemplateTemporaryMetaEmailSettings = {
|
|
|
87
87
|
documentCompleted?: boolean | undefined;
|
|
88
88
|
documentDeleted?: boolean | undefined;
|
|
89
89
|
ownerDocumentCompleted?: boolean | undefined;
|
|
90
|
+
ownerRecipientExpired?: boolean | undefined;
|
|
90
91
|
};
|
|
91
92
|
|
|
92
93
|
export const TemplateCreateTemplateTemporaryLanguage = {
|
|
@@ -247,6 +248,7 @@ export type TemplateCreateTemplateTemporaryTemplateMetaEmailSettings = {
|
|
|
247
248
|
documentCompleted?: boolean | undefined;
|
|
248
249
|
documentDeleted?: boolean | undefined;
|
|
249
250
|
ownerDocumentCompleted?: boolean | undefined;
|
|
251
|
+
ownerRecipientExpired?: boolean | undefined;
|
|
250
252
|
};
|
|
251
253
|
|
|
252
254
|
export type TemplateCreateTemplateTemporaryTemplateMeta = {
|
|
@@ -360,6 +362,8 @@ export type TemplateCreateTemplateTemporaryRecipient = {
|
|
|
360
362
|
token: string;
|
|
361
363
|
documentDeletedAt: string | null;
|
|
362
364
|
expired: string | null;
|
|
365
|
+
expiresAt: string | null;
|
|
366
|
+
expirationNotifiedAt: string | null;
|
|
363
367
|
signedAt: string | null;
|
|
364
368
|
authOptions: TemplateCreateTemplateTemporaryRecipientAuthOptions | null;
|
|
365
369
|
signingOrder: number | null;
|
|
@@ -796,6 +800,7 @@ export const TemplateCreateTemplateTemporaryMetaEmailSettings$inboundSchema:
|
|
|
796
800
|
documentCompleted: z.boolean().default(true),
|
|
797
801
|
documentDeleted: z.boolean().default(true),
|
|
798
802
|
ownerDocumentCompleted: z.boolean().default(true),
|
|
803
|
+
ownerRecipientExpired: z.boolean().default(true),
|
|
799
804
|
});
|
|
800
805
|
/** @internal */
|
|
801
806
|
export type TemplateCreateTemplateTemporaryMetaEmailSettings$Outbound = {
|
|
@@ -806,6 +811,7 @@ export type TemplateCreateTemplateTemporaryMetaEmailSettings$Outbound = {
|
|
|
806
811
|
documentCompleted: boolean;
|
|
807
812
|
documentDeleted: boolean;
|
|
808
813
|
ownerDocumentCompleted: boolean;
|
|
814
|
+
ownerRecipientExpired: boolean;
|
|
809
815
|
};
|
|
810
816
|
|
|
811
817
|
/** @internal */
|
|
@@ -822,6 +828,7 @@ export const TemplateCreateTemplateTemporaryMetaEmailSettings$outboundSchema:
|
|
|
822
828
|
documentCompleted: z.boolean().default(true),
|
|
823
829
|
documentDeleted: z.boolean().default(true),
|
|
824
830
|
ownerDocumentCompleted: z.boolean().default(true),
|
|
831
|
+
ownerRecipientExpired: z.boolean().default(true),
|
|
825
832
|
});
|
|
826
833
|
|
|
827
834
|
export function templateCreateTemplateTemporaryMetaEmailSettingsToJSON(
|
|
@@ -1335,6 +1342,7 @@ export const TemplateCreateTemplateTemporaryTemplateMetaEmailSettings$inboundSch
|
|
|
1335
1342
|
documentCompleted: z.boolean().default(true),
|
|
1336
1343
|
documentDeleted: z.boolean().default(true),
|
|
1337
1344
|
ownerDocumentCompleted: z.boolean().default(true),
|
|
1345
|
+
ownerRecipientExpired: z.boolean().default(true),
|
|
1338
1346
|
});
|
|
1339
1347
|
/** @internal */
|
|
1340
1348
|
export type TemplateCreateTemplateTemporaryTemplateMetaEmailSettings$Outbound =
|
|
@@ -1346,6 +1354,7 @@ export type TemplateCreateTemplateTemporaryTemplateMetaEmailSettings$Outbound =
|
|
|
1346
1354
|
documentCompleted: boolean;
|
|
1347
1355
|
documentDeleted: boolean;
|
|
1348
1356
|
ownerDocumentCompleted: boolean;
|
|
1357
|
+
ownerRecipientExpired: boolean;
|
|
1349
1358
|
};
|
|
1350
1359
|
|
|
1351
1360
|
/** @internal */
|
|
@@ -1362,6 +1371,7 @@ export const TemplateCreateTemplateTemporaryTemplateMetaEmailSettings$outboundSc
|
|
|
1362
1371
|
documentCompleted: z.boolean().default(true),
|
|
1363
1372
|
documentDeleted: z.boolean().default(true),
|
|
1364
1373
|
ownerDocumentCompleted: z.boolean().default(true),
|
|
1374
|
+
ownerRecipientExpired: z.boolean().default(true),
|
|
1365
1375
|
});
|
|
1366
1376
|
|
|
1367
1377
|
export function templateCreateTemplateTemporaryTemplateMetaEmailSettingsToJSON(
|
|
@@ -1747,6 +1757,8 @@ export const TemplateCreateTemplateTemporaryRecipient$inboundSchema: z.ZodType<
|
|
|
1747
1757
|
token: z.string(),
|
|
1748
1758
|
documentDeletedAt: z.nullable(z.string()),
|
|
1749
1759
|
expired: z.nullable(z.string()),
|
|
1760
|
+
expiresAt: z.nullable(z.string()),
|
|
1761
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
1750
1762
|
signedAt: z.nullable(z.string()),
|
|
1751
1763
|
authOptions: z.nullable(
|
|
1752
1764
|
z.lazy(() =>
|
|
@@ -1771,6 +1783,8 @@ export type TemplateCreateTemplateTemporaryRecipient$Outbound = {
|
|
|
1771
1783
|
token: string;
|
|
1772
1784
|
documentDeletedAt: string | null;
|
|
1773
1785
|
expired: string | null;
|
|
1786
|
+
expiresAt: string | null;
|
|
1787
|
+
expirationNotifiedAt: string | null;
|
|
1774
1788
|
signedAt: string | null;
|
|
1775
1789
|
authOptions:
|
|
1776
1790
|
| TemplateCreateTemplateTemporaryRecipientAuthOptions$Outbound
|
|
@@ -1798,6 +1812,8 @@ export const TemplateCreateTemplateTemporaryRecipient$outboundSchema: z.ZodType<
|
|
|
1798
1812
|
token: z.string(),
|
|
1799
1813
|
documentDeletedAt: z.nullable(z.string()),
|
|
1800
1814
|
expired: z.nullable(z.string()),
|
|
1815
|
+
expiresAt: z.nullable(z.string()),
|
|
1816
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
1801
1817
|
signedAt: z.nullable(z.string()),
|
|
1802
1818
|
authOptions: z.nullable(
|
|
1803
1819
|
z.lazy(() =>
|
|
@@ -441,6 +441,8 @@ export type TemplateFindTemplatesRecipient = {
|
|
|
441
441
|
token: string;
|
|
442
442
|
documentDeletedAt: string | null;
|
|
443
443
|
expired: string | null;
|
|
444
|
+
expiresAt: string | null;
|
|
445
|
+
expirationNotifiedAt: string | null;
|
|
444
446
|
signedAt: string | null;
|
|
445
447
|
authOptions: TemplateFindTemplatesRecipientAuthOptions | null;
|
|
446
448
|
signingOrder: number | null;
|
|
@@ -1917,6 +1919,8 @@ export const TemplateFindTemplatesRecipient$inboundSchema: z.ZodType<
|
|
|
1917
1919
|
token: z.string(),
|
|
1918
1920
|
documentDeletedAt: z.nullable(z.string()),
|
|
1919
1921
|
expired: z.nullable(z.string()),
|
|
1922
|
+
expiresAt: z.nullable(z.string()),
|
|
1923
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
1920
1924
|
signedAt: z.nullable(z.string()),
|
|
1921
1925
|
authOptions: z.nullable(
|
|
1922
1926
|
z.lazy(() => TemplateFindTemplatesRecipientAuthOptions$inboundSchema),
|
|
@@ -1939,6 +1943,8 @@ export type TemplateFindTemplatesRecipient$Outbound = {
|
|
|
1939
1943
|
token: string;
|
|
1940
1944
|
documentDeletedAt: string | null;
|
|
1941
1945
|
expired: string | null;
|
|
1946
|
+
expiresAt: string | null;
|
|
1947
|
+
expirationNotifiedAt: string | null;
|
|
1942
1948
|
signedAt: string | null;
|
|
1943
1949
|
authOptions: TemplateFindTemplatesRecipientAuthOptions$Outbound | null;
|
|
1944
1950
|
signingOrder: number | null;
|
|
@@ -1964,6 +1970,8 @@ export const TemplateFindTemplatesRecipient$outboundSchema: z.ZodType<
|
|
|
1964
1970
|
token: z.string(),
|
|
1965
1971
|
documentDeletedAt: z.nullable(z.string()),
|
|
1966
1972
|
expired: z.nullable(z.string()),
|
|
1973
|
+
expiresAt: z.nullable(z.string()),
|
|
1974
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
1967
1975
|
signedAt: z.nullable(z.string()),
|
|
1968
1976
|
authOptions: z.nullable(
|
|
1969
1977
|
z.lazy(() => TemplateFindTemplatesRecipientAuthOptions$outboundSchema),
|
|
@@ -406,6 +406,8 @@ export type TemplateGetManyRecipient = {
|
|
|
406
406
|
token: string;
|
|
407
407
|
documentDeletedAt: string | null;
|
|
408
408
|
expired: string | null;
|
|
409
|
+
expiresAt: string | null;
|
|
410
|
+
expirationNotifiedAt: string | null;
|
|
409
411
|
signedAt: string | null;
|
|
410
412
|
authOptions: TemplateGetManyRecipientAuthOptions | null;
|
|
411
413
|
signingOrder: number | null;
|
|
@@ -1807,6 +1809,8 @@ export const TemplateGetManyRecipient$inboundSchema: z.ZodType<
|
|
|
1807
1809
|
token: z.string(),
|
|
1808
1810
|
documentDeletedAt: z.nullable(z.string()),
|
|
1809
1811
|
expired: z.nullable(z.string()),
|
|
1812
|
+
expiresAt: z.nullable(z.string()),
|
|
1813
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
1810
1814
|
signedAt: z.nullable(z.string()),
|
|
1811
1815
|
authOptions: z.nullable(
|
|
1812
1816
|
z.lazy(() => TemplateGetManyRecipientAuthOptions$inboundSchema),
|
|
@@ -1829,6 +1833,8 @@ export type TemplateGetManyRecipient$Outbound = {
|
|
|
1829
1833
|
token: string;
|
|
1830
1834
|
documentDeletedAt: string | null;
|
|
1831
1835
|
expired: string | null;
|
|
1836
|
+
expiresAt: string | null;
|
|
1837
|
+
expirationNotifiedAt: string | null;
|
|
1832
1838
|
signedAt: string | null;
|
|
1833
1839
|
authOptions: TemplateGetManyRecipientAuthOptions$Outbound | null;
|
|
1834
1840
|
signingOrder: number | null;
|
|
@@ -1854,6 +1860,8 @@ export const TemplateGetManyRecipient$outboundSchema: z.ZodType<
|
|
|
1854
1860
|
token: z.string(),
|
|
1855
1861
|
documentDeletedAt: z.nullable(z.string()),
|
|
1856
1862
|
expired: z.nullable(z.string()),
|
|
1863
|
+
expiresAt: z.nullable(z.string()),
|
|
1864
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
1857
1865
|
signedAt: z.nullable(z.string()),
|
|
1858
1866
|
authOptions: z.nullable(
|
|
1859
1867
|
z.lazy(() => TemplateGetManyRecipientAuthOptions$outboundSchema),
|
|
@@ -93,6 +93,7 @@ export type TemplateGetTemplateByIdEmailSettings = {
|
|
|
93
93
|
documentCompleted?: boolean | undefined;
|
|
94
94
|
documentDeleted?: boolean | undefined;
|
|
95
95
|
ownerDocumentCompleted?: boolean | undefined;
|
|
96
|
+
ownerRecipientExpired?: boolean | undefined;
|
|
96
97
|
};
|
|
97
98
|
|
|
98
99
|
export type TemplateGetTemplateByIdTemplateMeta = {
|
|
@@ -203,6 +204,8 @@ export type TemplateGetTemplateByIdRecipient = {
|
|
|
203
204
|
token: string;
|
|
204
205
|
documentDeletedAt: string | null;
|
|
205
206
|
expired: string | null;
|
|
207
|
+
expiresAt: string | null;
|
|
208
|
+
expirationNotifiedAt: string | null;
|
|
206
209
|
signedAt: string | null;
|
|
207
210
|
authOptions: TemplateGetTemplateByIdRecipientAuthOptions | null;
|
|
208
211
|
signingOrder: number | null;
|
|
@@ -786,6 +789,7 @@ export const TemplateGetTemplateByIdEmailSettings$inboundSchema: z.ZodType<
|
|
|
786
789
|
documentCompleted: z.boolean().default(true),
|
|
787
790
|
documentDeleted: z.boolean().default(true),
|
|
788
791
|
ownerDocumentCompleted: z.boolean().default(true),
|
|
792
|
+
ownerRecipientExpired: z.boolean().default(true),
|
|
789
793
|
});
|
|
790
794
|
/** @internal */
|
|
791
795
|
export type TemplateGetTemplateByIdEmailSettings$Outbound = {
|
|
@@ -796,6 +800,7 @@ export type TemplateGetTemplateByIdEmailSettings$Outbound = {
|
|
|
796
800
|
documentCompleted: boolean;
|
|
797
801
|
documentDeleted: boolean;
|
|
798
802
|
ownerDocumentCompleted: boolean;
|
|
803
|
+
ownerRecipientExpired: boolean;
|
|
799
804
|
};
|
|
800
805
|
|
|
801
806
|
/** @internal */
|
|
@@ -811,6 +816,7 @@ export const TemplateGetTemplateByIdEmailSettings$outboundSchema: z.ZodType<
|
|
|
811
816
|
documentCompleted: z.boolean().default(true),
|
|
812
817
|
documentDeleted: z.boolean().default(true),
|
|
813
818
|
ownerDocumentCompleted: z.boolean().default(true),
|
|
819
|
+
ownerRecipientExpired: z.boolean().default(true),
|
|
814
820
|
});
|
|
815
821
|
|
|
816
822
|
export function templateGetTemplateByIdEmailSettingsToJSON(
|
|
@@ -1158,6 +1164,8 @@ export const TemplateGetTemplateByIdRecipient$inboundSchema: z.ZodType<
|
|
|
1158
1164
|
token: z.string(),
|
|
1159
1165
|
documentDeletedAt: z.nullable(z.string()),
|
|
1160
1166
|
expired: z.nullable(z.string()),
|
|
1167
|
+
expiresAt: z.nullable(z.string()),
|
|
1168
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
1161
1169
|
signedAt: z.nullable(z.string()),
|
|
1162
1170
|
authOptions: z.nullable(
|
|
1163
1171
|
z.lazy(() => TemplateGetTemplateByIdRecipientAuthOptions$inboundSchema),
|
|
@@ -1180,6 +1188,8 @@ export type TemplateGetTemplateByIdRecipient$Outbound = {
|
|
|
1180
1188
|
token: string;
|
|
1181
1189
|
documentDeletedAt: string | null;
|
|
1182
1190
|
expired: string | null;
|
|
1191
|
+
expiresAt: string | null;
|
|
1192
|
+
expirationNotifiedAt: string | null;
|
|
1183
1193
|
signedAt: string | null;
|
|
1184
1194
|
authOptions: TemplateGetTemplateByIdRecipientAuthOptions$Outbound | null;
|
|
1185
1195
|
signingOrder: number | null;
|
|
@@ -1205,6 +1215,8 @@ export const TemplateGetTemplateByIdRecipient$outboundSchema: z.ZodType<
|
|
|
1205
1215
|
token: z.string(),
|
|
1206
1216
|
documentDeletedAt: z.nullable(z.string()),
|
|
1207
1217
|
expired: z.nullable(z.string()),
|
|
1218
|
+
expiresAt: z.nullable(z.string()),
|
|
1219
|
+
expirationNotifiedAt: z.nullable(z.string()),
|
|
1208
1220
|
signedAt: z.nullable(z.string()),
|
|
1209
1221
|
authOptions: z.nullable(
|
|
1210
1222
|
z.lazy(() => TemplateGetTemplateByIdRecipientAuthOptions$outboundSchema),
|
|
@@ -104,6 +104,7 @@ export type TemplateUpdateTemplateEmailSettings = {
|
|
|
104
104
|
documentCompleted?: boolean | undefined;
|
|
105
105
|
documentDeleted?: boolean | undefined;
|
|
106
106
|
ownerDocumentCompleted?: boolean | undefined;
|
|
107
|
+
ownerRecipientExpired?: boolean | undefined;
|
|
107
108
|
};
|
|
108
109
|
|
|
109
110
|
export const TemplateUpdateTemplateLanguage = {
|
|
@@ -358,6 +359,7 @@ export const TemplateUpdateTemplateEmailSettings$inboundSchema: z.ZodType<
|
|
|
358
359
|
documentCompleted: z.boolean().default(true),
|
|
359
360
|
documentDeleted: z.boolean().default(true),
|
|
360
361
|
ownerDocumentCompleted: z.boolean().default(true),
|
|
362
|
+
ownerRecipientExpired: z.boolean().default(true),
|
|
361
363
|
});
|
|
362
364
|
/** @internal */
|
|
363
365
|
export type TemplateUpdateTemplateEmailSettings$Outbound = {
|
|
@@ -368,6 +370,7 @@ export type TemplateUpdateTemplateEmailSettings$Outbound = {
|
|
|
368
370
|
documentCompleted: boolean;
|
|
369
371
|
documentDeleted: boolean;
|
|
370
372
|
ownerDocumentCompleted: boolean;
|
|
373
|
+
ownerRecipientExpired: boolean;
|
|
371
374
|
};
|
|
372
375
|
|
|
373
376
|
/** @internal */
|
|
@@ -383,6 +386,7 @@ export const TemplateUpdateTemplateEmailSettings$outboundSchema: z.ZodType<
|
|
|
383
386
|
documentCompleted: z.boolean().default(true),
|
|
384
387
|
documentDeleted: z.boolean().default(true),
|
|
385
388
|
ownerDocumentCompleted: z.boolean().default(true),
|
|
389
|
+
ownerRecipientExpired: z.boolean().default(true),
|
|
386
390
|
});
|
|
387
391
|
|
|
388
392
|
export function templateUpdateTemplateEmailSettingsToJSON(
|
package/src/sdk/documents.ts
CHANGED
|
@@ -181,6 +181,8 @@ export class Documents extends ClientSDK {
|
|
|
181
181
|
*
|
|
182
182
|
* @remarks
|
|
183
183
|
* You will need to upload the PDF to the provided URL returned. Note: Once V2 API is released, this will be removed since we will allow direct uploads, instead of using an upload URL.
|
|
184
|
+
*
|
|
185
|
+
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
184
186
|
*/
|
|
185
187
|
async createV0(
|
|
186
188
|
request: operations.DocumentCreateDocumentTemporaryRequest,
|