@keystrokehq/redcircle_api 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/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 +13 -1
- package/dist/actions/list-collections.d.mts +13 -1
- 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/package.json +1 -1
|
@@ -43,7 +43,19 @@ declare const redcircleApiGetResultSetCsv: import("@keystrokehq/action").Workflo
|
|
|
43
43
|
collection_id: string;
|
|
44
44
|
result_set_id: string;
|
|
45
45
|
csv_fields?: string | undefined;
|
|
46
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
46
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
generic_api_key: z.ZodString;
|
|
52
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
generic_api_key: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>;
|
|
47
59
|
//#endregion
|
|
48
60
|
export { redcircleApiGetResultSetCsv };
|
|
49
61
|
//# sourceMappingURL=get-result-set-csv.d.cts.map
|
|
@@ -43,7 +43,19 @@ declare const redcircleApiGetResultSetCsv: import("@keystrokehq/action").Workflo
|
|
|
43
43
|
collection_id: string;
|
|
44
44
|
result_set_id: string;
|
|
45
45
|
csv_fields?: string | undefined;
|
|
46
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
46
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
generic_api_key: z.ZodString;
|
|
52
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
53
|
+
connectionId: z.ZodString;
|
|
54
|
+
entityId: z.ZodString;
|
|
55
|
+
instanceId: z.ZodString;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
generic_api_key: z.ZodString;
|
|
58
|
+
}, z.core.$strip>>]>;
|
|
47
59
|
//#endregion
|
|
48
60
|
export { redcircleApiGetResultSetCsv };
|
|
49
61
|
//# sourceMappingURL=get-result-set-csv.d.mts.map
|
|
@@ -39,7 +39,19 @@ declare const RedcircleApiGetResultSetJsonOutput: z.ZodObject<{
|
|
|
39
39
|
declare const redcircleApiGetResultSetJson: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
40
40
|
collection_id: string;
|
|
41
41
|
result_set_id: string;
|
|
42
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
42
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
43
55
|
//#endregion
|
|
44
56
|
export { redcircleApiGetResultSetJson };
|
|
45
57
|
//# sourceMappingURL=get-result-set-json.d.cts.map
|
|
@@ -39,7 +39,19 @@ declare const RedcircleApiGetResultSetJsonOutput: z.ZodObject<{
|
|
|
39
39
|
declare const redcircleApiGetResultSetJson: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
40
40
|
collection_id: string;
|
|
41
41
|
result_set_id: string;
|
|
42
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
42
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
generic_api_key: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
43
55
|
//#endregion
|
|
44
56
|
export { redcircleApiGetResultSetJson };
|
|
45
57
|
//# sourceMappingURL=get-result-set-json.d.mts.map
|
|
@@ -56,7 +56,19 @@ declare const RedcircleApiGetResultSetJsonlinesOutput: z.ZodObject<{
|
|
|
56
56
|
declare const redcircleApiGetResultSetJsonlines: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
57
57
|
collection_id: string;
|
|
58
58
|
result_set_id: string;
|
|
59
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
59
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
60
|
+
connectionId: z.ZodString;
|
|
61
|
+
entityId: z.ZodString;
|
|
62
|
+
instanceId: z.ZodString;
|
|
63
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
64
|
+
generic_api_key: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
60
72
|
//#endregion
|
|
61
73
|
export { redcircleApiGetResultSetJsonlines };
|
|
62
74
|
//# sourceMappingURL=get-result-set-jsonlines.d.cts.map
|
|
@@ -56,7 +56,19 @@ declare const RedcircleApiGetResultSetJsonlinesOutput: z.ZodObject<{
|
|
|
56
56
|
declare const redcircleApiGetResultSetJsonlines: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
57
57
|
collection_id: string;
|
|
58
58
|
result_set_id: string;
|
|
59
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
59
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
60
|
+
connectionId: z.ZodString;
|
|
61
|
+
entityId: z.ZodString;
|
|
62
|
+
instanceId: z.ZodString;
|
|
63
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
64
|
+
generic_api_key: z.ZodString;
|
|
65
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
60
72
|
//#endregion
|
|
61
73
|
export { redcircleApiGetResultSetJsonlines };
|
|
62
74
|
//# sourceMappingURL=get-result-set-jsonlines.d.mts.map
|
|
@@ -112,7 +112,19 @@ declare const redcircleApiGetTargetProductData: import("@keystrokehq/action").Wo
|
|
|
112
112
|
sort_by?: string | undefined;
|
|
113
113
|
category_id?: string | undefined;
|
|
114
114
|
search_term?: string | undefined;
|
|
115
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
115
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
116
|
+
connectionId: z.ZodString;
|
|
117
|
+
entityId: z.ZodString;
|
|
118
|
+
instanceId: z.ZodString;
|
|
119
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
120
|
+
generic_api_key: z.ZodString;
|
|
121
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
122
|
+
connectionId: z.ZodString;
|
|
123
|
+
entityId: z.ZodString;
|
|
124
|
+
instanceId: z.ZodString;
|
|
125
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
126
|
+
generic_api_key: z.ZodString;
|
|
127
|
+
}, z.core.$strip>>]>;
|
|
116
128
|
//#endregion
|
|
117
129
|
export { redcircleApiGetTargetProductData };
|
|
118
130
|
//# sourceMappingURL=get-target-product-data.d.cts.map
|
|
@@ -112,7 +112,19 @@ declare const redcircleApiGetTargetProductData: import("@keystrokehq/action").Wo
|
|
|
112
112
|
sort_by?: string | undefined;
|
|
113
113
|
category_id?: string | undefined;
|
|
114
114
|
search_term?: string | undefined;
|
|
115
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
115
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
116
|
+
connectionId: z.ZodString;
|
|
117
|
+
entityId: z.ZodString;
|
|
118
|
+
instanceId: z.ZodString;
|
|
119
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
120
|
+
generic_api_key: z.ZodString;
|
|
121
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
122
|
+
connectionId: z.ZodString;
|
|
123
|
+
entityId: z.ZodString;
|
|
124
|
+
instanceId: z.ZodString;
|
|
125
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
126
|
+
generic_api_key: z.ZodString;
|
|
127
|
+
}, z.core.$strip>>]>;
|
|
116
128
|
//#endregion
|
|
117
129
|
export { redcircleApiGetTargetProductData };
|
|
118
130
|
//# sourceMappingURL=get-target-product-data.d.mts.map
|
|
@@ -63,7 +63,19 @@ declare const redcircleApiListCategories: import("@keystrokehq/action").Workflow
|
|
|
63
63
|
id?: string | undefined;
|
|
64
64
|
parent_id?: string | undefined;
|
|
65
65
|
search_term?: string | undefined;
|
|
66
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
66
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
67
|
+
connectionId: z.ZodString;
|
|
68
|
+
entityId: z.ZodString;
|
|
69
|
+
instanceId: z.ZodString;
|
|
70
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
71
|
+
generic_api_key: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
73
|
+
connectionId: z.ZodString;
|
|
74
|
+
entityId: z.ZodString;
|
|
75
|
+
instanceId: z.ZodString;
|
|
76
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
77
|
+
generic_api_key: z.ZodString;
|
|
78
|
+
}, z.core.$strip>>]>;
|
|
67
79
|
//#endregion
|
|
68
80
|
export { redcircleApiListCategories };
|
|
69
81
|
//# sourceMappingURL=list-categories.d.cts.map
|
|
@@ -63,7 +63,19 @@ declare const redcircleApiListCategories: import("@keystrokehq/action").Workflow
|
|
|
63
63
|
id?: string | undefined;
|
|
64
64
|
parent_id?: string | undefined;
|
|
65
65
|
search_term?: string | undefined;
|
|
66
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
66
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
67
|
+
connectionId: z.ZodString;
|
|
68
|
+
entityId: z.ZodString;
|
|
69
|
+
instanceId: z.ZodString;
|
|
70
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
71
|
+
generic_api_key: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
73
|
+
connectionId: z.ZodString;
|
|
74
|
+
entityId: z.ZodString;
|
|
75
|
+
instanceId: z.ZodString;
|
|
76
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
77
|
+
generic_api_key: z.ZodString;
|
|
78
|
+
}, z.core.$strip>>]>;
|
|
67
79
|
//#endregion
|
|
68
80
|
export { redcircleApiListCategories };
|
|
69
81
|
//# sourceMappingURL=list-categories.d.mts.map
|
|
@@ -71,7 +71,19 @@ declare const redcircleApiListCollections: import("@keystrokehq/action").Workflo
|
|
|
71
71
|
last_run_before?: string | undefined;
|
|
72
72
|
only_with_results?: boolean | undefined;
|
|
73
73
|
only_without_results?: boolean | undefined;
|
|
74
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
74
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
generic_api_key: z.ZodString;
|
|
80
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
generic_api_key: z.ZodString;
|
|
86
|
+
}, z.core.$strip>>]>;
|
|
75
87
|
//#endregion
|
|
76
88
|
export { redcircleApiListCollections };
|
|
77
89
|
//# sourceMappingURL=list-collections.d.cts.map
|
|
@@ -71,7 +71,19 @@ declare const redcircleApiListCollections: import("@keystrokehq/action").Workflo
|
|
|
71
71
|
last_run_before?: string | undefined;
|
|
72
72
|
only_with_results?: boolean | undefined;
|
|
73
73
|
only_without_results?: boolean | undefined;
|
|
74
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
74
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
75
|
+
connectionId: z.ZodString;
|
|
76
|
+
entityId: z.ZodString;
|
|
77
|
+
instanceId: z.ZodString;
|
|
78
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
79
|
+
generic_api_key: z.ZodString;
|
|
80
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
81
|
+
connectionId: z.ZodString;
|
|
82
|
+
entityId: z.ZodString;
|
|
83
|
+
instanceId: z.ZodString;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
generic_api_key: z.ZodString;
|
|
86
|
+
}, z.core.$strip>>]>;
|
|
75
87
|
//#endregion
|
|
76
88
|
export { redcircleApiListCollections };
|
|
77
89
|
//# sourceMappingURL=list-collections.d.mts.map
|
|
@@ -37,7 +37,19 @@ declare const redcircleApiListDestinations: import("@keystrokehq/action").Workfl
|
|
|
37
37
|
sort_by?: "type" | "name" | undefined;
|
|
38
38
|
search_term?: string | undefined;
|
|
39
39
|
sort_direction?: "ascending" | "descending" | undefined;
|
|
40
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
generic_api_key: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
generic_api_key: z.ZodString;
|
|
52
|
+
}, z.core.$strip>>]>;
|
|
41
53
|
//#endregion
|
|
42
54
|
export { redcircleApiListDestinations };
|
|
43
55
|
//# sourceMappingURL=list-destinations.d.cts.map
|
|
@@ -37,7 +37,19 @@ declare const redcircleApiListDestinations: import("@keystrokehq/action").Workfl
|
|
|
37
37
|
sort_by?: "type" | "name" | undefined;
|
|
38
38
|
search_term?: string | undefined;
|
|
39
39
|
sort_direction?: "ascending" | "descending" | undefined;
|
|
40
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
generic_api_key: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
generic_api_key: z.ZodString;
|
|
52
|
+
}, z.core.$strip>>]>;
|
|
41
53
|
//#endregion
|
|
42
54
|
export { redcircleApiListDestinations };
|
|
43
55
|
//# sourceMappingURL=list-destinations.d.mts.map
|
|
@@ -30,7 +30,19 @@ declare const redcircleApiListErrorLogs: import("@keystrokehq/action").WorkflowA
|
|
|
30
30
|
sort_by?: string | undefined;
|
|
31
31
|
search_term?: string | undefined;
|
|
32
32
|
sort_direction?: string | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { redcircleApiListErrorLogs };
|
|
36
48
|
//# sourceMappingURL=list-error-logs.d.cts.map
|
|
@@ -30,7 +30,19 @@ declare const redcircleApiListErrorLogs: import("@keystrokehq/action").WorkflowA
|
|
|
30
30
|
sort_by?: string | undefined;
|
|
31
31
|
search_term?: string | undefined;
|
|
32
32
|
sort_direction?: string | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
generic_api_key: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { redcircleApiListErrorLogs };
|
|
36
48
|
//# sourceMappingURL=list-error-logs.d.mts.map
|
|
@@ -22,7 +22,19 @@ declare const RedcircleApiListRequestsByPageOutput: z.ZodObject<{
|
|
|
22
22
|
declare const redcircleApiListRequestsByPage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
23
|
page: number;
|
|
24
24
|
collection_id: string;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", 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>>]>;
|
|
26
38
|
//#endregion
|
|
27
39
|
export { redcircleApiListRequestsByPage };
|
|
28
40
|
//# sourceMappingURL=list-requests-by-page.d.cts.map
|
|
@@ -22,7 +22,19 @@ declare const RedcircleApiListRequestsByPageOutput: z.ZodObject<{
|
|
|
22
22
|
declare const redcircleApiListRequestsByPage: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
23
|
page: number;
|
|
24
24
|
collection_id: string;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", 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>>]>;
|
|
26
38
|
//#endregion
|
|
27
39
|
export { redcircleApiListRequestsByPage };
|
|
28
40
|
//# sourceMappingURL=list-requests-by-page.d.mts.map
|
|
@@ -41,7 +41,19 @@ declare const RedcircleApiListResultSetsOutput: z.ZodObject<{
|
|
|
41
41
|
}, z.core.$loose>;
|
|
42
42
|
declare const redcircleApiListResultSets: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
43
43
|
collection_id: string;
|
|
44
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
44
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
generic_api_key: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
generic_api_key: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>;
|
|
45
57
|
//#endregion
|
|
46
58
|
export { redcircleApiListResultSets };
|
|
47
59
|
//# sourceMappingURL=list-result-sets.d.cts.map
|
|
@@ -41,7 +41,19 @@ declare const RedcircleApiListResultSetsOutput: z.ZodObject<{
|
|
|
41
41
|
}, z.core.$loose>;
|
|
42
42
|
declare const redcircleApiListResultSets: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
43
43
|
collection_id: string;
|
|
44
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
44
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
generic_api_key: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
generic_api_key: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>;
|
|
45
57
|
//#endregion
|
|
46
58
|
export { redcircleApiListResultSets };
|
|
47
59
|
//# sourceMappingURL=list-result-sets.d.mts.map
|
|
@@ -21,7 +21,19 @@ declare const redcircleApiListZipcodes: import("@keystrokehq/action").WorkflowAc
|
|
|
21
21
|
page?: number | undefined;
|
|
22
22
|
domain?: string | undefined;
|
|
23
23
|
search_term?: string | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
generic_api_key: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
25
37
|
//#endregion
|
|
26
38
|
export { redcircleApiListZipcodes };
|
|
27
39
|
//# sourceMappingURL=list-zipcodes.d.cts.map
|
|
@@ -21,7 +21,19 @@ declare const redcircleApiListZipcodes: import("@keystrokehq/action").WorkflowAc
|
|
|
21
21
|
page?: number | undefined;
|
|
22
22
|
domain?: string | undefined;
|
|
23
23
|
search_term?: string | undefined;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
generic_api_key: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
25
37
|
//#endregion
|
|
26
38
|
export { redcircleApiListZipcodes };
|
|
27
39
|
//# sourceMappingURL=list-zipcodes.d.mts.map
|
|
@@ -14,7 +14,19 @@ declare const RedcircleApiResendWebhookOutput: z.ZodObject<{
|
|
|
14
14
|
declare const redcircleApiResendWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
collection_id: string;
|
|
16
16
|
result_set_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 { redcircleApiResendWebhook };
|
|
20
32
|
//# sourceMappingURL=resend-webhook.d.cts.map
|
|
@@ -14,7 +14,19 @@ declare const RedcircleApiResendWebhookOutput: z.ZodObject<{
|
|
|
14
14
|
declare const redcircleApiResendWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
collection_id: string;
|
|
16
16
|
result_set_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 { redcircleApiResendWebhook };
|
|
20
32
|
//# sourceMappingURL=resend-webhook.d.mts.map
|
|
@@ -11,7 +11,19 @@ declare const RedcircleApiStartCollectionOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const redcircleApiStartCollection: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
collection_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { redcircleApiStartCollection };
|
|
17
29
|
//# sourceMappingURL=start-collection.d.cts.map
|
|
@@ -11,7 +11,19 @@ declare const RedcircleApiStartCollectionOutput: z.ZodObject<{
|
|
|
11
11
|
}, z.core.$loose>;
|
|
12
12
|
declare const redcircleApiStartCollection: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
collection_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
14
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>, 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>>]>;
|
|
15
27
|
//#endregion
|
|
16
28
|
export { redcircleApiStartCollection };
|
|
17
29
|
//# sourceMappingURL=start-collection.d.mts.map
|
|
@@ -10,7 +10,19 @@ declare const RedcircleApiStopAllCollectionsOutput: z.ZodObject<{
|
|
|
10
10
|
collections_stopped: z.ZodNullable<z.ZodNumber>;
|
|
11
11
|
collections_failed_to_stop: z.ZodNullable<z.ZodNumber>;
|
|
12
12
|
}, z.core.$loose>;
|
|
13
|
-
declare const redcircleApiStopAllCollections: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
declare const redcircleApiStopAllCollections: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", 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<"redcircle_api", 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 { redcircleApiStopAllCollections };
|
|
16
28
|
//# sourceMappingURL=stop-all-collections.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stop-all-collections.d.cts","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;cAMpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"stop-all-collections.d.cts","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;cAMpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,kBAAA,CAAA,CAAA,SAAA"}
|
|
@@ -10,7 +10,19 @@ declare const RedcircleApiStopAllCollectionsOutput: z.ZodObject<{
|
|
|
10
10
|
collections_stopped: z.ZodNullable<z.ZodNumber>;
|
|
11
11
|
collections_failed_to_stop: z.ZodNullable<z.ZodNumber>;
|
|
12
12
|
}, z.core.$loose>;
|
|
13
|
-
declare const redcircleApiStopAllCollections: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
13
|
+
declare const redcircleApiStopAllCollections: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"redcircle_api", 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<"redcircle_api", 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 { redcircleApiStopAllCollections };
|
|
16
28
|
//# sourceMappingURL=stop-all-collections.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stop-all-collections.d.mts","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;cAMpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"stop-all-collections.d.mts","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;cAMpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,kBAAA,CAAA,CAAA,SAAA"}
|