@keystrokehq/needle 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-files-to-collection.cjs +34 -0
- package/dist/actions/add-files-to-collection.cjs.map +1 -0
- package/dist/actions/add-files-to-collection.d.cts +9 -0
- package/dist/actions/add-files-to-collection.d.cts.map +1 -0
- package/dist/actions/add-files-to-collection.d.mts +9 -0
- package/dist/actions/add-files-to-collection.d.mts.map +1 -0
- package/dist/actions/add-files-to-collection.mjs +33 -0
- package/dist/actions/add-files-to-collection.mjs.map +1 -0
- package/dist/actions/add-files-to-local-connector.cjs +35 -0
- package/dist/actions/add-files-to-local-connector.cjs.map +1 -0
- package/dist/actions/add-files-to-local-connector.d.cts +9 -0
- package/dist/actions/add-files-to-local-connector.d.cts.map +1 -0
- package/dist/actions/add-files-to-local-connector.d.mts +9 -0
- package/dist/actions/add-files-to-local-connector.d.mts.map +1 -0
- package/dist/actions/add-files-to-local-connector.mjs +34 -0
- package/dist/actions/add-files-to-local-connector.mjs.map +1 -0
- package/dist/actions/create-collection.cjs +27 -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 +24 -0
- package/dist/actions/create-collection.mjs.map +1 -0
- package/dist/actions/create-local-connector.cjs +46 -0
- package/dist/actions/create-local-connector.cjs.map +1 -0
- package/dist/actions/create-local-connector.d.cts +9 -0
- package/dist/actions/create-local-connector.d.cts.map +1 -0
- package/dist/actions/create-local-connector.d.mts +9 -0
- package/dist/actions/create-local-connector.d.mts.map +1 -0
- package/dist/actions/create-local-connector.mjs +45 -0
- package/dist/actions/create-local-connector.mjs.map +1 -0
- package/dist/actions/delete-files-from-collection.cjs +22 -0
- package/dist/actions/delete-files-from-collection.cjs.map +1 -0
- package/dist/actions/delete-files-from-collection.d.cts +9 -0
- package/dist/actions/delete-files-from-collection.d.cts.map +1 -0
- package/dist/actions/delete-files-from-collection.d.mts +9 -0
- package/dist/actions/delete-files-from-collection.d.mts.map +1 -0
- package/dist/actions/delete-files-from-collection.mjs +19 -0
- package/dist/actions/delete-files-from-collection.mjs.map +1 -0
- package/dist/actions/delete-files-from-local-connector.cjs +33 -0
- package/dist/actions/delete-files-from-local-connector.cjs.map +1 -0
- package/dist/actions/delete-files-from-local-connector.d.cts +9 -0
- package/dist/actions/delete-files-from-local-connector.d.cts.map +1 -0
- package/dist/actions/delete-files-from-local-connector.d.mts +9 -0
- package/dist/actions/delete-files-from-local-connector.d.mts.map +1 -0
- package/dist/actions/delete-files-from-local-connector.mjs +32 -0
- package/dist/actions/delete-files-from-local-connector.mjs.map +1 -0
- package/dist/actions/get-collection-stats.cjs +26 -0
- package/dist/actions/get-collection-stats.cjs.map +1 -0
- package/dist/actions/get-collection-stats.d.cts +9 -0
- package/dist/actions/get-collection-stats.d.cts.map +1 -0
- package/dist/actions/get-collection-stats.d.mts +9 -0
- package/dist/actions/get-collection-stats.d.mts.map +1 -0
- package/dist/actions/get-collection-stats.mjs +25 -0
- package/dist/actions/get-collection-stats.mjs.map +1 -0
- package/dist/actions/get-collection.cjs +21 -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 +18 -0
- package/dist/actions/get-collection.mjs.map +1 -0
- package/dist/actions/get-file-download-url.cjs +19 -0
- package/dist/actions/get-file-download-url.cjs.map +1 -0
- package/dist/actions/get-file-download-url.d.cts +9 -0
- package/dist/actions/get-file-download-url.d.cts.map +1 -0
- package/dist/actions/get-file-download-url.d.mts +9 -0
- package/dist/actions/get-file-download-url.d.mts.map +1 -0
- package/dist/actions/get-file-download-url.mjs +16 -0
- package/dist/actions/get-file-download-url.mjs.map +1 -0
- package/dist/actions/get-file-upload-url.cjs +20 -0
- package/dist/actions/get-file-upload-url.cjs.map +1 -0
- package/dist/actions/get-file-upload-url.d.cts +9 -0
- package/dist/actions/get-file-upload-url.d.cts.map +1 -0
- package/dist/actions/get-file-upload-url.d.mts +9 -0
- package/dist/actions/get-file-upload-url.d.mts.map +1 -0
- package/dist/actions/get-file-upload-url.mjs +19 -0
- package/dist/actions/get-file-upload-url.mjs.map +1 -0
- package/dist/actions/get-local-connector.cjs +34 -0
- package/dist/actions/get-local-connector.cjs.map +1 -0
- package/dist/actions/get-local-connector.d.cts +9 -0
- package/dist/actions/get-local-connector.d.cts.map +1 -0
- package/dist/actions/get-local-connector.d.mts +9 -0
- package/dist/actions/get-local-connector.d.mts.map +1 -0
- package/dist/actions/get-local-connector.mjs +33 -0
- package/dist/actions/get-local-connector.mjs.map +1 -0
- package/dist/actions/index.cjs +33 -0
- package/dist/actions/index.d.cts +17 -0
- package/dist/actions/index.d.mts +17 -0
- package/dist/actions/index.mjs +17 -0
- package/dist/actions/list-collection-files.cjs +40 -0
- package/dist/actions/list-collection-files.cjs.map +1 -0
- package/dist/actions/list-collection-files.d.cts +9 -0
- package/dist/actions/list-collection-files.d.cts.map +1 -0
- package/dist/actions/list-collection-files.d.mts +9 -0
- package/dist/actions/list-collection-files.d.mts.map +1 -0
- package/dist/actions/list-collection-files.mjs +39 -0
- package/dist/actions/list-collection-files.mjs.map +1 -0
- package/dist/actions/list-collections.cjs +39 -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 +38 -0
- package/dist/actions/list-collections.mjs.map +1 -0
- package/dist/actions/list-connectors.cjs +26 -0
- package/dist/actions/list-connectors.cjs.map +1 -0
- package/dist/actions/list-connectors.d.cts +9 -0
- package/dist/actions/list-connectors.d.cts.map +1 -0
- package/dist/actions/list-connectors.d.mts +9 -0
- package/dist/actions/list-connectors.d.mts.map +1 -0
- package/dist/actions/list-connectors.mjs +25 -0
- package/dist/actions/list-connectors.mjs.map +1 -0
- package/dist/actions/list-local-connectors.cjs +35 -0
- package/dist/actions/list-local-connectors.cjs.map +1 -0
- package/dist/actions/list-local-connectors.d.cts +9 -0
- package/dist/actions/list-local-connectors.d.cts.map +1 -0
- package/dist/actions/list-local-connectors.d.mts +9 -0
- package/dist/actions/list-local-connectors.d.mts.map +1 -0
- package/dist/actions/list-local-connectors.mjs +34 -0
- package/dist/actions/list-local-connectors.mjs.map +1 -0
- package/dist/actions/search-collection.cjs +33 -0
- package/dist/actions/search-collection.cjs.map +1 -0
- package/dist/actions/search-collection.d.cts +9 -0
- package/dist/actions/search-collection.d.cts.map +1 -0
- package/dist/actions/search-collection.d.mts +9 -0
- package/dist/actions/search-collection.d.mts.map +1 -0
- package/dist/actions/search-collection.mjs +32 -0
- package/dist/actions/search-collection.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 +38 -0
- package/dist/index.d.cts +19 -0
- package/dist/index.d.mts +19 -0
- package/dist/index.mjs +20 -0
- package/package.json +49 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-local-connector.ts
|
|
4
|
+
const NeedleGetLocalConnectorInput = zod.z.object({ connector_id: zod.z.string().describe("The unique identifier of the local connector.") }).describe("Request parameters for getting a local connector.");
|
|
5
|
+
const NeedleGetLocalConnector_FolderSchema = zod.z.object({
|
|
6
|
+
name: zod.z.string().describe("Name of the folder").nullable().optional(),
|
|
7
|
+
path: zod.z.string().describe("File system path of the folder").nullable().optional()
|
|
8
|
+
}).describe("A folder associated with the local connector.");
|
|
9
|
+
const NeedleGetLocalConnector_LocalConnectorSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Unique identifier of the connector"),
|
|
11
|
+
os: zod.z.string().describe("Operating system of the device").nullable().optional(),
|
|
12
|
+
cpu: zod.z.string().describe("CPU information of the device").nullable().optional(),
|
|
13
|
+
name: zod.z.string().describe("Name of the connector"),
|
|
14
|
+
type: zod.z.string().describe("Type of connector (always 'local' for local connectors)"),
|
|
15
|
+
folders: zod.z.array(NeedleGetLocalConnector_FolderSchema).describe("List of folders being monitored by the connector").nullable().optional(),
|
|
16
|
+
synced_at: zod.z.string().describe("Timestamp when the connector last synced (ISO 8601 format, may be null)").nullable().optional(),
|
|
17
|
+
created_at: zod.z.string().describe("Timestamp when the connector was created (ISO 8601 format)").nullable().optional(),
|
|
18
|
+
device_name: zod.z.string().describe("Name of the device running the connector").nullable().optional(),
|
|
19
|
+
device_model: zod.z.string().describe("Model of the device").nullable().optional(),
|
|
20
|
+
serial_number: zod.z.string().describe("Serial number of the device").nullable().optional(),
|
|
21
|
+
collection_ids: zod.z.array(zod.z.string()).describe("List of collection IDs associated with this connector").nullable().optional()
|
|
22
|
+
}).describe("Local connector details.");
|
|
23
|
+
const NeedleGetLocalConnectorOutput = zod.z.object({ result: NeedleGetLocalConnector_LocalConnectorSchema.nullable() }).describe("Response schema for getting a local connector.");
|
|
24
|
+
const needleGetLocalConnector = require_action.action("NEEDLE_GET_LOCAL_CONNECTOR", {
|
|
25
|
+
slug: "needle-get-local-connector",
|
|
26
|
+
name: "Get local connector",
|
|
27
|
+
description: "Tool to retrieve details of a local connector by its ID. Use when you need information about a specific local connector's configuration, device details, and associated folders.",
|
|
28
|
+
input: NeedleGetLocalConnectorInput,
|
|
29
|
+
output: NeedleGetLocalConnectorOutput
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
exports.needleGetLocalConnector = needleGetLocalConnector;
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=get-local-connector.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-local-connector.cjs","names":["z","action"],"sources":["../../src/actions/get-local-connector.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeedleGetLocalConnectorInput: z.ZodTypeAny = z.object({\n connector_id: z.string().describe(\"The unique identifier of the local connector.\"),\n}).describe(\"Request parameters for getting a local connector.\");\nconst NeedleGetLocalConnector_FolderSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the folder\").nullable().optional(),\n path: z.string().describe(\"File system path of the folder\").nullable().optional(),\n}).describe(\"A folder associated with the local connector.\");\nconst NeedleGetLocalConnector_LocalConnectorSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the connector\"),\n os: z.string().describe(\"Operating system of the device\").nullable().optional(),\n cpu: z.string().describe(\"CPU information of the device\").nullable().optional(),\n name: z.string().describe(\"Name of the connector\"),\n type: z.string().describe(\"Type of connector (always 'local' for local connectors)\"),\n folders: z.array(NeedleGetLocalConnector_FolderSchema).describe(\"List of folders being monitored by the connector\").nullable().optional(),\n synced_at: z.string().describe(\"Timestamp when the connector last synced (ISO 8601 format, may be null)\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the connector was created (ISO 8601 format)\").nullable().optional(),\n device_name: z.string().describe(\"Name of the device running the connector\").nullable().optional(),\n device_model: z.string().describe(\"Model of the device\").nullable().optional(),\n serial_number: z.string().describe(\"Serial number of the device\").nullable().optional(),\n collection_ids: z.array(z.string()).describe(\"List of collection IDs associated with this connector\").nullable().optional(),\n}).describe(\"Local connector details.\");\nexport const NeedleGetLocalConnectorOutput: z.ZodTypeAny = z.object({\n result: NeedleGetLocalConnector_LocalConnectorSchema.nullable(),\n}).describe(\"Response schema for getting a local connector.\");\n\nexport const needleGetLocalConnector = action(\"NEEDLE_GET_LOCAL_CONNECTOR\", {\n slug: \"needle-get-local-connector\",\n name: \"Get local connector\",\n description: \"Tool to retrieve details of a local connector by its ID. Use when you need information about a specific local connector's configuration, device details, and associated folders.\",\n input: NeedleGetLocalConnectorInput,\n output: NeedleGetLocalConnectorOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,EACnF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACnF,SAASA,IAAAA,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,0BAA0B;AACtC,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,QAAQ,6CAA6C,SAAS,EAChE,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,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/get-local-connector.d.ts
|
|
4
|
+
declare const NeedleGetLocalConnectorInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeedleGetLocalConnectorOutput: z.ZodTypeAny;
|
|
6
|
+
declare const needleGetLocalConnector: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { needleGetLocalConnector };
|
|
9
|
+
//# sourceMappingURL=get-local-connector.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-local-connector.d.cts","names":[],"sources":["../../src/actions/get-local-connector.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEmB;AAAA,cAmBnD,6BAAA,EAA+B,CAAA,CAAE,UAEe;AAAA,cAEhD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-local-connector.d.ts
|
|
4
|
+
declare const NeedleGetLocalConnectorInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeedleGetLocalConnectorOutput: z.ZodTypeAny;
|
|
6
|
+
declare const needleGetLocalConnector: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { needleGetLocalConnector };
|
|
9
|
+
//# sourceMappingURL=get-local-connector.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-local-connector.d.mts","names":[],"sources":["../../src/actions/get-local-connector.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEmB;AAAA,cAmBnD,6BAAA,EAA+B,CAAA,CAAE,UAEe;AAAA,cAEhD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-local-connector.ts
|
|
4
|
+
const NeedleGetLocalConnectorInput = z.object({ connector_id: z.string().describe("The unique identifier of the local connector.") }).describe("Request parameters for getting a local connector.");
|
|
5
|
+
const NeedleGetLocalConnector_FolderSchema = z.object({
|
|
6
|
+
name: z.string().describe("Name of the folder").nullable().optional(),
|
|
7
|
+
path: z.string().describe("File system path of the folder").nullable().optional()
|
|
8
|
+
}).describe("A folder associated with the local connector.");
|
|
9
|
+
const NeedleGetLocalConnector_LocalConnectorSchema = z.object({
|
|
10
|
+
id: z.string().describe("Unique identifier of the connector"),
|
|
11
|
+
os: z.string().describe("Operating system of the device").nullable().optional(),
|
|
12
|
+
cpu: z.string().describe("CPU information of the device").nullable().optional(),
|
|
13
|
+
name: z.string().describe("Name of the connector"),
|
|
14
|
+
type: z.string().describe("Type of connector (always 'local' for local connectors)"),
|
|
15
|
+
folders: z.array(NeedleGetLocalConnector_FolderSchema).describe("List of folders being monitored by the connector").nullable().optional(),
|
|
16
|
+
synced_at: z.string().describe("Timestamp when the connector last synced (ISO 8601 format, may be null)").nullable().optional(),
|
|
17
|
+
created_at: z.string().describe("Timestamp when the connector was created (ISO 8601 format)").nullable().optional(),
|
|
18
|
+
device_name: z.string().describe("Name of the device running the connector").nullable().optional(),
|
|
19
|
+
device_model: z.string().describe("Model of the device").nullable().optional(),
|
|
20
|
+
serial_number: z.string().describe("Serial number of the device").nullable().optional(),
|
|
21
|
+
collection_ids: z.array(z.string()).describe("List of collection IDs associated with this connector").nullable().optional()
|
|
22
|
+
}).describe("Local connector details.");
|
|
23
|
+
const needleGetLocalConnector = action("NEEDLE_GET_LOCAL_CONNECTOR", {
|
|
24
|
+
slug: "needle-get-local-connector",
|
|
25
|
+
name: "Get local connector",
|
|
26
|
+
description: "Tool to retrieve details of a local connector by its ID. Use when you need information about a specific local connector's configuration, device details, and associated folders.",
|
|
27
|
+
input: NeedleGetLocalConnectorInput,
|
|
28
|
+
output: z.object({ result: NeedleGetLocalConnector_LocalConnectorSchema.nullable() }).describe("Response schema for getting a local connector.")
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
export { needleGetLocalConnector };
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=get-local-connector.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-local-connector.mjs","names":[],"sources":["../../src/actions/get-local-connector.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeedleGetLocalConnectorInput: z.ZodTypeAny = z.object({\n connector_id: z.string().describe(\"The unique identifier of the local connector.\"),\n}).describe(\"Request parameters for getting a local connector.\");\nconst NeedleGetLocalConnector_FolderSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the folder\").nullable().optional(),\n path: z.string().describe(\"File system path of the folder\").nullable().optional(),\n}).describe(\"A folder associated with the local connector.\");\nconst NeedleGetLocalConnector_LocalConnectorSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the connector\"),\n os: z.string().describe(\"Operating system of the device\").nullable().optional(),\n cpu: z.string().describe(\"CPU information of the device\").nullable().optional(),\n name: z.string().describe(\"Name of the connector\"),\n type: z.string().describe(\"Type of connector (always 'local' for local connectors)\"),\n folders: z.array(NeedleGetLocalConnector_FolderSchema).describe(\"List of folders being monitored by the connector\").nullable().optional(),\n synced_at: z.string().describe(\"Timestamp when the connector last synced (ISO 8601 format, may be null)\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the connector was created (ISO 8601 format)\").nullable().optional(),\n device_name: z.string().describe(\"Name of the device running the connector\").nullable().optional(),\n device_model: z.string().describe(\"Model of the device\").nullable().optional(),\n serial_number: z.string().describe(\"Serial number of the device\").nullable().optional(),\n collection_ids: z.array(z.string()).describe(\"List of collection IDs associated with this connector\").nullable().optional(),\n}).describe(\"Local connector details.\");\nexport const NeedleGetLocalConnectorOutput: z.ZodTypeAny = z.object({\n result: NeedleGetLocalConnector_LocalConnectorSchema.nullable(),\n}).describe(\"Response schema for getting a local connector.\");\n\nexport const needleGetLocalConnector = action(\"NEEDLE_GET_LOCAL_CONNECTOR\", {\n slug: \"needle-get-local-connector\",\n name: \"Get local connector\",\n description: \"Tool to retrieve details of a local connector by its ID. Use when you need information about a specific local connector's configuration, device details, and associated folders.\",\n input: NeedleGetLocalConnectorInput,\n output: NeedleGetLocalConnectorOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,EACjE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,EACnF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,uCAAqD,EAAE,OAAO;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,+CAA6D,EAAE,OAAO;CAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACnF,SAAS,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,0BAA0B;AAKtC,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyD,EAAE,OAAO,EAClE,QAAQ,6CAA6C,SAAS,EAChE,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_add_files_to_collection = require("./add-files-to-collection.cjs");
|
|
3
|
+
const require_add_files_to_local_connector = require("./add-files-to-local-connector.cjs");
|
|
4
|
+
const require_create_collection = require("./create-collection.cjs");
|
|
5
|
+
const require_create_local_connector = require("./create-local-connector.cjs");
|
|
6
|
+
const require_delete_files_from_collection = require("./delete-files-from-collection.cjs");
|
|
7
|
+
const require_delete_files_from_local_connector = require("./delete-files-from-local-connector.cjs");
|
|
8
|
+
const require_get_collection = require("./get-collection.cjs");
|
|
9
|
+
const require_get_collection_stats = require("./get-collection-stats.cjs");
|
|
10
|
+
const require_get_file_download_url = require("./get-file-download-url.cjs");
|
|
11
|
+
const require_get_file_upload_url = require("./get-file-upload-url.cjs");
|
|
12
|
+
const require_get_local_connector = require("./get-local-connector.cjs");
|
|
13
|
+
const require_list_collection_files = require("./list-collection-files.cjs");
|
|
14
|
+
const require_list_collections = require("./list-collections.cjs");
|
|
15
|
+
const require_list_connectors = require("./list-connectors.cjs");
|
|
16
|
+
const require_list_local_connectors = require("./list-local-connectors.cjs");
|
|
17
|
+
const require_search_collection = require("./search-collection.cjs");
|
|
18
|
+
exports.needleAddFilesToCollection = require_add_files_to_collection.needleAddFilesToCollection;
|
|
19
|
+
exports.needleAddFilesToLocalConnector = require_add_files_to_local_connector.needleAddFilesToLocalConnector;
|
|
20
|
+
exports.needleCreateCollection = require_create_collection.needleCreateCollection;
|
|
21
|
+
exports.needleCreateLocalConnector = require_create_local_connector.needleCreateLocalConnector;
|
|
22
|
+
exports.needleDeleteFilesFromCollection = require_delete_files_from_collection.needleDeleteFilesFromCollection;
|
|
23
|
+
exports.needleDeleteFilesFromLocalConnector = require_delete_files_from_local_connector.needleDeleteFilesFromLocalConnector;
|
|
24
|
+
exports.needleGetCollection = require_get_collection.needleGetCollection;
|
|
25
|
+
exports.needleGetCollectionStats = require_get_collection_stats.needleGetCollectionStats;
|
|
26
|
+
exports.needleGetFileDownloadUrl = require_get_file_download_url.needleGetFileDownloadUrl;
|
|
27
|
+
exports.needleGetFileUploadUrl = require_get_file_upload_url.needleGetFileUploadUrl;
|
|
28
|
+
exports.needleGetLocalConnector = require_get_local_connector.needleGetLocalConnector;
|
|
29
|
+
exports.needleListCollectionFiles = require_list_collection_files.needleListCollectionFiles;
|
|
30
|
+
exports.needleListCollections = require_list_collections.needleListCollections;
|
|
31
|
+
exports.needleListConnectors = require_list_connectors.needleListConnectors;
|
|
32
|
+
exports.needleListLocalConnectors = require_list_local_connectors.needleListLocalConnectors;
|
|
33
|
+
exports.needleSearchCollection = require_search_collection.needleSearchCollection;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { needleAddFilesToCollection } from "./add-files-to-collection.cjs";
|
|
2
|
+
import { needleAddFilesToLocalConnector } from "./add-files-to-local-connector.cjs";
|
|
3
|
+
import { needleCreateCollection } from "./create-collection.cjs";
|
|
4
|
+
import { needleCreateLocalConnector } from "./create-local-connector.cjs";
|
|
5
|
+
import { needleDeleteFilesFromCollection } from "./delete-files-from-collection.cjs";
|
|
6
|
+
import { needleDeleteFilesFromLocalConnector } from "./delete-files-from-local-connector.cjs";
|
|
7
|
+
import { needleGetCollection } from "./get-collection.cjs";
|
|
8
|
+
import { needleGetCollectionStats } from "./get-collection-stats.cjs";
|
|
9
|
+
import { needleGetFileDownloadUrl } from "./get-file-download-url.cjs";
|
|
10
|
+
import { needleGetFileUploadUrl } from "./get-file-upload-url.cjs";
|
|
11
|
+
import { needleGetLocalConnector } from "./get-local-connector.cjs";
|
|
12
|
+
import { needleListCollectionFiles } from "./list-collection-files.cjs";
|
|
13
|
+
import { needleListCollections } from "./list-collections.cjs";
|
|
14
|
+
import { needleListConnectors } from "./list-connectors.cjs";
|
|
15
|
+
import { needleListLocalConnectors } from "./list-local-connectors.cjs";
|
|
16
|
+
import { needleSearchCollection } from "./search-collection.cjs";
|
|
17
|
+
export { needleAddFilesToCollection, needleAddFilesToLocalConnector, needleCreateCollection, needleCreateLocalConnector, needleDeleteFilesFromCollection, needleDeleteFilesFromLocalConnector, needleGetCollection, needleGetCollectionStats, needleGetFileDownloadUrl, needleGetFileUploadUrl, needleGetLocalConnector, needleListCollectionFiles, needleListCollections, needleListConnectors, needleListLocalConnectors, needleSearchCollection };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { needleAddFilesToCollection } from "./add-files-to-collection.mjs";
|
|
2
|
+
import { needleAddFilesToLocalConnector } from "./add-files-to-local-connector.mjs";
|
|
3
|
+
import { needleCreateCollection } from "./create-collection.mjs";
|
|
4
|
+
import { needleCreateLocalConnector } from "./create-local-connector.mjs";
|
|
5
|
+
import { needleDeleteFilesFromCollection } from "./delete-files-from-collection.mjs";
|
|
6
|
+
import { needleDeleteFilesFromLocalConnector } from "./delete-files-from-local-connector.mjs";
|
|
7
|
+
import { needleGetCollection } from "./get-collection.mjs";
|
|
8
|
+
import { needleGetCollectionStats } from "./get-collection-stats.mjs";
|
|
9
|
+
import { needleGetFileDownloadUrl } from "./get-file-download-url.mjs";
|
|
10
|
+
import { needleGetFileUploadUrl } from "./get-file-upload-url.mjs";
|
|
11
|
+
import { needleGetLocalConnector } from "./get-local-connector.mjs";
|
|
12
|
+
import { needleListCollectionFiles } from "./list-collection-files.mjs";
|
|
13
|
+
import { needleListCollections } from "./list-collections.mjs";
|
|
14
|
+
import { needleListConnectors } from "./list-connectors.mjs";
|
|
15
|
+
import { needleListLocalConnectors } from "./list-local-connectors.mjs";
|
|
16
|
+
import { needleSearchCollection } from "./search-collection.mjs";
|
|
17
|
+
export { needleAddFilesToCollection, needleAddFilesToLocalConnector, needleCreateCollection, needleCreateLocalConnector, needleDeleteFilesFromCollection, needleDeleteFilesFromLocalConnector, needleGetCollection, needleGetCollectionStats, needleGetFileDownloadUrl, needleGetFileUploadUrl, needleGetLocalConnector, needleListCollectionFiles, needleListCollections, needleListConnectors, needleListLocalConnectors, needleSearchCollection };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { needleAddFilesToCollection } from "./add-files-to-collection.mjs";
|
|
2
|
+
import { needleAddFilesToLocalConnector } from "./add-files-to-local-connector.mjs";
|
|
3
|
+
import { needleCreateCollection } from "./create-collection.mjs";
|
|
4
|
+
import { needleCreateLocalConnector } from "./create-local-connector.mjs";
|
|
5
|
+
import { needleDeleteFilesFromCollection } from "./delete-files-from-collection.mjs";
|
|
6
|
+
import { needleDeleteFilesFromLocalConnector } from "./delete-files-from-local-connector.mjs";
|
|
7
|
+
import { needleGetCollection } from "./get-collection.mjs";
|
|
8
|
+
import { needleGetCollectionStats } from "./get-collection-stats.mjs";
|
|
9
|
+
import { needleGetFileDownloadUrl } from "./get-file-download-url.mjs";
|
|
10
|
+
import { needleGetFileUploadUrl } from "./get-file-upload-url.mjs";
|
|
11
|
+
import { needleGetLocalConnector } from "./get-local-connector.mjs";
|
|
12
|
+
import { needleListCollectionFiles } from "./list-collection-files.mjs";
|
|
13
|
+
import { needleListCollections } from "./list-collections.mjs";
|
|
14
|
+
import { needleListConnectors } from "./list-connectors.mjs";
|
|
15
|
+
import { needleListLocalConnectors } from "./list-local-connectors.mjs";
|
|
16
|
+
import { needleSearchCollection } from "./search-collection.mjs";
|
|
17
|
+
export { needleAddFilesToCollection, needleAddFilesToLocalConnector, needleCreateCollection, needleCreateLocalConnector, needleDeleteFilesFromCollection, needleDeleteFilesFromLocalConnector, needleGetCollection, needleGetCollectionStats, needleGetFileDownloadUrl, needleGetFileUploadUrl, needleGetLocalConnector, needleListCollectionFiles, needleListCollections, needleListConnectors, needleListLocalConnectors, needleSearchCollection };
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-collection-files.ts
|
|
4
|
+
const NeedleListCollectionFilesInput = zod.z.object({
|
|
5
|
+
limit: zod.z.number().int().describe("Number of files to return per page, must be >=1").optional(),
|
|
6
|
+
offset: zod.z.number().int().describe("Number of items to skip for pagination, must be >=0").optional(),
|
|
7
|
+
collection_id: zod.z.string().describe("Unique identifier of the collection Multiple collections can share similar names; verify the correct collection_id before operating on returned files.")
|
|
8
|
+
}).describe("Request model for listing files in a specific collection.");
|
|
9
|
+
const NeedleListCollectionFiles_FileModelSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Unique file identifier"),
|
|
11
|
+
url: zod.z.string().describe("URL of the file").nullable().optional(),
|
|
12
|
+
name: zod.z.string().describe("Name of the file"),
|
|
13
|
+
size: zod.z.number().int().describe("Size of the file in bytes").nullable().optional(),
|
|
14
|
+
type: zod.z.string().describe("MIME type of the file").nullable().optional(),
|
|
15
|
+
error: zod.z.string().describe("Error message if file processing failed").nullable().optional(),
|
|
16
|
+
labels: zod.z.array(zod.z.string()).describe("Labels associated with the file").nullable().optional(),
|
|
17
|
+
status: zod.z.string().describe("Current status of the file"),
|
|
18
|
+
user_id: zod.z.string().describe("ID of the user who uploaded the file").nullable().optional(),
|
|
19
|
+
md5_hash: zod.z.string().describe("MD5 hash of the file").nullable().optional(),
|
|
20
|
+
connector: zod.z.unknown().describe("Connector details").nullable().optional(),
|
|
21
|
+
created_at: zod.z.string().describe("Creation timestamp in ISO 8601 format"),
|
|
22
|
+
connector_id: zod.z.string().describe("ID of the connector used to upload the file").nullable().optional()
|
|
23
|
+
}).describe("Schema for a single file object returned by the API.");
|
|
24
|
+
const NeedleListCollectionFilesOutput = zod.z.object({
|
|
25
|
+
files: zod.z.array(NeedleListCollectionFiles_FileModelSchema).describe("List of file objects"),
|
|
26
|
+
limit: zod.z.number().int().describe("Page limit used (may not be returned by API)").nullable().optional(),
|
|
27
|
+
total: zod.z.number().int().describe("Total count of files in the collection"),
|
|
28
|
+
offset: zod.z.number().int().describe("Offset used (may not be returned by API)").nullable().optional()
|
|
29
|
+
}).describe("Response model for listing files in a collection.");
|
|
30
|
+
const needleListCollectionFiles = require_action.action("NEEDLE_LIST_COLLECTION_FILES", {
|
|
31
|
+
slug: "needle-list-collection-files",
|
|
32
|
+
name: "List Collection Files",
|
|
33
|
+
description: "Tool to list all files within a specific collection by its ID. Returns file metadata (including file URLs) only — not document text content; fetch file URLs separately to access content. Use when you have a collection ID and need to retrieve its files. Supports pagination.",
|
|
34
|
+
input: NeedleListCollectionFilesInput,
|
|
35
|
+
output: NeedleListCollectionFilesOutput
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
exports.needleListCollectionFiles = needleListCollectionFiles;
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=list-collection-files.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-collection-files.cjs","names":["z","action"],"sources":["../../src/actions/list-collection-files.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeedleListCollectionFilesInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Number of files to return per page, must be >=1\").optional(),\n offset: z.number().int().describe(\"Number of items to skip for pagination, must be >=0\").optional(),\n collection_id: z.string().describe(\"Unique identifier of the collection Multiple collections can share similar names; verify the correct collection_id before operating on returned files.\"),\n}).describe(\"Request model for listing files in a specific collection.\");\nconst NeedleListCollectionFiles_FileModelSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique file identifier\"),\n url: z.string().describe(\"URL of the file\").nullable().optional(),\n name: z.string().describe(\"Name of the file\"),\n size: z.number().int().describe(\"Size of the file in bytes\").nullable().optional(),\n type: z.string().describe(\"MIME type of the file\").nullable().optional(),\n error: z.string().describe(\"Error message if file processing failed\").nullable().optional(),\n labels: z.array(z.string()).describe(\"Labels associated with the file\").nullable().optional(),\n status: z.string().describe(\"Current status of the file\"),\n user_id: z.string().describe(\"ID of the user who uploaded the file\").nullable().optional(),\n md5_hash: z.string().describe(\"MD5 hash of the file\").nullable().optional(),\n connector: z.unknown().describe(\"Connector details\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp in ISO 8601 format\"),\n connector_id: z.string().describe(\"ID of the connector used to upload the file\").nullable().optional(),\n}).describe(\"Schema for a single file object returned by the API.\");\nexport const NeedleListCollectionFilesOutput: z.ZodTypeAny = z.object({\n files: z.array(NeedleListCollectionFiles_FileModelSchema).describe(\"List of file objects\"),\n limit: z.number().int().describe(\"Page limit used (may not be returned by API)\").nullable().optional(),\n total: z.number().int().describe(\"Total count of files in the collection\"),\n offset: z.number().int().describe(\"Offset used (may not be returned by API)\").nullable().optional(),\n}).describe(\"Response model for listing files in a collection.\");\n\nexport const needleListCollectionFiles = action(\"NEEDLE_LIST_COLLECTION_FILES\", {\n slug: \"needle-list-collection-files\",\n name: \"List Collection Files\",\n description: \"Tool to list all files within a specific collection by its ID. Returns file metadata (including file URLs) only — not document text content; fetch file URLs separately to access content. Use when you have a collection ID and need to retrieve its files. Supports pagination.\",\n input: NeedleListCollectionFilesInput,\n output: NeedleListCollectionFilesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC7F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAClG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wJAAwJ;AAC7L,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAChD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACxD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACvE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,OAAOA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,sBAAsB;CACzF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,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/list-collection-files.d.ts
|
|
4
|
+
declare const NeedleListCollectionFilesInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeedleListCollectionFilesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const needleListCollectionFiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { needleListCollectionFiles };
|
|
9
|
+
//# sourceMappingURL=list-collection-files.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-collection-files.d.cts","names":[],"sources":["../../src/actions/list-collection-files.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAIyB;AAAA,cAgB3D,+BAAA,EAAiC,CAAA,CAAE,UAKgB;AAAA,cAEnD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-collection-files.d.ts
|
|
4
|
+
declare const NeedleListCollectionFilesInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeedleListCollectionFilesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const needleListCollectionFiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { needleListCollectionFiles };
|
|
9
|
+
//# sourceMappingURL=list-collection-files.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-collection-files.d.mts","names":[],"sources":["../../src/actions/list-collection-files.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAIyB;AAAA,cAgB3D,+BAAA,EAAiC,CAAA,CAAE,UAKgB;AAAA,cAEnD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-collection-files.ts
|
|
4
|
+
const NeedleListCollectionFilesInput = z.object({
|
|
5
|
+
limit: z.number().int().describe("Number of files to return per page, must be >=1").optional(),
|
|
6
|
+
offset: z.number().int().describe("Number of items to skip for pagination, must be >=0").optional(),
|
|
7
|
+
collection_id: z.string().describe("Unique identifier of the collection Multiple collections can share similar names; verify the correct collection_id before operating on returned files.")
|
|
8
|
+
}).describe("Request model for listing files in a specific collection.");
|
|
9
|
+
const NeedleListCollectionFiles_FileModelSchema = z.object({
|
|
10
|
+
id: z.string().describe("Unique file identifier"),
|
|
11
|
+
url: z.string().describe("URL of the file").nullable().optional(),
|
|
12
|
+
name: z.string().describe("Name of the file"),
|
|
13
|
+
size: z.number().int().describe("Size of the file in bytes").nullable().optional(),
|
|
14
|
+
type: z.string().describe("MIME type of the file").nullable().optional(),
|
|
15
|
+
error: z.string().describe("Error message if file processing failed").nullable().optional(),
|
|
16
|
+
labels: z.array(z.string()).describe("Labels associated with the file").nullable().optional(),
|
|
17
|
+
status: z.string().describe("Current status of the file"),
|
|
18
|
+
user_id: z.string().describe("ID of the user who uploaded the file").nullable().optional(),
|
|
19
|
+
md5_hash: z.string().describe("MD5 hash of the file").nullable().optional(),
|
|
20
|
+
connector: z.unknown().describe("Connector details").nullable().optional(),
|
|
21
|
+
created_at: z.string().describe("Creation timestamp in ISO 8601 format"),
|
|
22
|
+
connector_id: z.string().describe("ID of the connector used to upload the file").nullable().optional()
|
|
23
|
+
}).describe("Schema for a single file object returned by the API.");
|
|
24
|
+
const needleListCollectionFiles = action("NEEDLE_LIST_COLLECTION_FILES", {
|
|
25
|
+
slug: "needle-list-collection-files",
|
|
26
|
+
name: "List Collection Files",
|
|
27
|
+
description: "Tool to list all files within a specific collection by its ID. Returns file metadata (including file URLs) only — not document text content; fetch file URLs separately to access content. Use when you have a collection ID and need to retrieve its files. Supports pagination.",
|
|
28
|
+
input: NeedleListCollectionFilesInput,
|
|
29
|
+
output: z.object({
|
|
30
|
+
files: z.array(NeedleListCollectionFiles_FileModelSchema).describe("List of file objects"),
|
|
31
|
+
limit: z.number().int().describe("Page limit used (may not be returned by API)").nullable().optional(),
|
|
32
|
+
total: z.number().int().describe("Total count of files in the collection"),
|
|
33
|
+
offset: z.number().int().describe("Offset used (may not be returned by API)").nullable().optional()
|
|
34
|
+
}).describe("Response model for listing files in a collection.")
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
export { needleListCollectionFiles };
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=list-collection-files.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-collection-files.mjs","names":[],"sources":["../../src/actions/list-collection-files.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeedleListCollectionFilesInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Number of files to return per page, must be >=1\").optional(),\n offset: z.number().int().describe(\"Number of items to skip for pagination, must be >=0\").optional(),\n collection_id: z.string().describe(\"Unique identifier of the collection Multiple collections can share similar names; verify the correct collection_id before operating on returned files.\"),\n}).describe(\"Request model for listing files in a specific collection.\");\nconst NeedleListCollectionFiles_FileModelSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique file identifier\"),\n url: z.string().describe(\"URL of the file\").nullable().optional(),\n name: z.string().describe(\"Name of the file\"),\n size: z.number().int().describe(\"Size of the file in bytes\").nullable().optional(),\n type: z.string().describe(\"MIME type of the file\").nullable().optional(),\n error: z.string().describe(\"Error message if file processing failed\").nullable().optional(),\n labels: z.array(z.string()).describe(\"Labels associated with the file\").nullable().optional(),\n status: z.string().describe(\"Current status of the file\"),\n user_id: z.string().describe(\"ID of the user who uploaded the file\").nullable().optional(),\n md5_hash: z.string().describe(\"MD5 hash of the file\").nullable().optional(),\n connector: z.unknown().describe(\"Connector details\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp in ISO 8601 format\"),\n connector_id: z.string().describe(\"ID of the connector used to upload the file\").nullable().optional(),\n}).describe(\"Schema for a single file object returned by the API.\");\nexport const NeedleListCollectionFilesOutput: z.ZodTypeAny = z.object({\n files: z.array(NeedleListCollectionFiles_FileModelSchema).describe(\"List of file objects\"),\n limit: z.number().int().describe(\"Page limit used (may not be returned by API)\").nullable().optional(),\n total: z.number().int().describe(\"Total count of files in the collection\"),\n offset: z.number().int().describe(\"Offset used (may not be returned by API)\").nullable().optional(),\n}).describe(\"Response model for listing files in a collection.\");\n\nexport const needleListCollectionFiles = action(\"NEEDLE_LIST_COLLECTION_FILES\", {\n slug: \"needle-list-collection-files\",\n name: \"List Collection Files\",\n description: \"Tool to list all files within a specific collection by its ID. Returns file metadata (including file URLs) only — not document text content; fetch file URLs separately to access content. Use when you have a collection ID and need to retrieve its files. Supports pagination.\",\n input: NeedleListCollectionFilesInput,\n output: NeedleListCollectionFilesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC7F,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAClG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wJAAwJ;AAC7L,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAChD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACxD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACvE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAQlE,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZ2D,EAAE,OAAO;EACpE,OAAO,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,sBAAsB;EACzF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-collections.ts
|
|
4
|
+
const NeedleListCollectionsInput = zod.z.object({
|
|
5
|
+
limit: zod.z.number().int().describe("Maximum number of collections to return (if supported by API)").optional(),
|
|
6
|
+
offset: zod.z.number().int().describe("Number of collections to skip before collecting results (if supported by API)").optional()
|
|
7
|
+
}).describe("Parameters for listing collections. Supports pagination if available.");
|
|
8
|
+
const NeedleListCollections_CollectionSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Collection unique identifier"),
|
|
10
|
+
name: zod.z.string().describe("Collection name"),
|
|
11
|
+
created_at: zod.z.string().describe("Collection creation timestamp in ISO 8601 format (may be absent)").nullable().optional(),
|
|
12
|
+
updated_at: zod.z.string().describe("Collection last update timestamp in ISO 8601 format (may be absent)").nullable().optional(),
|
|
13
|
+
description: zod.z.string().describe("Collection description (may be absent)").nullable().optional()
|
|
14
|
+
}).describe("A collection resource.");
|
|
15
|
+
const NeedleListCollections_APIErrorSchema = zod.z.object({
|
|
16
|
+
code: zod.z.string().describe("Error code returned by the API"),
|
|
17
|
+
message: zod.z.string().describe("Error message returned by the API")
|
|
18
|
+
}).describe("Error details when an API call fails.");
|
|
19
|
+
const NeedleListCollections_PaginationSchema = zod.z.object({
|
|
20
|
+
limit: zod.z.number().int().describe("Number of items returned per page").nullable().optional(),
|
|
21
|
+
total: zod.z.number().int().describe("Total number of items available").nullable().optional(),
|
|
22
|
+
offset: zod.z.number().int().describe("Number of items skipped before this page").nullable().optional()
|
|
23
|
+
}).describe("Pagination details for a list response.");
|
|
24
|
+
const NeedleListCollectionsOutput = zod.z.object({
|
|
25
|
+
data: zod.z.array(NeedleListCollections_CollectionSchema).describe("List of collections returned by the API").nullable().optional(),
|
|
26
|
+
error: NeedleListCollections_APIErrorSchema.nullable().optional(),
|
|
27
|
+
pagination: NeedleListCollections_PaginationSchema.nullable().optional()
|
|
28
|
+
}).describe("Response schema for listing collections.");
|
|
29
|
+
const needleListCollections = require_action.action("NEEDLE_LIST_COLLECTIONS", {
|
|
30
|
+
slug: "needle-list-collections",
|
|
31
|
+
name: "List Collections",
|
|
32
|
+
description: "Tool to list collections. Use after authenticating with your API key to page through collections. Similar collection names can exist; always verify the correct `collection_id` from results before performing subsequent operations.",
|
|
33
|
+
input: NeedleListCollectionsInput,
|
|
34
|
+
output: NeedleListCollectionsOutput
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
exports.needleListCollections = needleListCollections;
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=list-collections.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-collections.cjs","names":["z","action"],"sources":["../../src/actions/list-collections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeedleListCollectionsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of collections to return (if supported by API)\").optional(),\n offset: z.number().int().describe(\"Number of collections to skip before collecting results (if supported by API)\").optional(),\n}).describe(\"Parameters for listing collections. Supports pagination if available.\");\nconst NeedleListCollections_CollectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Collection unique identifier\"),\n name: z.string().describe(\"Collection name\"),\n created_at: z.string().describe(\"Collection creation timestamp in ISO 8601 format (may be absent)\").nullable().optional(),\n updated_at: z.string().describe(\"Collection last update timestamp in ISO 8601 format (may be absent)\").nullable().optional(),\n description: z.string().describe(\"Collection description (may be absent)\").nullable().optional(),\n}).describe(\"A collection resource.\");\nconst NeedleListCollections_APIErrorSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Error code returned by the API\"),\n message: z.string().describe(\"Error message returned by the API\"),\n}).describe(\"Error details when an API call fails.\");\nconst NeedleListCollections_PaginationSchema: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Number of items returned per page\").nullable().optional(),\n total: z.number().int().describe(\"Total number of items available\").nullable().optional(),\n offset: z.number().int().describe(\"Number of items skipped before this page\").nullable().optional(),\n}).describe(\"Pagination details for a list response.\");\nexport const NeedleListCollectionsOutput: z.ZodTypeAny = z.object({\n data: z.array(NeedleListCollections_CollectionSchema).describe(\"List of collections returned by the API\").nullable().optional(),\n error: NeedleListCollections_APIErrorSchema.nullable().optional(),\n pagination: NeedleListCollections_PaginationSchema.nullable().optional(),\n}).describe(\"Response schema for listing collections.\");\n\nexport const needleListCollections = action(\"NEEDLE_LIST_COLLECTIONS\", {\n slug: \"needle-list-collections\",\n name: \"List Collections\",\n description: \"Tool to list collections. Use after authenticating with your API key to page through collections. Similar collection names can exist; always verify the correct `collection_id` from results before performing subsequent operations.\",\n input: NeedleListCollectionsInput,\n output: NeedleListCollectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CAC3G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,uEAAuE;AACnF,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC3C,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,wBAAwB;AACpC,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC1D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;AAClE,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,OAAO,qCAAqC,SAAS,CAAC,CAAC,SAAS;CAChE,YAAY,uCAAuC,SAAS,CAAC,CAAC,SAAS;AACzE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,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-collections.d.ts
|
|
4
|
+
declare const NeedleListCollectionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeedleListCollectionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const needleListCollections: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { needleListCollections };
|
|
9
|
+
//# sourceMappingURL=list-collections.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-collections.d.cts","names":[],"sources":["../../src/actions/list-collections.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGyC;AAAA,cAiBvE,2BAAA,EAA6B,CAAA,CAAE,UAIW;AAAA,cAE1C,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-collections.d.ts
|
|
4
|
+
declare const NeedleListCollectionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeedleListCollectionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const needleListCollections: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { needleListCollections };
|
|
9
|
+
//# sourceMappingURL=list-collections.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-collections.d.mts","names":[],"sources":["../../src/actions/list-collections.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGyC;AAAA,cAiBvE,2BAAA,EAA6B,CAAA,CAAE,UAIW;AAAA,cAE1C,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-collections.ts
|
|
4
|
+
const NeedleListCollectionsInput = z.object({
|
|
5
|
+
limit: z.number().int().describe("Maximum number of collections to return (if supported by API)").optional(),
|
|
6
|
+
offset: z.number().int().describe("Number of collections to skip before collecting results (if supported by API)").optional()
|
|
7
|
+
}).describe("Parameters for listing collections. Supports pagination if available.");
|
|
8
|
+
const NeedleListCollections_CollectionSchema = z.object({
|
|
9
|
+
id: z.string().describe("Collection unique identifier"),
|
|
10
|
+
name: z.string().describe("Collection name"),
|
|
11
|
+
created_at: z.string().describe("Collection creation timestamp in ISO 8601 format (may be absent)").nullable().optional(),
|
|
12
|
+
updated_at: z.string().describe("Collection last update timestamp in ISO 8601 format (may be absent)").nullable().optional(),
|
|
13
|
+
description: z.string().describe("Collection description (may be absent)").nullable().optional()
|
|
14
|
+
}).describe("A collection resource.");
|
|
15
|
+
const NeedleListCollections_APIErrorSchema = z.object({
|
|
16
|
+
code: z.string().describe("Error code returned by the API"),
|
|
17
|
+
message: z.string().describe("Error message returned by the API")
|
|
18
|
+
}).describe("Error details when an API call fails.");
|
|
19
|
+
const NeedleListCollections_PaginationSchema = z.object({
|
|
20
|
+
limit: z.number().int().describe("Number of items returned per page").nullable().optional(),
|
|
21
|
+
total: z.number().int().describe("Total number of items available").nullable().optional(),
|
|
22
|
+
offset: z.number().int().describe("Number of items skipped before this page").nullable().optional()
|
|
23
|
+
}).describe("Pagination details for a list response.");
|
|
24
|
+
const needleListCollections = action("NEEDLE_LIST_COLLECTIONS", {
|
|
25
|
+
slug: "needle-list-collections",
|
|
26
|
+
name: "List Collections",
|
|
27
|
+
description: "Tool to list collections. Use after authenticating with your API key to page through collections. Similar collection names can exist; always verify the correct `collection_id` from results before performing subsequent operations.",
|
|
28
|
+
input: NeedleListCollectionsInput,
|
|
29
|
+
output: z.object({
|
|
30
|
+
data: z.array(NeedleListCollections_CollectionSchema).describe("List of collections returned by the API").nullable().optional(),
|
|
31
|
+
error: NeedleListCollections_APIErrorSchema.nullable().optional(),
|
|
32
|
+
pagination: NeedleListCollections_PaginationSchema.nullable().optional()
|
|
33
|
+
}).describe("Response schema for listing collections.")
|
|
34
|
+
});
|
|
35
|
+
//#endregion
|
|
36
|
+
export { needleListCollections };
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=list-collections.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-collections.mjs","names":[],"sources":["../../src/actions/list-collections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeedleListCollectionsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of collections to return (if supported by API)\").optional(),\n offset: z.number().int().describe(\"Number of collections to skip before collecting results (if supported by API)\").optional(),\n}).describe(\"Parameters for listing collections. Supports pagination if available.\");\nconst NeedleListCollections_CollectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Collection unique identifier\"),\n name: z.string().describe(\"Collection name\"),\n created_at: z.string().describe(\"Collection creation timestamp in ISO 8601 format (may be absent)\").nullable().optional(),\n updated_at: z.string().describe(\"Collection last update timestamp in ISO 8601 format (may be absent)\").nullable().optional(),\n description: z.string().describe(\"Collection description (may be absent)\").nullable().optional(),\n}).describe(\"A collection resource.\");\nconst NeedleListCollections_APIErrorSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Error code returned by the API\"),\n message: z.string().describe(\"Error message returned by the API\"),\n}).describe(\"Error details when an API call fails.\");\nconst NeedleListCollections_PaginationSchema: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Number of items returned per page\").nullable().optional(),\n total: z.number().int().describe(\"Total number of items available\").nullable().optional(),\n offset: z.number().int().describe(\"Number of items skipped before this page\").nullable().optional(),\n}).describe(\"Pagination details for a list response.\");\nexport const NeedleListCollectionsOutput: z.ZodTypeAny = z.object({\n data: z.array(NeedleListCollections_CollectionSchema).describe(\"List of collections returned by the API\").nullable().optional(),\n error: NeedleListCollections_APIErrorSchema.nullable().optional(),\n pagination: NeedleListCollections_PaginationSchema.nullable().optional(),\n}).describe(\"Response schema for listing collections.\");\n\nexport const needleListCollections = action(\"NEEDLE_LIST_COLLECTIONS\", {\n slug: \"needle-list-collections\",\n name: \"List Collections\",\n description: \"Tool to list collections. Use after authenticating with your API key to page through collections. Similar collection names can exist; always verify the correct `collection_id` from results before performing subsequent operations.\",\n input: NeedleListCollectionsInput,\n output: NeedleListCollectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CAC3G,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,uEAAuE;AACnF,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC3C,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,wBAAwB;AACpC,MAAM,uCAAqD,EAAE,OAAO;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC1D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;AAClE,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,yCAAuD,EAAE,OAAO;CACpE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAOrD,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXuD,EAAE,OAAO;EAChE,MAAM,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,OAAO,qCAAqC,SAAS,CAAC,CAAC,SAAS;EAChE,YAAY,uCAAuC,SAAS,CAAC,CAAC,SAAS;CACzE,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-connectors.ts
|
|
4
|
+
const NeedleListConnectorsInput = zod.z.object({}).describe("Parameters for listing connectors. No parameters required.");
|
|
5
|
+
const NeedleListConnectors_ConnectorSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Connector unique identifier"),
|
|
7
|
+
name: zod.z.string().describe("Connector name"),
|
|
8
|
+
type: zod.z.string().describe("Connector type").nullable().optional(),
|
|
9
|
+
error: zod.z.string().describe("Error message if the connector failed").nullable().optional(),
|
|
10
|
+
status: zod.z.string().describe("Connector status").nullable().optional(),
|
|
11
|
+
cron_job: zod.z.string().describe("Cron job schedule for the connector").nullable().optional(),
|
|
12
|
+
timezone: zod.z.string().describe("Timezone for the connector").nullable().optional(),
|
|
13
|
+
created_at: zod.z.string().describe("Connector creation timestamp").nullable().optional()
|
|
14
|
+
}).describe("A connector resource.");
|
|
15
|
+
const NeedleListConnectorsOutput = zod.z.object({ result: zod.z.array(NeedleListConnectors_ConnectorSchema).describe("List of connectors returned by the API").nullable().optional() }).describe("Response schema for listing connectors.");
|
|
16
|
+
const needleListConnectors = require_action.action("NEEDLE_LIST_CONNECTORS", {
|
|
17
|
+
slug: "needle-list-connectors",
|
|
18
|
+
name: "List Connectors",
|
|
19
|
+
description: "Tool to list connectors. Use to retrieve all configured connectors in your account.",
|
|
20
|
+
input: NeedleListConnectorsInput,
|
|
21
|
+
output: NeedleListConnectorsOutput
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
exports.needleListConnectors = needleListConnectors;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=list-connectors.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-connectors.cjs","names":["z","action"],"sources":["../../src/actions/list-connectors.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeedleListConnectorsInput: z.ZodTypeAny = z.object({}).describe(\"Parameters for listing connectors. No parameters required.\");\nconst NeedleListConnectors_ConnectorSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Connector unique identifier\"),\n name: z.string().describe(\"Connector name\"),\n type: z.string().describe(\"Connector type\").nullable().optional(),\n error: z.string().describe(\"Error message if the connector failed\").nullable().optional(),\n status: z.string().describe(\"Connector status\").nullable().optional(),\n cron_job: z.string().describe(\"Cron job schedule for the connector\").nullable().optional(),\n timezone: z.string().describe(\"Timezone for the connector\").nullable().optional(),\n created_at: z.string().describe(\"Connector creation timestamp\").nullable().optional(),\n}).describe(\"A connector resource.\");\nexport const NeedleListConnectorsOutput: z.ZodTypeAny = z.object({\n result: z.array(NeedleListConnectors_ConnectorSchema).describe(\"List of connectors returned by the API\").nullable().optional(),\n}).describe(\"Response schema for listing connectors.\");\n\nexport const needleListConnectors = action(\"NEEDLE_LIST_CONNECTORS\", {\n slug: \"needle-list-connectors\",\n name: \"List Connectors\",\n description: \"Tool to list connectors. Use to retrieve all configured connectors in your account.\",\n input: NeedleListConnectorsInput,\n output: NeedleListConnectorsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACzI,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;CAC1C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,uBAAuB;AACnC,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,QAAQA,IAAAA,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/H,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,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-connectors.d.ts
|
|
4
|
+
declare const NeedleListConnectorsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeedleListConnectorsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const needleListConnectors: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { needleListConnectors };
|
|
9
|
+
//# sourceMappingURL=list-connectors.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-connectors.d.cts","names":[],"sources":["../../src/actions/list-connectors.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAAgG;AAAA,cAW7H,0BAAA,EAA4B,CAAA,CAAE,UAEW;AAAA,cAEzC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-connectors.d.ts
|
|
4
|
+
declare const NeedleListConnectorsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeedleListConnectorsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const needleListConnectors: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { needleListConnectors };
|
|
9
|
+
//# sourceMappingURL=list-connectors.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-connectors.d.mts","names":[],"sources":["../../src/actions/list-connectors.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAAgG;AAAA,cAW7H,0BAAA,EAA4B,CAAA,CAAE,UAEW;AAAA,cAEzC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-connectors.ts
|
|
4
|
+
const NeedleListConnectorsInput = z.object({}).describe("Parameters for listing connectors. No parameters required.");
|
|
5
|
+
const NeedleListConnectors_ConnectorSchema = z.object({
|
|
6
|
+
id: z.string().describe("Connector unique identifier"),
|
|
7
|
+
name: z.string().describe("Connector name"),
|
|
8
|
+
type: z.string().describe("Connector type").nullable().optional(),
|
|
9
|
+
error: z.string().describe("Error message if the connector failed").nullable().optional(),
|
|
10
|
+
status: z.string().describe("Connector status").nullable().optional(),
|
|
11
|
+
cron_job: z.string().describe("Cron job schedule for the connector").nullable().optional(),
|
|
12
|
+
timezone: z.string().describe("Timezone for the connector").nullable().optional(),
|
|
13
|
+
created_at: z.string().describe("Connector creation timestamp").nullable().optional()
|
|
14
|
+
}).describe("A connector resource.");
|
|
15
|
+
const needleListConnectors = action("NEEDLE_LIST_CONNECTORS", {
|
|
16
|
+
slug: "needle-list-connectors",
|
|
17
|
+
name: "List Connectors",
|
|
18
|
+
description: "Tool to list connectors. Use to retrieve all configured connectors in your account.",
|
|
19
|
+
input: NeedleListConnectorsInput,
|
|
20
|
+
output: z.object({ result: z.array(NeedleListConnectors_ConnectorSchema).describe("List of connectors returned by the API").nullable().optional() }).describe("Response schema for listing connectors.")
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
export { needleListConnectors };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=list-connectors.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-connectors.mjs","names":[],"sources":["../../src/actions/list-connectors.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeedleListConnectorsInput: z.ZodTypeAny = z.object({}).describe(\"Parameters for listing connectors. No parameters required.\");\nconst NeedleListConnectors_ConnectorSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Connector unique identifier\"),\n name: z.string().describe(\"Connector name\"),\n type: z.string().describe(\"Connector type\").nullable().optional(),\n error: z.string().describe(\"Error message if the connector failed\").nullable().optional(),\n status: z.string().describe(\"Connector status\").nullable().optional(),\n cron_job: z.string().describe(\"Cron job schedule for the connector\").nullable().optional(),\n timezone: z.string().describe(\"Timezone for the connector\").nullable().optional(),\n created_at: z.string().describe(\"Connector creation timestamp\").nullable().optional(),\n}).describe(\"A connector resource.\");\nexport const NeedleListConnectorsOutput: z.ZodTypeAny = z.object({\n result: z.array(NeedleListConnectors_ConnectorSchema).describe(\"List of connectors returned by the API\").nullable().optional(),\n}).describe(\"Response schema for listing connectors.\");\n\nexport const needleListConnectors = action(\"NEEDLE_LIST_CONNECTORS\", {\n slug: \"needle-list-connectors\",\n name: \"List Connectors\",\n description: \"Tool to list connectors. Use to retrieve all configured connectors in your account.\",\n input: NeedleListConnectorsInput,\n output: NeedleListConnectorsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACzI,MAAM,uCAAqD,EAAE,OAAO;CAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;CAC1C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,uBAAuB;AAKnC,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsD,EAAE,OAAO,EAC/D,QAAQ,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/H,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
|