@keystrokehq/docusign 0.0.7 → 0.0.8
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/dist/bulk-send.d.mts +1 -1
- package/dist/envelopes.d.mts +1 -1
- package/dist/schemas/index.d.mts +2 -2
- package/package.json +2 -2
package/dist/bulk-send.d.mts
CHANGED
|
@@ -42,8 +42,8 @@ declare const applyActionToBulkSendEnvelopes: _keystrokehq_core0.Operation<z.Zod
|
|
|
42
42
|
batchId: z.ZodString;
|
|
43
43
|
action: z.ZodEnum<{
|
|
44
44
|
void: "void";
|
|
45
|
-
resend: "resend";
|
|
46
45
|
correct: "correct";
|
|
46
|
+
resend: "resend";
|
|
47
47
|
}>;
|
|
48
48
|
}, z.core.$strip>, z.ZodObject<{
|
|
49
49
|
[x: string]: z.core.$ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
|
package/dist/envelopes.d.mts
CHANGED
|
@@ -6,7 +6,6 @@ import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential
|
|
|
6
6
|
declare const getEnvelope: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
7
7
|
envelopeId: z.ZodString;
|
|
8
8
|
include: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
9
|
-
workflow: "workflow";
|
|
10
9
|
recipients: "recipients";
|
|
11
10
|
tabs: "tabs";
|
|
12
11
|
custom_fields: "custom_fields";
|
|
@@ -15,6 +14,7 @@ declare const getEnvelope: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
15
14
|
extensions: "extensions";
|
|
16
15
|
powerform: "powerform";
|
|
17
16
|
payment_tabs: "payment_tabs";
|
|
17
|
+
workflow: "workflow";
|
|
18
18
|
}>>>;
|
|
19
19
|
advancedUpdate: z.ZodOptional<z.ZodBoolean>;
|
|
20
20
|
}, z.core.$strip>, z.ZodObject<{
|
package/dist/schemas/index.d.mts
CHANGED
|
@@ -24,7 +24,6 @@ declare const docusignListPaginationSchema: z.ZodObject<{
|
|
|
24
24
|
}, z.core.$catchall<z.ZodUnknown>>;
|
|
25
25
|
declare const docusignEnvelopeStatusSchema: z.ZodEnum<{
|
|
26
26
|
any: "any";
|
|
27
|
-
correct: "correct";
|
|
28
27
|
created: "created";
|
|
29
28
|
sent: "sent";
|
|
30
29
|
voided: "voided";
|
|
@@ -35,6 +34,7 @@ declare const docusignEnvelopeStatusSchema: z.ZodEnum<{
|
|
|
35
34
|
timedout: "timedout";
|
|
36
35
|
processing: "processing";
|
|
37
36
|
template: "template";
|
|
37
|
+
correct: "correct";
|
|
38
38
|
deleted: "deleted";
|
|
39
39
|
"waiting-for-others": "waiting-for-others";
|
|
40
40
|
transfer: "transfer";
|
|
@@ -84,7 +84,6 @@ declare const docusignTabTypeSchema: z.ZodEnum<{
|
|
|
84
84
|
commentThreadTabs: "commentThreadTabs";
|
|
85
85
|
}>;
|
|
86
86
|
declare const docusignIncludeSchema: z.ZodArray<z.ZodEnum<{
|
|
87
|
-
workflow: "workflow";
|
|
88
87
|
recipients: "recipients";
|
|
89
88
|
tabs: "tabs";
|
|
90
89
|
custom_fields: "custom_fields";
|
|
@@ -93,6 +92,7 @@ declare const docusignIncludeSchema: z.ZodArray<z.ZodEnum<{
|
|
|
93
92
|
extensions: "extensions";
|
|
94
93
|
powerform: "powerform";
|
|
95
94
|
payment_tabs: "payment_tabs";
|
|
95
|
+
workflow: "workflow";
|
|
96
96
|
}>>;
|
|
97
97
|
declare const docusignSignerInputSchema: z.ZodObject<{
|
|
98
98
|
email: z.ZodEmail;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/docusign",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"LICENSE"
|
|
245
245
|
],
|
|
246
246
|
"dependencies": {
|
|
247
|
-
"@keystrokehq/credential-connection": "^0.0.
|
|
247
|
+
"@keystrokehq/credential-connection": "^0.0.7",
|
|
248
248
|
"@keystrokehq/integration-authoring": "^0.0.7",
|
|
249
249
|
"zod": "^4.3.6"
|
|
250
250
|
},
|