@keystrokehq/ragic 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/delete-entry.cjs +27 -0
- package/dist/actions/delete-entry.cjs.map +1 -0
- package/dist/actions/delete-entry.d.cts +9 -0
- package/dist/actions/delete-entry.d.cts.map +1 -0
- package/dist/actions/delete-entry.d.mts +9 -0
- package/dist/actions/delete-entry.d.mts.map +1 -0
- package/dist/actions/delete-entry.mjs +24 -0
- package/dist/actions/delete-entry.mjs.map +1 -0
- package/dist/actions/download-file.cjs +25 -0
- package/dist/actions/download-file.cjs.map +1 -0
- package/dist/actions/download-file.d.cts +9 -0
- package/dist/actions/download-file.d.cts.map +1 -0
- package/dist/actions/download-file.d.mts +9 -0
- package/dist/actions/download-file.d.mts.map +1 -0
- package/dist/actions/download-file.mjs +24 -0
- package/dist/actions/download-file.mjs.map +1 -0
- package/dist/actions/get-action-buttons.cjs +26 -0
- package/dist/actions/get-action-buttons.cjs.map +1 -0
- package/dist/actions/get-action-buttons.d.cts +9 -0
- package/dist/actions/get-action-buttons.d.cts.map +1 -0
- package/dist/actions/get-action-buttons.d.mts +9 -0
- package/dist/actions/get-action-buttons.d.mts.map +1 -0
- package/dist/actions/get-action-buttons.mjs +25 -0
- package/dist/actions/get-action-buttons.mjs.map +1 -0
- package/dist/actions/get-custom-print-report.cjs +34 -0
- package/dist/actions/get-custom-print-report.cjs.map +1 -0
- package/dist/actions/get-custom-print-report.d.cts +9 -0
- package/dist/actions/get-custom-print-report.d.cts.map +1 -0
- package/dist/actions/get-custom-print-report.d.mts +9 -0
- package/dist/actions/get-custom-print-report.d.mts.map +1 -0
- package/dist/actions/get-custom-print-report.mjs +33 -0
- package/dist/actions/get-custom-print-report.mjs.map +1 -0
- package/dist/actions/get-entry.cjs +27 -0
- package/dist/actions/get-entry.cjs.map +1 -0
- package/dist/actions/get-entry.d.cts +9 -0
- package/dist/actions/get-entry.d.cts.map +1 -0
- package/dist/actions/get-entry.d.mts +9 -0
- package/dist/actions/get-entry.d.mts.map +1 -0
- package/dist/actions/get-entry.mjs +24 -0
- package/dist/actions/get-entry.mjs.map +1 -0
- package/dist/actions/get-record-as-pdf.cjs +27 -0
- package/dist/actions/get-record-as-pdf.cjs.map +1 -0
- package/dist/actions/get-record-as-pdf.d.cts +9 -0
- package/dist/actions/get-record-as-pdf.d.cts.map +1 -0
- package/dist/actions/get-record-as-pdf.d.mts +9 -0
- package/dist/actions/get-record-as-pdf.d.mts.map +1 -0
- package/dist/actions/get-record-as-pdf.mjs +26 -0
- package/dist/actions/get-record-as-pdf.mjs.map +1 -0
- package/dist/actions/index.cjs +15 -0
- package/dist/actions/index.d.cts +8 -0
- package/dist/actions/index.d.mts +8 -0
- package/dist/actions/index.mjs +8 -0
- package/dist/actions/search-records.cjs +37 -0
- package/dist/actions/search-records.cjs.map +1 -0
- package/dist/actions/search-records.d.cts +9 -0
- package/dist/actions/search-records.d.cts.map +1 -0
- package/dist/actions/search-records.d.mts +9 -0
- package/dist/actions/search-records.d.mts.map +1 -0
- package/dist/actions/search-records.mjs +34 -0
- package/dist/actions/search-records.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 +20 -0
- package/dist/index.d.cts +10 -0
- package/dist/index.d.mts +10 -0
- package/dist/index.mjs +11 -0
- package/package.json +49 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-record-as-pdf.ts
|
|
4
|
+
const RagicGetRecordAsPdfInput = zod.z.object({
|
|
5
|
+
server: zod.z.string().describe("Ragic server subdomain (e.g., 'na5', 'www', 'ap5', 'eu2'). If provided, overrides the default server. Check your Ragic URL to find your server.").optional(),
|
|
6
|
+
record_id: zod.z.number().int().describe("The record ID to retrieve as PDF."),
|
|
7
|
+
tab_folder: zod.z.string().describe("The tab folder path in your Ragic account."),
|
|
8
|
+
sheet_index: zod.z.number().int().describe("The sheet index number (numeric identifier for the sheet)."),
|
|
9
|
+
account_name: zod.z.string().describe("Your Ragic account name (the subdirectory in your Ragic URL, e.g., 'composio' from 'https://na5.ragic.com/composio/...').")
|
|
10
|
+
});
|
|
11
|
+
const RagicGetRecordAsPdf_FileDownloadableSchema = zod.z.object({
|
|
12
|
+
name: zod.z.string().describe("Name of the file"),
|
|
13
|
+
s3url: zod.z.string().describe("S3 URL of the downloaded file."),
|
|
14
|
+
mimetype: zod.z.string().describe("Mime type of the file.")
|
|
15
|
+
});
|
|
16
|
+
const RagicGetRecordAsPdfOutput = zod.z.object({ pdf_content: RagicGetRecordAsPdf_FileDownloadableSchema.nullable() });
|
|
17
|
+
const ragicGetRecordAsPdf = require_action.action("RAGIC_GET_RECORD_AS_PDF", {
|
|
18
|
+
slug: "ragic-get-record-as-pdf",
|
|
19
|
+
name: "Get Record as PDF",
|
|
20
|
+
description: "Tool to retrieve a PDF version of a Ragic record. Use when you need to export or download a record in PDF format. The PDF will contain the full record data in a formatted document.",
|
|
21
|
+
input: RagicGetRecordAsPdfInput,
|
|
22
|
+
output: RagicGetRecordAsPdfOutput
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.ragicGetRecordAsPdf = ragicGetRecordAsPdf;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=get-record-as-pdf.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-record-as-pdf.cjs","names":["z","action"],"sources":["../../src/actions/get-record-as-pdf.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RagicGetRecordAsPdfInput: z.ZodTypeAny = z.object({\n server: z.string().describe(\"Ragic server subdomain (e.g., 'na5', 'www', 'ap5', 'eu2'). If provided, overrides the default server. Check your Ragic URL to find your server.\").optional(),\n record_id: z.number().int().describe(\"The record ID to retrieve as PDF.\"),\n tab_folder: z.string().describe(\"The tab folder path in your Ragic account.\"),\n sheet_index: z.number().int().describe(\"The sheet index number (numeric identifier for the sheet).\"),\n account_name: z.string().describe(\"Your Ragic account name (the subdirectory in your Ragic URL, e.g., 'composio' from 'https://na5.ragic.com/composio/...').\"),\n});\nconst RagicGetRecordAsPdf_FileDownloadableSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the file\"),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\"),\n mimetype: z.string().describe(\"Mime type of the file.\"),\n});\nexport const RagicGetRecordAsPdfOutput: z.ZodTypeAny = z.object({\n pdf_content: RagicGetRecordAsPdf_FileDownloadableSchema.nullable(),\n});\n\nexport const ragicGetRecordAsPdf = action(\"RAGIC_GET_RECORD_AS_PDF\", {\n slug: \"ragic-get-record-as-pdf\",\n name: \"Get Record as PDF\",\n description: \"Tool to retrieve a PDF version of a Ragic record. Use when you need to export or download a record in PDF format. The PDF will contain the full record data in a formatted document.\",\n input: RagicGetRecordAsPdfInput,\n output: RagicGetRecordAsPdfOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS;CACxL,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D;CACnG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H;AAC/J,CAAC;AACD,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC3D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AACxD,CAAC;AACD,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,aAAa,2CAA2C,SAAS,EACnE,CAAC;AAED,MAAa,sBAAsBC,eAAAA,OAAO,2BAA2B;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/get-record-as-pdf.d.ts
|
|
4
|
+
declare const RagicGetRecordAsPdfInput: z.ZodTypeAny;
|
|
5
|
+
declare const RagicGetRecordAsPdfOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ragicGetRecordAsPdf: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ragicGetRecordAsPdf };
|
|
9
|
+
//# sourceMappingURL=get-record-as-pdf.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-record-as-pdf.d.cts","names":[],"sources":["../../src/actions/get-record-as-pdf.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAMvC;AAAA,cAMW,yBAAA,EAA2B,CAAA,CAAE,UAExC;AAAA,cAEW,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-record-as-pdf.d.ts
|
|
4
|
+
declare const RagicGetRecordAsPdfInput: z.ZodTypeAny;
|
|
5
|
+
declare const RagicGetRecordAsPdfOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ragicGetRecordAsPdf: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ragicGetRecordAsPdf };
|
|
9
|
+
//# sourceMappingURL=get-record-as-pdf.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-record-as-pdf.d.mts","names":[],"sources":["../../src/actions/get-record-as-pdf.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAMvC;AAAA,cAMW,yBAAA,EAA2B,CAAA,CAAE,UAExC;AAAA,cAEW,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-record-as-pdf.ts
|
|
4
|
+
const RagicGetRecordAsPdfInput = z.object({
|
|
5
|
+
server: z.string().describe("Ragic server subdomain (e.g., 'na5', 'www', 'ap5', 'eu2'). If provided, overrides the default server. Check your Ragic URL to find your server.").optional(),
|
|
6
|
+
record_id: z.number().int().describe("The record ID to retrieve as PDF."),
|
|
7
|
+
tab_folder: z.string().describe("The tab folder path in your Ragic account."),
|
|
8
|
+
sheet_index: z.number().int().describe("The sheet index number (numeric identifier for the sheet)."),
|
|
9
|
+
account_name: z.string().describe("Your Ragic account name (the subdirectory in your Ragic URL, e.g., 'composio' from 'https://na5.ragic.com/composio/...').")
|
|
10
|
+
});
|
|
11
|
+
const RagicGetRecordAsPdf_FileDownloadableSchema = z.object({
|
|
12
|
+
name: z.string().describe("Name of the file"),
|
|
13
|
+
s3url: z.string().describe("S3 URL of the downloaded file."),
|
|
14
|
+
mimetype: z.string().describe("Mime type of the file.")
|
|
15
|
+
});
|
|
16
|
+
const ragicGetRecordAsPdf = action("RAGIC_GET_RECORD_AS_PDF", {
|
|
17
|
+
slug: "ragic-get-record-as-pdf",
|
|
18
|
+
name: "Get Record as PDF",
|
|
19
|
+
description: "Tool to retrieve a PDF version of a Ragic record. Use when you need to export or download a record in PDF format. The PDF will contain the full record data in a formatted document.",
|
|
20
|
+
input: RagicGetRecordAsPdfInput,
|
|
21
|
+
output: z.object({ pdf_content: RagicGetRecordAsPdf_FileDownloadableSchema.nullable() })
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
export { ragicGetRecordAsPdf };
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=get-record-as-pdf.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-record-as-pdf.mjs","names":[],"sources":["../../src/actions/get-record-as-pdf.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RagicGetRecordAsPdfInput: z.ZodTypeAny = z.object({\n server: z.string().describe(\"Ragic server subdomain (e.g., 'na5', 'www', 'ap5', 'eu2'). If provided, overrides the default server. Check your Ragic URL to find your server.\").optional(),\n record_id: z.number().int().describe(\"The record ID to retrieve as PDF.\"),\n tab_folder: z.string().describe(\"The tab folder path in your Ragic account.\"),\n sheet_index: z.number().int().describe(\"The sheet index number (numeric identifier for the sheet).\"),\n account_name: z.string().describe(\"Your Ragic account name (the subdirectory in your Ragic URL, e.g., 'composio' from 'https://na5.ragic.com/composio/...').\"),\n});\nconst RagicGetRecordAsPdf_FileDownloadableSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the file\"),\n s3url: z.string().describe(\"S3 URL of the downloaded file.\"),\n mimetype: z.string().describe(\"Mime type of the file.\"),\n});\nexport const RagicGetRecordAsPdfOutput: z.ZodTypeAny = z.object({\n pdf_content: RagicGetRecordAsPdf_FileDownloadableSchema.nullable(),\n});\n\nexport const ragicGetRecordAsPdf = action(\"RAGIC_GET_RECORD_AS_PDF\", {\n slug: \"ragic-get-record-as-pdf\",\n name: \"Get Record as PDF\",\n description: \"Tool to retrieve a PDF version of a Ragic record. Use when you need to export or download a record in PDF format. The PDF will contain the full record data in a formatted document.\",\n input: RagicGetRecordAsPdfInput,\n output: RagicGetRecordAsPdfOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS;CACxL,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACxE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D;CACnG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H;AAC/J,CAAC;AACD,MAAM,6CAA2D,EAAE,OAAO;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC3D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;AACxD,CAAC;AAKD,MAAa,sBAAsB,OAAO,2BAA2B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqD,EAAE,OAAO,EAC9D,aAAa,2CAA2C,SAAS,EACnE,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_delete_entry = require("./delete-entry.cjs");
|
|
3
|
+
const require_download_file = require("./download-file.cjs");
|
|
4
|
+
const require_get_action_buttons = require("./get-action-buttons.cjs");
|
|
5
|
+
const require_get_custom_print_report = require("./get-custom-print-report.cjs");
|
|
6
|
+
const require_get_entry = require("./get-entry.cjs");
|
|
7
|
+
const require_get_record_as_pdf = require("./get-record-as-pdf.cjs");
|
|
8
|
+
const require_search_records = require("./search-records.cjs");
|
|
9
|
+
exports.ragicDeleteEntry = require_delete_entry.ragicDeleteEntry;
|
|
10
|
+
exports.ragicDownloadFile = require_download_file.ragicDownloadFile;
|
|
11
|
+
exports.ragicGetActionButtons = require_get_action_buttons.ragicGetActionButtons;
|
|
12
|
+
exports.ragicGetCustomPrintReport = require_get_custom_print_report.ragicGetCustomPrintReport;
|
|
13
|
+
exports.ragicGetEntry = require_get_entry.ragicGetEntry;
|
|
14
|
+
exports.ragicGetRecordAsPdf = require_get_record_as_pdf.ragicGetRecordAsPdf;
|
|
15
|
+
exports.ragicSearchRecords = require_search_records.ragicSearchRecords;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ragicDeleteEntry } from "./delete-entry.cjs";
|
|
2
|
+
import { ragicDownloadFile } from "./download-file.cjs";
|
|
3
|
+
import { ragicGetActionButtons } from "./get-action-buttons.cjs";
|
|
4
|
+
import { ragicGetCustomPrintReport } from "./get-custom-print-report.cjs";
|
|
5
|
+
import { ragicGetEntry } from "./get-entry.cjs";
|
|
6
|
+
import { ragicGetRecordAsPdf } from "./get-record-as-pdf.cjs";
|
|
7
|
+
import { ragicSearchRecords } from "./search-records.cjs";
|
|
8
|
+
export { ragicDeleteEntry, ragicDownloadFile, ragicGetActionButtons, ragicGetCustomPrintReport, ragicGetEntry, ragicGetRecordAsPdf, ragicSearchRecords };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ragicDeleteEntry } from "./delete-entry.mjs";
|
|
2
|
+
import { ragicDownloadFile } from "./download-file.mjs";
|
|
3
|
+
import { ragicGetActionButtons } from "./get-action-buttons.mjs";
|
|
4
|
+
import { ragicGetCustomPrintReport } from "./get-custom-print-report.mjs";
|
|
5
|
+
import { ragicGetEntry } from "./get-entry.mjs";
|
|
6
|
+
import { ragicGetRecordAsPdf } from "./get-record-as-pdf.mjs";
|
|
7
|
+
import { ragicSearchRecords } from "./search-records.mjs";
|
|
8
|
+
export { ragicDeleteEntry, ragicDownloadFile, ragicGetActionButtons, ragicGetCustomPrintReport, ragicGetEntry, ragicGetRecordAsPdf, ragicSearchRecords };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ragicDeleteEntry } from "./delete-entry.mjs";
|
|
2
|
+
import { ragicDownloadFile } from "./download-file.mjs";
|
|
3
|
+
import { ragicGetActionButtons } from "./get-action-buttons.mjs";
|
|
4
|
+
import { ragicGetCustomPrintReport } from "./get-custom-print-report.mjs";
|
|
5
|
+
import { ragicGetEntry } from "./get-entry.mjs";
|
|
6
|
+
import { ragicGetRecordAsPdf } from "./get-record-as-pdf.mjs";
|
|
7
|
+
import { ragicSearchRecords } from "./search-records.mjs";
|
|
8
|
+
export { ragicDeleteEntry, ragicDownloadFile, ragicGetActionButtons, ragicGetCustomPrintReport, ragicGetEntry, ragicGetRecordAsPdf, ragicSearchRecords };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/search-records.ts
|
|
4
|
+
const RagicSearchRecordsInput = zod.z.object({
|
|
5
|
+
info: zod.z.boolean().describe("Set to True to add 'Create Date', 'Create User' information to the response.").optional(),
|
|
6
|
+
limit: zod.z.number().int().describe("Maximum number of records to return. Ragic defaults to 100 if not specified.").optional(),
|
|
7
|
+
bbcode: zod.z.boolean().describe("Set to True to retrieve the raw BBCode value saved to the field instead of being translated to HTML.").optional(),
|
|
8
|
+
offset: zod.z.number().int().describe("The starting record index (0-based) for pagination. Use with 'limit' to page through results.").optional(),
|
|
9
|
+
server: zod.z.string().describe("Ragic server subdomain (e.g., 'na5', 'www', 'ap5', 'eu2'). If provided, overrides the default server. Check your Ragic URL to find your server.").optional(),
|
|
10
|
+
comment: zod.z.boolean().describe("Set to True to add the comment thread related to this record to the response.").optional(),
|
|
11
|
+
history: zod.z.boolean().describe("Set to True to add the edit history related to this record to the response.").optional(),
|
|
12
|
+
listing: zod.z.boolean().describe("Set to True to only include fields in the Listing Page.").optional(),
|
|
13
|
+
reverse: zod.z.boolean().describe("Set to True to reverse the default ordering of the listing page response.").optional(),
|
|
14
|
+
approval: zod.z.boolean().describe("Set to True to add the approval information related to this record to the response.").optional(),
|
|
15
|
+
subtables: zod.z.boolean().describe("Set to False to not include subtable information in the response. If True or not provided, subtables are included by default.").optional(),
|
|
16
|
+
ignoreMask: zod.z.boolean().describe("When True, the field value of 'Masked text' will be unmasked if you are in the viewable groups.").optional(),
|
|
17
|
+
sheet_path: zod.z.string().describe("Path to the Ragic sheet in format 'tab_folder/sheet_index' (e.g., 'ragic-setup/1' or 'sales/2')."),
|
|
18
|
+
account_name: zod.z.string().describe("Your Ragic account name (the subdirectory in your Ragic URL, e.g., 'composio' from 'https://na5.ragic.com/composio/...')."),
|
|
19
|
+
conversation: zod.z.boolean().describe("Set to True to add the email conversation information related to this record to the response.").optional(),
|
|
20
|
+
search_query: zod.z.string().describe("The full-text search query to find matching records."),
|
|
21
|
+
ignoreFixedFilter: zod.z.boolean().describe("When True, the fixed filter on this sheet will be ignored (requires SYSAdmin privilege).").optional()
|
|
22
|
+
});
|
|
23
|
+
const RagicSearchRecordsOutput = zod.z.object({
|
|
24
|
+
records: zod.z.object({}).describe("A dictionary of records that match the search criteria. Each key is a record ID, and the value is a dictionary of field names and values.").nullable().optional(),
|
|
25
|
+
raw_response: zod.z.unknown().describe("The raw JSON response from the API, for debugging or if the structure is not as expected.").nullable().optional()
|
|
26
|
+
});
|
|
27
|
+
const ragicSearchRecords = require_action.action("RAGIC_SEARCH_RECORDS", {
|
|
28
|
+
slug: "ragic-search-records",
|
|
29
|
+
name: "Search Records",
|
|
30
|
+
description: "Search Records",
|
|
31
|
+
input: RagicSearchRecordsInput,
|
|
32
|
+
output: RagicSearchRecordsOutput
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
exports.ragicSearchRecords = ragicSearchRecords;
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=search-records.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-records.cjs","names":["z","action"],"sources":["../../src/actions/search-records.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RagicSearchRecordsInput: z.ZodTypeAny = z.object({\n info: z.boolean().describe(\"Set to True to add 'Create Date', 'Create User' information to the response.\").optional(),\n limit: z.number().int().describe(\"Maximum number of records to return. Ragic defaults to 100 if not specified.\").optional(),\n bbcode: z.boolean().describe(\"Set to True to retrieve the raw BBCode value saved to the field instead of being translated to HTML.\").optional(),\n offset: z.number().int().describe(\"The starting record index (0-based) for pagination. Use with 'limit' to page through results.\").optional(),\n server: z.string().describe(\"Ragic server subdomain (e.g., 'na5', 'www', 'ap5', 'eu2'). If provided, overrides the default server. Check your Ragic URL to find your server.\").optional(),\n comment: z.boolean().describe(\"Set to True to add the comment thread related to this record to the response.\").optional(),\n history: z.boolean().describe(\"Set to True to add the edit history related to this record to the response.\").optional(),\n listing: z.boolean().describe(\"Set to True to only include fields in the Listing Page.\").optional(),\n reverse: z.boolean().describe(\"Set to True to reverse the default ordering of the listing page response.\").optional(),\n approval: z.boolean().describe(\"Set to True to add the approval information related to this record to the response.\").optional(),\n subtables: z.boolean().describe(\"Set to False to not include subtable information in the response. If True or not provided, subtables are included by default.\").optional(),\n ignoreMask: z.boolean().describe(\"When True, the field value of 'Masked text' will be unmasked if you are in the viewable groups.\").optional(),\n sheet_path: z.string().describe(\"Path to the Ragic sheet in format 'tab_folder/sheet_index' (e.g., 'ragic-setup/1' or 'sales/2').\"),\n account_name: z.string().describe(\"Your Ragic account name (the subdirectory in your Ragic URL, e.g., 'composio' from 'https://na5.ragic.com/composio/...').\"),\n conversation: z.boolean().describe(\"Set to True to add the email conversation information related to this record to the response.\").optional(),\n search_query: z.string().describe(\"The full-text search query to find matching records.\"),\n ignoreFixedFilter: z.boolean().describe(\"When True, the fixed filter on this sheet will be ignored (requires SYSAdmin privilege).\").optional(),\n});\nexport const RagicSearchRecordsOutput: z.ZodTypeAny = z.object({\n records: z.object({}).describe(\"A dictionary of records that match the search criteria. Each key is a record ID, and the value is a dictionary of field names and values.\").nullable().optional(),\n raw_response: z.unknown().describe(\"The raw JSON response from the API, for debugging or if the structure is not as expected.\").nullable().optional(),\n});\n\nexport const ragicSearchRecords = action(\"RAGIC_SEARCH_RECORDS\", {\n slug: \"ragic-search-records\",\n name: \"Search Records\",\n description: \"Search Records\",\n input: RagicSearchRecordsInput,\n output: RagicSearchRecordsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;CACpH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;CAC1H,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAC9I,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CAC5I,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS;CACxL,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACxH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;CACtH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAClG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CACpH,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;CAC/H,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS;CAC1K,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;CAC7I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;CAClI,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H;CAC7J,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CAC7I,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACxF,mBAAmBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AAC/I,CAAC;AACD,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2IAA2I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChM,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtJ,CAAC;AAED,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,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/search-records.d.ts
|
|
4
|
+
declare const RagicSearchRecordsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RagicSearchRecordsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ragicSearchRecords: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ragicSearchRecords };
|
|
9
|
+
//# sourceMappingURL=search-records.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-records.d.cts","names":[],"sources":["../../src/actions/search-records.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAkBtC;AAAA,cACW,wBAAA,EAA0B,CAAA,CAAE,UAGvC;AAAA,cAEW,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/search-records.d.ts
|
|
4
|
+
declare const RagicSearchRecordsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RagicSearchRecordsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ragicSearchRecords: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ragicSearchRecords };
|
|
9
|
+
//# sourceMappingURL=search-records.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-records.d.mts","names":[],"sources":["../../src/actions/search-records.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAkBtC;AAAA,cACW,wBAAA,EAA0B,CAAA,CAAE,UAGvC;AAAA,cAEW,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const ragicSearchRecords = action("RAGIC_SEARCH_RECORDS", {
|
|
4
|
+
slug: "ragic-search-records",
|
|
5
|
+
name: "Search Records",
|
|
6
|
+
description: "Search Records",
|
|
7
|
+
input: z.object({
|
|
8
|
+
info: z.boolean().describe("Set to True to add 'Create Date', 'Create User' information to the response.").optional(),
|
|
9
|
+
limit: z.number().int().describe("Maximum number of records to return. Ragic defaults to 100 if not specified.").optional(),
|
|
10
|
+
bbcode: z.boolean().describe("Set to True to retrieve the raw BBCode value saved to the field instead of being translated to HTML.").optional(),
|
|
11
|
+
offset: z.number().int().describe("The starting record index (0-based) for pagination. Use with 'limit' to page through results.").optional(),
|
|
12
|
+
server: z.string().describe("Ragic server subdomain (e.g., 'na5', 'www', 'ap5', 'eu2'). If provided, overrides the default server. Check your Ragic URL to find your server.").optional(),
|
|
13
|
+
comment: z.boolean().describe("Set to True to add the comment thread related to this record to the response.").optional(),
|
|
14
|
+
history: z.boolean().describe("Set to True to add the edit history related to this record to the response.").optional(),
|
|
15
|
+
listing: z.boolean().describe("Set to True to only include fields in the Listing Page.").optional(),
|
|
16
|
+
reverse: z.boolean().describe("Set to True to reverse the default ordering of the listing page response.").optional(),
|
|
17
|
+
approval: z.boolean().describe("Set to True to add the approval information related to this record to the response.").optional(),
|
|
18
|
+
subtables: z.boolean().describe("Set to False to not include subtable information in the response. If True or not provided, subtables are included by default.").optional(),
|
|
19
|
+
ignoreMask: z.boolean().describe("When True, the field value of 'Masked text' will be unmasked if you are in the viewable groups.").optional(),
|
|
20
|
+
sheet_path: z.string().describe("Path to the Ragic sheet in format 'tab_folder/sheet_index' (e.g., 'ragic-setup/1' or 'sales/2')."),
|
|
21
|
+
account_name: z.string().describe("Your Ragic account name (the subdirectory in your Ragic URL, e.g., 'composio' from 'https://na5.ragic.com/composio/...')."),
|
|
22
|
+
conversation: z.boolean().describe("Set to True to add the email conversation information related to this record to the response.").optional(),
|
|
23
|
+
search_query: z.string().describe("The full-text search query to find matching records."),
|
|
24
|
+
ignoreFixedFilter: z.boolean().describe("When True, the fixed filter on this sheet will be ignored (requires SYSAdmin privilege).").optional()
|
|
25
|
+
}),
|
|
26
|
+
output: z.object({
|
|
27
|
+
records: z.object({}).describe("A dictionary of records that match the search criteria. Each key is a record ID, and the value is a dictionary of field names and values.").nullable().optional(),
|
|
28
|
+
raw_response: z.unknown().describe("The raw JSON response from the API, for debugging or if the structure is not as expected.").nullable().optional()
|
|
29
|
+
})
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
export { ragicSearchRecords };
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=search-records.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search-records.mjs","names":[],"sources":["../../src/actions/search-records.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RagicSearchRecordsInput: z.ZodTypeAny = z.object({\n info: z.boolean().describe(\"Set to True to add 'Create Date', 'Create User' information to the response.\").optional(),\n limit: z.number().int().describe(\"Maximum number of records to return. Ragic defaults to 100 if not specified.\").optional(),\n bbcode: z.boolean().describe(\"Set to True to retrieve the raw BBCode value saved to the field instead of being translated to HTML.\").optional(),\n offset: z.number().int().describe(\"The starting record index (0-based) for pagination. Use with 'limit' to page through results.\").optional(),\n server: z.string().describe(\"Ragic server subdomain (e.g., 'na5', 'www', 'ap5', 'eu2'). If provided, overrides the default server. Check your Ragic URL to find your server.\").optional(),\n comment: z.boolean().describe(\"Set to True to add the comment thread related to this record to the response.\").optional(),\n history: z.boolean().describe(\"Set to True to add the edit history related to this record to the response.\").optional(),\n listing: z.boolean().describe(\"Set to True to only include fields in the Listing Page.\").optional(),\n reverse: z.boolean().describe(\"Set to True to reverse the default ordering of the listing page response.\").optional(),\n approval: z.boolean().describe(\"Set to True to add the approval information related to this record to the response.\").optional(),\n subtables: z.boolean().describe(\"Set to False to not include subtable information in the response. If True or not provided, subtables are included by default.\").optional(),\n ignoreMask: z.boolean().describe(\"When True, the field value of 'Masked text' will be unmasked if you are in the viewable groups.\").optional(),\n sheet_path: z.string().describe(\"Path to the Ragic sheet in format 'tab_folder/sheet_index' (e.g., 'ragic-setup/1' or 'sales/2').\"),\n account_name: z.string().describe(\"Your Ragic account name (the subdirectory in your Ragic URL, e.g., 'composio' from 'https://na5.ragic.com/composio/...').\"),\n conversation: z.boolean().describe(\"Set to True to add the email conversation information related to this record to the response.\").optional(),\n search_query: z.string().describe(\"The full-text search query to find matching records.\"),\n ignoreFixedFilter: z.boolean().describe(\"When True, the fixed filter on this sheet will be ignored (requires SYSAdmin privilege).\").optional(),\n});\nexport const RagicSearchRecordsOutput: z.ZodTypeAny = z.object({\n records: z.object({}).describe(\"A dictionary of records that match the search criteria. Each key is a record ID, and the value is a dictionary of field names and values.\").nullable().optional(),\n raw_response: z.unknown().describe(\"The raw JSON response from the API, for debugging or if the structure is not as expected.\").nullable().optional(),\n});\n\nexport const ragicSearchRecords = action(\"RAGIC_SEARCH_RECORDS\", {\n slug: \"ragic-search-records\",\n name: \"Search Records\",\n description: \"Search Records\",\n input: RagicSearchRecordsInput,\n output: RagicSearchRecordsOutput,\n});\n"],"mappings":";;AA4BA,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA5BmD,EAAE,OAAO;EAC5D,MAAM,EAAE,QAAQ,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;EACpH,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;EAC1H,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;EAC9I,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;EAC5I,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS;EACxL,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;EACxH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;EACtH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EAClG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EACpH,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;EAC/H,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS;EAC1K,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS;EAC7I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;EAClI,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H;EAC7J,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;EAC7I,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EACxF,mBAAmB,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CAC/I,CAUS;CACP,QAVoD,EAAE,OAAO;EAC7D,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2IAA2I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChM,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtJ,CAOU;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const ragic = defineApp({\n slug: \"ragic\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,SAAA,uCAAA,CAAA,CAAA,UAAA,CAAkB;CAC7B,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,KAAA,6BAAK,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,KAAA,6BAAK,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const ragic = defineApp({\n slug: \"ragic\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,QAAQ,UAAU;CAC7B,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const ragicCatalog = {
|
|
4
|
+
"slug": "ragic",
|
|
5
|
+
"name": "Ragic",
|
|
6
|
+
"description": "Ragic is a web-based database builder that allows users to create and manage databases as easily as creating a spreadsheet.",
|
|
7
|
+
"category": "Databases",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/ragic",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.ragicCatalog = ragicCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const ragicCatalog = {\n \"slug\": \"ragic\",\n \"name\": \"Ragic\",\n \"description\": \"Ragic is a web-based database builder that allows users to create and manage databases as easily as creating a spreadsheet.\",\n \"category\": \"Databases\",\n \"logo\": \"https://logos.composio.dev/api/ragic\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const ragicCatalog: {
|
|
4
|
+
readonly slug: "ragic";
|
|
5
|
+
readonly name: "Ragic";
|
|
6
|
+
readonly description: "Ragic is a web-based database builder that allows users to create and manage databases as easily as creating a spreadsheet.";
|
|
7
|
+
readonly category: "Databases";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/ragic";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { ragicCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,YAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const ragicCatalog: {
|
|
4
|
+
readonly slug: "ragic";
|
|
5
|
+
readonly name: "Ragic";
|
|
6
|
+
readonly description: "Ragic is a web-based database builder that allows users to create and manage databases as easily as creating a spreadsheet.";
|
|
7
|
+
readonly category: "Databases";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/ragic";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { ragicCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,YAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const ragicCatalog = {
|
|
4
|
+
"slug": "ragic",
|
|
5
|
+
"name": "Ragic",
|
|
6
|
+
"description": "Ragic is a web-based database builder that allows users to create and manage databases as easily as creating a spreadsheet.",
|
|
7
|
+
"category": "Databases",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/ragic",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { ragicCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const ragicCatalog = {\n \"slug\": \"ragic\",\n \"name\": \"Ragic\",\n \"description\": \"Ragic is a web-based database builder that allows users to create and manage databases as easily as creating a spreadsheet.\",\n \"category\": \"Databases\",\n \"logo\": \"https://logos.composio.dev/api/ragic\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "ragic";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeRagicTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeRagicTool = executeRagicTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"ragic\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRagicTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,iBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "ragic";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeRagicTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeRagicTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"ragic\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRagicTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,iBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_delete_entry = require("./actions/delete-entry.cjs");
|
|
5
|
+
const require_download_file = require("./actions/download-file.cjs");
|
|
6
|
+
const require_get_action_buttons = require("./actions/get-action-buttons.cjs");
|
|
7
|
+
const require_get_custom_print_report = require("./actions/get-custom-print-report.cjs");
|
|
8
|
+
const require_get_entry = require("./actions/get-entry.cjs");
|
|
9
|
+
const require_get_record_as_pdf = require("./actions/get-record-as-pdf.cjs");
|
|
10
|
+
const require_search_records = require("./actions/search-records.cjs");
|
|
11
|
+
require("./actions/index.cjs");
|
|
12
|
+
exports.ragic = require_app.ragic;
|
|
13
|
+
exports.ragicCatalog = require_catalog.ragicCatalog;
|
|
14
|
+
exports.ragicDeleteEntry = require_delete_entry.ragicDeleteEntry;
|
|
15
|
+
exports.ragicDownloadFile = require_download_file.ragicDownloadFile;
|
|
16
|
+
exports.ragicGetActionButtons = require_get_action_buttons.ragicGetActionButtons;
|
|
17
|
+
exports.ragicGetCustomPrintReport = require_get_custom_print_report.ragicGetCustomPrintReport;
|
|
18
|
+
exports.ragicGetEntry = require_get_entry.ragicGetEntry;
|
|
19
|
+
exports.ragicGetRecordAsPdf = require_get_record_as_pdf.ragicGetRecordAsPdf;
|
|
20
|
+
exports.ragicSearchRecords = require_search_records.ragicSearchRecords;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ragicDeleteEntry } from "./actions/delete-entry.cjs";
|
|
2
|
+
import { ragicDownloadFile } from "./actions/download-file.cjs";
|
|
3
|
+
import { ragicGetActionButtons } from "./actions/get-action-buttons.cjs";
|
|
4
|
+
import { ragicGetCustomPrintReport } from "./actions/get-custom-print-report.cjs";
|
|
5
|
+
import { ragicGetEntry } from "./actions/get-entry.cjs";
|
|
6
|
+
import { ragicGetRecordAsPdf } from "./actions/get-record-as-pdf.cjs";
|
|
7
|
+
import { ragicSearchRecords } from "./actions/search-records.cjs";
|
|
8
|
+
import { ragic } from "./app.cjs";
|
|
9
|
+
import { ragicCatalog } from "./catalog.cjs";
|
|
10
|
+
export { ragic, ragicCatalog, ragicDeleteEntry, ragicDownloadFile, ragicGetActionButtons, ragicGetCustomPrintReport, ragicGetEntry, ragicGetRecordAsPdf, ragicSearchRecords };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ragicDeleteEntry } from "./actions/delete-entry.mjs";
|
|
2
|
+
import { ragicDownloadFile } from "./actions/download-file.mjs";
|
|
3
|
+
import { ragicGetActionButtons } from "./actions/get-action-buttons.mjs";
|
|
4
|
+
import { ragicGetCustomPrintReport } from "./actions/get-custom-print-report.mjs";
|
|
5
|
+
import { ragicGetEntry } from "./actions/get-entry.mjs";
|
|
6
|
+
import { ragicGetRecordAsPdf } from "./actions/get-record-as-pdf.mjs";
|
|
7
|
+
import { ragicSearchRecords } from "./actions/search-records.mjs";
|
|
8
|
+
import { ragic } from "./app.mjs";
|
|
9
|
+
import { ragicCatalog } from "./catalog.mjs";
|
|
10
|
+
export { ragic, ragicCatalog, ragicDeleteEntry, ragicDownloadFile, ragicGetActionButtons, ragicGetCustomPrintReport, ragicGetEntry, ragicGetRecordAsPdf, ragicSearchRecords };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ragic } from "./app.mjs";
|
|
2
|
+
import { ragicCatalog } from "./catalog.mjs";
|
|
3
|
+
import { ragicDeleteEntry } from "./actions/delete-entry.mjs";
|
|
4
|
+
import { ragicDownloadFile } from "./actions/download-file.mjs";
|
|
5
|
+
import { ragicGetActionButtons } from "./actions/get-action-buttons.mjs";
|
|
6
|
+
import { ragicGetCustomPrintReport } from "./actions/get-custom-print-report.mjs";
|
|
7
|
+
import { ragicGetEntry } from "./actions/get-entry.mjs";
|
|
8
|
+
import { ragicGetRecordAsPdf } from "./actions/get-record-as-pdf.mjs";
|
|
9
|
+
import { ragicSearchRecords } from "./actions/search-records.mjs";
|
|
10
|
+
import "./actions/index.mjs";
|
|
11
|
+
export { ragic, ragicCatalog, ragicDeleteEntry, ragicDownloadFile, ragicGetActionButtons, ragicGetCustomPrintReport, ragicGetEntry, ragicGetRecordAsPdf, ragicSearchRecords };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/ragic",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/ragic"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|