@keystrokehq/nethunt_crm 0.1.3 → 0.1.4
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/delete-record.d.cts +15 -1
- package/dist/actions/delete-record.d.mts +15 -1
- package/dist/actions/find-records.d.cts +15 -1
- package/dist/actions/find-records.d.mts +15 -1
- package/dist/actions/get-new-call-logs.d.cts +15 -1
- package/dist/actions/get-new-call-logs.d.mts +15 -1
- package/dist/actions/get-new-comments.d.cts +15 -1
- package/dist/actions/get-new-comments.d.mts +15 -1
- package/dist/actions/get-new-gdrive-files.d.cts +15 -1
- package/dist/actions/get-new-gdrive-files.d.mts +15 -1
- package/dist/actions/get-new-records.d.cts +15 -1
- package/dist/actions/get-new-records.d.mts +15 -1
- package/dist/actions/get-record-changes.d.cts +15 -1
- package/dist/actions/get-record-changes.d.mts +15 -1
- package/dist/actions/get-updated-records.d.cts +15 -1
- package/dist/actions/get-updated-records.d.mts +15 -1
- package/dist/actions/list-folder-fields.d.cts +15 -1
- package/dist/actions/list-folder-fields.d.mts +15 -1
- package/dist/actions/list-readable-folders.d.cts +15 -1
- package/dist/actions/list-readable-folders.d.cts.map +1 -1
- package/dist/actions/list-readable-folders.d.mts +15 -1
- package/dist/actions/list-readable-folders.d.mts.map +1 -1
- package/dist/actions/list-writable-folders.d.cts +15 -1
- package/dist/actions/list-writable-folders.d.cts.map +1 -1
- package/dist/actions/list-writable-folders.d.mts +15 -1
- package/dist/actions/list-writable-folders.d.mts.map +1 -1
- package/dist/actions/test-auth.d.cts +15 -1
- package/dist/actions/test-auth.d.cts.map +1 -1
- package/dist/actions/test-auth.d.mts +15 -1
- package/dist/actions/test-auth.d.mts.map +1 -1
- package/dist/app.cjs +8 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +10 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +10 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +6 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -10,7 +10,21 @@ declare const NethuntCrmDeleteRecordOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const nethuntCrmDeleteRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
record_id: string;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
username: z.ZodString;
|
|
19
|
+
password: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
username: z.ZodString;
|
|
26
|
+
password: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
14
28
|
//#endregion
|
|
15
29
|
export { nethuntCrmDeleteRecord };
|
|
16
30
|
//# sourceMappingURL=delete-record.d.cts.map
|
|
@@ -10,7 +10,21 @@ declare const NethuntCrmDeleteRecordOutput: z.ZodObject<{
|
|
|
10
10
|
}, z.core.$loose>;
|
|
11
11
|
declare const nethuntCrmDeleteRecord: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
12
12
|
record_id: string;
|
|
13
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
14
|
+
connectionId: z.ZodString;
|
|
15
|
+
entityId: z.ZodString;
|
|
16
|
+
instanceId: z.ZodString;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
username: z.ZodString;
|
|
19
|
+
password: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
username: z.ZodString;
|
|
26
|
+
password: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
14
28
|
//#endregion
|
|
15
29
|
export { nethuntCrmDeleteRecord };
|
|
16
30
|
//# sourceMappingURL=delete-record.d.mts.map
|
|
@@ -21,7 +21,21 @@ declare const nethuntCrmFindRecords: import("@keystrokehq/action").WorkflowActio
|
|
|
21
21
|
limit?: number | undefined;
|
|
22
22
|
query?: string | undefined;
|
|
23
23
|
record_id?: string | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
username: z.ZodString;
|
|
30
|
+
password: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
username: z.ZodString;
|
|
37
|
+
password: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
25
39
|
//#endregion
|
|
26
40
|
export { nethuntCrmFindRecords };
|
|
27
41
|
//# sourceMappingURL=find-records.d.cts.map
|
|
@@ -21,7 +21,21 @@ declare const nethuntCrmFindRecords: import("@keystrokehq/action").WorkflowActio
|
|
|
21
21
|
limit?: number | undefined;
|
|
22
22
|
query?: string | undefined;
|
|
23
23
|
record_id?: string | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
username: z.ZodString;
|
|
30
|
+
password: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
username: z.ZodString;
|
|
37
|
+
password: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
25
39
|
//#endregion
|
|
26
40
|
export { nethuntCrmFindRecords };
|
|
27
41
|
//# sourceMappingURL=find-records.d.mts.map
|
|
@@ -22,7 +22,21 @@ declare const nethuntCrmGetNewCallLogs: import("@keystrokehq/action").WorkflowAc
|
|
|
22
22
|
folderId: string;
|
|
23
23
|
limit?: number | undefined;
|
|
24
24
|
since?: string | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
username: z.ZodString;
|
|
31
|
+
password: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
username: z.ZodString;
|
|
38
|
+
password: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
26
40
|
//#endregion
|
|
27
41
|
export { nethuntCrmGetNewCallLogs };
|
|
28
42
|
//# sourceMappingURL=get-new-call-logs.d.cts.map
|
|
@@ -22,7 +22,21 @@ declare const nethuntCrmGetNewCallLogs: import("@keystrokehq/action").WorkflowAc
|
|
|
22
22
|
folderId: string;
|
|
23
23
|
limit?: number | undefined;
|
|
24
24
|
since?: string | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
username: z.ZodString;
|
|
31
|
+
password: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
username: z.ZodString;
|
|
38
|
+
password: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>;
|
|
26
40
|
//#endregion
|
|
27
41
|
export { nethuntCrmGetNewCallLogs };
|
|
28
42
|
//# sourceMappingURL=get-new-call-logs.d.mts.map
|
|
@@ -19,7 +19,21 @@ declare const nethuntCrmGetNewComments: import("@keystrokehq/action").WorkflowAc
|
|
|
19
19
|
folderId: string;
|
|
20
20
|
limit?: number | undefined;
|
|
21
21
|
since?: string | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
username: z.ZodString;
|
|
28
|
+
password: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
username: z.ZodString;
|
|
35
|
+
password: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
23
37
|
//#endregion
|
|
24
38
|
export { nethuntCrmGetNewComments };
|
|
25
39
|
//# sourceMappingURL=get-new-comments.d.cts.map
|
|
@@ -19,7 +19,21 @@ declare const nethuntCrmGetNewComments: import("@keystrokehq/action").WorkflowAc
|
|
|
19
19
|
folderId: string;
|
|
20
20
|
limit?: number | undefined;
|
|
21
21
|
since?: string | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
username: z.ZodString;
|
|
28
|
+
password: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
30
|
+
connectionId: z.ZodString;
|
|
31
|
+
entityId: z.ZodString;
|
|
32
|
+
instanceId: z.ZodString;
|
|
33
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
34
|
+
username: z.ZodString;
|
|
35
|
+
password: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
23
37
|
//#endregion
|
|
24
38
|
export { nethuntCrmGetNewComments };
|
|
25
39
|
//# sourceMappingURL=get-new-comments.d.mts.map
|
|
@@ -24,7 +24,21 @@ declare const nethuntCrmGetNewGdriveFiles: import("@keystrokehq/action").Workflo
|
|
|
24
24
|
folderId: string;
|
|
25
25
|
limit?: number | undefined;
|
|
26
26
|
since?: string | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
username: z.ZodString;
|
|
33
|
+
password: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
username: z.ZodString;
|
|
40
|
+
password: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
28
42
|
//#endregion
|
|
29
43
|
export { nethuntCrmGetNewGdriveFiles };
|
|
30
44
|
//# sourceMappingURL=get-new-gdrive-files.d.cts.map
|
|
@@ -24,7 +24,21 @@ declare const nethuntCrmGetNewGdriveFiles: import("@keystrokehq/action").Workflo
|
|
|
24
24
|
folderId: string;
|
|
25
25
|
limit?: number | undefined;
|
|
26
26
|
since?: string | undefined;
|
|
27
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
27
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
username: z.ZodString;
|
|
33
|
+
password: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
35
|
+
connectionId: z.ZodString;
|
|
36
|
+
entityId: z.ZodString;
|
|
37
|
+
instanceId: z.ZodString;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
username: z.ZodString;
|
|
40
|
+
password: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>;
|
|
28
42
|
//#endregion
|
|
29
43
|
export { nethuntCrmGetNewGdriveFiles };
|
|
30
44
|
//# sourceMappingURL=get-new-gdrive-files.d.mts.map
|
|
@@ -18,7 +18,21 @@ declare const nethuntCrmGetNewRecords: import("@keystrokehq/action").WorkflowAct
|
|
|
18
18
|
folderId: string;
|
|
19
19
|
limit?: number | undefined;
|
|
20
20
|
since?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
username: z.ZodString;
|
|
27
|
+
password: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
username: z.ZodString;
|
|
34
|
+
password: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>;
|
|
22
36
|
//#endregion
|
|
23
37
|
export { nethuntCrmGetNewRecords };
|
|
24
38
|
//# sourceMappingURL=get-new-records.d.cts.map
|
|
@@ -18,7 +18,21 @@ declare const nethuntCrmGetNewRecords: import("@keystrokehq/action").WorkflowAct
|
|
|
18
18
|
folderId: string;
|
|
19
19
|
limit?: number | undefined;
|
|
20
20
|
since?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
username: z.ZodString;
|
|
27
|
+
password: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
username: z.ZodString;
|
|
34
|
+
password: z.ZodString;
|
|
35
|
+
}, z.core.$strip>>]>;
|
|
22
36
|
//#endregion
|
|
23
37
|
export { nethuntCrmGetNewRecords };
|
|
24
38
|
//# sourceMappingURL=get-new-records.d.mts.map
|
|
@@ -27,7 +27,21 @@ declare const nethuntCrmGetRecordChanges: import("@keystrokehq/action").Workflow
|
|
|
27
27
|
since?: string | undefined;
|
|
28
28
|
recordId?: string | undefined;
|
|
29
29
|
fieldName?: string[] | undefined;
|
|
30
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
30
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
username: z.ZodString;
|
|
36
|
+
password: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
username: z.ZodString;
|
|
43
|
+
password: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
31
45
|
//#endregion
|
|
32
46
|
export { nethuntCrmGetRecordChanges };
|
|
33
47
|
//# sourceMappingURL=get-record-changes.d.cts.map
|
|
@@ -27,7 +27,21 @@ declare const nethuntCrmGetRecordChanges: import("@keystrokehq/action").Workflow
|
|
|
27
27
|
since?: string | undefined;
|
|
28
28
|
recordId?: string | undefined;
|
|
29
29
|
fieldName?: string[] | undefined;
|
|
30
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
30
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
username: z.ZodString;
|
|
36
|
+
password: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
username: z.ZodString;
|
|
43
|
+
password: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
31
45
|
//#endregion
|
|
32
46
|
export { nethuntCrmGetRecordChanges };
|
|
33
47
|
//# sourceMappingURL=get-record-changes.d.mts.map
|
|
@@ -21,7 +21,21 @@ declare const nethuntCrmGetUpdatedRecords: import("@keystrokehq/action").Workflo
|
|
|
21
21
|
limit?: number | undefined;
|
|
22
22
|
since?: string | undefined;
|
|
23
23
|
fieldName?: string | string[] | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
username: z.ZodString;
|
|
30
|
+
password: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
username: z.ZodString;
|
|
37
|
+
password: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
25
39
|
//#endregion
|
|
26
40
|
export { nethuntCrmGetUpdatedRecords };
|
|
27
41
|
//# sourceMappingURL=get-updated-records.d.cts.map
|
|
@@ -21,7 +21,21 @@ declare const nethuntCrmGetUpdatedRecords: import("@keystrokehq/action").Workflo
|
|
|
21
21
|
limit?: number | undefined;
|
|
22
22
|
since?: string | undefined;
|
|
23
23
|
fieldName?: string | string[] | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
username: z.ZodString;
|
|
30
|
+
password: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
username: z.ZodString;
|
|
37
|
+
password: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
25
39
|
//#endregion
|
|
26
40
|
export { nethuntCrmGetUpdatedRecords };
|
|
27
41
|
//# sourceMappingURL=get-updated-records.d.mts.map
|
|
@@ -7,7 +7,21 @@ declare const NethuntCrmListFolderFieldsInput: z.ZodObject<{
|
|
|
7
7
|
declare const NethuntCrmListFolderFieldsOutput: z.ZodUnknown;
|
|
8
8
|
declare const nethuntCrmListFolderFields: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
folderId: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
username: z.ZodString;
|
|
16
|
+
password: z.ZodString;
|
|
17
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
username: z.ZodString;
|
|
23
|
+
password: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
11
25
|
//#endregion
|
|
12
26
|
export { nethuntCrmListFolderFields };
|
|
13
27
|
//# sourceMappingURL=list-folder-fields.d.cts.map
|
|
@@ -7,7 +7,21 @@ declare const NethuntCrmListFolderFieldsInput: z.ZodObject<{
|
|
|
7
7
|
declare const NethuntCrmListFolderFieldsOutput: z.ZodUnknown;
|
|
8
8
|
declare const nethuntCrmListFolderFields: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
folderId: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
username: z.ZodString;
|
|
16
|
+
password: z.ZodString;
|
|
17
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
username: z.ZodString;
|
|
23
|
+
password: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
11
25
|
//#endregion
|
|
12
26
|
export { nethuntCrmListFolderFields };
|
|
13
27
|
//# sourceMappingURL=list-folder-fields.d.mts.map
|
|
@@ -8,7 +8,21 @@ declare const NethuntCrmListReadableFoldersOutput: z.ZodObject<{
|
|
|
8
8
|
name: z.ZodNullable<z.ZodString>;
|
|
9
9
|
}, z.core.$loose>>;
|
|
10
10
|
}, z.core.$loose>;
|
|
11
|
-
declare const nethuntCrmListReadableFolders: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
11
|
+
declare const nethuntCrmListReadableFolders: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
12
|
+
connectionId: z.ZodString;
|
|
13
|
+
entityId: z.ZodString;
|
|
14
|
+
instanceId: z.ZodString;
|
|
15
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
16
|
+
username: z.ZodString;
|
|
17
|
+
password: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
username: z.ZodString;
|
|
24
|
+
password: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
12
26
|
//#endregion
|
|
13
27
|
export { nethuntCrmListReadableFolders };
|
|
14
28
|
//# sourceMappingURL=list-readable-folders.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-readable-folders.d.cts","names":[],"sources":["../../src/actions/list-readable-folders.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"list-readable-folders.d.cts","names":[],"sources":["../../src/actions/list-readable-folders.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}
|
|
@@ -8,7 +8,21 @@ declare const NethuntCrmListReadableFoldersOutput: z.ZodObject<{
|
|
|
8
8
|
name: z.ZodNullable<z.ZodString>;
|
|
9
9
|
}, z.core.$loose>>;
|
|
10
10
|
}, z.core.$loose>;
|
|
11
|
-
declare const nethuntCrmListReadableFolders: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
11
|
+
declare const nethuntCrmListReadableFolders: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
12
|
+
connectionId: z.ZodString;
|
|
13
|
+
entityId: z.ZodString;
|
|
14
|
+
instanceId: z.ZodString;
|
|
15
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
16
|
+
username: z.ZodString;
|
|
17
|
+
password: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
username: z.ZodString;
|
|
24
|
+
password: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
12
26
|
//#endregion
|
|
13
27
|
export { nethuntCrmListReadableFolders };
|
|
14
28
|
//# sourceMappingURL=list-readable-folders.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-readable-folders.d.mts","names":[],"sources":["../../src/actions/list-readable-folders.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"list-readable-folders.d.mts","names":[],"sources":["../../src/actions/list-readable-folders.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}
|
|
@@ -8,7 +8,21 @@ declare const NethuntCrmListWritableFoldersOutput: z.ZodObject<{
|
|
|
8
8
|
name: z.ZodNullable<z.ZodString>;
|
|
9
9
|
}, z.core.$loose>>;
|
|
10
10
|
}, z.core.$loose>;
|
|
11
|
-
declare const nethuntCrmListWritableFolders: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
11
|
+
declare const nethuntCrmListWritableFolders: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
12
|
+
connectionId: z.ZodString;
|
|
13
|
+
entityId: z.ZodString;
|
|
14
|
+
instanceId: z.ZodString;
|
|
15
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
16
|
+
username: z.ZodString;
|
|
17
|
+
password: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
username: z.ZodString;
|
|
24
|
+
password: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
12
26
|
//#endregion
|
|
13
27
|
export { nethuntCrmListWritableFolders };
|
|
14
28
|
//# sourceMappingURL=list-writable-folders.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-writable-folders.d.cts","names":[],"sources":["../../src/actions/list-writable-folders.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"list-writable-folders.d.cts","names":[],"sources":["../../src/actions/list-writable-folders.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}
|
|
@@ -8,7 +8,21 @@ declare const NethuntCrmListWritableFoldersOutput: z.ZodObject<{
|
|
|
8
8
|
name: z.ZodNullable<z.ZodString>;
|
|
9
9
|
}, z.core.$loose>>;
|
|
10
10
|
}, z.core.$loose>;
|
|
11
|
-
declare const nethuntCrmListWritableFolders: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
11
|
+
declare const nethuntCrmListWritableFolders: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
12
|
+
connectionId: z.ZodString;
|
|
13
|
+
entityId: z.ZodString;
|
|
14
|
+
instanceId: z.ZodString;
|
|
15
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
16
|
+
username: z.ZodString;
|
|
17
|
+
password: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
username: z.ZodString;
|
|
24
|
+
password: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
12
26
|
//#endregion
|
|
13
27
|
export { nethuntCrmListWritableFolders };
|
|
14
28
|
//# sourceMappingURL=list-writable-folders.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-writable-folders.d.mts","names":[],"sources":["../../src/actions/list-writable-folders.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"list-writable-folders.d.mts","names":[],"sources":["../../src/actions/list-writable-folders.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}
|
|
@@ -8,7 +8,21 @@ declare const NethuntCrmTestAuthOutput: z.ZodObject<{
|
|
|
8
8
|
personalName: z.ZodNullable<z.ZodString>;
|
|
9
9
|
}, z.core.$loose>>;
|
|
10
10
|
}, z.core.$loose>;
|
|
11
|
-
declare const nethuntCrmTestAuth: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
11
|
+
declare const nethuntCrmTestAuth: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
12
|
+
connectionId: z.ZodString;
|
|
13
|
+
entityId: z.ZodString;
|
|
14
|
+
instanceId: z.ZodString;
|
|
15
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
16
|
+
username: z.ZodString;
|
|
17
|
+
password: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
username: z.ZodString;
|
|
24
|
+
password: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
12
26
|
//#endregion
|
|
13
27
|
export { nethuntCrmTestAuth };
|
|
14
28
|
//# sourceMappingURL=test-auth.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-auth.d.cts","names":[],"sources":["../../src/actions/test-auth.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"test-auth.d.cts","names":[],"sources":["../../src/actions/test-auth.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}
|
|
@@ -8,7 +8,21 @@ declare const NethuntCrmTestAuthOutput: z.ZodObject<{
|
|
|
8
8
|
personalName: z.ZodNullable<z.ZodString>;
|
|
9
9
|
}, z.core.$loose>>;
|
|
10
10
|
}, z.core.$loose>;
|
|
11
|
-
declare const nethuntCrmTestAuth: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
11
|
+
declare const nethuntCrmTestAuth: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
12
|
+
connectionId: z.ZodString;
|
|
13
|
+
entityId: z.ZodString;
|
|
14
|
+
instanceId: z.ZodString;
|
|
15
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
16
|
+
username: z.ZodString;
|
|
17
|
+
password: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
username: z.ZodString;
|
|
24
|
+
password: z.ZodString;
|
|
25
|
+
}, z.core.$strip>>]>;
|
|
12
26
|
//#endregion
|
|
13
27
|
export { nethuntCrmTestAuth };
|
|
14
28
|
//# sourceMappingURL=test-auth.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-auth.d.mts","names":[],"sources":["../../src/actions/test-auth.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"test-auth.d.mts","names":[],"sources":["../../src/actions/test-auth.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const nethuntCrm = (0,
|
|
4
|
+
const nethuntCrm = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "nethunt_crm",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
username: zod.z.string(),
|
|
9
|
+
password: zod.z.string()
|
|
10
|
+
}
|
|
5
11
|
});
|
|
6
12
|
//#endregion
|
|
7
13
|
exports.nethuntCrm = nethuntCrm;
|
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 nethuntCrm = defineApp({\n slug: \"nethunt_crm\",\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 nethuntCrm = defineApp({\n slug: \"nethunt_crm\",\n auth: \"keystroke\",\n credential: {\n username: z.string(),\n password: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,cAAA,GAAA,2BAAA,UAAA,CAAuB;CAClC,MAAM;CACN,MAAM;CACN,YAAY;EACV,UAAUA,IAAAA,EAAE,OAAO;EACnB,UAAUA,IAAAA,EAAE,OAAO;CACrB;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const nethuntCrm: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const nethuntCrm: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
username: z.ZodString;
|
|
10
|
+
password: z.ZodString;
|
|
11
|
+
}, z.core.$strip>>>;
|
|
3
12
|
//#endregion
|
|
4
13
|
export { nethuntCrm };
|
|
5
14
|
//# 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,UAAA,6BAAU,GAAA,+BAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const nethuntCrm: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const nethuntCrm: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"nethunt_crm", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
username: z.ZodString;
|
|
10
|
+
password: z.ZodString;
|
|
11
|
+
}, z.core.$strip>>>;
|
|
3
12
|
//#endregion
|
|
4
13
|
export { nethuntCrm };
|
|
5
14
|
//# 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,UAAA,6BAAU,GAAA,+BAAA,UAAA,gBAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const nethuntCrm = defineApp({
|
|
4
5
|
slug: "nethunt_crm",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
username: z.string(),
|
|
9
|
+
password: z.string()
|
|
10
|
+
}
|
|
6
11
|
});
|
|
7
12
|
//#endregion
|
|
8
13
|
export { nethuntCrm };
|
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 nethuntCrm = defineApp({\n slug: \"nethunt_crm\",\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 nethuntCrm = defineApp({\n slug: \"nethunt_crm\",\n auth: \"keystroke\",\n credential: {\n username: z.string(),\n password: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,aAAa,UAAU;CAClC,MAAM;CACN,MAAM;CACN,YAAY;EACV,UAAU,EAAE,OAAO;EACnB,UAAU,EAAE,OAAO;CACrB;AACF,CAAC"}
|