@keystrokehq/docusign 0.0.6-rename-t1.1 → 0.0.7

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.
@@ -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
- correct: "correct";
46
45
  resend: "resend";
46
+ correct: "correct";
47
47
  }>;
48
48
  }, z.core.$strip>, z.ZodObject<{
49
49
  [x: string]: z.core.$ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
@@ -6,6 +6,7 @@ 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";
9
10
  recipients: "recipients";
10
11
  tabs: "tabs";
11
12
  custom_fields: "custom_fields";
@@ -14,7 +15,6 @@ declare const getEnvelope: _keystrokehq_core0.Operation<z.ZodObject<{
14
15
  extensions: "extensions";
15
16
  powerform: "powerform";
16
17
  payment_tabs: "payment_tabs";
17
- workflow: "workflow";
18
18
  }>>>;
19
19
  advancedUpdate: z.ZodOptional<z.ZodBoolean>;
20
20
  }, z.core.$strip>, z.ZodObject<{
@@ -24,17 +24,17 @@ 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";
27
28
  created: "created";
28
29
  sent: "sent";
30
+ voided: "voided";
29
31
  delivered: "delivered";
30
32
  signed: "signed";
31
33
  completed: "completed";
32
34
  declined: "declined";
33
- voided: "voided";
34
35
  timedout: "timedout";
35
36
  processing: "processing";
36
37
  template: "template";
37
- correct: "correct";
38
38
  deleted: "deleted";
39
39
  "waiting-for-others": "waiting-for-others";
40
40
  transfer: "transfer";
@@ -84,6 +84,7 @@ declare const docusignTabTypeSchema: z.ZodEnum<{
84
84
  commentThreadTabs: "commentThreadTabs";
85
85
  }>;
86
86
  declare const docusignIncludeSchema: z.ZodArray<z.ZodEnum<{
87
+ workflow: "workflow";
87
88
  recipients: "recipients";
88
89
  tabs: "tabs";
89
90
  custom_fields: "custom_fields";
@@ -92,7 +93,6 @@ declare const docusignIncludeSchema: z.ZodArray<z.ZodEnum<{
92
93
  extensions: "extensions";
93
94
  powerform: "powerform";
94
95
  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.6-rename-t1.1",
3
+ "version": "0.0.7",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -244,19 +244,19 @@
244
244
  "LICENSE"
245
245
  ],
246
246
  "dependencies": {
247
- "@keystrokehq/credential-connection": "^0.0.5-rename-t1.0",
248
- "@keystrokehq/integration-authoring": "^0.0.6-rename-t1.0",
247
+ "@keystrokehq/credential-connection": "^0.0.6",
248
+ "@keystrokehq/integration-authoring": "^0.0.7",
249
249
  "zod": "^4.3.6"
250
250
  },
251
251
  "peerDependencies": {
252
- "@keystrokehq/core": ">=0.0.7 <0.1.0"
252
+ "@keystrokehq/core": ">=0.0.8 <0.1.0"
253
253
  },
254
254
  "devDependencies": {
255
255
  "@types/node": "^22.19.11",
256
256
  "tsdown": "^0.20.3",
257
257
  "typescript": "^5.9.3",
258
258
  "vitest": "^4.0.18",
259
- "@keystrokehq/core": "^0.0.7",
259
+ "@keystrokehq/core": "^0.0.8",
260
260
  "@keystrokehq/test-utils": "0.0.0",
261
261
  "@keystrokehq/typescript-config": "0.0.0"
262
262
  },