@keystrokehq/signwell 0.1.4 → 0.1.5
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/actions/create-document-from-template.d.cts +13 -1
- package/dist/actions/create-document-from-template.d.cts.map +1 -1
- package/dist/actions/create-document-from-template.d.mts +13 -1
- package/dist/actions/create-document-from-template.d.mts.map +1 -1
- package/dist/actions/create-document.d.cts +13 -1
- package/dist/actions/create-document.d.cts.map +1 -1
- package/dist/actions/create-document.d.mts +13 -1
- package/dist/actions/create-document.d.mts.map +1 -1
- package/dist/actions/create-webhook.d.cts +13 -1
- package/dist/actions/create-webhook.d.mts +13 -1
- package/dist/actions/delete-document.d.cts +13 -1
- package/dist/actions/delete-document.d.mts +13 -1
- package/dist/actions/delete-webhook.d.cts +13 -1
- package/dist/actions/delete-webhook.d.mts +13 -1
- package/dist/actions/get-credentials.d.cts +13 -1
- package/dist/actions/get-credentials.d.cts.map +1 -1
- package/dist/actions/get-credentials.d.mts +13 -1
- package/dist/actions/get-credentials.d.mts.map +1 -1
- package/dist/actions/get-document.d.cts +13 -1
- package/dist/actions/get-document.d.mts +13 -1
- package/dist/actions/list-bulk-sends.d.cts +13 -1
- package/dist/actions/list-bulk-sends.d.mts +13 -1
- package/dist/actions/list-webhooks.d.cts +13 -1
- package/dist/actions/list-webhooks.d.cts.map +1 -1
- package/dist/actions/list-webhooks.d.mts +13 -1
- package/dist/actions/list-webhooks.d.mts.map +1 -1
- package/dist/actions/send-reminder.d.cts +13 -1
- package/dist/actions/send-reminder.d.mts +13 -1
- package/dist/actions/update-and-send-document.d.cts +13 -1
- package/dist/actions/update-and-send-document.d.cts.map +1 -1
- package/dist/actions/update-and-send-document.d.mts +13 -1
- package/dist/actions/update-and-send-document.d.mts.map +1 -1
- package/dist/actions/update-template.d.cts +13 -1
- package/dist/actions/update-template.d.cts.map +1 -1
- package/dist/actions/update-template.d.mts +13 -1
- package/dist/actions/update-template.d.mts.map +1 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -180,7 +180,19 @@ declare const signwellCreateDocumentFromTemplate: import("@keystrokehq/action").
|
|
|
180
180
|
custom_requester_name?: string | undefined;
|
|
181
181
|
custom_requester_email?: string | undefined;
|
|
182
182
|
embedded_signing_notifications?: boolean | undefined;
|
|
183
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
183
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
184
|
+
connectionId: z.ZodString;
|
|
185
|
+
entityId: z.ZodString;
|
|
186
|
+
instanceId: z.ZodString;
|
|
187
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
188
|
+
generic_api_key: z.ZodString;
|
|
189
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
190
|
+
connectionId: z.ZodString;
|
|
191
|
+
entityId: z.ZodString;
|
|
192
|
+
instanceId: z.ZodString;
|
|
193
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
194
|
+
generic_api_key: z.ZodString;
|
|
195
|
+
}, z.core.$strip>>]>;
|
|
184
196
|
//#endregion
|
|
185
197
|
export { signwellCreateDocumentFromTemplate };
|
|
186
198
|
//# sourceMappingURL=create-document-from-template.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-document-from-template.d.cts","names":[],"sources":["../../src/actions/create-document-from-template.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAuFvC,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmCxC,kCAAA,gCAAkC,wBAAA
|
|
1
|
+
{"version":3,"file":"create-document-from-template.d.cts","names":[],"sources":["../../src/actions/create-document-from-template.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAuFvC,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmCxC,kCAAA,gCAAkC,wBAAA"}
|
|
@@ -180,7 +180,19 @@ declare const signwellCreateDocumentFromTemplate: import("@keystrokehq/action").
|
|
|
180
180
|
custom_requester_name?: string | undefined;
|
|
181
181
|
custom_requester_email?: string | undefined;
|
|
182
182
|
embedded_signing_notifications?: boolean | undefined;
|
|
183
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
183
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
184
|
+
connectionId: z.ZodString;
|
|
185
|
+
entityId: z.ZodString;
|
|
186
|
+
instanceId: z.ZodString;
|
|
187
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
188
|
+
generic_api_key: z.ZodString;
|
|
189
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
190
|
+
connectionId: z.ZodString;
|
|
191
|
+
entityId: z.ZodString;
|
|
192
|
+
instanceId: z.ZodString;
|
|
193
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
194
|
+
generic_api_key: z.ZodString;
|
|
195
|
+
}, z.core.$strip>>]>;
|
|
184
196
|
//#endregion
|
|
185
197
|
export { signwellCreateDocumentFromTemplate };
|
|
186
198
|
//# sourceMappingURL=create-document-from-template.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-document-from-template.d.mts","names":[],"sources":["../../src/actions/create-document-from-template.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAuFvC,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmCxC,kCAAA,gCAAkC,wBAAA
|
|
1
|
+
{"version":3,"file":"create-document-from-template.d.mts","names":[],"sources":["../../src/actions/create-document-from-template.ts"],"mappings":";;;cAIa,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAuFvC,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmCxC,kCAAA,gCAAkC,wBAAA"}
|
|
@@ -88,7 +88,19 @@ declare const signwellCreateDocument: import("@keystrokehq/action").WorkflowActi
|
|
|
88
88
|
custom_requester_name?: string | undefined;
|
|
89
89
|
custom_requester_email?: string | undefined;
|
|
90
90
|
embedded_signing_notifications?: boolean | undefined;
|
|
91
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
91
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
92
|
+
connectionId: z.ZodString;
|
|
93
|
+
entityId: z.ZodString;
|
|
94
|
+
instanceId: z.ZodString;
|
|
95
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
96
|
+
generic_api_key: z.ZodString;
|
|
97
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
98
|
+
connectionId: z.ZodString;
|
|
99
|
+
entityId: z.ZodString;
|
|
100
|
+
instanceId: z.ZodString;
|
|
101
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
102
|
+
generic_api_key: z.ZodString;
|
|
103
|
+
}, z.core.$strip>>]>;
|
|
92
104
|
//#endregion
|
|
93
105
|
export { signwellCreateDocument };
|
|
94
106
|
//# sourceMappingURL=create-document.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-document.d.cts","names":[],"sources":["../../src/actions/create-document.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA6C3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;cAY5B,sBAAA,gCAAsB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-document.d.cts","names":[],"sources":["../../src/actions/create-document.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA6C3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;cAY5B,sBAAA,gCAAsB,wBAAA"}
|
|
@@ -88,7 +88,19 @@ declare const signwellCreateDocument: import("@keystrokehq/action").WorkflowActi
|
|
|
88
88
|
custom_requester_name?: string | undefined;
|
|
89
89
|
custom_requester_email?: string | undefined;
|
|
90
90
|
embedded_signing_notifications?: boolean | undefined;
|
|
91
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
91
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
92
|
+
connectionId: z.ZodString;
|
|
93
|
+
entityId: z.ZodString;
|
|
94
|
+
instanceId: z.ZodString;
|
|
95
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
96
|
+
generic_api_key: z.ZodString;
|
|
97
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
98
|
+
connectionId: z.ZodString;
|
|
99
|
+
entityId: z.ZodString;
|
|
100
|
+
instanceId: z.ZodString;
|
|
101
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
102
|
+
generic_api_key: z.ZodString;
|
|
103
|
+
}, z.core.$strip>>]>;
|
|
92
104
|
//#endregion
|
|
93
105
|
export { signwellCreateDocument };
|
|
94
106
|
//# sourceMappingURL=create-document.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-document.d.mts","names":[],"sources":["../../src/actions/create-document.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA6C3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;cAY5B,sBAAA,gCAAsB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-document.d.mts","names":[],"sources":["../../src/actions/create-document.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA6C3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;cAY5B,sBAAA,gCAAsB,wBAAA"}
|
|
@@ -12,7 +12,19 @@ declare const SignwellCreateWebhookOutput: z.ZodObject<{
|
|
|
12
12
|
declare const signwellCreateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
callbackUrl: string;
|
|
14
14
|
apiApplicationId?: string | undefined;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
generic_api_key: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { signwellCreateWebhook };
|
|
18
30
|
//# sourceMappingURL=create-webhook.d.cts.map
|
|
@@ -12,7 +12,19 @@ declare const SignwellCreateWebhookOutput: z.ZodObject<{
|
|
|
12
12
|
declare const signwellCreateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
callbackUrl: string;
|
|
14
14
|
apiApplicationId?: string | undefined;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
generic_api_key: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
generic_api_key: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { signwellCreateWebhook };
|
|
18
30
|
//# sourceMappingURL=create-webhook.d.mts.map
|
|
@@ -10,7 +10,19 @@ declare const SignwellDeleteDocumentOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const signwellDeleteDocument: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
id: string;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
generic_api_key: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { signwellDeleteDocument };
|
|
16
28
|
//# sourceMappingURL=delete-document.d.cts.map
|
|
@@ -10,7 +10,19 @@ declare const SignwellDeleteDocumentOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const signwellDeleteDocument: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
id: string;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
generic_api_key: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { signwellDeleteDocument };
|
|
16
28
|
//# sourceMappingURL=delete-document.d.mts.map
|
|
@@ -7,7 +7,19 @@ declare const SignwellDeleteWebhookInput: z.ZodObject<{
|
|
|
7
7
|
declare const SignwellDeleteWebhookOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const signwellDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
generic_api_key: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { signwellDeleteWebhook };
|
|
13
25
|
//# sourceMappingURL=delete-webhook.d.cts.map
|
|
@@ -7,7 +7,19 @@ declare const SignwellDeleteWebhookInput: z.ZodObject<{
|
|
|
7
7
|
declare const SignwellDeleteWebhookOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const signwellDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
generic_api_key: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { signwellDeleteWebhook };
|
|
13
25
|
//# sourceMappingURL=delete-webhook.d.mts.map
|
|
@@ -55,7 +55,19 @@ declare const SignwellGetCredentialsOutput: z.ZodObject<{
|
|
|
55
55
|
can_create_completion_document: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
56
56
|
}, z.core.$loose>>;
|
|
57
57
|
}, z.core.$loose>;
|
|
58
|
-
declare const signwellGetCredentials: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
58
|
+
declare const signwellGetCredentials: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
generic_api_key: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
65
|
+
connectionId: z.ZodString;
|
|
66
|
+
entityId: z.ZodString;
|
|
67
|
+
instanceId: z.ZodString;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
generic_api_key: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>]>;
|
|
59
71
|
//#endregion
|
|
60
72
|
export { signwellGetCredentials };
|
|
61
73
|
//# sourceMappingURL=get-credentials.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-credentials.d.cts","names":[],"sources":["../../src/actions/get-credentials.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAmC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAU5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-credentials.d.cts","names":[],"sources":["../../src/actions/get-credentials.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAmC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAU5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
|
@@ -55,7 +55,19 @@ declare const SignwellGetCredentialsOutput: z.ZodObject<{
|
|
|
55
55
|
can_create_completion_document: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
56
56
|
}, z.core.$loose>>;
|
|
57
57
|
}, z.core.$loose>;
|
|
58
|
-
declare const signwellGetCredentials: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
58
|
+
declare const signwellGetCredentials: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
59
|
+
connectionId: z.ZodString;
|
|
60
|
+
entityId: z.ZodString;
|
|
61
|
+
instanceId: z.ZodString;
|
|
62
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
63
|
+
generic_api_key: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
65
|
+
connectionId: z.ZodString;
|
|
66
|
+
entityId: z.ZodString;
|
|
67
|
+
instanceId: z.ZodString;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
generic_api_key: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>]>;
|
|
59
71
|
//#endregion
|
|
60
72
|
export { signwellGetCredentials };
|
|
61
73
|
//# sourceMappingURL=get-credentials.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-credentials.d.mts","names":[],"sources":["../../src/actions/get-credentials.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAmC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAU5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-credentials.d.mts","names":[],"sources":["../../src/actions/get-credentials.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAmC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAU5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
|
@@ -60,7 +60,19 @@ declare const SignwellGetDocumentOutput: z.ZodObject<{
|
|
|
60
60
|
}, z.core.$loose>;
|
|
61
61
|
declare const signwellGetDocument: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
62
62
|
id: string;
|
|
63
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
63
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
64
|
+
connectionId: z.ZodString;
|
|
65
|
+
entityId: z.ZodString;
|
|
66
|
+
instanceId: z.ZodString;
|
|
67
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
68
|
+
generic_api_key: z.ZodString;
|
|
69
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
70
|
+
connectionId: z.ZodString;
|
|
71
|
+
entityId: z.ZodString;
|
|
72
|
+
instanceId: z.ZodString;
|
|
73
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
74
|
+
generic_api_key: z.ZodString;
|
|
75
|
+
}, z.core.$strip>>]>;
|
|
64
76
|
//#endregion
|
|
65
77
|
export { signwellGetDocument };
|
|
66
78
|
//# sourceMappingURL=get-document.d.cts.map
|
|
@@ -60,7 +60,19 @@ declare const SignwellGetDocumentOutput: z.ZodObject<{
|
|
|
60
60
|
}, z.core.$loose>;
|
|
61
61
|
declare const signwellGetDocument: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
62
62
|
id: string;
|
|
63
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
63
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
64
|
+
connectionId: z.ZodString;
|
|
65
|
+
entityId: z.ZodString;
|
|
66
|
+
instanceId: z.ZodString;
|
|
67
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
68
|
+
generic_api_key: z.ZodString;
|
|
69
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
70
|
+
connectionId: z.ZodString;
|
|
71
|
+
entityId: z.ZodString;
|
|
72
|
+
instanceId: z.ZodString;
|
|
73
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
74
|
+
generic_api_key: z.ZodString;
|
|
75
|
+
}, z.core.$strip>>]>;
|
|
64
76
|
//#endregion
|
|
65
77
|
export { signwellGetDocument };
|
|
66
78
|
//# sourceMappingURL=get-document.d.mts.map
|
|
@@ -28,7 +28,19 @@ declare const signwellListBulkSends: import("@keystrokehq/action").WorkflowActio
|
|
|
28
28
|
email?: string | undefined;
|
|
29
29
|
per_page?: number | undefined;
|
|
30
30
|
api_application_id?: string | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { signwellListBulkSends };
|
|
34
46
|
//# sourceMappingURL=list-bulk-sends.d.cts.map
|
|
@@ -28,7 +28,19 @@ declare const signwellListBulkSends: import("@keystrokehq/action").WorkflowActio
|
|
|
28
28
|
email?: string | undefined;
|
|
29
29
|
per_page?: number | undefined;
|
|
30
30
|
api_application_id?: string | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { signwellListBulkSends };
|
|
34
46
|
//# sourceMappingURL=list-bulk-sends.d.mts.map
|
|
@@ -10,7 +10,19 @@ declare const SignwellListWebhooksOutput: z.ZodObject<{
|
|
|
10
10
|
callback_url: z.ZodNullable<z.ZodString>;
|
|
11
11
|
}, z.core.$loose>>;
|
|
12
12
|
}, z.core.$loose>;
|
|
13
|
-
declare const signwellListWebhooks: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
declare const signwellListWebhooks: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
generic_api_key: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { signwellListWebhooks };
|
|
16
28
|
//# sourceMappingURL=list-webhooks.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-webhooks.d.cts","names":[],"sources":["../../src/actions/list-webhooks.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAOzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"list-webhooks.d.cts","names":[],"sources":["../../src/actions/list-webhooks.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAOzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
|
@@ -10,7 +10,19 @@ declare const SignwellListWebhooksOutput: z.ZodObject<{
|
|
|
10
10
|
callback_url: z.ZodNullable<z.ZodString>;
|
|
11
11
|
}, z.core.$loose>>;
|
|
12
12
|
}, z.core.$loose>;
|
|
13
|
-
declare const signwellListWebhooks: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
declare const signwellListWebhooks: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
generic_api_key: z.ZodString;
|
|
19
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
20
|
+
connectionId: z.ZodString;
|
|
21
|
+
entityId: z.ZodString;
|
|
22
|
+
instanceId: z.ZodString;
|
|
23
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
24
|
+
generic_api_key: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
14
26
|
//#endregion
|
|
15
27
|
export { signwellListWebhooks };
|
|
16
28
|
//# sourceMappingURL=list-webhooks.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-webhooks.d.mts","names":[],"sources":["../../src/actions/list-webhooks.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAOzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"list-webhooks.d.mts","names":[],"sources":["../../src/actions/list-webhooks.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAOzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
|
@@ -76,7 +76,19 @@ declare const signwellSendReminder: import("@keystrokehq/action").WorkflowAction
|
|
|
76
76
|
name: string;
|
|
77
77
|
email: string;
|
|
78
78
|
}[] | undefined;
|
|
79
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
79
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
80
|
+
connectionId: z.ZodString;
|
|
81
|
+
entityId: z.ZodString;
|
|
82
|
+
instanceId: z.ZodString;
|
|
83
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
84
|
+
generic_api_key: z.ZodString;
|
|
85
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
86
|
+
connectionId: z.ZodString;
|
|
87
|
+
entityId: z.ZodString;
|
|
88
|
+
instanceId: z.ZodString;
|
|
89
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
90
|
+
generic_api_key: z.ZodString;
|
|
91
|
+
}, z.core.$strip>>]>;
|
|
80
92
|
//#endregion
|
|
81
93
|
export { signwellSendReminder };
|
|
82
94
|
//# sourceMappingURL=send-reminder.d.cts.map
|
|
@@ -76,7 +76,19 @@ declare const signwellSendReminder: import("@keystrokehq/action").WorkflowAction
|
|
|
76
76
|
name: string;
|
|
77
77
|
email: string;
|
|
78
78
|
}[] | undefined;
|
|
79
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
79
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
80
|
+
connectionId: z.ZodString;
|
|
81
|
+
entityId: z.ZodString;
|
|
82
|
+
instanceId: z.ZodString;
|
|
83
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
84
|
+
generic_api_key: z.ZodString;
|
|
85
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
86
|
+
connectionId: z.ZodString;
|
|
87
|
+
entityId: z.ZodString;
|
|
88
|
+
instanceId: z.ZodString;
|
|
89
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
90
|
+
generic_api_key: z.ZodString;
|
|
91
|
+
}, z.core.$strip>>]>;
|
|
80
92
|
//#endregion
|
|
81
93
|
export { signwellSendReminder };
|
|
82
94
|
//# sourceMappingURL=send-reminder.d.mts.map
|
|
@@ -113,7 +113,19 @@ declare const signwellUpdateAndSendDocument: import("@keystrokehq/action").Workf
|
|
|
113
113
|
custom_requester_name?: string | undefined;
|
|
114
114
|
custom_requester_email?: string | undefined;
|
|
115
115
|
embedded_signing_notifications?: boolean | undefined;
|
|
116
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
116
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
117
|
+
connectionId: z.ZodString;
|
|
118
|
+
entityId: z.ZodString;
|
|
119
|
+
instanceId: z.ZodString;
|
|
120
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
121
|
+
generic_api_key: z.ZodString;
|
|
122
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
123
|
+
connectionId: z.ZodString;
|
|
124
|
+
entityId: z.ZodString;
|
|
125
|
+
instanceId: z.ZodString;
|
|
126
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
127
|
+
generic_api_key: z.ZodString;
|
|
128
|
+
}, z.core.$strip>>]>;
|
|
117
129
|
//#endregion
|
|
118
130
|
export { signwellUpdateAndSendDocument };
|
|
119
131
|
//# sourceMappingURL=update-and-send-document.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-and-send-document.d.cts","names":[],"sources":["../../src/actions/update-and-send-document.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cA2DlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmCnC,6BAAA,gCAA6B,wBAAA
|
|
1
|
+
{"version":3,"file":"update-and-send-document.d.cts","names":[],"sources":["../../src/actions/update-and-send-document.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cA2DlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmCnC,6BAAA,gCAA6B,wBAAA"}
|
|
@@ -113,7 +113,19 @@ declare const signwellUpdateAndSendDocument: import("@keystrokehq/action").Workf
|
|
|
113
113
|
custom_requester_name?: string | undefined;
|
|
114
114
|
custom_requester_email?: string | undefined;
|
|
115
115
|
embedded_signing_notifications?: boolean | undefined;
|
|
116
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
116
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
117
|
+
connectionId: z.ZodString;
|
|
118
|
+
entityId: z.ZodString;
|
|
119
|
+
instanceId: z.ZodString;
|
|
120
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
121
|
+
generic_api_key: z.ZodString;
|
|
122
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
123
|
+
connectionId: z.ZodString;
|
|
124
|
+
entityId: z.ZodString;
|
|
125
|
+
instanceId: z.ZodString;
|
|
126
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
127
|
+
generic_api_key: z.ZodString;
|
|
128
|
+
}, z.core.$strip>>]>;
|
|
117
129
|
//#endregion
|
|
118
130
|
export { signwellUpdateAndSendDocument };
|
|
119
131
|
//# sourceMappingURL=update-and-send-document.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-and-send-document.d.mts","names":[],"sources":["../../src/actions/update-and-send-document.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cA2DlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmCnC,6BAAA,gCAA6B,wBAAA
|
|
1
|
+
{"version":3,"file":"update-and-send-document.d.mts","names":[],"sources":["../../src/actions/update-and-send-document.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cA2DlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmCnC,6BAAA,gCAA6B,wBAAA"}
|
|
@@ -84,7 +84,19 @@ declare const signwellUpdateTemplate: import("@keystrokehq/action").WorkflowActi
|
|
|
84
84
|
api_application_id?: string | undefined;
|
|
85
85
|
apply_signing_order?: boolean | undefined;
|
|
86
86
|
decline_redirect_url?: string | undefined;
|
|
87
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
87
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
88
|
+
connectionId: z.ZodString;
|
|
89
|
+
entityId: z.ZodString;
|
|
90
|
+
instanceId: z.ZodString;
|
|
91
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
92
|
+
generic_api_key: z.ZodString;
|
|
93
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
94
|
+
connectionId: z.ZodString;
|
|
95
|
+
entityId: z.ZodString;
|
|
96
|
+
instanceId: z.ZodString;
|
|
97
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
98
|
+
generic_api_key: z.ZodString;
|
|
99
|
+
}, z.core.$strip>>]>;
|
|
88
100
|
//#endregion
|
|
89
101
|
export { signwellUpdateTemplate };
|
|
90
102
|
//# sourceMappingURL=update-template.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-template.d.cts","names":[],"sources":["../../src/actions/update-template.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAyC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2B5B,sBAAA,gCAAsB,wBAAA
|
|
1
|
+
{"version":3,"file":"update-template.d.cts","names":[],"sources":["../../src/actions/update-template.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAyC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2B5B,sBAAA,gCAAsB,wBAAA"}
|
|
@@ -84,7 +84,19 @@ declare const signwellUpdateTemplate: import("@keystrokehq/action").WorkflowActi
|
|
|
84
84
|
api_application_id?: string | undefined;
|
|
85
85
|
apply_signing_order?: boolean | undefined;
|
|
86
86
|
decline_redirect_url?: string | undefined;
|
|
87
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
87
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
88
|
+
connectionId: z.ZodString;
|
|
89
|
+
entityId: z.ZodString;
|
|
90
|
+
instanceId: z.ZodString;
|
|
91
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
92
|
+
generic_api_key: z.ZodString;
|
|
93
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
94
|
+
connectionId: z.ZodString;
|
|
95
|
+
entityId: z.ZodString;
|
|
96
|
+
instanceId: z.ZodString;
|
|
97
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
98
|
+
generic_api_key: z.ZodString;
|
|
99
|
+
}, z.core.$strip>>]>;
|
|
88
100
|
//#endregion
|
|
89
101
|
export { signwellUpdateTemplate };
|
|
90
102
|
//# sourceMappingURL=update-template.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-template.d.mts","names":[],"sources":["../../src/actions/update-template.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAyC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2B5B,sBAAA,gCAAsB,wBAAA
|
|
1
|
+
{"version":3,"file":"update-template.d.mts","names":[],"sources":["../../src/actions/update-template.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAyC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2B5B,sBAAA,gCAAsB,wBAAA"}
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const signwell = (0,
|
|
4
|
+
const signwell = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "signwell",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.signwell = signwell;
|
package/dist/app.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const signwell = defineApp({\n slug: \"signwell\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const signwell = defineApp({\n slug: \"signwell\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,YAAA,GAAA,2BAAA,UAAA,CAAqB;CAChC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const signwell: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const signwell: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_api_key: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { signwell };
|
|
5
13
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,QAAA,6BAAQ,GAAA,+BAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const signwell: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const signwell: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"signwell", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_api_key: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { signwell };
|
|
5
13
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,QAAA,6BAAQ,GAAA,+BAAA,UAAA,aAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const signwell = defineApp({
|
|
4
5
|
slug: "signwell",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: z.string() }
|
|
6
8
|
});
|
|
7
9
|
//#endregion
|
|
8
10
|
export { signwell };
|
package/dist/app.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const signwell = defineApp({\n slug: \"signwell\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const signwell = defineApp({\n slug: \"signwell\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,WAAW,UAAU;CAChC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
|