@keystrokehq/procfu 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/array-diff-del.cjs +37 -0
- package/dist/actions/array-diff-del.cjs.map +1 -0
- package/dist/actions/array-diff-del.d.cts +9 -0
- package/dist/actions/array-diff-del.d.cts.map +1 -0
- package/dist/actions/array-diff-del.d.mts +9 -0
- package/dist/actions/array-diff-del.d.mts.map +1 -0
- package/dist/actions/array-diff-del.mjs +34 -0
- package/dist/actions/array-diff-del.mjs.map +1 -0
- package/dist/actions/array-diff-new.cjs +37 -0
- package/dist/actions/array-diff-new.cjs.map +1 -0
- package/dist/actions/array-diff-new.d.cts +9 -0
- package/dist/actions/array-diff-new.d.cts.map +1 -0
- package/dist/actions/array-diff-new.d.mts +9 -0
- package/dist/actions/array-diff-new.d.mts.map +1 -0
- package/dist/actions/array-diff-new.mjs +34 -0
- package/dist/actions/array-diff-new.mjs.map +1 -0
- package/dist/actions/array-diff-same.cjs +37 -0
- package/dist/actions/array-diff-same.cjs.map +1 -0
- package/dist/actions/array-diff-same.d.cts +9 -0
- package/dist/actions/array-diff-same.d.cts.map +1 -0
- package/dist/actions/array-diff-same.d.mts +9 -0
- package/dist/actions/array-diff-same.d.mts.map +1 -0
- package/dist/actions/array-diff-same.mjs +34 -0
- package/dist/actions/array-diff-same.mjs.map +1 -0
- package/dist/actions/array-sort.cjs +25 -0
- package/dist/actions/array-sort.cjs.map +1 -0
- package/dist/actions/array-sort.d.cts +9 -0
- package/dist/actions/array-sort.d.cts.map +1 -0
- package/dist/actions/array-sort.d.mts +9 -0
- package/dist/actions/array-sort.d.mts.map +1 -0
- package/dist/actions/array-sort.mjs +22 -0
- package/dist/actions/array-sort.mjs.map +1 -0
- package/dist/actions/copy-podio-files-to-ftp.cjs +21 -0
- package/dist/actions/copy-podio-files-to-ftp.cjs.map +1 -0
- package/dist/actions/copy-podio-files-to-ftp.d.cts +9 -0
- package/dist/actions/copy-podio-files-to-ftp.d.cts.map +1 -0
- package/dist/actions/copy-podio-files-to-ftp.d.mts +9 -0
- package/dist/actions/copy-podio-files-to-ftp.d.mts.map +1 -0
- package/dist/actions/copy-podio-files-to-ftp.mjs +18 -0
- package/dist/actions/copy-podio-files-to-ftp.mjs.map +1 -0
- package/dist/actions/dummy-data.cjs +68 -0
- package/dist/actions/dummy-data.cjs.map +1 -0
- package/dist/actions/dummy-data.d.cts +9 -0
- package/dist/actions/dummy-data.d.cts.map +1 -0
- package/dist/actions/dummy-data.d.mts +9 -0
- package/dist/actions/dummy-data.d.mts.map +1 -0
- package/dist/actions/dummy-data.mjs +65 -0
- package/dist/actions/dummy-data.mjs.map +1 -0
- package/dist/actions/google-drive-delete.cjs +16 -0
- package/dist/actions/google-drive-delete.cjs.map +1 -0
- package/dist/actions/google-drive-delete.d.cts +9 -0
- package/dist/actions/google-drive-delete.d.cts.map +1 -0
- package/dist/actions/google-drive-delete.d.mts +9 -0
- package/dist/actions/google-drive-delete.d.mts.map +1 -0
- package/dist/actions/google-drive-delete.mjs +13 -0
- package/dist/actions/google-drive-delete.mjs.map +1 -0
- package/dist/actions/index.cjs +25 -0
- package/dist/actions/index.d.cts +13 -0
- package/dist/actions/index.d.mts +13 -0
- package/dist/actions/index.mjs +13 -0
- package/dist/actions/open-ai-gpt.cjs +19 -0
- package/dist/actions/open-ai-gpt.cjs.map +1 -0
- package/dist/actions/open-ai-gpt.d.cts +9 -0
- package/dist/actions/open-ai-gpt.d.cts.map +1 -0
- package/dist/actions/open-ai-gpt.d.mts +9 -0
- package/dist/actions/open-ai-gpt.d.mts.map +1 -0
- package/dist/actions/open-ai-gpt.mjs +16 -0
- package/dist/actions/open-ai-gpt.mjs.map +1 -0
- package/dist/actions/open-ai-image.cjs +23 -0
- package/dist/actions/open-ai-image.cjs.map +1 -0
- package/dist/actions/open-ai-image.d.cts +9 -0
- package/dist/actions/open-ai-image.d.cts.map +1 -0
- package/dist/actions/open-ai-image.d.mts +9 -0
- package/dist/actions/open-ai-image.d.mts.map +1 -0
- package/dist/actions/open-ai-image.mjs +20 -0
- package/dist/actions/open-ai-image.mjs.map +1 -0
- package/dist/actions/sheets-get-metadata.cjs +28 -0
- package/dist/actions/sheets-get-metadata.cjs.map +1 -0
- package/dist/actions/sheets-get-metadata.d.cts +9 -0
- package/dist/actions/sheets-get-metadata.d.cts.map +1 -0
- package/dist/actions/sheets-get-metadata.d.mts +9 -0
- package/dist/actions/sheets-get-metadata.d.mts.map +1 -0
- package/dist/actions/sheets-get-metadata.mjs +27 -0
- package/dist/actions/sheets-get-metadata.mjs.map +1 -0
- package/dist/actions/sheets-get.cjs +19 -0
- package/dist/actions/sheets-get.cjs.map +1 -0
- package/dist/actions/sheets-get.d.cts +9 -0
- package/dist/actions/sheets-get.d.cts.map +1 -0
- package/dist/actions/sheets-get.d.mts +9 -0
- package/dist/actions/sheets-get.d.mts.map +1 -0
- package/dist/actions/sheets-get.mjs +16 -0
- package/dist/actions/sheets-get.mjs.map +1 -0
- package/dist/actions/upload-podio-item-image.cjs +23 -0
- package/dist/actions/upload-podio-item-image.cjs.map +1 -0
- package/dist/actions/upload-podio-item-image.d.cts +9 -0
- package/dist/actions/upload-podio-item-image.d.cts.map +1 -0
- package/dist/actions/upload-podio-item-image.d.mts +9 -0
- package/dist/actions/upload-podio-item-image.d.mts.map +1 -0
- package/dist/actions/upload-podio-item-image.mjs +20 -0
- package/dist/actions/upload-podio-item-image.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 +30 -0
- package/dist/index.d.cts +15 -0
- package/dist/index.d.mts +15 -0
- package/dist/index.mjs +16 -0
- package/package.json +49 -0
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/dummy-data.ts
|
|
4
|
+
const ProcfuDummyDataInput = zod.z.object({ type: zod.z.enum([
|
|
5
|
+
"int",
|
|
6
|
+
"price",
|
|
7
|
+
"decimal2",
|
|
8
|
+
"date",
|
|
9
|
+
"dateTime",
|
|
10
|
+
"word",
|
|
11
|
+
"title",
|
|
12
|
+
"sentence",
|
|
13
|
+
"paragraph",
|
|
14
|
+
"text",
|
|
15
|
+
"loremText",
|
|
16
|
+
"html",
|
|
17
|
+
"loremHtml",
|
|
18
|
+
"name",
|
|
19
|
+
"firstName",
|
|
20
|
+
"lastName",
|
|
21
|
+
"company",
|
|
22
|
+
"jobTitle",
|
|
23
|
+
"catchPhrase",
|
|
24
|
+
"bullShit",
|
|
25
|
+
"phoneNumber",
|
|
26
|
+
"tollFree",
|
|
27
|
+
"address",
|
|
28
|
+
"streetAddress",
|
|
29
|
+
"city",
|
|
30
|
+
"state",
|
|
31
|
+
"zip",
|
|
32
|
+
"country",
|
|
33
|
+
"lat",
|
|
34
|
+
"long",
|
|
35
|
+
"email",
|
|
36
|
+
"username",
|
|
37
|
+
"password",
|
|
38
|
+
"domain",
|
|
39
|
+
"url",
|
|
40
|
+
"ipv4",
|
|
41
|
+
"ipv6",
|
|
42
|
+
"cardNumber",
|
|
43
|
+
"cardExp",
|
|
44
|
+
"iban",
|
|
45
|
+
"swift",
|
|
46
|
+
"image",
|
|
47
|
+
"portrait",
|
|
48
|
+
"landscape",
|
|
49
|
+
"smallImage",
|
|
50
|
+
"avatar",
|
|
51
|
+
"userFace"
|
|
52
|
+
]).describe("Type of dummy data to generate. Choose one of the supported types for numbers, text, people, addresses, etc.") }).describe("Parameters for DUMMY_DATA action.");
|
|
53
|
+
const ProcfuDummyDataOutput = zod.z.object({ result: zod.z.union([
|
|
54
|
+
zod.z.string(),
|
|
55
|
+
zod.z.number().int(),
|
|
56
|
+
zod.z.number()
|
|
57
|
+
]) }).describe("Response from DUMMY_DATA action.");
|
|
58
|
+
const procfuDummyData = require_action.action("PROCFU_DUMMY_DATA", {
|
|
59
|
+
slug: "procfu-dummy-data",
|
|
60
|
+
name: "Generate dummy data",
|
|
61
|
+
description: "Tool to generate dummy data. Use when you need random emails, text, numbers, dates, people, addresses, or images for testing or placeholder data.",
|
|
62
|
+
input: ProcfuDummyDataInput,
|
|
63
|
+
output: ProcfuDummyDataOutput
|
|
64
|
+
});
|
|
65
|
+
//#endregion
|
|
66
|
+
exports.procfuDummyData = procfuDummyData;
|
|
67
|
+
|
|
68
|
+
//# sourceMappingURL=dummy-data.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dummy-data.cjs","names":["z","action"],"sources":["../../src/actions/dummy-data.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProcfuDummyDataInput: z.ZodTypeAny = z.object({\n type: z.enum([\"int\", \"price\", \"decimal2\", \"date\", \"dateTime\", \"word\", \"title\", \"sentence\", \"paragraph\", \"text\", \"loremText\", \"html\", \"loremHtml\", \"name\", \"firstName\", \"lastName\", \"company\", \"jobTitle\", \"catchPhrase\", \"bullShit\", \"phoneNumber\", \"tollFree\", \"address\", \"streetAddress\", \"city\", \"state\", \"zip\", \"country\", \"lat\", \"long\", \"email\", \"username\", \"password\", \"domain\", \"url\", \"ipv4\", \"ipv6\", \"cardNumber\", \"cardExp\", \"iban\", \"swift\", \"image\", \"portrait\", \"landscape\", \"smallImage\", \"avatar\", \"userFace\"]).describe(\"Type of dummy data to generate. Choose one of the supported types for numbers, text, people, addresses, etc.\"),\n}).describe(\"Parameters for DUMMY_DATA action.\");\nexport const ProcfuDummyDataOutput: z.ZodTypeAny = z.object({\n result: z.union([z.string(), z.number().int(), z.number()]),\n}).describe(\"Response from DUMMY_DATA action.\");\n\nexport const procfuDummyData = action(\"PROCFU_DUMMY_DATA\", {\n slug: \"procfu-dummy-data\",\n name: \"Generate dummy data\",\n description: \"Tool to generate dummy data. Use when you need random emails, text, numbers, dates, people, addresses, or images for testing or placeholder data.\",\n input: ProcfuDummyDataInput,\n output: ProcfuDummyDataOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO,EACzD,MAAMA,IAAAA,EAAE,KAAK;CAAC;CAAO;CAAS;CAAY;CAAQ;CAAY;CAAQ;CAAS;CAAY;CAAa;CAAQ;CAAa;CAAQ;CAAa;CAAQ;CAAa;CAAY;CAAW;CAAY;CAAe;CAAY;CAAe;CAAY;CAAW;CAAiB;CAAQ;CAAS;CAAO;CAAW;CAAO;CAAQ;CAAS;CAAY;CAAY;CAAU;CAAO;CAAQ;CAAQ;CAAc;CAAW;CAAQ;CAAS;CAAS;CAAY;CAAa;CAAc;CAAU;AAAU,CAAC,CAAC,CAAC,SAAS,8GAA8G,EAC1nB,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,EAC1D,QAAQA,IAAAA,EAAE,MAAM;CAACA,IAAAA,EAAE,OAAO;CAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI;CAAGA,IAAAA,EAAE,OAAO;AAAC,CAAC,EAC5D,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAE9C,MAAa,kBAAkBC,eAAAA,OAAO,qBAAqB;CACzD,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/dummy-data.d.ts
|
|
4
|
+
declare const ProcfuDummyDataInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProcfuDummyDataOutput: z.ZodTypeAny;
|
|
6
|
+
declare const procfuDummyData: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { procfuDummyData };
|
|
9
|
+
//# sourceMappingURL=dummy-data.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dummy-data.d.cts","names":[],"sources":["../../src/actions/dummy-data.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAEW;AAAA,cACnC,qBAAA,EAAuB,CAAA,CAAE,UAES;AAAA,cAElC,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/dummy-data.d.ts
|
|
4
|
+
declare const ProcfuDummyDataInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProcfuDummyDataOutput: z.ZodTypeAny;
|
|
6
|
+
declare const procfuDummyData: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { procfuDummyData };
|
|
9
|
+
//# sourceMappingURL=dummy-data.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dummy-data.d.mts","names":[],"sources":["../../src/actions/dummy-data.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAEW;AAAA,cACnC,qBAAA,EAAuB,CAAA,CAAE,UAES;AAAA,cAElC,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const procfuDummyData = action("PROCFU_DUMMY_DATA", {
|
|
4
|
+
slug: "procfu-dummy-data",
|
|
5
|
+
name: "Generate dummy data",
|
|
6
|
+
description: "Tool to generate dummy data. Use when you need random emails, text, numbers, dates, people, addresses, or images for testing or placeholder data.",
|
|
7
|
+
input: z.object({ type: z.enum([
|
|
8
|
+
"int",
|
|
9
|
+
"price",
|
|
10
|
+
"decimal2",
|
|
11
|
+
"date",
|
|
12
|
+
"dateTime",
|
|
13
|
+
"word",
|
|
14
|
+
"title",
|
|
15
|
+
"sentence",
|
|
16
|
+
"paragraph",
|
|
17
|
+
"text",
|
|
18
|
+
"loremText",
|
|
19
|
+
"html",
|
|
20
|
+
"loremHtml",
|
|
21
|
+
"name",
|
|
22
|
+
"firstName",
|
|
23
|
+
"lastName",
|
|
24
|
+
"company",
|
|
25
|
+
"jobTitle",
|
|
26
|
+
"catchPhrase",
|
|
27
|
+
"bullShit",
|
|
28
|
+
"phoneNumber",
|
|
29
|
+
"tollFree",
|
|
30
|
+
"address",
|
|
31
|
+
"streetAddress",
|
|
32
|
+
"city",
|
|
33
|
+
"state",
|
|
34
|
+
"zip",
|
|
35
|
+
"country",
|
|
36
|
+
"lat",
|
|
37
|
+
"long",
|
|
38
|
+
"email",
|
|
39
|
+
"username",
|
|
40
|
+
"password",
|
|
41
|
+
"domain",
|
|
42
|
+
"url",
|
|
43
|
+
"ipv4",
|
|
44
|
+
"ipv6",
|
|
45
|
+
"cardNumber",
|
|
46
|
+
"cardExp",
|
|
47
|
+
"iban",
|
|
48
|
+
"swift",
|
|
49
|
+
"image",
|
|
50
|
+
"portrait",
|
|
51
|
+
"landscape",
|
|
52
|
+
"smallImage",
|
|
53
|
+
"avatar",
|
|
54
|
+
"userFace"
|
|
55
|
+
]).describe("Type of dummy data to generate. Choose one of the supported types for numbers, text, people, addresses, etc.") }).describe("Parameters for DUMMY_DATA action."),
|
|
56
|
+
output: z.object({ result: z.union([
|
|
57
|
+
z.string(),
|
|
58
|
+
z.number().int(),
|
|
59
|
+
z.number()
|
|
60
|
+
]) }).describe("Response from DUMMY_DATA action.")
|
|
61
|
+
});
|
|
62
|
+
//#endregion
|
|
63
|
+
export { procfuDummyData };
|
|
64
|
+
|
|
65
|
+
//# sourceMappingURL=dummy-data.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dummy-data.mjs","names":[],"sources":["../../src/actions/dummy-data.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProcfuDummyDataInput: z.ZodTypeAny = z.object({\n type: z.enum([\"int\", \"price\", \"decimal2\", \"date\", \"dateTime\", \"word\", \"title\", \"sentence\", \"paragraph\", \"text\", \"loremText\", \"html\", \"loremHtml\", \"name\", \"firstName\", \"lastName\", \"company\", \"jobTitle\", \"catchPhrase\", \"bullShit\", \"phoneNumber\", \"tollFree\", \"address\", \"streetAddress\", \"city\", \"state\", \"zip\", \"country\", \"lat\", \"long\", \"email\", \"username\", \"password\", \"domain\", \"url\", \"ipv4\", \"ipv6\", \"cardNumber\", \"cardExp\", \"iban\", \"swift\", \"image\", \"portrait\", \"landscape\", \"smallImage\", \"avatar\", \"userFace\"]).describe(\"Type of dummy data to generate. Choose one of the supported types for numbers, text, people, addresses, etc.\"),\n}).describe(\"Parameters for DUMMY_DATA action.\");\nexport const ProcfuDummyDataOutput: z.ZodTypeAny = z.object({\n result: z.union([z.string(), z.number().int(), z.number()]),\n}).describe(\"Response from DUMMY_DATA action.\");\n\nexport const procfuDummyData = action(\"PROCFU_DUMMY_DATA\", {\n slug: \"procfu-dummy-data\",\n name: \"Generate dummy data\",\n description: \"Tool to generate dummy data. Use when you need random emails, text, numbers, dates, people, addresses, or images for testing or placeholder data.\",\n input: ProcfuDummyDataInput,\n output: ProcfuDummyDataOutput,\n});\n"],"mappings":";;AAWA,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXgD,EAAE,OAAO,EACzD,MAAM,EAAE,KAAK;EAAC;EAAO;EAAS;EAAY;EAAQ;EAAY;EAAQ;EAAS;EAAY;EAAa;EAAQ;EAAa;EAAQ;EAAa;EAAQ;EAAa;EAAY;EAAW;EAAY;EAAe;EAAY;EAAe;EAAY;EAAW;EAAiB;EAAQ;EAAS;EAAO;EAAW;EAAO;EAAQ;EAAS;EAAY;EAAY;EAAU;EAAO;EAAQ;EAAQ;EAAc;EAAW;EAAQ;EAAS;EAAS;EAAY;EAAa;EAAc;EAAU;CAAU,CAAC,CAAC,CAAC,SAAS,8GAA8G,EAC1nB,CAAC,CAAC,CAAC,SAAS,mCASH;CACP,QATiD,EAAE,OAAO,EAC1D,QAAQ,EAAE,MAAM;EAAC,EAAE,OAAO;EAAG,EAAE,OAAO,CAAC,CAAC,IAAI;EAAG,EAAE,OAAO;CAAC,CAAC,EAC5D,CAAC,CAAC,CAAC,SAAS,kCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/google-drive-delete.ts
|
|
4
|
+
const ProcfuGoogleDriveDeleteInput = zod.z.object({ google_id: zod.z.string().describe("ID of the Google Drive file or folder to delete.") }).describe("Request model for GOOGLE_DRIVE_DELETE action.");
|
|
5
|
+
const ProcfuGoogleDriveDeleteOutput = zod.z.object({ output: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Parsed JSON response from the ProcFu Google Drive delete API.") }).describe("Response model for GOOGLE_DRIVE_DELETE action.");
|
|
6
|
+
const procfuGoogleDriveDelete = require_action.action("PROCFU_GOOGLE_DRIVE_DELETE", {
|
|
7
|
+
slug: "procfu-google-drive-delete",
|
|
8
|
+
name: "Google Drive Delete",
|
|
9
|
+
description: "Tool to delete a Google Drive file or folder. Use after obtaining a valid Google Drive ID.",
|
|
10
|
+
input: ProcfuGoogleDriveDeleteInput,
|
|
11
|
+
output: ProcfuGoogleDriveDeleteOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.procfuGoogleDriveDelete = procfuGoogleDriveDelete;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=google-drive-delete.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"google-drive-delete.cjs","names":["z","action"],"sources":["../../src/actions/google-drive-delete.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProcfuGoogleDriveDeleteInput: z.ZodTypeAny = z.object({\n google_id: z.string().describe(\"ID of the Google Drive file or folder to delete.\"),\n}).describe(\"Request model for GOOGLE_DRIVE_DELETE action.\");\nexport const ProcfuGoogleDriveDeleteOutput: z.ZodTypeAny = z.object({\n output: z.record(z.string(), z.unknown()).describe(\"Parsed JSON response from the ProcFu Google Drive delete API.\"),\n}).describe(\"Response model for GOOGLE_DRIVE_DELETE action.\");\n\nexport const procfuGoogleDriveDelete = action(\"PROCFU_GOOGLE_DRIVE_DELETE\", {\n slug: \"procfu-google-drive-delete\",\n name: \"Google Drive Delete\",\n description: \"Tool to delete a Google Drive file or folder. Use after obtaining a valid Google Drive ID.\",\n input: ProcfuGoogleDriveDeleteInput,\n output: ProcfuGoogleDriveDeleteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,EACnF,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+DAA+D,EACpH,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/google-drive-delete.d.ts
|
|
4
|
+
declare const ProcfuGoogleDriveDeleteInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProcfuGoogleDriveDeleteOutput: z.ZodTypeAny;
|
|
6
|
+
declare const procfuGoogleDriveDelete: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { procfuGoogleDriveDelete };
|
|
9
|
+
//# sourceMappingURL=google-drive-delete.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"google-drive-delete.d.cts","names":[],"sources":["../../src/actions/google-drive-delete.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEe;AAAA,cAC/C,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/google-drive-delete.d.ts
|
|
4
|
+
declare const ProcfuGoogleDriveDeleteInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProcfuGoogleDriveDeleteOutput: z.ZodTypeAny;
|
|
6
|
+
declare const procfuGoogleDriveDelete: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { procfuGoogleDriveDelete };
|
|
9
|
+
//# sourceMappingURL=google-drive-delete.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"google-drive-delete.d.mts","names":[],"sources":["../../src/actions/google-drive-delete.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEe;AAAA,cAC/C,6BAAA,EAA+B,CAAA,CAAE,UAEe;AAAA,cAEhD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const procfuGoogleDriveDelete = action("PROCFU_GOOGLE_DRIVE_DELETE", {
|
|
4
|
+
slug: "procfu-google-drive-delete",
|
|
5
|
+
name: "Google Drive Delete",
|
|
6
|
+
description: "Tool to delete a Google Drive file or folder. Use after obtaining a valid Google Drive ID.",
|
|
7
|
+
input: z.object({ google_id: z.string().describe("ID of the Google Drive file or folder to delete.") }).describe("Request model for GOOGLE_DRIVE_DELETE action."),
|
|
8
|
+
output: z.object({ output: z.record(z.string(), z.unknown()).describe("Parsed JSON response from the ProcFu Google Drive delete API.") }).describe("Response model for GOOGLE_DRIVE_DELETE action.")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { procfuGoogleDriveDelete };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=google-drive-delete.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"google-drive-delete.mjs","names":[],"sources":["../../src/actions/google-drive-delete.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProcfuGoogleDriveDeleteInput: z.ZodTypeAny = z.object({\n google_id: z.string().describe(\"ID of the Google Drive file or folder to delete.\"),\n}).describe(\"Request model for GOOGLE_DRIVE_DELETE action.\");\nexport const ProcfuGoogleDriveDeleteOutput: z.ZodTypeAny = z.object({\n output: z.record(z.string(), z.unknown()).describe(\"Parsed JSON response from the ProcFu Google Drive delete API.\"),\n}).describe(\"Response model for GOOGLE_DRIVE_DELETE action.\");\n\nexport const procfuGoogleDriveDelete = action(\"PROCFU_GOOGLE_DRIVE_DELETE\", {\n slug: \"procfu-google-drive-delete\",\n name: \"Google Drive Delete\",\n description: \"Tool to delete a Google Drive file or folder. Use after obtaining a valid Google Drive ID.\",\n input: ProcfuGoogleDriveDeleteInput,\n output: ProcfuGoogleDriveDeleteOutput,\n});\n"],"mappings":";;AAWA,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXwD,EAAE,OAAO,EACjE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,EACnF,CAAC,CAAC,CAAC,SAAS,+CASH;CACP,QATyD,EAAE,OAAO,EAClE,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+DAA+D,EACpH,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_array_diff_del = require("./array-diff-del.cjs");
|
|
3
|
+
const require_array_diff_new = require("./array-diff-new.cjs");
|
|
4
|
+
const require_array_diff_same = require("./array-diff-same.cjs");
|
|
5
|
+
const require_array_sort = require("./array-sort.cjs");
|
|
6
|
+
const require_copy_podio_files_to_ftp = require("./copy-podio-files-to-ftp.cjs");
|
|
7
|
+
const require_dummy_data = require("./dummy-data.cjs");
|
|
8
|
+
const require_google_drive_delete = require("./google-drive-delete.cjs");
|
|
9
|
+
const require_open_ai_gpt = require("./open-ai-gpt.cjs");
|
|
10
|
+
const require_open_ai_image = require("./open-ai-image.cjs");
|
|
11
|
+
const require_sheets_get = require("./sheets-get.cjs");
|
|
12
|
+
const require_sheets_get_metadata = require("./sheets-get-metadata.cjs");
|
|
13
|
+
const require_upload_podio_item_image = require("./upload-podio-item-image.cjs");
|
|
14
|
+
exports.procfuArrayDiffDel = require_array_diff_del.procfuArrayDiffDel;
|
|
15
|
+
exports.procfuArrayDiffNew = require_array_diff_new.procfuArrayDiffNew;
|
|
16
|
+
exports.procfuArrayDiffSame = require_array_diff_same.procfuArrayDiffSame;
|
|
17
|
+
exports.procfuArraySort = require_array_sort.procfuArraySort;
|
|
18
|
+
exports.procfuCopyPodioFilesToFtp = require_copy_podio_files_to_ftp.procfuCopyPodioFilesToFtp;
|
|
19
|
+
exports.procfuDummyData = require_dummy_data.procfuDummyData;
|
|
20
|
+
exports.procfuGoogleDriveDelete = require_google_drive_delete.procfuGoogleDriveDelete;
|
|
21
|
+
exports.procfuOpenAiGpt = require_open_ai_gpt.procfuOpenAiGpt;
|
|
22
|
+
exports.procfuOpenAiImage = require_open_ai_image.procfuOpenAiImage;
|
|
23
|
+
exports.procfuSheetsGet = require_sheets_get.procfuSheetsGet;
|
|
24
|
+
exports.procfuSheetsGetMetadata = require_sheets_get_metadata.procfuSheetsGetMetadata;
|
|
25
|
+
exports.procfuUploadPodioItemImage = require_upload_podio_item_image.procfuUploadPodioItemImage;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { procfuArrayDiffDel } from "./array-diff-del.cjs";
|
|
2
|
+
import { procfuArrayDiffNew } from "./array-diff-new.cjs";
|
|
3
|
+
import { procfuArrayDiffSame } from "./array-diff-same.cjs";
|
|
4
|
+
import { procfuArraySort } from "./array-sort.cjs";
|
|
5
|
+
import { procfuCopyPodioFilesToFtp } from "./copy-podio-files-to-ftp.cjs";
|
|
6
|
+
import { procfuDummyData } from "./dummy-data.cjs";
|
|
7
|
+
import { procfuGoogleDriveDelete } from "./google-drive-delete.cjs";
|
|
8
|
+
import { procfuOpenAiGpt } from "./open-ai-gpt.cjs";
|
|
9
|
+
import { procfuOpenAiImage } from "./open-ai-image.cjs";
|
|
10
|
+
import { procfuSheetsGet } from "./sheets-get.cjs";
|
|
11
|
+
import { procfuSheetsGetMetadata } from "./sheets-get-metadata.cjs";
|
|
12
|
+
import { procfuUploadPodioItemImage } from "./upload-podio-item-image.cjs";
|
|
13
|
+
export { procfuArrayDiffDel, procfuArrayDiffNew, procfuArrayDiffSame, procfuArraySort, procfuCopyPodioFilesToFtp, procfuDummyData, procfuGoogleDriveDelete, procfuOpenAiGpt, procfuOpenAiImage, procfuSheetsGet, procfuSheetsGetMetadata, procfuUploadPodioItemImage };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { procfuArrayDiffDel } from "./array-diff-del.mjs";
|
|
2
|
+
import { procfuArrayDiffNew } from "./array-diff-new.mjs";
|
|
3
|
+
import { procfuArrayDiffSame } from "./array-diff-same.mjs";
|
|
4
|
+
import { procfuArraySort } from "./array-sort.mjs";
|
|
5
|
+
import { procfuCopyPodioFilesToFtp } from "./copy-podio-files-to-ftp.mjs";
|
|
6
|
+
import { procfuDummyData } from "./dummy-data.mjs";
|
|
7
|
+
import { procfuGoogleDriveDelete } from "./google-drive-delete.mjs";
|
|
8
|
+
import { procfuOpenAiGpt } from "./open-ai-gpt.mjs";
|
|
9
|
+
import { procfuOpenAiImage } from "./open-ai-image.mjs";
|
|
10
|
+
import { procfuSheetsGet } from "./sheets-get.mjs";
|
|
11
|
+
import { procfuSheetsGetMetadata } from "./sheets-get-metadata.mjs";
|
|
12
|
+
import { procfuUploadPodioItemImage } from "./upload-podio-item-image.mjs";
|
|
13
|
+
export { procfuArrayDiffDel, procfuArrayDiffNew, procfuArrayDiffSame, procfuArraySort, procfuCopyPodioFilesToFtp, procfuDummyData, procfuGoogleDriveDelete, procfuOpenAiGpt, procfuOpenAiImage, procfuSheetsGet, procfuSheetsGetMetadata, procfuUploadPodioItemImage };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { procfuArrayDiffDel } from "./array-diff-del.mjs";
|
|
2
|
+
import { procfuArrayDiffNew } from "./array-diff-new.mjs";
|
|
3
|
+
import { procfuArrayDiffSame } from "./array-diff-same.mjs";
|
|
4
|
+
import { procfuArraySort } from "./array-sort.mjs";
|
|
5
|
+
import { procfuCopyPodioFilesToFtp } from "./copy-podio-files-to-ftp.mjs";
|
|
6
|
+
import { procfuDummyData } from "./dummy-data.mjs";
|
|
7
|
+
import { procfuGoogleDriveDelete } from "./google-drive-delete.mjs";
|
|
8
|
+
import { procfuOpenAiGpt } from "./open-ai-gpt.mjs";
|
|
9
|
+
import { procfuOpenAiImage } from "./open-ai-image.mjs";
|
|
10
|
+
import { procfuSheetsGet } from "./sheets-get.mjs";
|
|
11
|
+
import { procfuSheetsGetMetadata } from "./sheets-get-metadata.mjs";
|
|
12
|
+
import { procfuUploadPodioItemImage } from "./upload-podio-item-image.mjs";
|
|
13
|
+
export { procfuArrayDiffDel, procfuArrayDiffNew, procfuArrayDiffSame, procfuArraySort, procfuCopyPodioFilesToFtp, procfuDummyData, procfuGoogleDriveDelete, procfuOpenAiGpt, procfuOpenAiImage, procfuSheetsGet, procfuSheetsGetMetadata, procfuUploadPodioItemImage };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/open-ai-gpt.ts
|
|
4
|
+
const ProcfuOpenAiGptInput = zod.z.object({
|
|
5
|
+
model: zod.z.string().default("gpt-4o-mini").describe("Model to use; default is 'gpt-4o-mini'.").optional(),
|
|
6
|
+
prompt: zod.z.string().describe("Prompt for GPT.")
|
|
7
|
+
}).describe("Request parameters for OPEN_AI_GPT action.");
|
|
8
|
+
const ProcfuOpenAiGptOutput = zod.z.object({ body: zod.z.string().describe("Text response returned by the script.") }).describe("Response model for OPEN_AI_GPT action.");
|
|
9
|
+
const procfuOpenAiGpt = require_action.action("PROCFU_OPEN_AI_GPT", {
|
|
10
|
+
slug: "procfu-open-ai-gpt",
|
|
11
|
+
name: "Ask question to OpenAI GPT",
|
|
12
|
+
description: "Tool to ask a question to OpenAI GPT. Use when you need a conversational answer from GPT.",
|
|
13
|
+
input: ProcfuOpenAiGptInput,
|
|
14
|
+
output: ProcfuOpenAiGptOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.procfuOpenAiGpt = procfuOpenAiGpt;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=open-ai-gpt.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-ai-gpt.cjs","names":["z","action"],"sources":["../../src/actions/open-ai-gpt.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProcfuOpenAiGptInput: z.ZodTypeAny = z.object({\n model: z.string().default(\"gpt-4o-mini\").describe(\"Model to use; default is 'gpt-4o-mini'.\").optional(),\n prompt: z.string().describe(\"Prompt for GPT.\"),\n}).describe(\"Request parameters for OPEN_AI_GPT action.\");\nexport const ProcfuOpenAiGptOutput: z.ZodTypeAny = z.object({\n body: z.string().describe(\"Text response returned by the script.\"),\n}).describe(\"Response model for OPEN_AI_GPT action.\");\n\nexport const procfuOpenAiGpt = action(\"PROCFU_OPEN_AI_GPT\", {\n slug: \"procfu-open-ai-gpt\",\n name: \"Ask question to OpenAI GPT\",\n description: \"Tool to ask a question to OpenAI GPT. Use when you need a conversational answer from GPT.\",\n input: ProcfuOpenAiGptInput,\n output: ProcfuOpenAiGptOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,aAAa,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACtG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;AAC/C,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,EAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,EACnE,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,MAAa,kBAAkBC,eAAAA,OAAO,sBAAsB;CAC1D,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/open-ai-gpt.d.ts
|
|
4
|
+
declare const ProcfuOpenAiGptInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProcfuOpenAiGptOutput: z.ZodTypeAny;
|
|
6
|
+
declare const procfuOpenAiGpt: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { procfuOpenAiGpt };
|
|
9
|
+
//# sourceMappingURL=open-ai-gpt.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-ai-gpt.d.cts","names":[],"sources":["../../src/actions/open-ai-gpt.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAGoB;AAAA,cAC5C,qBAAA,EAAuB,CAAA,CAAE,UAEe;AAAA,cAExC,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/open-ai-gpt.d.ts
|
|
4
|
+
declare const ProcfuOpenAiGptInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProcfuOpenAiGptOutput: z.ZodTypeAny;
|
|
6
|
+
declare const procfuOpenAiGpt: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { procfuOpenAiGpt };
|
|
9
|
+
//# sourceMappingURL=open-ai-gpt.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-ai-gpt.d.mts","names":[],"sources":["../../src/actions/open-ai-gpt.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAGoB;AAAA,cAC5C,qBAAA,EAAuB,CAAA,CAAE,UAEe;AAAA,cAExC,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const procfuOpenAiGpt = action("PROCFU_OPEN_AI_GPT", {
|
|
4
|
+
slug: "procfu-open-ai-gpt",
|
|
5
|
+
name: "Ask question to OpenAI GPT",
|
|
6
|
+
description: "Tool to ask a question to OpenAI GPT. Use when you need a conversational answer from GPT.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
model: z.string().default("gpt-4o-mini").describe("Model to use; default is 'gpt-4o-mini'.").optional(),
|
|
9
|
+
prompt: z.string().describe("Prompt for GPT.")
|
|
10
|
+
}).describe("Request parameters for OPEN_AI_GPT action."),
|
|
11
|
+
output: z.object({ body: z.string().describe("Text response returned by the script.") }).describe("Response model for OPEN_AI_GPT action.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { procfuOpenAiGpt };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=open-ai-gpt.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-ai-gpt.mjs","names":[],"sources":["../../src/actions/open-ai-gpt.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProcfuOpenAiGptInput: z.ZodTypeAny = z.object({\n model: z.string().default(\"gpt-4o-mini\").describe(\"Model to use; default is 'gpt-4o-mini'.\").optional(),\n prompt: z.string().describe(\"Prompt for GPT.\"),\n}).describe(\"Request parameters for OPEN_AI_GPT action.\");\nexport const ProcfuOpenAiGptOutput: z.ZodTypeAny = z.object({\n body: z.string().describe(\"Text response returned by the script.\"),\n}).describe(\"Response model for OPEN_AI_GPT action.\");\n\nexport const procfuOpenAiGpt = action(\"PROCFU_OPEN_AI_GPT\", {\n slug: \"procfu-open-ai-gpt\",\n name: \"Ask question to OpenAI GPT\",\n description: \"Tool to ask a question to OpenAI GPT. Use when you need a conversational answer from GPT.\",\n input: ProcfuOpenAiGptInput,\n output: ProcfuOpenAiGptOutput,\n});\n"],"mappings":";;AAYA,MAAa,kBAAkB,OAAO,sBAAsB;CAC1D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZgD,EAAE,OAAO;EACzD,OAAO,EAAE,OAAO,CAAC,CAAC,QAAQ,aAAa,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EACtG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC/C,CAAC,CAAC,CAAC,SAAS,4CASH;CACP,QATiD,EAAE,OAAO,EAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,EACnE,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/open-ai-image.ts
|
|
4
|
+
const ProcfuOpenAiImageInput = zod.z.object({
|
|
5
|
+
prompt: zod.z.string().describe("Text prompt describing the desired image to generate."),
|
|
6
|
+
orientation: zod.z.enum([
|
|
7
|
+
"square",
|
|
8
|
+
"portrait",
|
|
9
|
+
"landscape"
|
|
10
|
+
]).describe("Orientation of the generated image.")
|
|
11
|
+
}).describe("Parameters for OPEN_AI_IMAGE action.");
|
|
12
|
+
const ProcfuOpenAiImageOutput = zod.z.object({ text: zod.z.string().describe("Base64-encoded raw image data returned by OpenAI.") }).describe("Response from OPEN_AI_IMAGE action.");
|
|
13
|
+
const procfuOpenAiImage = require_action.action("PROCFU_OPEN_AI_IMAGE", {
|
|
14
|
+
slug: "procfu-open-ai-image",
|
|
15
|
+
name: "Generate Image with OpenAI",
|
|
16
|
+
description: "Tool to generate an image via OpenAI API. Use when you need programmatic image creation from a text prompt.",
|
|
17
|
+
input: ProcfuOpenAiImageInput,
|
|
18
|
+
output: ProcfuOpenAiImageOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.procfuOpenAiImage = procfuOpenAiImage;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=open-ai-image.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-ai-image.cjs","names":["z","action"],"sources":["../../src/actions/open-ai-image.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProcfuOpenAiImageInput: z.ZodTypeAny = z.object({\n prompt: z.string().describe(\"Text prompt describing the desired image to generate.\"),\n orientation: z.enum([\"square\", \"portrait\", \"landscape\"]).describe(\"Orientation of the generated image.\"),\n}).describe(\"Parameters for OPEN_AI_IMAGE action.\");\nexport const ProcfuOpenAiImageOutput: z.ZodTypeAny = z.object({\n text: z.string().describe(\"Base64-encoded raw image data returned by OpenAI.\"),\n}).describe(\"Response from OPEN_AI_IMAGE action.\");\n\nexport const procfuOpenAiImage = action(\"PROCFU_OPEN_AI_IMAGE\", {\n slug: \"procfu-open-ai-image\",\n name: \"Generate Image with OpenAI\",\n description: \"Tool to generate an image via OpenAI API. Use when you need programmatic image creation from a text prompt.\",\n input: ProcfuOpenAiImageInput,\n output: ProcfuOpenAiImageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACnF,aAAaA,IAAAA,EAAE,KAAK;EAAC;EAAU;EAAY;CAAW,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACzG,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,EAC/E,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAEjD,MAAa,oBAAoBC,eAAAA,OAAO,wBAAwB;CAC9D,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/open-ai-image.d.ts
|
|
4
|
+
declare const ProcfuOpenAiImageInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProcfuOpenAiImageOutput: z.ZodTypeAny;
|
|
6
|
+
declare const procfuOpenAiImage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { procfuOpenAiImage };
|
|
9
|
+
//# sourceMappingURL=open-ai-image.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-ai-image.d.cts","names":[],"sources":["../../src/actions/open-ai-image.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAGY;AAAA,cACtC,uBAAA,EAAyB,CAAA,CAAE,UAEU;AAAA,cAErC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/open-ai-image.d.ts
|
|
4
|
+
declare const ProcfuOpenAiImageInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProcfuOpenAiImageOutput: z.ZodTypeAny;
|
|
6
|
+
declare const procfuOpenAiImage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { procfuOpenAiImage };
|
|
9
|
+
//# sourceMappingURL=open-ai-image.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-ai-image.d.mts","names":[],"sources":["../../src/actions/open-ai-image.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAGY;AAAA,cACtC,uBAAA,EAAyB,CAAA,CAAE,UAEU;AAAA,cAErC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const procfuOpenAiImage = action("PROCFU_OPEN_AI_IMAGE", {
|
|
4
|
+
slug: "procfu-open-ai-image",
|
|
5
|
+
name: "Generate Image with OpenAI",
|
|
6
|
+
description: "Tool to generate an image via OpenAI API. Use when you need programmatic image creation from a text prompt.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
prompt: z.string().describe("Text prompt describing the desired image to generate."),
|
|
9
|
+
orientation: z.enum([
|
|
10
|
+
"square",
|
|
11
|
+
"portrait",
|
|
12
|
+
"landscape"
|
|
13
|
+
]).describe("Orientation of the generated image.")
|
|
14
|
+
}).describe("Parameters for OPEN_AI_IMAGE action."),
|
|
15
|
+
output: z.object({ text: z.string().describe("Base64-encoded raw image data returned by OpenAI.") }).describe("Response from OPEN_AI_IMAGE action.")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { procfuOpenAiImage };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=open-ai-image.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"open-ai-image.mjs","names":[],"sources":["../../src/actions/open-ai-image.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProcfuOpenAiImageInput: z.ZodTypeAny = z.object({\n prompt: z.string().describe(\"Text prompt describing the desired image to generate.\"),\n orientation: z.enum([\"square\", \"portrait\", \"landscape\"]).describe(\"Orientation of the generated image.\"),\n}).describe(\"Parameters for OPEN_AI_IMAGE action.\");\nexport const ProcfuOpenAiImageOutput: z.ZodTypeAny = z.object({\n text: z.string().describe(\"Base64-encoded raw image data returned by OpenAI.\"),\n}).describe(\"Response from OPEN_AI_IMAGE action.\");\n\nexport const procfuOpenAiImage = action(\"PROCFU_OPEN_AI_IMAGE\", {\n slug: \"procfu-open-ai-image\",\n name: \"Generate Image with OpenAI\",\n description: \"Tool to generate an image via OpenAI API. Use when you need programmatic image creation from a text prompt.\",\n input: ProcfuOpenAiImageInput,\n output: ProcfuOpenAiImageOutput,\n});\n"],"mappings":";;AAYA,MAAa,oBAAoB,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZkD,EAAE,OAAO;EAC3D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EACnF,aAAa,EAAE,KAAK;GAAC;GAAU;GAAY;EAAW,CAAC,CAAC,CAAC,SAAS,qCAAqC;CACzG,CAAC,CAAC,CAAC,SAAS,sCASH;CACP,QATmD,EAAE,OAAO,EAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,EAC/E,CAAC,CAAC,CAAC,SAAS,qCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/sheets-get-metadata.ts
|
|
4
|
+
const ProcfuSheetsGetMetadataInput = zod.z.object({ spreadsheet_id: zod.z.string().describe("ID of the Google Sheets spreadsheet to retrieve metadata for.") }).describe("Request model for SHEETS_GET_METADATA action.");
|
|
5
|
+
const ProcfuSheetsGetMetadata_SheetPropertySchema = zod.z.object({
|
|
6
|
+
index: zod.z.number().int().describe("Zero-based position of the sheet within the spreadsheet.").nullable().optional(),
|
|
7
|
+
title: zod.z.string().describe("Name/title of the sheet tab.").nullable().optional(),
|
|
8
|
+
hidden: zod.z.boolean().describe("Whether the sheet is hidden.").nullable().optional(),
|
|
9
|
+
sheet_id: zod.z.number().int().describe("Numeric ID of the sheet within the spreadsheet.").nullable().optional(),
|
|
10
|
+
sheet_type: zod.z.string().describe("Type of the sheet (e.g., GRID).").nullable().optional()
|
|
11
|
+
});
|
|
12
|
+
const ProcfuSheetsGetMetadataOutput = zod.z.object({
|
|
13
|
+
title: zod.z.string().describe("Title of the spreadsheet.").nullable().optional(),
|
|
14
|
+
locale: zod.z.string().describe("Locale of the spreadsheet (e.g., en_US).").nullable().optional(),
|
|
15
|
+
sheets: zod.z.array(ProcfuSheetsGetMetadata_SheetPropertySchema).describe("List of metadata for each sheet/tab in the spreadsheet.").nullable().optional(),
|
|
16
|
+
spreadsheet_id: zod.z.string().describe("ID of the spreadsheet as returned by the API.")
|
|
17
|
+
}).describe("Response model for SHEETS_GET_METADATA action.");
|
|
18
|
+
const procfuSheetsGetMetadata = require_action.action("PROCFU_SHEETS_GET_METADATA", {
|
|
19
|
+
slug: "procfu-sheets-get-metadata",
|
|
20
|
+
name: "Get Google Sheets Metadata",
|
|
21
|
+
description: "Tool to retrieve metadata of a Google Sheets spreadsheet, including sheet names, IDs, and properties. Use when you need sheet-level details for a given spreadsheet ID.",
|
|
22
|
+
input: ProcfuSheetsGetMetadataInput,
|
|
23
|
+
output: ProcfuSheetsGetMetadataOutput
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
exports.procfuSheetsGetMetadata = procfuSheetsGetMetadata;
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=sheets-get-metadata.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sheets-get-metadata.cjs","names":["z","action"],"sources":["../../src/actions/sheets-get-metadata.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProcfuSheetsGetMetadataInput: z.ZodTypeAny = z.object({\n spreadsheet_id: z.string().describe(\"ID of the Google Sheets spreadsheet to retrieve metadata for.\"),\n}).describe(\"Request model for SHEETS_GET_METADATA action.\");\nconst ProcfuSheetsGetMetadata_SheetPropertySchema: z.ZodTypeAny = z.object({\n index: z.number().int().describe(\"Zero-based position of the sheet within the spreadsheet.\").nullable().optional(),\n title: z.string().describe(\"Name/title of the sheet tab.\").nullable().optional(),\n hidden: z.boolean().describe(\"Whether the sheet is hidden.\").nullable().optional(),\n sheet_id: z.number().int().describe(\"Numeric ID of the sheet within the spreadsheet.\").nullable().optional(),\n sheet_type: z.string().describe(\"Type of the sheet (e.g., GRID).\").nullable().optional(),\n});\nexport const ProcfuSheetsGetMetadataOutput: z.ZodTypeAny = z.object({\n title: z.string().describe(\"Title of the spreadsheet.\").nullable().optional(),\n locale: z.string().describe(\"Locale of the spreadsheet (e.g., en_US).\").nullable().optional(),\n sheets: z.array(ProcfuSheetsGetMetadata_SheetPropertySchema).describe(\"List of metadata for each sheet/tab in the spreadsheet.\").nullable().optional(),\n spreadsheet_id: z.string().describe(\"ID of the spreadsheet as returned by the API.\"),\n}).describe(\"Response model for SHEETS_GET_METADATA action.\");\n\nexport const procfuSheetsGetMetadata = action(\"PROCFU_SHEETS_GET_METADATA\", {\n slug: \"procfu-sheets-get-metadata\",\n name: \"Get Google Sheets Metadata\",\n description: \"Tool to retrieve metadata of a Google Sheets spreadsheet, including sheet names, IDs, and properties. Use when you need sheet-level details for a given spreadsheet ID.\",\n input: ProcfuSheetsGetMetadataInput,\n output: ProcfuSheetsGetMetadataOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EACrG,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC;AACD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,QAAQA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrJ,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AACrF,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/sheets-get-metadata.d.ts
|
|
4
|
+
declare const ProcfuSheetsGetMetadataInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProcfuSheetsGetMetadataOutput: z.ZodTypeAny;
|
|
6
|
+
declare const procfuSheetsGetMetadata: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { procfuSheetsGetMetadata };
|
|
9
|
+
//# sourceMappingURL=sheets-get-metadata.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sheets-get-metadata.d.cts","names":[],"sources":["../../src/actions/sheets-get-metadata.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEe;AAAA,cAQ/C,6BAAA,EAA+B,CAAA,CAAE,UAKe;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/sheets-get-metadata.d.ts
|
|
4
|
+
declare const ProcfuSheetsGetMetadataInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProcfuSheetsGetMetadataOutput: z.ZodTypeAny;
|
|
6
|
+
declare const procfuSheetsGetMetadata: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { procfuSheetsGetMetadata };
|
|
9
|
+
//# sourceMappingURL=sheets-get-metadata.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sheets-get-metadata.d.mts","names":[],"sources":["../../src/actions/sheets-get-metadata.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEe;AAAA,cAQ/C,6BAAA,EAA+B,CAAA,CAAE,UAKe;AAAA,cAEhD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/sheets-get-metadata.ts
|
|
4
|
+
const ProcfuSheetsGetMetadataInput = z.object({ spreadsheet_id: z.string().describe("ID of the Google Sheets spreadsheet to retrieve metadata for.") }).describe("Request model for SHEETS_GET_METADATA action.");
|
|
5
|
+
const ProcfuSheetsGetMetadata_SheetPropertySchema = z.object({
|
|
6
|
+
index: z.number().int().describe("Zero-based position of the sheet within the spreadsheet.").nullable().optional(),
|
|
7
|
+
title: z.string().describe("Name/title of the sheet tab.").nullable().optional(),
|
|
8
|
+
hidden: z.boolean().describe("Whether the sheet is hidden.").nullable().optional(),
|
|
9
|
+
sheet_id: z.number().int().describe("Numeric ID of the sheet within the spreadsheet.").nullable().optional(),
|
|
10
|
+
sheet_type: z.string().describe("Type of the sheet (e.g., GRID).").nullable().optional()
|
|
11
|
+
});
|
|
12
|
+
const procfuSheetsGetMetadata = action("PROCFU_SHEETS_GET_METADATA", {
|
|
13
|
+
slug: "procfu-sheets-get-metadata",
|
|
14
|
+
name: "Get Google Sheets Metadata",
|
|
15
|
+
description: "Tool to retrieve metadata of a Google Sheets spreadsheet, including sheet names, IDs, and properties. Use when you need sheet-level details for a given spreadsheet ID.",
|
|
16
|
+
input: ProcfuSheetsGetMetadataInput,
|
|
17
|
+
output: z.object({
|
|
18
|
+
title: z.string().describe("Title of the spreadsheet.").nullable().optional(),
|
|
19
|
+
locale: z.string().describe("Locale of the spreadsheet (e.g., en_US).").nullable().optional(),
|
|
20
|
+
sheets: z.array(ProcfuSheetsGetMetadata_SheetPropertySchema).describe("List of metadata for each sheet/tab in the spreadsheet.").nullable().optional(),
|
|
21
|
+
spreadsheet_id: z.string().describe("ID of the spreadsheet as returned by the API.")
|
|
22
|
+
}).describe("Response model for SHEETS_GET_METADATA action.")
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { procfuSheetsGetMetadata };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=sheets-get-metadata.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sheets-get-metadata.mjs","names":[],"sources":["../../src/actions/sheets-get-metadata.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProcfuSheetsGetMetadataInput: z.ZodTypeAny = z.object({\n spreadsheet_id: z.string().describe(\"ID of the Google Sheets spreadsheet to retrieve metadata for.\"),\n}).describe(\"Request model for SHEETS_GET_METADATA action.\");\nconst ProcfuSheetsGetMetadata_SheetPropertySchema: z.ZodTypeAny = z.object({\n index: z.number().int().describe(\"Zero-based position of the sheet within the spreadsheet.\").nullable().optional(),\n title: z.string().describe(\"Name/title of the sheet tab.\").nullable().optional(),\n hidden: z.boolean().describe(\"Whether the sheet is hidden.\").nullable().optional(),\n sheet_id: z.number().int().describe(\"Numeric ID of the sheet within the spreadsheet.\").nullable().optional(),\n sheet_type: z.string().describe(\"Type of the sheet (e.g., GRID).\").nullable().optional(),\n});\nexport const ProcfuSheetsGetMetadataOutput: z.ZodTypeAny = z.object({\n title: z.string().describe(\"Title of the spreadsheet.\").nullable().optional(),\n locale: z.string().describe(\"Locale of the spreadsheet (e.g., en_US).\").nullable().optional(),\n sheets: z.array(ProcfuSheetsGetMetadata_SheetPropertySchema).describe(\"List of metadata for each sheet/tab in the spreadsheet.\").nullable().optional(),\n spreadsheet_id: z.string().describe(\"ID of the spreadsheet as returned by the API.\"),\n}).describe(\"Response model for SHEETS_GET_METADATA action.\");\n\nexport const procfuSheetsGetMetadata = action(\"PROCFU_SHEETS_GET_METADATA\", {\n slug: \"procfu-sheets-get-metadata\",\n name: \"Get Google Sheets Metadata\",\n description: \"Tool to retrieve metadata of a Google Sheets spreadsheet, including sheet names, IDs, and properties. Use when you need sheet-level details for a given spreadsheet ID.\",\n input: ProcfuSheetsGetMetadataInput,\n output: ProcfuSheetsGetMetadataOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,EACjE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EACrG,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,8CAA4D,EAAE,OAAO;CACzE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC;AAQD,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZyD,EAAE,OAAO;EAClE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,QAAQ,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrJ,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACrF,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
|