@keystrokehq/redcircle_api 0.1.0
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/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/add-zipcodes.cjs +23 -0
- package/dist/actions/add-zipcodes.cjs.map +1 -0
- package/dist/actions/add-zipcodes.d.cts +9 -0
- package/dist/actions/add-zipcodes.d.cts.map +1 -0
- package/dist/actions/add-zipcodes.d.mts +9 -0
- package/dist/actions/add-zipcodes.d.mts.map +1 -0
- package/dist/actions/add-zipcodes.mjs +22 -0
- package/dist/actions/add-zipcodes.mjs.map +1 -0
- package/dist/actions/clear-collection-requests.cjs +20 -0
- package/dist/actions/clear-collection-requests.cjs.map +1 -0
- package/dist/actions/clear-collection-requests.d.cts +9 -0
- package/dist/actions/clear-collection-requests.d.cts.map +1 -0
- package/dist/actions/clear-collection-requests.d.mts +9 -0
- package/dist/actions/clear-collection-requests.d.mts.map +1 -0
- package/dist/actions/clear-collection-requests.mjs +19 -0
- package/dist/actions/clear-collection-requests.mjs.map +1 -0
- package/dist/actions/create-collection.cjs +83 -0
- package/dist/actions/create-collection.cjs.map +1 -0
- package/dist/actions/create-collection.d.cts +9 -0
- package/dist/actions/create-collection.d.cts.map +1 -0
- package/dist/actions/create-collection.d.mts +9 -0
- package/dist/actions/create-collection.d.mts.map +1 -0
- package/dist/actions/create-collection.mjs +82 -0
- package/dist/actions/create-collection.mjs.map +1 -0
- package/dist/actions/create-destination.cjs +50 -0
- package/dist/actions/create-destination.cjs.map +1 -0
- package/dist/actions/create-destination.d.cts +9 -0
- package/dist/actions/create-destination.d.cts.map +1 -0
- package/dist/actions/create-destination.d.mts +9 -0
- package/dist/actions/create-destination.d.mts.map +1 -0
- package/dist/actions/create-destination.mjs +49 -0
- package/dist/actions/create-destination.mjs.map +1 -0
- package/dist/actions/create-requests.cjs +34 -0
- package/dist/actions/create-requests.cjs.map +1 -0
- package/dist/actions/create-requests.d.cts +9 -0
- package/dist/actions/create-requests.d.cts.map +1 -0
- package/dist/actions/create-requests.d.mts +9 -0
- package/dist/actions/create-requests.d.mts.map +1 -0
- package/dist/actions/create-requests.mjs +33 -0
- package/dist/actions/create-requests.mjs.map +1 -0
- package/dist/actions/delete-collection.cjs +20 -0
- package/dist/actions/delete-collection.cjs.map +1 -0
- package/dist/actions/delete-collection.d.cts +9 -0
- package/dist/actions/delete-collection.d.cts.map +1 -0
- package/dist/actions/delete-collection.d.mts +9 -0
- package/dist/actions/delete-collection.d.mts.map +1 -0
- package/dist/actions/delete-collection.mjs +19 -0
- package/dist/actions/delete-collection.mjs.map +1 -0
- package/dist/actions/delete-destination.cjs +20 -0
- package/dist/actions/delete-destination.cjs.map +1 -0
- package/dist/actions/delete-destination.d.cts +9 -0
- package/dist/actions/delete-destination.d.cts.map +1 -0
- package/dist/actions/delete-destination.d.mts +9 -0
- package/dist/actions/delete-destination.d.mts.map +1 -0
- package/dist/actions/delete-destination.mjs +19 -0
- package/dist/actions/delete-destination.mjs.map +1 -0
- package/dist/actions/delete-request.cjs +23 -0
- package/dist/actions/delete-request.cjs.map +1 -0
- package/dist/actions/delete-request.d.cts +9 -0
- package/dist/actions/delete-request.d.cts.map +1 -0
- package/dist/actions/delete-request.d.mts +9 -0
- package/dist/actions/delete-request.d.mts.map +1 -0
- package/dist/actions/delete-request.mjs +22 -0
- package/dist/actions/delete-request.mjs.map +1 -0
- package/dist/actions/delete-requests-bulk.cjs +23 -0
- package/dist/actions/delete-requests-bulk.cjs.map +1 -0
- package/dist/actions/delete-requests-bulk.d.cts +9 -0
- package/dist/actions/delete-requests-bulk.d.cts.map +1 -0
- package/dist/actions/delete-requests-bulk.d.mts +9 -0
- package/dist/actions/delete-requests-bulk.d.mts.map +1 -0
- package/dist/actions/delete-requests-bulk.mjs +22 -0
- package/dist/actions/delete-requests-bulk.mjs.map +1 -0
- package/dist/actions/delete-zipcodes.cjs +23 -0
- package/dist/actions/delete-zipcodes.cjs.map +1 -0
- package/dist/actions/delete-zipcodes.d.cts +9 -0
- package/dist/actions/delete-zipcodes.d.cts.map +1 -0
- package/dist/actions/delete-zipcodes.d.mts +9 -0
- package/dist/actions/delete-zipcodes.d.mts.map +1 -0
- package/dist/actions/delete-zipcodes.mjs +22 -0
- package/dist/actions/delete-zipcodes.mjs.map +1 -0
- package/dist/actions/get-account.cjs +51 -0
- package/dist/actions/get-account.cjs.map +1 -0
- package/dist/actions/get-account.d.cts +9 -0
- package/dist/actions/get-account.d.cts.map +1 -0
- package/dist/actions/get-account.d.mts +9 -0
- package/dist/actions/get-account.d.mts.map +1 -0
- package/dist/actions/get-account.mjs +50 -0
- package/dist/actions/get-account.mjs.map +1 -0
- package/dist/actions/get-collection.cjs +45 -0
- package/dist/actions/get-collection.cjs.map +1 -0
- package/dist/actions/get-collection.d.cts +9 -0
- package/dist/actions/get-collection.d.cts.map +1 -0
- package/dist/actions/get-collection.d.mts +9 -0
- package/dist/actions/get-collection.d.mts.map +1 -0
- package/dist/actions/get-collection.mjs +44 -0
- package/dist/actions/get-collection.mjs.map +1 -0
- package/dist/actions/get-requests-csv-links.cjs +24 -0
- package/dist/actions/get-requests-csv-links.cjs.map +1 -0
- package/dist/actions/get-requests-csv-links.d.cts +9 -0
- package/dist/actions/get-requests-csv-links.d.cts.map +1 -0
- package/dist/actions/get-requests-csv-links.d.mts +9 -0
- package/dist/actions/get-requests-csv-links.d.mts.map +1 -0
- package/dist/actions/get-requests-csv-links.mjs +23 -0
- package/dist/actions/get-requests-csv-links.mjs.map +1 -0
- package/dist/actions/get-requests-json-links.cjs +24 -0
- package/dist/actions/get-requests-json-links.cjs.map +1 -0
- package/dist/actions/get-requests-json-links.d.cts +9 -0
- package/dist/actions/get-requests-json-links.d.cts.map +1 -0
- package/dist/actions/get-requests-json-links.d.mts +9 -0
- package/dist/actions/get-requests-json-links.d.mts.map +1 -0
- package/dist/actions/get-requests-json-links.mjs +23 -0
- package/dist/actions/get-requests-json-links.mjs.map +1 -0
- package/dist/actions/get-result-set-csv.cjs +56 -0
- package/dist/actions/get-result-set-csv.cjs.map +1 -0
- package/dist/actions/get-result-set-csv.d.cts +9 -0
- package/dist/actions/get-result-set-csv.d.cts.map +1 -0
- package/dist/actions/get-result-set-csv.d.mts +9 -0
- package/dist/actions/get-result-set-csv.d.mts.map +1 -0
- package/dist/actions/get-result-set-csv.mjs +55 -0
- package/dist/actions/get-result-set-csv.mjs.map +1 -0
- package/dist/actions/get-result-set-json.cjs +51 -0
- package/dist/actions/get-result-set-json.cjs.map +1 -0
- package/dist/actions/get-result-set-json.d.cts +9 -0
- package/dist/actions/get-result-set-json.d.cts.map +1 -0
- package/dist/actions/get-result-set-json.d.mts +9 -0
- package/dist/actions/get-result-set-json.d.mts.map +1 -0
- package/dist/actions/get-result-set-json.mjs +50 -0
- package/dist/actions/get-result-set-json.mjs.map +1 -0
- package/dist/actions/get-result-set-jsonlines.cjs +74 -0
- package/dist/actions/get-result-set-jsonlines.cjs.map +1 -0
- package/dist/actions/get-result-set-jsonlines.d.cts +9 -0
- package/dist/actions/get-result-set-jsonlines.d.cts.map +1 -0
- package/dist/actions/get-result-set-jsonlines.d.mts +9 -0
- package/dist/actions/get-result-set-jsonlines.d.mts.map +1 -0
- package/dist/actions/get-result-set-jsonlines.mjs +73 -0
- package/dist/actions/get-result-set-jsonlines.mjs.map +1 -0
- package/dist/actions/get-target-product-data.cjs +108 -0
- package/dist/actions/get-target-product-data.cjs.map +1 -0
- package/dist/actions/get-target-product-data.d.cts +9 -0
- package/dist/actions/get-target-product-data.d.cts.map +1 -0
- package/dist/actions/get-target-product-data.d.mts +9 -0
- package/dist/actions/get-target-product-data.d.mts.map +1 -0
- package/dist/actions/get-target-product-data.mjs +107 -0
- package/dist/actions/get-target-product-data.mjs.map +1 -0
- package/dist/actions/index.cjs +65 -0
- package/dist/actions/index.d.cts +33 -0
- package/dist/actions/index.d.mts +33 -0
- package/dist/actions/index.mjs +33 -0
- package/dist/actions/list-categories.cjs +39 -0
- package/dist/actions/list-categories.cjs.map +1 -0
- package/dist/actions/list-categories.d.cts +9 -0
- package/dist/actions/list-categories.d.cts.map +1 -0
- package/dist/actions/list-categories.d.mts +9 -0
- package/dist/actions/list-categories.d.mts.map +1 -0
- package/dist/actions/list-categories.mjs +38 -0
- package/dist/actions/list-categories.mjs.map +1 -0
- package/dist/actions/list-collections.cjs +66 -0
- package/dist/actions/list-collections.cjs.map +1 -0
- package/dist/actions/list-collections.d.cts +9 -0
- package/dist/actions/list-collections.d.cts.map +1 -0
- package/dist/actions/list-collections.d.mts +9 -0
- package/dist/actions/list-collections.d.mts.map +1 -0
- package/dist/actions/list-collections.mjs +65 -0
- package/dist/actions/list-collections.mjs.map +1 -0
- package/dist/actions/list-destinations.cjs +40 -0
- package/dist/actions/list-destinations.cjs.map +1 -0
- package/dist/actions/list-destinations.d.cts +9 -0
- package/dist/actions/list-destinations.d.cts.map +1 -0
- package/dist/actions/list-destinations.d.mts +9 -0
- package/dist/actions/list-destinations.d.mts.map +1 -0
- package/dist/actions/list-destinations.mjs +39 -0
- package/dist/actions/list-destinations.mjs.map +1 -0
- package/dist/actions/list-error-logs.cjs +38 -0
- package/dist/actions/list-error-logs.cjs.map +1 -0
- package/dist/actions/list-error-logs.d.cts +9 -0
- package/dist/actions/list-error-logs.d.cts.map +1 -0
- package/dist/actions/list-error-logs.d.mts +9 -0
- package/dist/actions/list-error-logs.d.mts.map +1 -0
- package/dist/actions/list-error-logs.mjs +37 -0
- package/dist/actions/list-error-logs.mjs.map +1 -0
- package/dist/actions/list-requests-by-page.cjs +32 -0
- package/dist/actions/list-requests-by-page.cjs.map +1 -0
- package/dist/actions/list-requests-by-page.d.cts +9 -0
- package/dist/actions/list-requests-by-page.d.cts.map +1 -0
- package/dist/actions/list-requests-by-page.d.mts +9 -0
- package/dist/actions/list-requests-by-page.d.mts.map +1 -0
- package/dist/actions/list-requests-by-page.mjs +31 -0
- package/dist/actions/list-requests-by-page.mjs.map +1 -0
- package/dist/actions/list-result-sets.cjs +53 -0
- package/dist/actions/list-result-sets.cjs.map +1 -0
- package/dist/actions/list-result-sets.d.cts +9 -0
- package/dist/actions/list-result-sets.d.cts.map +1 -0
- package/dist/actions/list-result-sets.d.mts +9 -0
- package/dist/actions/list-result-sets.d.mts.map +1 -0
- package/dist/actions/list-result-sets.mjs +52 -0
- package/dist/actions/list-result-sets.mjs.map +1 -0
- package/dist/actions/list-zipcodes.cjs +30 -0
- package/dist/actions/list-zipcodes.cjs.map +1 -0
- package/dist/actions/list-zipcodes.d.cts +9 -0
- package/dist/actions/list-zipcodes.d.cts.map +1 -0
- package/dist/actions/list-zipcodes.d.mts +9 -0
- package/dist/actions/list-zipcodes.d.mts.map +1 -0
- package/dist/actions/list-zipcodes.mjs +29 -0
- package/dist/actions/list-zipcodes.mjs.map +1 -0
- package/dist/actions/resend-webhook.cjs +23 -0
- package/dist/actions/resend-webhook.cjs.map +1 -0
- package/dist/actions/resend-webhook.d.cts +9 -0
- package/dist/actions/resend-webhook.d.cts.map +1 -0
- package/dist/actions/resend-webhook.d.mts +9 -0
- package/dist/actions/resend-webhook.d.mts.map +1 -0
- package/dist/actions/resend-webhook.mjs +22 -0
- package/dist/actions/resend-webhook.mjs.map +1 -0
- package/dist/actions/start-collection.cjs +20 -0
- package/dist/actions/start-collection.cjs.map +1 -0
- package/dist/actions/start-collection.d.cts +9 -0
- package/dist/actions/start-collection.d.cts.map +1 -0
- package/dist/actions/start-collection.d.mts +9 -0
- package/dist/actions/start-collection.d.mts.map +1 -0
- package/dist/actions/start-collection.mjs +17 -0
- package/dist/actions/start-collection.mjs.map +1 -0
- package/dist/actions/stop-all-collections.cjs +24 -0
- package/dist/actions/stop-all-collections.cjs.map +1 -0
- package/dist/actions/stop-all-collections.d.cts +9 -0
- package/dist/actions/stop-all-collections.d.cts.map +1 -0
- package/dist/actions/stop-all-collections.d.mts +9 -0
- package/dist/actions/stop-all-collections.d.mts.map +1 -0
- package/dist/actions/stop-all-collections.mjs +23 -0
- package/dist/actions/stop-all-collections.mjs.map +1 -0
- package/dist/actions/stop-collection.cjs +20 -0
- package/dist/actions/stop-collection.cjs.map +1 -0
- package/dist/actions/stop-collection.d.cts +9 -0
- package/dist/actions/stop-collection.d.cts.map +1 -0
- package/dist/actions/stop-collection.d.mts +9 -0
- package/dist/actions/stop-collection.d.mts.map +1 -0
- package/dist/actions/stop-collection.mjs +17 -0
- package/dist/actions/stop-collection.mjs.map +1 -0
- package/dist/actions/update-collection.cjs +64 -0
- package/dist/actions/update-collection.cjs.map +1 -0
- package/dist/actions/update-collection.d.cts +9 -0
- package/dist/actions/update-collection.d.cts.map +1 -0
- package/dist/actions/update-collection.d.mts +9 -0
- package/dist/actions/update-collection.d.mts.map +1 -0
- package/dist/actions/update-collection.mjs +63 -0
- package/dist/actions/update-collection.mjs.map +1 -0
- package/dist/actions/update-destination.cjs +71 -0
- package/dist/actions/update-destination.cjs.map +1 -0
- package/dist/actions/update-destination.d.cts +9 -0
- package/dist/actions/update-destination.d.cts.map +1 -0
- package/dist/actions/update-destination.d.mts +9 -0
- package/dist/actions/update-destination.d.mts.map +1 -0
- package/dist/actions/update-destination.mjs +70 -0
- package/dist/actions/update-destination.mjs.map +1 -0
- package/dist/actions/update-request.cjs +31 -0
- package/dist/actions/update-request.cjs.map +1 -0
- package/dist/actions/update-request.d.cts +9 -0
- package/dist/actions/update-request.d.cts.map +1 -0
- package/dist/actions/update-request.d.mts +9 -0
- package/dist/actions/update-request.d.mts.map +1 -0
- package/dist/actions/update-request.mjs +30 -0
- package/dist/actions/update-request.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +70 -0
- package/dist/index.d.cts +35 -0
- package/dist/index.d.mts +35 -0
- package/dist/index.mjs +36 -0
- package/package.json +49 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-requests-by-page.d.ts
|
|
4
|
+
declare const RedcircleApiListRequestsByPageInput: z.ZodTypeAny;
|
|
5
|
+
declare const RedcircleApiListRequestsByPageOutput: z.ZodTypeAny;
|
|
6
|
+
declare const redcircleApiListRequestsByPage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { redcircleApiListRequestsByPage };
|
|
9
|
+
//# sourceMappingURL=list-requests-by-page.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-requests-by-page.d.mts","names":[],"sources":["../../src/actions/list-requests-by-page.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAGkC;AAAA,cAUzE,oCAAA,EAAsC,CAAA,CAAE,UAMW;AAAA,cAEnD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-requests-by-page.ts
|
|
4
|
+
const RedcircleApiListRequestsByPageInput = z.object({
|
|
5
|
+
page: z.number().int().describe("Page number for pagination (starts at 1, max 1000 requests per page)"),
|
|
6
|
+
collection_id: z.string().describe("The collection identifier")
|
|
7
|
+
}).describe("Request parameters for retrieving paginated requests from a collection.");
|
|
8
|
+
const RedcircleApiListRequestsByPage_RequestItemSchema = z.object({
|
|
9
|
+
id: z.string().describe("System-generated request identifier"),
|
|
10
|
+
tcin: z.string().describe("Target product identifier").nullable().optional(),
|
|
11
|
+
type: z.string().describe("Request type (e.g., 'product')"),
|
|
12
|
+
custom_id: z.string().describe("User-defined request identifier").nullable().optional()
|
|
13
|
+
}).describe("Details of a single request in the collection.");
|
|
14
|
+
const RedcircleApiListRequestsByPage_RequestInfoSchema = z.object({ success: z.boolean().describe("Operation status indicator") }).describe("Operation status information.");
|
|
15
|
+
const redcircleApiListRequestsByPage = action("REDCIRCLE_API_LIST_REQUESTS_BY_PAGE", {
|
|
16
|
+
slug: "redcircle_api-list-requests-by-page",
|
|
17
|
+
name: "List Requests by Page",
|
|
18
|
+
description: "Tool to retrieve requests for a collection in paginated format. Use when you need to access collection requests with pagination support (max 1000 requests per page).",
|
|
19
|
+
input: RedcircleApiListRequestsByPageInput,
|
|
20
|
+
output: z.object({
|
|
21
|
+
requests: z.array(RedcircleApiListRequestsByPage_RequestItemSchema).describe("Array of request objects (max 1000 per page)"),
|
|
22
|
+
request_info: RedcircleApiListRequestsByPage_RequestInfoSchema.nullable(),
|
|
23
|
+
collection_id: z.string().describe("The collection identifier"),
|
|
24
|
+
requests_page_count: z.number().int().describe("Total number of pages available"),
|
|
25
|
+
requests_page_current: z.number().int().describe("Current page number")
|
|
26
|
+
}).describe("Response model for paginated collection requests.")
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
export { redcircleApiListRequestsByPage };
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=list-requests-by-page.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-requests-by-page.mjs","names":[],"sources":["../../src/actions/list-requests-by-page.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiListRequestsByPageInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination (starts at 1, max 1000 requests per page)\"),\n collection_id: z.string().describe(\"The collection identifier\"),\n}).describe(\"Request parameters for retrieving paginated requests from a collection.\");\nconst RedcircleApiListRequestsByPage_RequestItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"System-generated request identifier\"),\n tcin: z.string().describe(\"Target product identifier\").nullable().optional(),\n type: z.string().describe(\"Request type (e.g., 'product')\"),\n custom_id: z.string().describe(\"User-defined request identifier\").nullable().optional(),\n}).describe(\"Details of a single request in the collection.\");\nconst RedcircleApiListRequestsByPage_RequestInfoSchema: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Operation status indicator\"),\n}).describe(\"Operation status information.\");\nexport const RedcircleApiListRequestsByPageOutput: z.ZodTypeAny = z.object({\n requests: z.array(RedcircleApiListRequestsByPage_RequestItemSchema).describe(\"Array of request objects (max 1000 per page)\"),\n request_info: RedcircleApiListRequestsByPage_RequestInfoSchema.nullable(),\n collection_id: z.string().describe(\"The collection identifier\"),\n requests_page_count: z.number().int().describe(\"Total number of pages available\"),\n requests_page_current: z.number().int().describe(\"Current page number\"),\n}).describe(\"Response model for paginated collection requests.\");\n\nexport const redcircleApiListRequestsByPage = action(\"REDCIRCLE_API_LIST_REQUESTS_BY_PAGE\", {\n slug: \"redcircle_api-list-requests-by-page\",\n name: \"List Requests by Page\",\n description: \"Tool to retrieve requests for a collection in paginated format. Use when you need to access collection requests with pagination support (max 1000 requests per page).\",\n input: RedcircleApiListRequestsByPageInput,\n output: RedcircleApiListRequestsByPageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sEAAsE;CACtG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;AAChE,CAAC,CAAC,CAAC,SAAS,yEAAyE;AACrF,MAAM,mDAAiE,EAAE,OAAO;CAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC1D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,mDAAiE,EAAE,OAAO,EAC9E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B,EAC5D,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAS3C,MAAa,iCAAiC,OAAO,uCAAuC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbgE,EAAE,OAAO;EACzE,UAAU,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,8CAA8C;EAC3H,cAAc,iDAAiD,SAAS;EACxE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EAC9D,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;EAChF,uBAAuB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB;CACxE,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-result-sets.ts
|
|
4
|
+
const RedcircleApiListResultSetsInput = zod.z.object({ collection_id: zod.z.string().describe("The unique identifier of the collection to retrieve result sets for.") }).describe("Request model for listing all result sets for a collection.");
|
|
5
|
+
const RedcircleApiListResultSets_WebhookStatusSchema = zod.z.object({}).describe("Webhook delivery status object.");
|
|
6
|
+
const RedcircleApiListResultSets_DestinationStatusSchema = zod.z.object({}).describe("Destination upload status object.");
|
|
7
|
+
const RedcircleApiListResultSets_ResultSetSchema = zod.z.object({
|
|
8
|
+
id: zod.z.number().int().describe("Unique result set identifier."),
|
|
9
|
+
ended_at: zod.z.string().describe("Execution completion timestamp (ISO8601)."),
|
|
10
|
+
expires_at: zod.z.string().describe("Data retention expiration date (ISO8601, 14-day retention)."),
|
|
11
|
+
started_at: zod.z.string().describe("Execution start timestamp (ISO8601)."),
|
|
12
|
+
requests_total: zod.z.number().int().describe("Total number of requests in this set."),
|
|
13
|
+
webhook_status: RedcircleApiListResultSets_WebhookStatusSchema.nullable().optional(),
|
|
14
|
+
requests_failed: zod.z.number().int().describe("Number of failed requests."),
|
|
15
|
+
destination_status: RedcircleApiListResultSets_DestinationStatusSchema.nullable().optional(),
|
|
16
|
+
requests_completed: zod.z.number().int().describe("Number of successfully processed requests."),
|
|
17
|
+
results_page_count: zod.z.number().int().describe("Number of result pages in this set.")
|
|
18
|
+
}).describe("Individual result set object.");
|
|
19
|
+
const RedcircleApiListResultSets_CollectionSchema = zod.z.object({
|
|
20
|
+
id: zod.z.string().describe("Unique collection identifier."),
|
|
21
|
+
name: zod.z.string().describe("Name of the collection."),
|
|
22
|
+
status: zod.z.string().describe("Current collection status."),
|
|
23
|
+
enabled: zod.z.boolean().describe("Whether collection is active."),
|
|
24
|
+
created_at: zod.z.string().describe("Collection creation timestamp (ISO8601)."),
|
|
25
|
+
results_count: zod.z.number().int().describe("Total result sets count."),
|
|
26
|
+
schedule_type: zod.z.string().describe("Type of scheduling configuration."),
|
|
27
|
+
schedule_hours: zod.z.array(zod.z.number().int()).describe("Scheduled execution hours (0-23).").nullable().optional(),
|
|
28
|
+
notification_email: zod.z.string().describe("Email for notifications.").nullable().optional(),
|
|
29
|
+
notification_as_csv: zod.z.boolean().describe("CSV notification format flag.").nullable().optional(),
|
|
30
|
+
requests_page_count: zod.z.number().int().describe("Number of request pages."),
|
|
31
|
+
notification_as_json: zod.z.boolean().describe("JSON notification format flag.").nullable().optional(),
|
|
32
|
+
requests_total_count: zod.z.number().int().describe("Total number of requests in the collection."),
|
|
33
|
+
notification_as_jsonlines: zod.z.boolean().describe("JSONLINES notification format flag.").nullable().optional()
|
|
34
|
+
}).describe("Collection metadata object.");
|
|
35
|
+
const RedcircleApiListResultSets_RequestInfoSchema = zod.z.object({ success: zod.z.boolean().describe("Indicates if the request was successful.") }).describe("Request information object.");
|
|
36
|
+
const RedcircleApiListResultSetsOutput = zod.z.object({
|
|
37
|
+
results: zod.z.array(RedcircleApiListResultSets_ResultSetSchema).describe("Array of result set objects, sorted by most recent first."),
|
|
38
|
+
collection: RedcircleApiListResultSets_CollectionSchema.nullable(),
|
|
39
|
+
request_info: RedcircleApiListResultSets_RequestInfoSchema.nullable(),
|
|
40
|
+
collection_id: zod.z.string().describe("The ID of the collection."),
|
|
41
|
+
results_count: zod.z.number().int().describe("Number of result sets returned.")
|
|
42
|
+
}).describe("Response model for listing result sets. Contains collection metadata and array of result sets.");
|
|
43
|
+
const redcircleApiListResultSets = require_action.action("REDCIRCLE_API_LIST_RESULT_SETS", {
|
|
44
|
+
slug: "redcircle_api-list-result-sets",
|
|
45
|
+
name: "List Result Sets",
|
|
46
|
+
description: "Tool to list all result sets for a collection. Use when you need to retrieve execution history and results for a specific collection. Note: result sets have 14-day retention.",
|
|
47
|
+
input: RedcircleApiListResultSetsInput,
|
|
48
|
+
output: RedcircleApiListResultSetsOutput
|
|
49
|
+
});
|
|
50
|
+
//#endregion
|
|
51
|
+
exports.redcircleApiListResultSets = redcircleApiListResultSets;
|
|
52
|
+
|
|
53
|
+
//# sourceMappingURL=list-result-sets.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-result-sets.cjs","names":["z","action"],"sources":["../../src/actions/list-result-sets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiListResultSetsInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to retrieve result sets for.\"),\n}).describe(\"Request model for listing all result sets for a collection.\");\nconst RedcircleApiListResultSets_WebhookStatusSchema: z.ZodTypeAny = z.object({}).describe(\"Webhook delivery status object.\");\nconst RedcircleApiListResultSets_DestinationStatusSchema: z.ZodTypeAny = z.object({}).describe(\"Destination upload status object.\");\nconst RedcircleApiListResultSets_ResultSetSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique result set identifier.\"),\n ended_at: z.string().describe(\"Execution completion timestamp (ISO8601).\"),\n expires_at: z.string().describe(\"Data retention expiration date (ISO8601, 14-day retention).\"),\n started_at: z.string().describe(\"Execution start timestamp (ISO8601).\"),\n requests_total: z.number().int().describe(\"Total number of requests in this set.\"),\n webhook_status: RedcircleApiListResultSets_WebhookStatusSchema.nullable().optional(),\n requests_failed: z.number().int().describe(\"Number of failed requests.\"),\n destination_status: RedcircleApiListResultSets_DestinationStatusSchema.nullable().optional(),\n requests_completed: z.number().int().describe(\"Number of successfully processed requests.\"),\n results_page_count: z.number().int().describe(\"Number of result pages in this set.\"),\n}).describe(\"Individual result set object.\");\nconst RedcircleApiListResultSets_CollectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique collection identifier.\"),\n name: z.string().describe(\"Name of the collection.\"),\n status: z.string().describe(\"Current collection status.\"),\n enabled: z.boolean().describe(\"Whether collection is active.\"),\n created_at: z.string().describe(\"Collection creation timestamp (ISO8601).\"),\n results_count: z.number().int().describe(\"Total result sets count.\"),\n schedule_type: z.string().describe(\"Type of scheduling configuration.\"),\n schedule_hours: z.array(z.number().int()).describe(\"Scheduled execution hours (0-23).\").nullable().optional(),\n notification_email: z.string().describe(\"Email for notifications.\").nullable().optional(),\n notification_as_csv: z.boolean().describe(\"CSV notification format flag.\").nullable().optional(),\n requests_page_count: z.number().int().describe(\"Number of request pages.\"),\n notification_as_json: z.boolean().describe(\"JSON notification format flag.\").nullable().optional(),\n requests_total_count: z.number().int().describe(\"Total number of requests in the collection.\"),\n notification_as_jsonlines: z.boolean().describe(\"JSONLINES notification format flag.\").nullable().optional(),\n}).describe(\"Collection metadata object.\");\nconst RedcircleApiListResultSets_RequestInfoSchema: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful.\"),\n}).describe(\"Request information object.\");\nexport const RedcircleApiListResultSetsOutput: z.ZodTypeAny = z.object({\n results: z.array(RedcircleApiListResultSets_ResultSetSchema).describe(\"Array of result set objects, sorted by most recent first.\"),\n collection: RedcircleApiListResultSets_CollectionSchema.nullable(),\n request_info: RedcircleApiListResultSets_RequestInfoSchema.nullable(),\n collection_id: z.string().describe(\"The ID of the collection.\"),\n results_count: z.number().int().describe(\"Number of result sets returned.\"),\n}).describe(\"Response model for listing result sets. Contains collection metadata and array of result sets.\");\n\nexport const redcircleApiListResultSets = action(\"REDCIRCLE_API_LIST_RESULT_SETS\", {\n slug: \"redcircle_api-list-result-sets\",\n name: \"List Result Sets\",\n description: \"Tool to list all result sets for a collection. Use when you need to retrieve execution history and results for a specific collection. Note: result sets have 14-day retention.\",\n input: RedcircleApiListResultSetsInput,\n output: RedcircleApiListResultSetsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-result-sets.d.ts
|
|
4
|
+
declare const RedcircleApiListResultSetsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RedcircleApiListResultSetsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const redcircleApiListResultSets: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { redcircleApiListResultSets };
|
|
9
|
+
//# sourceMappingURL=list-result-sets.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-result-sets.d.cts","names":[],"sources":["../../src/actions/list-result-sets.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE0B;AAAA,cAkC7D,gCAAA,EAAkC,CAAA,CAAE,UAM4D;AAAA,cAEhG,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-result-sets.d.ts
|
|
4
|
+
declare const RedcircleApiListResultSetsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RedcircleApiListResultSetsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const redcircleApiListResultSets: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { redcircleApiListResultSets };
|
|
9
|
+
//# sourceMappingURL=list-result-sets.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-result-sets.d.mts","names":[],"sources":["../../src/actions/list-result-sets.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE0B;AAAA,cAkC7D,gCAAA,EAAkC,CAAA,CAAE,UAM4D;AAAA,cAEhG,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-result-sets.ts
|
|
4
|
+
const RedcircleApiListResultSetsInput = z.object({ collection_id: z.string().describe("The unique identifier of the collection to retrieve result sets for.") }).describe("Request model for listing all result sets for a collection.");
|
|
5
|
+
const RedcircleApiListResultSets_WebhookStatusSchema = z.object({}).describe("Webhook delivery status object.");
|
|
6
|
+
const RedcircleApiListResultSets_DestinationStatusSchema = z.object({}).describe("Destination upload status object.");
|
|
7
|
+
const RedcircleApiListResultSets_ResultSetSchema = z.object({
|
|
8
|
+
id: z.number().int().describe("Unique result set identifier."),
|
|
9
|
+
ended_at: z.string().describe("Execution completion timestamp (ISO8601)."),
|
|
10
|
+
expires_at: z.string().describe("Data retention expiration date (ISO8601, 14-day retention)."),
|
|
11
|
+
started_at: z.string().describe("Execution start timestamp (ISO8601)."),
|
|
12
|
+
requests_total: z.number().int().describe("Total number of requests in this set."),
|
|
13
|
+
webhook_status: RedcircleApiListResultSets_WebhookStatusSchema.nullable().optional(),
|
|
14
|
+
requests_failed: z.number().int().describe("Number of failed requests."),
|
|
15
|
+
destination_status: RedcircleApiListResultSets_DestinationStatusSchema.nullable().optional(),
|
|
16
|
+
requests_completed: z.number().int().describe("Number of successfully processed requests."),
|
|
17
|
+
results_page_count: z.number().int().describe("Number of result pages in this set.")
|
|
18
|
+
}).describe("Individual result set object.");
|
|
19
|
+
const RedcircleApiListResultSets_CollectionSchema = z.object({
|
|
20
|
+
id: z.string().describe("Unique collection identifier."),
|
|
21
|
+
name: z.string().describe("Name of the collection."),
|
|
22
|
+
status: z.string().describe("Current collection status."),
|
|
23
|
+
enabled: z.boolean().describe("Whether collection is active."),
|
|
24
|
+
created_at: z.string().describe("Collection creation timestamp (ISO8601)."),
|
|
25
|
+
results_count: z.number().int().describe("Total result sets count."),
|
|
26
|
+
schedule_type: z.string().describe("Type of scheduling configuration."),
|
|
27
|
+
schedule_hours: z.array(z.number().int()).describe("Scheduled execution hours (0-23).").nullable().optional(),
|
|
28
|
+
notification_email: z.string().describe("Email for notifications.").nullable().optional(),
|
|
29
|
+
notification_as_csv: z.boolean().describe("CSV notification format flag.").nullable().optional(),
|
|
30
|
+
requests_page_count: z.number().int().describe("Number of request pages."),
|
|
31
|
+
notification_as_json: z.boolean().describe("JSON notification format flag.").nullable().optional(),
|
|
32
|
+
requests_total_count: z.number().int().describe("Total number of requests in the collection."),
|
|
33
|
+
notification_as_jsonlines: z.boolean().describe("JSONLINES notification format flag.").nullable().optional()
|
|
34
|
+
}).describe("Collection metadata object.");
|
|
35
|
+
const RedcircleApiListResultSets_RequestInfoSchema = z.object({ success: z.boolean().describe("Indicates if the request was successful.") }).describe("Request information object.");
|
|
36
|
+
const redcircleApiListResultSets = action("REDCIRCLE_API_LIST_RESULT_SETS", {
|
|
37
|
+
slug: "redcircle_api-list-result-sets",
|
|
38
|
+
name: "List Result Sets",
|
|
39
|
+
description: "Tool to list all result sets for a collection. Use when you need to retrieve execution history and results for a specific collection. Note: result sets have 14-day retention.",
|
|
40
|
+
input: RedcircleApiListResultSetsInput,
|
|
41
|
+
output: z.object({
|
|
42
|
+
results: z.array(RedcircleApiListResultSets_ResultSetSchema).describe("Array of result set objects, sorted by most recent first."),
|
|
43
|
+
collection: RedcircleApiListResultSets_CollectionSchema.nullable(),
|
|
44
|
+
request_info: RedcircleApiListResultSets_RequestInfoSchema.nullable(),
|
|
45
|
+
collection_id: z.string().describe("The ID of the collection."),
|
|
46
|
+
results_count: z.number().int().describe("Number of result sets returned.")
|
|
47
|
+
}).describe("Response model for listing result sets. Contains collection metadata and array of result sets.")
|
|
48
|
+
});
|
|
49
|
+
//#endregion
|
|
50
|
+
export { redcircleApiListResultSets };
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=list-result-sets.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-result-sets.mjs","names":[],"sources":["../../src/actions/list-result-sets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiListResultSetsInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to retrieve result sets for.\"),\n}).describe(\"Request model for listing all result sets for a collection.\");\nconst RedcircleApiListResultSets_WebhookStatusSchema: z.ZodTypeAny = z.object({}).describe(\"Webhook delivery status object.\");\nconst RedcircleApiListResultSets_DestinationStatusSchema: z.ZodTypeAny = z.object({}).describe(\"Destination upload status object.\");\nconst RedcircleApiListResultSets_ResultSetSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique result set identifier.\"),\n ended_at: z.string().describe(\"Execution completion timestamp (ISO8601).\"),\n expires_at: z.string().describe(\"Data retention expiration date (ISO8601, 14-day retention).\"),\n started_at: z.string().describe(\"Execution start timestamp (ISO8601).\"),\n requests_total: z.number().int().describe(\"Total number of requests in this set.\"),\n webhook_status: RedcircleApiListResultSets_WebhookStatusSchema.nullable().optional(),\n requests_failed: z.number().int().describe(\"Number of failed requests.\"),\n destination_status: RedcircleApiListResultSets_DestinationStatusSchema.nullable().optional(),\n requests_completed: z.number().int().describe(\"Number of successfully processed requests.\"),\n results_page_count: z.number().int().describe(\"Number of result pages in this set.\"),\n}).describe(\"Individual result set object.\");\nconst RedcircleApiListResultSets_CollectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique collection identifier.\"),\n name: z.string().describe(\"Name of the collection.\"),\n status: z.string().describe(\"Current collection status.\"),\n enabled: z.boolean().describe(\"Whether collection is active.\"),\n created_at: z.string().describe(\"Collection creation timestamp (ISO8601).\"),\n results_count: z.number().int().describe(\"Total result sets count.\"),\n schedule_type: z.string().describe(\"Type of scheduling configuration.\"),\n schedule_hours: z.array(z.number().int()).describe(\"Scheduled execution hours (0-23).\").nullable().optional(),\n notification_email: z.string().describe(\"Email for notifications.\").nullable().optional(),\n notification_as_csv: z.boolean().describe(\"CSV notification format flag.\").nullable().optional(),\n requests_page_count: z.number().int().describe(\"Number of request pages.\"),\n notification_as_json: z.boolean().describe(\"JSON notification format flag.\").nullable().optional(),\n requests_total_count: z.number().int().describe(\"Total number of requests in the collection.\"),\n notification_as_jsonlines: z.boolean().describe(\"JSONLINES notification format flag.\").nullable().optional(),\n}).describe(\"Collection metadata object.\");\nconst RedcircleApiListResultSets_RequestInfoSchema: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful.\"),\n}).describe(\"Request information object.\");\nexport const RedcircleApiListResultSetsOutput: z.ZodTypeAny = z.object({\n results: z.array(RedcircleApiListResultSets_ResultSetSchema).describe(\"Array of result set objects, sorted by most recent first.\"),\n collection: RedcircleApiListResultSets_CollectionSchema.nullable(),\n request_info: RedcircleApiListResultSets_RequestInfoSchema.nullable(),\n collection_id: z.string().describe(\"The ID of the collection.\"),\n results_count: z.number().int().describe(\"Number of result sets returned.\"),\n}).describe(\"Response model for listing result sets. Contains collection metadata and array of result sets.\");\n\nexport const redcircleApiListResultSets = action(\"REDCIRCLE_API_LIST_RESULT_SETS\", {\n slug: \"redcircle_api-list-result-sets\",\n name: \"List Result Sets\",\n description: \"Tool to list all result sets for a collection. Use when you need to retrieve execution history and results for a specific collection. Note: result sets have 14-day retention.\",\n input: RedcircleApiListResultSetsInput,\n output: RedcircleApiListResultSetsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-zipcodes.ts
|
|
4
|
+
const RedcircleApiListZipcodesInput = zod.z.object({
|
|
5
|
+
page: zod.z.number().int().describe("Specifies which page of results to return; max 10 results per page. Must be >= 1.").optional(),
|
|
6
|
+
domain: zod.z.string().describe("Filters results to zipcodes associated with a specific domain.").optional(),
|
|
7
|
+
search_term: zod.z.string().describe("Limits the returned zipcodes to just those containing the search_term (e.g., search_term=455).").optional()
|
|
8
|
+
}).describe("Request model for listing zipcodes with optional filtering and pagination.");
|
|
9
|
+
const RedcircleApiListZipcodes_UsageSchema = zod.z.object({
|
|
10
|
+
used: zod.z.number().int().describe("Number of zipcodes used."),
|
|
11
|
+
limit: zod.z.number().int().describe("Total zipcode limit for the account."),
|
|
12
|
+
available: zod.z.number().int().describe("Number of zipcodes still available.")
|
|
13
|
+
}).describe("Account usage statistics for zipcodes.");
|
|
14
|
+
const RedcircleApiListZipcodes_RequestInfoSchema = zod.z.object({ success: zod.z.boolean().describe("Indicates if the request was successful.") }).describe("Contains request success status information.");
|
|
15
|
+
const RedcircleApiListZipcodesOutput = zod.z.object({
|
|
16
|
+
usage: RedcircleApiListZipcodes_UsageSchema.nullable(),
|
|
17
|
+
zipcodes: zod.z.object({}).describe("Dictionary of zipcodes grouped by domain name. Keys are domain names, values are arrays of zipcode objects."),
|
|
18
|
+
request_info: RedcircleApiListZipcodes_RequestInfoSchema.nullable()
|
|
19
|
+
}).describe("Response model for listing zipcodes.");
|
|
20
|
+
const redcircleApiListZipcodes = require_action.action("REDCIRCLE_API_LIST_ZIPCODES", {
|
|
21
|
+
slug: "redcircle_api-list-zipcodes",
|
|
22
|
+
name: "List Zipcodes",
|
|
23
|
+
description: "Tool to retrieve all zipcodes associated with your account with optional filtering. Use when you need to list zipcodes, optionally filtered by search term or domain. Supports pagination with max 10 results per page.",
|
|
24
|
+
input: RedcircleApiListZipcodesInput,
|
|
25
|
+
output: RedcircleApiListZipcodesOutput
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
exports.redcircleApiListZipcodes = redcircleApiListZipcodes;
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=list-zipcodes.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zipcodes.cjs","names":["z","action"],"sources":["../../src/actions/list-zipcodes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiListZipcodesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Specifies which page of results to return; max 10 results per page. Must be >= 1.\").optional(),\n domain: z.string().describe(\"Filters results to zipcodes associated with a specific domain.\").optional(),\n search_term: z.string().describe(\"Limits the returned zipcodes to just those containing the search_term (e.g., search_term=455).\").optional(),\n}).describe(\"Request model for listing zipcodes with optional filtering and pagination.\");\nconst RedcircleApiListZipcodes_UsageSchema: z.ZodTypeAny = z.object({\n used: z.number().int().describe(\"Number of zipcodes used.\"),\n limit: z.number().int().describe(\"Total zipcode limit for the account.\"),\n available: z.number().int().describe(\"Number of zipcodes still available.\"),\n}).describe(\"Account usage statistics for zipcodes.\");\nconst RedcircleApiListZipcodes_RequestInfoSchema: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful.\"),\n}).describe(\"Contains request success status information.\");\nexport const RedcircleApiListZipcodesOutput: z.ZodTypeAny = z.object({\n usage: RedcircleApiListZipcodes_UsageSchema.nullable(),\n zipcodes: z.object({}).describe(\"Dictionary of zipcodes grouped by domain name. Keys are domain names, values are arrays of zipcode objects.\"),\n request_info: RedcircleApiListZipcodes_RequestInfoSchema.nullable(),\n}).describe(\"Response model for listing zipcodes.\");\n\nexport const redcircleApiListZipcodes = action(\"REDCIRCLE_API_LIST_ZIPCODES\", {\n slug: \"redcircle_api-list-zipcodes\",\n name: \"List Zipcodes\",\n description: \"Tool to retrieve all zipcodes associated with your account with optional filtering. Use when you need to list zipcodes, optionally filtered by search term or domain. Supports pagination with max 10 results per page.\",\n input: RedcircleApiListZipcodesInput,\n output: RedcircleApiListZipcodesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC9H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACvG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;AAC9I,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;AAC5E,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,6CAA2DA,IAAAA,EAAE,OAAO,EACxE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,OAAO,qCAAqC,SAAS;CACrD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6GAA6G;CAC7I,cAAc,2CAA2C,SAAS;AACpE,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-zipcodes.d.ts
|
|
4
|
+
declare const RedcircleApiListZipcodesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RedcircleApiListZipcodesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const redcircleApiListZipcodes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { redcircleApiListZipcodes };
|
|
9
|
+
//# sourceMappingURL=list-zipcodes.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zipcodes.d.cts","names":[],"sources":["../../src/actions/list-zipcodes.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAI2C;AAAA,cAS5E,8BAAA,EAAgC,CAAA,CAAE,UAII;AAAA,cAEtC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-zipcodes.d.ts
|
|
4
|
+
declare const RedcircleApiListZipcodesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RedcircleApiListZipcodesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const redcircleApiListZipcodes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { redcircleApiListZipcodes };
|
|
9
|
+
//# sourceMappingURL=list-zipcodes.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zipcodes.d.mts","names":[],"sources":["../../src/actions/list-zipcodes.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAI2C;AAAA,cAS5E,8BAAA,EAAgC,CAAA,CAAE,UAII;AAAA,cAEtC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-zipcodes.ts
|
|
4
|
+
const RedcircleApiListZipcodesInput = z.object({
|
|
5
|
+
page: z.number().int().describe("Specifies which page of results to return; max 10 results per page. Must be >= 1.").optional(),
|
|
6
|
+
domain: z.string().describe("Filters results to zipcodes associated with a specific domain.").optional(),
|
|
7
|
+
search_term: z.string().describe("Limits the returned zipcodes to just those containing the search_term (e.g., search_term=455).").optional()
|
|
8
|
+
}).describe("Request model for listing zipcodes with optional filtering and pagination.");
|
|
9
|
+
const RedcircleApiListZipcodes_UsageSchema = z.object({
|
|
10
|
+
used: z.number().int().describe("Number of zipcodes used."),
|
|
11
|
+
limit: z.number().int().describe("Total zipcode limit for the account."),
|
|
12
|
+
available: z.number().int().describe("Number of zipcodes still available.")
|
|
13
|
+
}).describe("Account usage statistics for zipcodes.");
|
|
14
|
+
const RedcircleApiListZipcodes_RequestInfoSchema = z.object({ success: z.boolean().describe("Indicates if the request was successful.") }).describe("Contains request success status information.");
|
|
15
|
+
const redcircleApiListZipcodes = action("REDCIRCLE_API_LIST_ZIPCODES", {
|
|
16
|
+
slug: "redcircle_api-list-zipcodes",
|
|
17
|
+
name: "List Zipcodes",
|
|
18
|
+
description: "Tool to retrieve all zipcodes associated with your account with optional filtering. Use when you need to list zipcodes, optionally filtered by search term or domain. Supports pagination with max 10 results per page.",
|
|
19
|
+
input: RedcircleApiListZipcodesInput,
|
|
20
|
+
output: z.object({
|
|
21
|
+
usage: RedcircleApiListZipcodes_UsageSchema.nullable(),
|
|
22
|
+
zipcodes: z.object({}).describe("Dictionary of zipcodes grouped by domain name. Keys are domain names, values are arrays of zipcode objects."),
|
|
23
|
+
request_info: RedcircleApiListZipcodes_RequestInfoSchema.nullable()
|
|
24
|
+
}).describe("Response model for listing zipcodes.")
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
export { redcircleApiListZipcodes };
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=list-zipcodes.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zipcodes.mjs","names":[],"sources":["../../src/actions/list-zipcodes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiListZipcodesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Specifies which page of results to return; max 10 results per page. Must be >= 1.\").optional(),\n domain: z.string().describe(\"Filters results to zipcodes associated with a specific domain.\").optional(),\n search_term: z.string().describe(\"Limits the returned zipcodes to just those containing the search_term (e.g., search_term=455).\").optional(),\n}).describe(\"Request model for listing zipcodes with optional filtering and pagination.\");\nconst RedcircleApiListZipcodes_UsageSchema: z.ZodTypeAny = z.object({\n used: z.number().int().describe(\"Number of zipcodes used.\"),\n limit: z.number().int().describe(\"Total zipcode limit for the account.\"),\n available: z.number().int().describe(\"Number of zipcodes still available.\"),\n}).describe(\"Account usage statistics for zipcodes.\");\nconst RedcircleApiListZipcodes_RequestInfoSchema: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful.\"),\n}).describe(\"Contains request success status information.\");\nexport const RedcircleApiListZipcodesOutput: z.ZodTypeAny = z.object({\n usage: RedcircleApiListZipcodes_UsageSchema.nullable(),\n zipcodes: z.object({}).describe(\"Dictionary of zipcodes grouped by domain name. Keys are domain names, values are arrays of zipcode objects.\"),\n request_info: RedcircleApiListZipcodes_RequestInfoSchema.nullable(),\n}).describe(\"Response model for listing zipcodes.\");\n\nexport const redcircleApiListZipcodes = action(\"REDCIRCLE_API_LIST_ZIPCODES\", {\n slug: \"redcircle_api-list-zipcodes\",\n name: \"List Zipcodes\",\n description: \"Tool to retrieve all zipcodes associated with your account with optional filtering. Use when you need to list zipcodes, optionally filtered by search term or domain. Supports pagination with max 10 results per page.\",\n input: RedcircleApiListZipcodesInput,\n output: RedcircleApiListZipcodesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC9H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACvG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;AAC9I,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,uCAAqD,EAAE,OAAO;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CACvE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;AAC5E,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,6CAA2D,EAAE,OAAO,EACxE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAO1D,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX0D,EAAE,OAAO;EACnE,OAAO,qCAAqC,SAAS;EACrD,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6GAA6G;EAC7I,cAAc,2CAA2C,SAAS;CACpE,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/resend-webhook.ts
|
|
4
|
+
const RedcircleApiResendWebhookInput = zod.z.object({
|
|
5
|
+
collection_id: zod.z.string().describe("The unique identifier for the collection"),
|
|
6
|
+
result_set_id: zod.z.string().describe("The unique identifier for the result set")
|
|
7
|
+
}).describe("Request model for resending a webhook for a result set.");
|
|
8
|
+
const RedcircleApiResendWebhook_RequestInfoSchema = zod.z.object({
|
|
9
|
+
message: zod.z.string().describe("Status message for the webhook resend operation"),
|
|
10
|
+
success: zod.z.boolean().describe("Indicates whether the webhook was resent successfully")
|
|
11
|
+
}).describe("Information about the webhook resend request.");
|
|
12
|
+
const RedcircleApiResendWebhookOutput = zod.z.object({ request_info: RedcircleApiResendWebhook_RequestInfoSchema.nullable() }).describe("Response model for resend webhook action.");
|
|
13
|
+
const redcircleApiResendWebhook = require_action.action("REDCIRCLE_API_RESEND_WEBHOOK", {
|
|
14
|
+
slug: "redcircle_api-resend-webhook",
|
|
15
|
+
name: "Resend Webhook",
|
|
16
|
+
description: "Tool to resend a previously configured webhook POST request for a result set. Use when you need to debug webhook connectivity issues without re-executing the collection.",
|
|
17
|
+
input: RedcircleApiResendWebhookInput,
|
|
18
|
+
output: RedcircleApiResendWebhookOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.redcircleApiResendWebhook = redcircleApiResendWebhook;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=resend-webhook.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resend-webhook.cjs","names":["z","action"],"sources":["../../src/actions/resend-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiResendWebhookInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier for the collection\"),\n result_set_id: z.string().describe(\"The unique identifier for the result set\"),\n}).describe(\"Request model for resending a webhook for a result set.\");\nconst RedcircleApiResendWebhook_RequestInfoSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message for the webhook resend operation\"),\n success: z.boolean().describe(\"Indicates whether the webhook was resent successfully\"),\n}).describe(\"Information about the webhook resend request.\");\nexport const RedcircleApiResendWebhookOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiResendWebhook_RequestInfoSchema.nullable(),\n}).describe(\"Response model for resend webhook action.\");\n\nexport const redcircleApiResendWebhook = action(\"REDCIRCLE_API_RESEND_WEBHOOK\", {\n slug: \"redcircle_api-resend-webhook\",\n name: \"Resend Webhook\",\n description: \"Tool to resend a previously configured webhook POST request for a result set. Use when you need to debug webhook connectivity issues without re-executing the collection.\",\n input: RedcircleApiResendWebhookInput,\n output: RedcircleApiResendWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC7E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AAC/E,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC9E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD;AACvF,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,cAAc,4CAA4C,SAAS,EACrE,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/resend-webhook.d.ts
|
|
4
|
+
declare const RedcircleApiResendWebhookInput: z.ZodTypeAny;
|
|
5
|
+
declare const RedcircleApiResendWebhookOutput: z.ZodTypeAny;
|
|
6
|
+
declare const redcircleApiResendWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { redcircleApiResendWebhook };
|
|
9
|
+
//# sourceMappingURL=resend-webhook.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resend-webhook.d.cts","names":[],"sources":["../../src/actions/resend-webhook.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGuB;AAAA,cAKzD,+BAAA,EAAiC,CAAA,CAAE,UAEQ;AAAA,cAE3C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/resend-webhook.d.ts
|
|
4
|
+
declare const RedcircleApiResendWebhookInput: z.ZodTypeAny;
|
|
5
|
+
declare const RedcircleApiResendWebhookOutput: z.ZodTypeAny;
|
|
6
|
+
declare const redcircleApiResendWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { redcircleApiResendWebhook };
|
|
9
|
+
//# sourceMappingURL=resend-webhook.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resend-webhook.d.mts","names":[],"sources":["../../src/actions/resend-webhook.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGuB;AAAA,cAKzD,+BAAA,EAAiC,CAAA,CAAE,UAEQ;AAAA,cAE3C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/resend-webhook.ts
|
|
4
|
+
const RedcircleApiResendWebhookInput = z.object({
|
|
5
|
+
collection_id: z.string().describe("The unique identifier for the collection"),
|
|
6
|
+
result_set_id: z.string().describe("The unique identifier for the result set")
|
|
7
|
+
}).describe("Request model for resending a webhook for a result set.");
|
|
8
|
+
const RedcircleApiResendWebhook_RequestInfoSchema = z.object({
|
|
9
|
+
message: z.string().describe("Status message for the webhook resend operation"),
|
|
10
|
+
success: z.boolean().describe("Indicates whether the webhook was resent successfully")
|
|
11
|
+
}).describe("Information about the webhook resend request.");
|
|
12
|
+
const redcircleApiResendWebhook = action("REDCIRCLE_API_RESEND_WEBHOOK", {
|
|
13
|
+
slug: "redcircle_api-resend-webhook",
|
|
14
|
+
name: "Resend Webhook",
|
|
15
|
+
description: "Tool to resend a previously configured webhook POST request for a result set. Use when you need to debug webhook connectivity issues without re-executing the collection.",
|
|
16
|
+
input: RedcircleApiResendWebhookInput,
|
|
17
|
+
output: z.object({ request_info: RedcircleApiResendWebhook_RequestInfoSchema.nullable() }).describe("Response model for resend webhook action.")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { redcircleApiResendWebhook };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=resend-webhook.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resend-webhook.mjs","names":[],"sources":["../../src/actions/resend-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiResendWebhookInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier for the collection\"),\n result_set_id: z.string().describe(\"The unique identifier for the result set\"),\n}).describe(\"Request model for resending a webhook for a result set.\");\nconst RedcircleApiResendWebhook_RequestInfoSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message for the webhook resend operation\"),\n success: z.boolean().describe(\"Indicates whether the webhook was resent successfully\"),\n}).describe(\"Information about the webhook resend request.\");\nexport const RedcircleApiResendWebhookOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiResendWebhook_RequestInfoSchema.nullable(),\n}).describe(\"Response model for resend webhook action.\");\n\nexport const redcircleApiResendWebhook = action(\"REDCIRCLE_API_RESEND_WEBHOOK\", {\n slug: \"redcircle_api-resend-webhook\",\n name: \"Resend Webhook\",\n description: \"Tool to resend a previously configured webhook POST request for a result set. Use when you need to debug webhook connectivity issues without re-executing the collection.\",\n input: RedcircleApiResendWebhookInput,\n output: RedcircleApiResendWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC7E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AAC/E,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,8CAA4D,EAAE,OAAO;CACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC9E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD;AACvF,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAK3D,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2D,EAAE,OAAO,EACpE,cAAc,4CAA4C,SAAS,EACrE,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/start-collection.ts
|
|
4
|
+
const RedcircleApiStartCollectionInput = zod.z.object({ collection_id: zod.z.string().describe("The unique identifier of the collection to start. Must be a valid collection ID.") }).describe("Request model for starting a collection.");
|
|
5
|
+
const RedcircleApiStartCollectionOutput = zod.z.object({
|
|
6
|
+
message: zod.z.string().describe("Status message or details about the collection start operation.").nullable().optional(),
|
|
7
|
+
success: zod.z.boolean().describe("Indicates whether the collection was successfully started.").nullable().optional(),
|
|
8
|
+
collection_id: zod.z.string().describe("The identifier of the collection that was started.").nullable().optional()
|
|
9
|
+
}).describe("Response model for collection start operation.");
|
|
10
|
+
const redcircleApiStartCollection = require_action.action("REDCIRCLE_API_START_COLLECTION", {
|
|
11
|
+
slug: "redcircle_api-start-collection",
|
|
12
|
+
name: "Start Collection",
|
|
13
|
+
description: "Tool to initiate execution of a RedCircle API collection. Use when you need to start processing requests for a collection. Requires sufficient request credits and the collection must not be currently running.",
|
|
14
|
+
input: RedcircleApiStartCollectionInput,
|
|
15
|
+
output: RedcircleApiStartCollectionOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.redcircleApiStartCollection = redcircleApiStartCollection;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=start-collection.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-collection.cjs","names":["z","action"],"sources":["../../src/actions/start-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiStartCollectionInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to start. Must be a valid collection ID.\"),\n}).describe(\"Request model for starting a collection.\");\nexport const RedcircleApiStartCollectionOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message or details about the collection start operation.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the collection was successfully started.\").nullable().optional(),\n collection_id: z.string().describe(\"The identifier of the collection that was started.\").nullable().optional(),\n}).describe(\"Response model for collection start operation.\");\n\nexport const redcircleApiStartCollection = action(\"REDCIRCLE_API_START_COLLECTION\", {\n slug: \"redcircle_api-start-collection\",\n name: \"Start Collection\",\n description: \"Tool to initiate execution of a RedCircle API collection. Use when you need to start processing requests for a collection. Requires sufficient request credits and the collection must not be currently running.\",\n input: RedcircleApiStartCollectionInput,\n output: RedcircleApiStartCollectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,EACvH,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/start-collection.d.ts
|
|
4
|
+
declare const RedcircleApiStartCollectionInput: z.ZodTypeAny;
|
|
5
|
+
declare const RedcircleApiStartCollectionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const redcircleApiStartCollection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { redcircleApiStartCollection };
|
|
9
|
+
//# sourceMappingURL=start-collection.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-collection.d.cts","names":[],"sources":["../../src/actions/start-collection.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEM;AAAA,cAC1C,iCAAA,EAAmC,CAAA,CAAE,UAIW;AAAA,cAEhD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/start-collection.d.ts
|
|
4
|
+
declare const RedcircleApiStartCollectionInput: z.ZodTypeAny;
|
|
5
|
+
declare const RedcircleApiStartCollectionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const redcircleApiStartCollection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { redcircleApiStartCollection };
|
|
9
|
+
//# sourceMappingURL=start-collection.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-collection.d.mts","names":[],"sources":["../../src/actions/start-collection.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEM;AAAA,cAC1C,iCAAA,EAAmC,CAAA,CAAE,UAIW;AAAA,cAEhD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const redcircleApiStartCollection = action("REDCIRCLE_API_START_COLLECTION", {
|
|
4
|
+
slug: "redcircle_api-start-collection",
|
|
5
|
+
name: "Start Collection",
|
|
6
|
+
description: "Tool to initiate execution of a RedCircle API collection. Use when you need to start processing requests for a collection. Requires sufficient request credits and the collection must not be currently running.",
|
|
7
|
+
input: z.object({ collection_id: z.string().describe("The unique identifier of the collection to start. Must be a valid collection ID.") }).describe("Request model for starting a collection."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
message: z.string().describe("Status message or details about the collection start operation.").nullable().optional(),
|
|
10
|
+
success: z.boolean().describe("Indicates whether the collection was successfully started.").nullable().optional(),
|
|
11
|
+
collection_id: z.string().describe("The identifier of the collection that was started.").nullable().optional()
|
|
12
|
+
}).describe("Response model for collection start operation.")
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { redcircleApiStartCollection };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=start-collection.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-collection.mjs","names":[],"sources":["../../src/actions/start-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiStartCollectionInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to start. Must be a valid collection ID.\"),\n}).describe(\"Request model for starting a collection.\");\nexport const RedcircleApiStartCollectionOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message or details about the collection start operation.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the collection was successfully started.\").nullable().optional(),\n collection_id: z.string().describe(\"The identifier of the collection that was started.\").nullable().optional(),\n}).describe(\"Response model for collection start operation.\");\n\nexport const redcircleApiStartCollection = action(\"REDCIRCLE_API_START_COLLECTION\", {\n slug: \"redcircle_api-start-collection\",\n name: \"Start Collection\",\n description: \"Tool to initiate execution of a RedCircle API collection. Use when you need to start processing requests for a collection. Requires sufficient request credits and the collection must not be currently running.\",\n input: RedcircleApiStartCollectionInput,\n output: RedcircleApiStartCollectionOutput,\n});\n"],"mappings":";;AAaA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb4D,EAAE,OAAO,EACrE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,EACvH,CAAC,CAAC,CAAC,SAAS,0CAWH;CACP,QAX6D,EAAE,OAAO;EACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/stop-all-collections.ts
|
|
4
|
+
const RedcircleApiStopAllCollectionsInput = zod.z.object({}).describe("Request model for stopping all active collections. No parameters required.");
|
|
5
|
+
const RedcircleApiStopAllCollections_RequestInfoSchema = zod.z.object({
|
|
6
|
+
message: zod.z.string().describe("Human-readable status message"),
|
|
7
|
+
success: zod.z.boolean().describe("Indicates successful operation completion")
|
|
8
|
+
}).describe("Container for operation status details.");
|
|
9
|
+
const RedcircleApiStopAllCollectionsOutput = zod.z.object({
|
|
10
|
+
request_info: RedcircleApiStopAllCollections_RequestInfoSchema.nullable(),
|
|
11
|
+
collections_stopped: zod.z.number().int().describe("Count of collections successfully halted"),
|
|
12
|
+
collections_failed_to_stop: zod.z.number().int().describe("Count of collections that failed to stop")
|
|
13
|
+
}).describe("Response model for stopping all active collections.");
|
|
14
|
+
const redcircleApiStopAllCollections = require_action.action("REDCIRCLE_API_STOP_ALL_COLLECTIONS", {
|
|
15
|
+
slug: "redcircle_api-stop-all-collections",
|
|
16
|
+
name: "Stop All Collections",
|
|
17
|
+
description: "Tool to halt all currently active collections on your account. Use when you need to terminate all collection operations across your account. Collections in queued or running states are affected, resetting status to idle. Note: Queued collections receive credit refunds; running collections stop without reimbursement.",
|
|
18
|
+
input: RedcircleApiStopAllCollectionsInput,
|
|
19
|
+
output: RedcircleApiStopAllCollectionsOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.redcircleApiStopAllCollections = redcircleApiStopAllCollections;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=stop-all-collections.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-all-collections.cjs","names":["z","action"],"sources":["../../src/actions/stop-all-collections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiStopAllCollectionsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for stopping all active collections. No parameters required.\");\nconst RedcircleApiStopAllCollections_RequestInfoSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Human-readable status message\"),\n success: z.boolean().describe(\"Indicates successful operation completion\"),\n}).describe(\"Container for operation status details.\");\nexport const RedcircleApiStopAllCollectionsOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiStopAllCollections_RequestInfoSchema.nullable(),\n collections_stopped: z.number().int().describe(\"Count of collections successfully halted\"),\n collections_failed_to_stop: z.number().int().describe(\"Count of collections that failed to stop\"),\n}).describe(\"Response model for stopping all active collections.\");\n\nexport const redcircleApiStopAllCollections = action(\"REDCIRCLE_API_STOP_ALL_COLLECTIONS\", {\n slug: \"redcircle_api-stop-all-collections\",\n name: \"Stop All Collections\",\n description: \"Tool to halt all currently active collections on your account. Use when you need to terminate all collection operations across your account. Collections in queued or running states are affected, resetting status to idle. Note: Queued collections receive credit refunds; running collections stop without reimbursement.\",\n input: RedcircleApiStopAllCollectionsInput,\n output: RedcircleApiStopAllCollectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACnK,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC5D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C;AAC3E,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,cAAc,iDAAiD,SAAS;CACxE,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACzF,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;AAClG,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/stop-all-collections.d.ts
|
|
4
|
+
declare const RedcircleApiStopAllCollectionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RedcircleApiStopAllCollectionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const redcircleApiStopAllCollections: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { redcircleApiStopAllCollections };
|
|
9
|
+
//# sourceMappingURL=stop-all-collections.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-all-collections.d.cts","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAAgH;AAAA,cAKvJ,oCAAA,EAAsC,CAAA,CAAE,UAIa;AAAA,cAErD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/stop-all-collections.d.ts
|
|
4
|
+
declare const RedcircleApiStopAllCollectionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RedcircleApiStopAllCollectionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const redcircleApiStopAllCollections: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { redcircleApiStopAllCollections };
|
|
9
|
+
//# sourceMappingURL=stop-all-collections.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-all-collections.d.mts","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAAgH;AAAA,cAKvJ,oCAAA,EAAsC,CAAA,CAAE,UAIa;AAAA,cAErD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|