@keystrokehq/redcircle_api 0.1.3 → 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/add-zipcodes.d.cts +13 -1
- package/dist/actions/add-zipcodes.d.mts +13 -1
- package/dist/actions/clear-collection-requests.d.cts +13 -1
- package/dist/actions/clear-collection-requests.d.mts +13 -1
- package/dist/actions/create-collection.d.cts +13 -1
- package/dist/actions/create-collection.d.mts +13 -1
- package/dist/actions/create-destination.d.cts +13 -1
- package/dist/actions/create-destination.d.mts +13 -1
- package/dist/actions/create-requests.d.cts +13 -1
- package/dist/actions/create-requests.d.mts +13 -1
- package/dist/actions/delete-collection.d.cts +13 -1
- package/dist/actions/delete-collection.d.mts +13 -1
- package/dist/actions/delete-destination.d.cts +13 -1
- package/dist/actions/delete-destination.d.mts +13 -1
- package/dist/actions/delete-request.d.cts +13 -1
- package/dist/actions/delete-request.d.mts +13 -1
- package/dist/actions/delete-requests-bulk.d.cts +13 -1
- package/dist/actions/delete-requests-bulk.d.mts +13 -1
- package/dist/actions/delete-zipcodes.d.cts +13 -1
- package/dist/actions/delete-zipcodes.d.mts +13 -1
- package/dist/actions/get-account.d.cts +13 -1
- package/dist/actions/get-account.d.cts.map +1 -1
- package/dist/actions/get-account.d.mts +13 -1
- package/dist/actions/get-account.d.mts.map +1 -1
- package/dist/actions/get-collection.d.cts +13 -1
- package/dist/actions/get-collection.d.mts +13 -1
- package/dist/actions/get-requests-csv-links.d.cts +13 -1
- package/dist/actions/get-requests-csv-links.d.mts +13 -1
- package/dist/actions/get-requests-json-links.d.cts +13 -1
- package/dist/actions/get-requests-json-links.d.mts +13 -1
- package/dist/actions/get-result-set-csv.d.cts +13 -1
- package/dist/actions/get-result-set-csv.d.mts +13 -1
- package/dist/actions/get-result-set-json.d.cts +13 -1
- package/dist/actions/get-result-set-json.d.mts +13 -1
- package/dist/actions/get-result-set-jsonlines.d.cts +13 -1
- package/dist/actions/get-result-set-jsonlines.d.mts +13 -1
- package/dist/actions/get-target-product-data.d.cts +13 -1
- package/dist/actions/get-target-product-data.d.mts +13 -1
- package/dist/actions/list-categories.d.cts +13 -1
- package/dist/actions/list-categories.d.mts +13 -1
- package/dist/actions/list-collections.d.cts +15 -3
- package/dist/actions/list-collections.d.mts +15 -3
- package/dist/actions/list-destinations.d.cts +13 -1
- package/dist/actions/list-destinations.d.mts +13 -1
- package/dist/actions/list-error-logs.d.cts +13 -1
- package/dist/actions/list-error-logs.d.mts +13 -1
- package/dist/actions/list-requests-by-page.d.cts +13 -1
- package/dist/actions/list-requests-by-page.d.mts +13 -1
- package/dist/actions/list-result-sets.d.cts +13 -1
- package/dist/actions/list-result-sets.d.mts +13 -1
- package/dist/actions/list-zipcodes.d.cts +13 -1
- package/dist/actions/list-zipcodes.d.mts +13 -1
- package/dist/actions/resend-webhook.d.cts +13 -1
- package/dist/actions/resend-webhook.d.mts +13 -1
- package/dist/actions/start-collection.d.cts +13 -1
- package/dist/actions/start-collection.d.mts +13 -1
- package/dist/actions/stop-all-collections.d.cts +13 -1
- package/dist/actions/stop-all-collections.d.cts.map +1 -1
- package/dist/actions/stop-all-collections.d.mts +13 -1
- package/dist/actions/stop-all-collections.d.mts.map +1 -1
- package/dist/actions/stop-collection.d.cts +13 -1
- package/dist/actions/stop-collection.d.mts +13 -1
- package/dist/actions/update-collection.d.cts +13 -1
- package/dist/actions/update-collection.d.mts +13 -1
- package/dist/actions/update-destination.d.cts +13 -1
- package/dist/actions/update-destination.d.mts +13 -1
- package/dist/actions/update-request.d.cts +13 -1
- package/dist/actions/update-request.d.cts.map +1 -1
- package/dist/actions/update-request.d.mts +13 -1
- package/dist/actions/update-request.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/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -19,7 +19,19 @@ declare const redcircleApiAddZipcodes: import("@keystrokehq/action").WorkflowAct
|
|
|
19
19
|
domain: string;
|
|
20
20
|
zipcode: string;
|
|
21
21
|
}[];
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { redcircleApiAddZipcodes };
|
|
25
37
|
//# sourceMappingURL=add-zipcodes.d.cts.map
|
|
@@ -19,7 +19,19 @@ declare const redcircleApiAddZipcodes: import("@keystrokehq/action").WorkflowAct
|
|
|
19
19
|
domain: string;
|
|
20
20
|
zipcode: string;
|
|
21
21
|
}[];
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { redcircleApiAddZipcodes };
|
|
25
37
|
//# sourceMappingURL=add-zipcodes.d.mts.map
|
|
@@ -12,7 +12,19 @@ declare const RedcircleApiClearCollectionRequestsOutput: z.ZodObject<{
|
|
|
12
12
|
}, z.core.$loose>;
|
|
13
13
|
declare const redcircleApiClearCollectionRequests: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
collection_id: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", 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<"redcircle_api", 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 { redcircleApiClearCollectionRequests };
|
|
18
30
|
//# sourceMappingURL=clear-collection-requests.d.cts.map
|
|
@@ -12,7 +12,19 @@ declare const RedcircleApiClearCollectionRequestsOutput: z.ZodObject<{
|
|
|
12
12
|
}, z.core.$loose>;
|
|
13
13
|
declare const redcircleApiClearCollectionRequests: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
collection_id: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", 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<"redcircle_api", 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 { redcircleApiClearCollectionRequests };
|
|
18
30
|
//# sourceMappingURL=clear-collection-requests.d.mts.map
|
|
@@ -87,7 +87,19 @@ declare const redcircleApiCreateCollection: import("@keystrokehq/action").Workfl
|
|
|
87
87
|
schedule_days_of_month?: number[] | undefined;
|
|
88
88
|
notification_csv_fields?: string | undefined;
|
|
89
89
|
notification_as_jsonlines?: boolean | undefined;
|
|
90
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
90
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
91
|
+
connectionId: z.ZodString;
|
|
92
|
+
entityId: z.ZodString;
|
|
93
|
+
instanceId: z.ZodString;
|
|
94
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
95
|
+
generic_api_key: z.ZodString;
|
|
96
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
97
|
+
connectionId: z.ZodString;
|
|
98
|
+
entityId: z.ZodString;
|
|
99
|
+
instanceId: z.ZodString;
|
|
100
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
101
|
+
generic_api_key: z.ZodString;
|
|
102
|
+
}, z.core.$strip>>]>;
|
|
91
103
|
//#endregion
|
|
92
104
|
export { redcircleApiCreateCollection };
|
|
93
105
|
//# sourceMappingURL=create-collection.d.cts.map
|
|
@@ -87,7 +87,19 @@ declare const redcircleApiCreateCollection: import("@keystrokehq/action").Workfl
|
|
|
87
87
|
schedule_days_of_month?: number[] | undefined;
|
|
88
88
|
notification_csv_fields?: string | undefined;
|
|
89
89
|
notification_as_jsonlines?: boolean | undefined;
|
|
90
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
90
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
91
|
+
connectionId: z.ZodString;
|
|
92
|
+
entityId: z.ZodString;
|
|
93
|
+
instanceId: z.ZodString;
|
|
94
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
95
|
+
generic_api_key: z.ZodString;
|
|
96
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
97
|
+
connectionId: z.ZodString;
|
|
98
|
+
entityId: z.ZodString;
|
|
99
|
+
instanceId: z.ZodString;
|
|
100
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
101
|
+
generic_api_key: z.ZodString;
|
|
102
|
+
}, z.core.$strip>>]>;
|
|
91
103
|
//#endregion
|
|
92
104
|
export { redcircleApiCreateCollection };
|
|
93
105
|
//# sourceMappingURL=create-collection.d.mts.map
|
|
@@ -62,7 +62,19 @@ declare const redcircleApiCreateDestination: import("@keystrokehq/action").Workf
|
|
|
62
62
|
azure_account_name?: string | undefined;
|
|
63
63
|
azure_container_name?: string | undefined;
|
|
64
64
|
s3_secret_access_key?: string | undefined;
|
|
65
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
65
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
generic_api_key: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
72
|
+
connectionId: z.ZodString;
|
|
73
|
+
entityId: z.ZodString;
|
|
74
|
+
instanceId: z.ZodString;
|
|
75
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
76
|
+
generic_api_key: z.ZodString;
|
|
77
|
+
}, z.core.$strip>>]>;
|
|
66
78
|
//#endregion
|
|
67
79
|
export { redcircleApiCreateDestination };
|
|
68
80
|
//# sourceMappingURL=create-destination.d.cts.map
|
|
@@ -62,7 +62,19 @@ declare const redcircleApiCreateDestination: import("@keystrokehq/action").Workf
|
|
|
62
62
|
azure_account_name?: string | undefined;
|
|
63
63
|
azure_container_name?: string | undefined;
|
|
64
64
|
s3_secret_access_key?: string | undefined;
|
|
65
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
65
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
generic_api_key: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
72
|
+
connectionId: z.ZodString;
|
|
73
|
+
entityId: z.ZodString;
|
|
74
|
+
instanceId: z.ZodString;
|
|
75
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
76
|
+
generic_api_key: z.ZodString;
|
|
77
|
+
}, z.core.$strip>>]>;
|
|
66
78
|
//#endregion
|
|
67
79
|
export { redcircleApiCreateDestination };
|
|
68
80
|
//# sourceMappingURL=create-destination.d.mts.map
|
|
@@ -29,7 +29,19 @@ declare const redcircleApiCreateRequests: import("@keystrokehq/action").Workflow
|
|
|
29
29
|
custom_id?: string | undefined;
|
|
30
30
|
}[];
|
|
31
31
|
collection_id: string;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
generic_api_key: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
33
45
|
//#endregion
|
|
34
46
|
export { redcircleApiCreateRequests };
|
|
35
47
|
//# sourceMappingURL=create-requests.d.cts.map
|
|
@@ -29,7 +29,19 @@ declare const redcircleApiCreateRequests: import("@keystrokehq/action").Workflow
|
|
|
29
29
|
custom_id?: string | undefined;
|
|
30
30
|
}[];
|
|
31
31
|
collection_id: string;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
generic_api_key: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
generic_api_key: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
33
45
|
//#endregion
|
|
34
46
|
export { redcircleApiCreateRequests };
|
|
35
47
|
//# sourceMappingURL=create-requests.d.mts.map
|
|
@@ -12,7 +12,19 @@ declare const RedcircleApiDeleteCollectionOutput: z.ZodObject<{
|
|
|
12
12
|
}, z.core.$loose>;
|
|
13
13
|
declare const redcircleApiDeleteCollection: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
collection_id: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", 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<"redcircle_api", 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 { redcircleApiDeleteCollection };
|
|
18
30
|
//# sourceMappingURL=delete-collection.d.cts.map
|
|
@@ -12,7 +12,19 @@ declare const RedcircleApiDeleteCollectionOutput: z.ZodObject<{
|
|
|
12
12
|
}, z.core.$loose>;
|
|
13
13
|
declare const redcircleApiDeleteCollection: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
collection_id: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", 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<"redcircle_api", 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 { redcircleApiDeleteCollection };
|
|
18
30
|
//# sourceMappingURL=delete-collection.d.mts.map
|
|
@@ -12,7 +12,19 @@ declare const RedcircleApiDeleteDestinationOutput: z.ZodObject<{
|
|
|
12
12
|
}, z.core.$loose>;
|
|
13
13
|
declare const redcircleApiDeleteDestination: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
destination_id: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", 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<"redcircle_api", 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 { redcircleApiDeleteDestination };
|
|
18
30
|
//# sourceMappingURL=delete-destination.d.cts.map
|
|
@@ -12,7 +12,19 @@ declare const RedcircleApiDeleteDestinationOutput: z.ZodObject<{
|
|
|
12
12
|
}, z.core.$loose>;
|
|
13
13
|
declare const redcircleApiDeleteDestination: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
destination_id: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", 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<"redcircle_api", 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 { redcircleApiDeleteDestination };
|
|
18
30
|
//# sourceMappingURL=delete-destination.d.mts.map
|
|
@@ -14,7 +14,19 @@ declare const RedcircleApiDeleteRequestOutput: z.ZodObject<{
|
|
|
14
14
|
declare const redcircleApiDeleteRequest: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
request_id: string;
|
|
16
16
|
collection_id: string;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
generic_api_key: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
18
30
|
//#endregion
|
|
19
31
|
export { redcircleApiDeleteRequest };
|
|
20
32
|
//# sourceMappingURL=delete-request.d.cts.map
|
|
@@ -14,7 +14,19 @@ declare const RedcircleApiDeleteRequestOutput: z.ZodObject<{
|
|
|
14
14
|
declare const redcircleApiDeleteRequest: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
request_id: string;
|
|
16
16
|
collection_id: string;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
generic_api_key: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
18
30
|
//#endregion
|
|
19
31
|
export { redcircleApiDeleteRequest };
|
|
20
32
|
//# sourceMappingURL=delete-request.d.mts.map
|
|
@@ -14,7 +14,19 @@ declare const RedcircleApiDeleteRequestsBulkOutput: z.ZodObject<{
|
|
|
14
14
|
declare const redcircleApiDeleteRequestsBulk: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
request_ids: string[];
|
|
16
16
|
collection_id: string;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
generic_api_key: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
18
30
|
//#endregion
|
|
19
31
|
export { redcircleApiDeleteRequestsBulk };
|
|
20
32
|
//# sourceMappingURL=delete-requests-bulk.d.cts.map
|
|
@@ -14,7 +14,19 @@ declare const RedcircleApiDeleteRequestsBulkOutput: z.ZodObject<{
|
|
|
14
14
|
declare const redcircleApiDeleteRequestsBulk: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
request_ids: string[];
|
|
16
16
|
collection_id: string;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
generic_api_key: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
18
30
|
//#endregion
|
|
19
31
|
export { redcircleApiDeleteRequestsBulk };
|
|
20
32
|
//# sourceMappingURL=delete-requests-bulk.d.mts.map
|
|
@@ -19,7 +19,19 @@ declare const redcircleApiDeleteZipcodes: import("@keystrokehq/action").Workflow
|
|
|
19
19
|
domain: string;
|
|
20
20
|
zipcode: string;
|
|
21
21
|
}[];
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { redcircleApiDeleteZipcodes };
|
|
25
37
|
//# sourceMappingURL=delete-zipcodes.d.cts.map
|
|
@@ -19,7 +19,19 @@ declare const redcircleApiDeleteZipcodes: import("@keystrokehq/action").Workflow
|
|
|
19
19
|
domain: string;
|
|
20
20
|
zipcode: string;
|
|
21
21
|
}[];
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { redcircleApiDeleteZipcodes };
|
|
25
37
|
//# sourceMappingURL=delete-zipcodes.d.mts.map
|
|
@@ -36,7 +36,19 @@ declare const RedcircleApiGetAccountOutput: z.ZodObject<{
|
|
|
36
36
|
success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
37
37
|
}, z.core.$loose>>>;
|
|
38
38
|
}, z.core.$loose>;
|
|
39
|
-
declare const redcircleApiGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
declare const redcircleApiGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
generic_api_key: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
40
52
|
//#endregion
|
|
41
53
|
export { redcircleApiGetAccount };
|
|
42
54
|
//# sourceMappingURL=get-account.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-account.d.cts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAmC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAK5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-account.d.cts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAmC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAK5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,kBAAA,CAAA,CAAA,SAAA"}
|
|
@@ -36,7 +36,19 @@ declare const RedcircleApiGetAccountOutput: z.ZodObject<{
|
|
|
36
36
|
success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
37
37
|
}, z.core.$loose>>>;
|
|
38
38
|
}, z.core.$loose>;
|
|
39
|
-
declare const redcircleApiGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
declare const redcircleApiGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
generic_api_key: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
40
52
|
//#endregion
|
|
41
53
|
export { redcircleApiGetAccount };
|
|
42
54
|
//# sourceMappingURL=get-account.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-account.d.mts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAmC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAK5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-account.d.mts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAmC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAK5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,kBAAA,CAAA,CAAA,SAAA"}
|
|
@@ -36,7 +36,19 @@ declare const RedcircleApiGetCollectionOutput: z.ZodObject<{
|
|
|
36
36
|
}, z.core.$loose>;
|
|
37
37
|
declare const redcircleApiGetCollection: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
38
38
|
collection_id: string;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
generic_api_key: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
40
52
|
//#endregion
|
|
41
53
|
export { redcircleApiGetCollection };
|
|
42
54
|
//# sourceMappingURL=get-collection.d.cts.map
|
|
@@ -36,7 +36,19 @@ declare const RedcircleApiGetCollectionOutput: z.ZodObject<{
|
|
|
36
36
|
}, z.core.$loose>;
|
|
37
37
|
declare const redcircleApiGetCollection: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
38
38
|
collection_id: string;
|
|
39
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
39
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
generic_api_key: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
46
|
+
connectionId: z.ZodString;
|
|
47
|
+
entityId: z.ZodString;
|
|
48
|
+
instanceId: z.ZodString;
|
|
49
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
50
|
+
generic_api_key: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>]>;
|
|
40
52
|
//#endregion
|
|
41
53
|
export { redcircleApiGetCollection };
|
|
42
54
|
//# sourceMappingURL=get-collection.d.mts.map
|
|
@@ -17,7 +17,19 @@ declare const RedcircleApiGetRequestsCsvLinksOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const redcircleApiGetRequestsCsvLinks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
collection_id: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_api_key: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { redcircleApiGetRequestsCsvLinks };
|
|
23
35
|
//# sourceMappingURL=get-requests-csv-links.d.cts.map
|
|
@@ -17,7 +17,19 @@ declare const RedcircleApiGetRequestsCsvLinksOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const redcircleApiGetRequestsCsvLinks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
collection_id: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_api_key: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { redcircleApiGetRequestsCsvLinks };
|
|
23
35
|
//# sourceMappingURL=get-requests-csv-links.d.mts.map
|
|
@@ -17,7 +17,19 @@ declare const RedcircleApiGetRequestsJsonLinksOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const redcircleApiGetRequestsJsonLinks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
collection_id: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_api_key: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { redcircleApiGetRequestsJsonLinks };
|
|
23
35
|
//# sourceMappingURL=get-requests-json-links.d.cts.map
|
|
@@ -17,7 +17,19 @@ declare const RedcircleApiGetRequestsJsonLinksOutput: z.ZodObject<{
|
|
|
17
17
|
}, z.core.$loose>;
|
|
18
18
|
declare const redcircleApiGetRequestsJsonLinks: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
collection_id: string;
|
|
20
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
20
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
21
|
+
connectionId: z.ZodString;
|
|
22
|
+
entityId: z.ZodString;
|
|
23
|
+
instanceId: z.ZodString;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
generic_api_key: z.ZodString;
|
|
26
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
generic_api_key: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>;
|
|
21
33
|
//#endregion
|
|
22
34
|
export { redcircleApiGetRequestsJsonLinks };
|
|
23
35
|
//# sourceMappingURL=get-requests-json-links.d.mts.map
|