@keystrokehq/plausible_analytics 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/check-health.cjs +19 -0
- package/dist/actions/check-health.cjs.map +1 -0
- package/dist/actions/check-health.d.cts +9 -0
- package/dist/actions/check-health.d.cts.map +1 -0
- package/dist/actions/check-health.d.mts +9 -0
- package/dist/actions/check-health.d.mts.map +1 -0
- package/dist/actions/check-health.mjs +16 -0
- package/dist/actions/check-health.mjs.map +1 -0
- package/dist/actions/get-breakdown-stats.cjs +55 -0
- package/dist/actions/get-breakdown-stats.cjs.map +1 -0
- package/dist/actions/get-breakdown-stats.d.cts +9 -0
- package/dist/actions/get-breakdown-stats.d.cts.map +1 -0
- package/dist/actions/get-breakdown-stats.d.mts +9 -0
- package/dist/actions/get-breakdown-stats.d.mts.map +1 -0
- package/dist/actions/get-breakdown-stats.mjs +54 -0
- package/dist/actions/get-breakdown-stats.mjs.map +1 -0
- package/dist/actions/get-plugin-capabilities.cjs +33 -0
- package/dist/actions/get-plugin-capabilities.cjs.map +1 -0
- package/dist/actions/get-plugin-capabilities.d.cts +9 -0
- package/dist/actions/get-plugin-capabilities.d.cts.map +1 -0
- package/dist/actions/get-plugin-capabilities.d.mts +9 -0
- package/dist/actions/get-plugin-capabilities.d.mts.map +1 -0
- package/dist/actions/get-plugin-capabilities.mjs +32 -0
- package/dist/actions/get-plugin-capabilities.mjs.map +1 -0
- package/dist/actions/get-realtime-visitors.cjs +16 -0
- package/dist/actions/get-realtime-visitors.cjs.map +1 -0
- package/dist/actions/get-realtime-visitors.d.cts +9 -0
- package/dist/actions/get-realtime-visitors.d.cts.map +1 -0
- package/dist/actions/get-realtime-visitors.d.mts +9 -0
- package/dist/actions/get-realtime-visitors.d.mts.map +1 -0
- package/dist/actions/get-realtime-visitors.mjs +13 -0
- package/dist/actions/get-realtime-visitors.mjs.map +1 -0
- package/dist/actions/get-site.cjs +33 -0
- package/dist/actions/get-site.cjs.map +1 -0
- package/dist/actions/get-site.d.cts +9 -0
- package/dist/actions/get-site.d.cts.map +1 -0
- package/dist/actions/get-site.d.mts +9 -0
- package/dist/actions/get-site.d.mts.map +1 -0
- package/dist/actions/get-site.mjs +32 -0
- package/dist/actions/get-site.mjs.map +1 -0
- package/dist/actions/get-timeseries-stats.cjs +34 -0
- package/dist/actions/get-timeseries-stats.cjs.map +1 -0
- package/dist/actions/get-timeseries-stats.d.cts +9 -0
- package/dist/actions/get-timeseries-stats.d.cts.map +1 -0
- package/dist/actions/get-timeseries-stats.d.mts +9 -0
- package/dist/actions/get-timeseries-stats.d.mts.map +1 -0
- package/dist/actions/get-timeseries-stats.mjs +33 -0
- package/dist/actions/get-timeseries-stats.mjs.map +1 -0
- package/dist/actions/index.cjs +27 -0
- package/dist/actions/index.d.cts +14 -0
- package/dist/actions/index.d.mts +14 -0
- package/dist/actions/index.mjs +14 -0
- package/dist/actions/list-custom-props.cjs +17 -0
- package/dist/actions/list-custom-props.cjs.map +1 -0
- package/dist/actions/list-custom-props.d.cts +9 -0
- package/dist/actions/list-custom-props.d.cts.map +1 -0
- package/dist/actions/list-custom-props.d.mts +9 -0
- package/dist/actions/list-custom-props.d.mts.map +1 -0
- package/dist/actions/list-custom-props.mjs +16 -0
- package/dist/actions/list-custom-props.mjs.map +1 -0
- package/dist/actions/list-goals.cjs +37 -0
- package/dist/actions/list-goals.cjs.map +1 -0
- package/dist/actions/list-goals.d.cts +9 -0
- package/dist/actions/list-goals.d.cts.map +1 -0
- package/dist/actions/list-goals.d.mts +9 -0
- package/dist/actions/list-goals.d.mts.map +1 -0
- package/dist/actions/list-goals.mjs +36 -0
- package/dist/actions/list-goals.mjs.map +1 -0
- package/dist/actions/list-guests.cjs +21 -0
- package/dist/actions/list-guests.cjs.map +1 -0
- package/dist/actions/list-guests.d.cts +9 -0
- package/dist/actions/list-guests.d.cts.map +1 -0
- package/dist/actions/list-guests.d.mts +9 -0
- package/dist/actions/list-guests.d.mts.map +1 -0
- package/dist/actions/list-guests.mjs +20 -0
- package/dist/actions/list-guests.mjs.map +1 -0
- package/dist/actions/list-sites.cjs +33 -0
- package/dist/actions/list-sites.cjs.map +1 -0
- package/dist/actions/list-sites.d.cts +9 -0
- package/dist/actions/list-sites.d.cts.map +1 -0
- package/dist/actions/list-sites.d.mts +9 -0
- package/dist/actions/list-sites.d.mts.map +1 -0
- package/dist/actions/list-sites.mjs +32 -0
- package/dist/actions/list-sites.mjs.map +1 -0
- package/dist/actions/list-teams.cjs +33 -0
- package/dist/actions/list-teams.cjs.map +1 -0
- package/dist/actions/list-teams.d.cts +9 -0
- package/dist/actions/list-teams.d.cts.map +1 -0
- package/dist/actions/list-teams.d.mts +9 -0
- package/dist/actions/list-teams.d.mts.map +1 -0
- package/dist/actions/list-teams.mjs +32 -0
- package/dist/actions/list-teams.mjs.map +1 -0
- package/dist/actions/query-stats.cjs +34 -0
- package/dist/actions/query-stats.cjs.map +1 -0
- package/dist/actions/query-stats.d.cts +9 -0
- package/dist/actions/query-stats.d.cts.map +1 -0
- package/dist/actions/query-stats.d.mts +9 -0
- package/dist/actions/query-stats.d.mts.map +1 -0
- package/dist/actions/query-stats.mjs +33 -0
- package/dist/actions/query-stats.mjs.map +1 -0
- package/dist/actions/record-event.cjs +32 -0
- package/dist/actions/record-event.cjs.map +1 -0
- package/dist/actions/record-event.d.cts +9 -0
- package/dist/actions/record-event.d.cts.map +1 -0
- package/dist/actions/record-event.d.mts +9 -0
- package/dist/actions/record-event.d.mts.map +1 -0
- package/dist/actions/record-event.mjs +29 -0
- package/dist/actions/record-event.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 +32 -0
- package/dist/index.d.cts +16 -0
- package/dist/index.d.mts +16 -0
- package/dist/index.mjs +17 -0
- package/package.json +49 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-guests.ts
|
|
4
|
+
const PlausibleAnalyticsListGuestsInput = z.object({ site_id: z.string().describe("Domain of the site to list guests for (e.g., 'example.com')") }).describe("Request model for listing guest users who have access to a site's dashboard.");
|
|
5
|
+
const PlausibleAnalyticsListGuests_GuestSchema = z.object({
|
|
6
|
+
role: z.string().describe("Role assigned to the guest user"),
|
|
7
|
+
email: z.string().describe("Email address of the guest user"),
|
|
8
|
+
status: z.string().describe("Current status of the guest user")
|
|
9
|
+
}).describe("Represents a single guest user with access to a site's dashboard.");
|
|
10
|
+
const plausibleAnalyticsListGuests = action("PLAUSIBLE_ANALYTICS_LIST_GUESTS", {
|
|
11
|
+
slug: "plausible_analytics-list-guests",
|
|
12
|
+
name: "List Site Guests",
|
|
13
|
+
description: "Tool to list all guest users who have access to a site's dashboard in Plausible Analytics. Use when you need to see which guests have been granted access to view a specific site's analytics. This is an Enterprise feature.",
|
|
14
|
+
input: PlausibleAnalyticsListGuestsInput,
|
|
15
|
+
output: z.object({ guests: z.array(PlausibleAnalyticsListGuests_GuestSchema).describe("List of guest users who have access to the site's dashboard") }).describe("Response containing the list of guest users.")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { plausibleAnalyticsListGuests };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=list-guests.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-guests.mjs","names":[],"sources":["../../src/actions/list-guests.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlausibleAnalyticsListGuestsInput: z.ZodTypeAny = z.object({\n site_id: z.string().describe(\"Domain of the site to list guests for (e.g., 'example.com')\"),\n}).describe(\"Request model for listing guest users who have access to a site's dashboard.\");\nconst PlausibleAnalyticsListGuests_GuestSchema: z.ZodTypeAny = z.object({\n role: z.string().describe(\"Role assigned to the guest user\"),\n email: z.string().describe(\"Email address of the guest user\"),\n status: z.string().describe(\"Current status of the guest user\"),\n}).describe(\"Represents a single guest user with access to a site's dashboard.\");\nexport const PlausibleAnalyticsListGuestsOutput: z.ZodTypeAny = z.object({\n guests: z.array(PlausibleAnalyticsListGuests_GuestSchema).describe(\"List of guest users who have access to the site's dashboard\"),\n}).describe(\"Response containing the list of guest users.\");\n\nexport const plausibleAnalyticsListGuests = action(\"PLAUSIBLE_ANALYTICS_LIST_GUESTS\", {\n slug: \"plausible_analytics-list-guests\",\n name: \"List Site Guests\",\n description: \"Tool to list all guest users who have access to a site's dashboard in Plausible Analytics. Use when you need to see which guests have been granted access to view a specific site's analytics. This is an Enterprise feature.\",\n input: PlausibleAnalyticsListGuestsInput,\n output: PlausibleAnalyticsListGuestsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO,EACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,EAC5F,CAAC,CAAC,CAAC,SAAS,8EAA8E;AAC1F,MAAM,2CAAyD,EAAE,OAAO;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC5D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;AAChE,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAK/E,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT8D,EAAE,OAAO,EACvE,QAAQ,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,6DAA6D,EAClI,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-sites.ts
|
|
4
|
+
const PlausibleAnalyticsListSitesInput = zod.z.object({
|
|
5
|
+
after: zod.z.string().describe("Pagination cursor for fetching the next page of results.").optional(),
|
|
6
|
+
limit: zod.z.number().int().describe("Maximum number of sites to return per page. Defaults to 100 if not specified.").optional(),
|
|
7
|
+
before: zod.z.string().describe("Pagination cursor for fetching the previous page of results.").optional(),
|
|
8
|
+
team_id: zod.z.string().describe("ID of the team to scope the list of sites by. If provided, only sites belonging to this team will be returned.").optional()
|
|
9
|
+
}).describe("Request model for listing all sites accessible by the API key owner's Plausible account.");
|
|
10
|
+
const PlausibleAnalyticsListSites_PaginationMetaSchema = zod.z.object({
|
|
11
|
+
after: zod.z.string().describe("Cursor for fetching the next page of results. Use this value in the 'after' parameter of the next request.").nullable().optional(),
|
|
12
|
+
limit: zod.z.number().int().describe("The pagination limit applied to this response."),
|
|
13
|
+
before: zod.z.string().describe("Cursor for fetching the previous page of results. Use this value in the 'before' parameter of the next request.").nullable().optional()
|
|
14
|
+
}).describe("Pagination metadata for navigating through results.");
|
|
15
|
+
const PlausibleAnalyticsListSites_SiteSchema = zod.z.object({
|
|
16
|
+
domain: zod.z.string().describe("The domain name of the site being tracked."),
|
|
17
|
+
timezone: zod.z.string().describe("The timezone configured for the site, in IANA timezone format.")
|
|
18
|
+
}).describe("Represents a single site in the Plausible Analytics account.");
|
|
19
|
+
const PlausibleAnalyticsListSitesOutput = zod.z.object({
|
|
20
|
+
meta: PlausibleAnalyticsListSites_PaginationMetaSchema.nullable(),
|
|
21
|
+
sites: zod.z.array(PlausibleAnalyticsListSites_SiteSchema).describe("List of sites accessible by the API key owner's Plausible account.")
|
|
22
|
+
}).describe("Response containing the list of sites accessible by the API key owner.");
|
|
23
|
+
const plausibleAnalyticsListSites = require_action.action("PLAUSIBLE_ANALYTICS_LIST_SITES", {
|
|
24
|
+
slug: "plausible_analytics-list-sites",
|
|
25
|
+
name: "List Sites",
|
|
26
|
+
description: "Tool to list all sites the API key owner's Plausible account can access. Returns domain, timezone, and creation info with pagination support. Use when you need to retrieve all sites or paginate through large site lists.",
|
|
27
|
+
input: PlausibleAnalyticsListSitesInput,
|
|
28
|
+
output: PlausibleAnalyticsListSitesOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.plausibleAnalyticsListSites = plausibleAnalyticsListSites;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=list-sites.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-sites.cjs","names":["z","action"],"sources":["../../src/actions/list-sites.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlausibleAnalyticsListSitesInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Pagination cursor for fetching the next page of results.\").optional(),\n limit: z.number().int().describe(\"Maximum number of sites to return per page. Defaults to 100 if not specified.\").optional(),\n before: z.string().describe(\"Pagination cursor for fetching the previous page of results.\").optional(),\n team_id: z.string().describe(\"ID of the team to scope the list of sites by. If provided, only sites belonging to this team will be returned.\").optional(),\n}).describe(\"Request model for listing all sites accessible by the API key owner's Plausible account.\");\nconst PlausibleAnalyticsListSites_PaginationMetaSchema: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Cursor for fetching the next page of results. Use this value in the 'after' parameter of the next request.\").nullable().optional(),\n limit: z.number().int().describe(\"The pagination limit applied to this response.\"),\n before: z.string().describe(\"Cursor for fetching the previous page of results. Use this value in the 'before' parameter of the next request.\").nullable().optional(),\n}).describe(\"Pagination metadata for navigating through results.\");\nconst PlausibleAnalyticsListSites_SiteSchema: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"The domain name of the site being tracked.\"),\n timezone: z.string().describe(\"The timezone configured for the site, in IANA timezone format.\"),\n}).describe(\"Represents a single site in the Plausible Analytics account.\");\nexport const PlausibleAnalyticsListSitesOutput: z.ZodTypeAny = z.object({\n meta: PlausibleAnalyticsListSites_PaginationMetaSchema.nullable(),\n sites: z.array(PlausibleAnalyticsListSites_SiteSchema).describe(\"List of sites accessible by the API key owner's Plausible account.\"),\n}).describe(\"Response containing the list of sites accessible by the API key owner.\");\n\nexport const plausibleAnalyticsListSites = action(\"PLAUSIBLE_ANALYTICS_LIST_SITES\", {\n slug: \"plausible_analytics-list-sites\",\n name: \"List Sites\",\n description: \"Tool to list all sites the API key owner's Plausible account can access. Returns domain, timezone, and creation info with pagination support. Use when you need to retrieve all sites or paginate through large site lists.\",\n input: PlausibleAnalyticsListSitesInput,\n output: PlausibleAnalyticsListSitesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAChG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CAC3H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CACrG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gHAAgH,CAAC,CAAC,SAAS;AAC1J,CAAC,CAAC,CAAC,SAAS,0FAA0F;AACtG,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7J,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CACjF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrK,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACxE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;AAChG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,MAAM,iDAAiD,SAAS;CAChE,OAAOA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,oEAAoE;AACtI,CAAC,CAAC,CAAC,SAAS,wEAAwE;AAEpF,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-sites.d.ts
|
|
4
|
+
declare const PlausibleAnalyticsListSitesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PlausibleAnalyticsListSitesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const plausibleAnalyticsListSites: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { plausibleAnalyticsListSites };
|
|
9
|
+
//# sourceMappingURL=list-sites.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-sites.d.cts","names":[],"sources":["../../src/actions/list-sites.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAKsD;AAAA,cAU1F,iCAAA,EAAmC,CAAA,CAAE,UAGmC;AAAA,cAExE,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-sites.d.ts
|
|
4
|
+
declare const PlausibleAnalyticsListSitesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PlausibleAnalyticsListSitesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const plausibleAnalyticsListSites: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { plausibleAnalyticsListSites };
|
|
9
|
+
//# sourceMappingURL=list-sites.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-sites.d.mts","names":[],"sources":["../../src/actions/list-sites.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAKsD;AAAA,cAU1F,iCAAA,EAAmC,CAAA,CAAE,UAGmC;AAAA,cAExE,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-sites.ts
|
|
4
|
+
const PlausibleAnalyticsListSitesInput = z.object({
|
|
5
|
+
after: z.string().describe("Pagination cursor for fetching the next page of results.").optional(),
|
|
6
|
+
limit: z.number().int().describe("Maximum number of sites to return per page. Defaults to 100 if not specified.").optional(),
|
|
7
|
+
before: z.string().describe("Pagination cursor for fetching the previous page of results.").optional(),
|
|
8
|
+
team_id: z.string().describe("ID of the team to scope the list of sites by. If provided, only sites belonging to this team will be returned.").optional()
|
|
9
|
+
}).describe("Request model for listing all sites accessible by the API key owner's Plausible account.");
|
|
10
|
+
const PlausibleAnalyticsListSites_PaginationMetaSchema = z.object({
|
|
11
|
+
after: z.string().describe("Cursor for fetching the next page of results. Use this value in the 'after' parameter of the next request.").nullable().optional(),
|
|
12
|
+
limit: z.number().int().describe("The pagination limit applied to this response."),
|
|
13
|
+
before: z.string().describe("Cursor for fetching the previous page of results. Use this value in the 'before' parameter of the next request.").nullable().optional()
|
|
14
|
+
}).describe("Pagination metadata for navigating through results.");
|
|
15
|
+
const PlausibleAnalyticsListSites_SiteSchema = z.object({
|
|
16
|
+
domain: z.string().describe("The domain name of the site being tracked."),
|
|
17
|
+
timezone: z.string().describe("The timezone configured for the site, in IANA timezone format.")
|
|
18
|
+
}).describe("Represents a single site in the Plausible Analytics account.");
|
|
19
|
+
const plausibleAnalyticsListSites = action("PLAUSIBLE_ANALYTICS_LIST_SITES", {
|
|
20
|
+
slug: "plausible_analytics-list-sites",
|
|
21
|
+
name: "List Sites",
|
|
22
|
+
description: "Tool to list all sites the API key owner's Plausible account can access. Returns domain, timezone, and creation info with pagination support. Use when you need to retrieve all sites or paginate through large site lists.",
|
|
23
|
+
input: PlausibleAnalyticsListSitesInput,
|
|
24
|
+
output: z.object({
|
|
25
|
+
meta: PlausibleAnalyticsListSites_PaginationMetaSchema.nullable(),
|
|
26
|
+
sites: z.array(PlausibleAnalyticsListSites_SiteSchema).describe("List of sites accessible by the API key owner's Plausible account.")
|
|
27
|
+
}).describe("Response containing the list of sites accessible by the API key owner.")
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
export { plausibleAnalyticsListSites };
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=list-sites.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-sites.mjs","names":[],"sources":["../../src/actions/list-sites.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlausibleAnalyticsListSitesInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Pagination cursor for fetching the next page of results.\").optional(),\n limit: z.number().int().describe(\"Maximum number of sites to return per page. Defaults to 100 if not specified.\").optional(),\n before: z.string().describe(\"Pagination cursor for fetching the previous page of results.\").optional(),\n team_id: z.string().describe(\"ID of the team to scope the list of sites by. If provided, only sites belonging to this team will be returned.\").optional(),\n}).describe(\"Request model for listing all sites accessible by the API key owner's Plausible account.\");\nconst PlausibleAnalyticsListSites_PaginationMetaSchema: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Cursor for fetching the next page of results. Use this value in the 'after' parameter of the next request.\").nullable().optional(),\n limit: z.number().int().describe(\"The pagination limit applied to this response.\"),\n before: z.string().describe(\"Cursor for fetching the previous page of results. Use this value in the 'before' parameter of the next request.\").nullable().optional(),\n}).describe(\"Pagination metadata for navigating through results.\");\nconst PlausibleAnalyticsListSites_SiteSchema: z.ZodTypeAny = z.object({\n domain: z.string().describe(\"The domain name of the site being tracked.\"),\n timezone: z.string().describe(\"The timezone configured for the site, in IANA timezone format.\"),\n}).describe(\"Represents a single site in the Plausible Analytics account.\");\nexport const PlausibleAnalyticsListSitesOutput: z.ZodTypeAny = z.object({\n meta: PlausibleAnalyticsListSites_PaginationMetaSchema.nullable(),\n sites: z.array(PlausibleAnalyticsListSites_SiteSchema).describe(\"List of sites accessible by the API key owner's Plausible account.\"),\n}).describe(\"Response containing the list of sites accessible by the API key owner.\");\n\nexport const plausibleAnalyticsListSites = action(\"PLAUSIBLE_ANALYTICS_LIST_SITES\", {\n slug: \"plausible_analytics-list-sites\",\n name: \"List Sites\",\n description: \"Tool to list all sites the API key owner's Plausible account can access. Returns domain, timezone, and creation info with pagination support. Use when you need to retrieve all sites or paginate through large site lists.\",\n input: PlausibleAnalyticsListSitesInput,\n output: PlausibleAnalyticsListSitesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAChG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CAC3H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CACrG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gHAAgH,CAAC,CAAC,SAAS;AAC1J,CAAC,CAAC,CAAC,SAAS,0FAA0F;AACtG,MAAM,mDAAiE,EAAE,OAAO;CAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7J,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD;CACjF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrK,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,yCAAuD,EAAE,OAAO;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACxE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;AAChG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAM1E,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV6D,EAAE,OAAO;EACtE,MAAM,iDAAiD,SAAS;EAChE,OAAO,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,oEAAoE;CACtI,CAAC,CAAC,CAAC,SAAS,wEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-teams.ts
|
|
4
|
+
const PlausibleAnalyticsListTeamsInput = zod.z.object({
|
|
5
|
+
after: zod.z.string().describe("Pagination cursor for fetching the next page of results.").optional(),
|
|
6
|
+
limit: zod.z.number().int().describe("Maximum number of teams to return per page. Defaults to 100 if not specified.").optional(),
|
|
7
|
+
before: zod.z.string().describe("Pagination cursor for fetching the previous page of results.").optional()
|
|
8
|
+
}).describe("Request model for listing all teams available for the API key owner.");
|
|
9
|
+
const PlausibleAnalyticsListTeams_PaginationMetaSchema = zod.z.object({
|
|
10
|
+
after: zod.z.string().describe("Cursor for fetching the next page of results. Use this value in the 'after' parameter of the next request.").nullable().optional(),
|
|
11
|
+
limit: zod.z.number().int().describe("The pagination limit applied to this response.").nullable().optional(),
|
|
12
|
+
before: zod.z.string().describe("Cursor for fetching the previous page of results. Use this value in the 'before' parameter of the next request.").nullable().optional()
|
|
13
|
+
}).describe("Pagination metadata for navigating through results.");
|
|
14
|
+
const PlausibleAnalyticsListTeams_TeamSchema = zod.z.object({
|
|
15
|
+
id: zod.z.string().describe("Unique identifier for the team.").nullable().optional(),
|
|
16
|
+
name: zod.z.string().describe("Name of the team.").nullable().optional(),
|
|
17
|
+
api_available: zod.z.boolean().describe("Indicates whether the API is available for this team.").nullable().optional()
|
|
18
|
+
}).describe("Represents a single team available to the API key owner.");
|
|
19
|
+
const PlausibleAnalyticsListTeamsOutput = zod.z.object({
|
|
20
|
+
meta: PlausibleAnalyticsListTeams_PaginationMetaSchema.nullable().optional(),
|
|
21
|
+
teams: zod.z.array(PlausibleAnalyticsListTeams_TeamSchema).describe("List of teams available for the API key owner.")
|
|
22
|
+
}).describe("Response containing the list of teams available for the API key owner.");
|
|
23
|
+
const plausibleAnalyticsListTeams = require_action.action("PLAUSIBLE_ANALYTICS_LIST_TEAMS", {
|
|
24
|
+
slug: "plausible_analytics-list-teams",
|
|
25
|
+
name: "List Teams",
|
|
26
|
+
description: "Tool to list all teams available for the API key owner. Use when you need to retrieve teams for site provisioning to a specific team.",
|
|
27
|
+
input: PlausibleAnalyticsListTeamsInput,
|
|
28
|
+
output: PlausibleAnalyticsListTeamsOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.plausibleAnalyticsListTeams = plausibleAnalyticsListTeams;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=list-teams.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-teams.cjs","names":["z","action"],"sources":["../../src/actions/list-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlausibleAnalyticsListTeamsInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Pagination cursor for fetching the next page of results.\").optional(),\n limit: z.number().int().describe(\"Maximum number of teams to return per page. Defaults to 100 if not specified.\").optional(),\n before: z.string().describe(\"Pagination cursor for fetching the previous page of results.\").optional(),\n}).describe(\"Request model for listing all teams available for the API key owner.\");\nconst PlausibleAnalyticsListTeams_PaginationMetaSchema: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Cursor for fetching the next page of results. Use this value in the 'after' parameter of the next request.\").nullable().optional(),\n limit: z.number().int().describe(\"The pagination limit applied to this response.\").nullable().optional(),\n before: z.string().describe(\"Cursor for fetching the previous page of results. Use this value in the 'before' parameter of the next request.\").nullable().optional(),\n}).describe(\"Pagination metadata for navigating through results.\");\nconst PlausibleAnalyticsListTeams_TeamSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the team.\").nullable().optional(),\n name: z.string().describe(\"Name of the team.\").nullable().optional(),\n api_available: z.boolean().describe(\"Indicates whether the API is available for this team.\").nullable().optional(),\n}).describe(\"Represents a single team available to the API key owner.\");\nexport const PlausibleAnalyticsListTeamsOutput: z.ZodTypeAny = z.object({\n meta: PlausibleAnalyticsListTeams_PaginationMetaSchema.nullable().optional(),\n teams: z.array(PlausibleAnalyticsListTeams_TeamSchema).describe(\"List of teams available for the API key owner.\"),\n}).describe(\"Response containing the list of teams available for the API key owner.\");\n\nexport const plausibleAnalyticsListTeams = action(\"PLAUSIBLE_ANALYTICS_LIST_TEAMS\", {\n slug: \"plausible_analytics-list-teams\",\n name: \"List Teams\",\n description: \"Tool to list all teams available for the API key owner. Use when you need to retrieve teams for site provisioning to a specific team.\",\n input: PlausibleAnalyticsListTeamsInput,\n output: PlausibleAnalyticsListTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAChG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CAC3H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7J,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrK,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,MAAM,iDAAiD,SAAS,CAAC,CAAC,SAAS;CAC3E,OAAOA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,gDAAgD;AAClH,CAAC,CAAC,CAAC,SAAS,wEAAwE;AAEpF,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-teams.d.ts
|
|
4
|
+
declare const PlausibleAnalyticsListTeamsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PlausibleAnalyticsListTeamsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const plausibleAnalyticsListTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { plausibleAnalyticsListTeams };
|
|
9
|
+
//# sourceMappingURL=list-teams.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-teams.d.cts","names":[],"sources":["../../src/actions/list-teams.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAIkC;AAAA,cAWtE,iCAAA,EAAmC,CAAA,CAAE,UAGmC;AAAA,cAExE,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-teams.d.ts
|
|
4
|
+
declare const PlausibleAnalyticsListTeamsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PlausibleAnalyticsListTeamsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const plausibleAnalyticsListTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { plausibleAnalyticsListTeams };
|
|
9
|
+
//# sourceMappingURL=list-teams.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-teams.d.mts","names":[],"sources":["../../src/actions/list-teams.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAIkC;AAAA,cAWtE,iCAAA,EAAmC,CAAA,CAAE,UAGmC;AAAA,cAExE,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-teams.ts
|
|
4
|
+
const PlausibleAnalyticsListTeamsInput = z.object({
|
|
5
|
+
after: z.string().describe("Pagination cursor for fetching the next page of results.").optional(),
|
|
6
|
+
limit: z.number().int().describe("Maximum number of teams to return per page. Defaults to 100 if not specified.").optional(),
|
|
7
|
+
before: z.string().describe("Pagination cursor for fetching the previous page of results.").optional()
|
|
8
|
+
}).describe("Request model for listing all teams available for the API key owner.");
|
|
9
|
+
const PlausibleAnalyticsListTeams_PaginationMetaSchema = z.object({
|
|
10
|
+
after: z.string().describe("Cursor for fetching the next page of results. Use this value in the 'after' parameter of the next request.").nullable().optional(),
|
|
11
|
+
limit: z.number().int().describe("The pagination limit applied to this response.").nullable().optional(),
|
|
12
|
+
before: z.string().describe("Cursor for fetching the previous page of results. Use this value in the 'before' parameter of the next request.").nullable().optional()
|
|
13
|
+
}).describe("Pagination metadata for navigating through results.");
|
|
14
|
+
const PlausibleAnalyticsListTeams_TeamSchema = z.object({
|
|
15
|
+
id: z.string().describe("Unique identifier for the team.").nullable().optional(),
|
|
16
|
+
name: z.string().describe("Name of the team.").nullable().optional(),
|
|
17
|
+
api_available: z.boolean().describe("Indicates whether the API is available for this team.").nullable().optional()
|
|
18
|
+
}).describe("Represents a single team available to the API key owner.");
|
|
19
|
+
const plausibleAnalyticsListTeams = action("PLAUSIBLE_ANALYTICS_LIST_TEAMS", {
|
|
20
|
+
slug: "plausible_analytics-list-teams",
|
|
21
|
+
name: "List Teams",
|
|
22
|
+
description: "Tool to list all teams available for the API key owner. Use when you need to retrieve teams for site provisioning to a specific team.",
|
|
23
|
+
input: PlausibleAnalyticsListTeamsInput,
|
|
24
|
+
output: z.object({
|
|
25
|
+
meta: PlausibleAnalyticsListTeams_PaginationMetaSchema.nullable().optional(),
|
|
26
|
+
teams: z.array(PlausibleAnalyticsListTeams_TeamSchema).describe("List of teams available for the API key owner.")
|
|
27
|
+
}).describe("Response containing the list of teams available for the API key owner.")
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
export { plausibleAnalyticsListTeams };
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=list-teams.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-teams.mjs","names":[],"sources":["../../src/actions/list-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlausibleAnalyticsListTeamsInput: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Pagination cursor for fetching the next page of results.\").optional(),\n limit: z.number().int().describe(\"Maximum number of teams to return per page. Defaults to 100 if not specified.\").optional(),\n before: z.string().describe(\"Pagination cursor for fetching the previous page of results.\").optional(),\n}).describe(\"Request model for listing all teams available for the API key owner.\");\nconst PlausibleAnalyticsListTeams_PaginationMetaSchema: z.ZodTypeAny = z.object({\n after: z.string().describe(\"Cursor for fetching the next page of results. Use this value in the 'after' parameter of the next request.\").nullable().optional(),\n limit: z.number().int().describe(\"The pagination limit applied to this response.\").nullable().optional(),\n before: z.string().describe(\"Cursor for fetching the previous page of results. Use this value in the 'before' parameter of the next request.\").nullable().optional(),\n}).describe(\"Pagination metadata for navigating through results.\");\nconst PlausibleAnalyticsListTeams_TeamSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the team.\").nullable().optional(),\n name: z.string().describe(\"Name of the team.\").nullable().optional(),\n api_available: z.boolean().describe(\"Indicates whether the API is available for this team.\").nullable().optional(),\n}).describe(\"Represents a single team available to the API key owner.\");\nexport const PlausibleAnalyticsListTeamsOutput: z.ZodTypeAny = z.object({\n meta: PlausibleAnalyticsListTeams_PaginationMetaSchema.nullable().optional(),\n teams: z.array(PlausibleAnalyticsListTeams_TeamSchema).describe(\"List of teams available for the API key owner.\"),\n}).describe(\"Response containing the list of teams available for the API key owner.\");\n\nexport const plausibleAnalyticsListTeams = action(\"PLAUSIBLE_ANALYTICS_LIST_TEAMS\", {\n slug: \"plausible_analytics-list-teams\",\n name: \"List Teams\",\n description: \"Tool to list all teams available for the API key owner. Use when you need to retrieve teams for site provisioning to a specific team.\",\n input: PlausibleAnalyticsListTeamsInput,\n output: PlausibleAnalyticsListTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAChG,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CAC3H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAM,mDAAiE,EAAE,OAAO;CAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7J,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrK,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAMtE,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV6D,EAAE,OAAO;EACtE,MAAM,iDAAiD,SAAS,CAAC,CAAC,SAAS;EAC3E,OAAO,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,gDAAgD;CAClH,CAAC,CAAC,CAAC,SAAS,wEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/query-stats.ts
|
|
4
|
+
const PlausibleAnalyticsQueryStatsInput = zod.z.object({
|
|
5
|
+
filters: zod.z.array(zod.z.array(zod.z.union([zod.z.string(), zod.z.array(zod.z.string())]))).describe("Array of filter conditions to apply to the query. Each filter is an array with format: [dimension, operator, value]. Operators: 'is', 'is_not', 'contains', 'does_not_contain'. Example: [['event:page', 'is', '/blog'], ['visit:country', 'is', 'US']].").optional(),
|
|
6
|
+
metrics: zod.z.array(zod.z.string()).describe("List of metrics to calculate. Available metrics: 'visitors' (unique visitors), 'visits' (total visits), 'pageviews' (total page views), 'views_per_visit' (average pages per visit), 'bounce_rate' (percentage of single-page visits), 'visit_duration' (average visit duration in seconds), 'events' (total events), 'scroll_depth' (average scroll depth percentage), 'percentage' (percentage of total), 'conversion_rate', 'group_conversion_rate', 'average_revenue', 'total_revenue', 'time_on_page' (average time on page in seconds)."),
|
|
7
|
+
site_id: zod.z.string().describe("Domain of your site on Plausible to be queried (e.g., 'example.com', 'composio')."),
|
|
8
|
+
date_range: zod.z.union([zod.z.string(), zod.z.array(zod.z.string())]),
|
|
9
|
+
dimensions: zod.z.array(zod.z.string()).describe("List of dimensions to group results by. Common dimensions: 'event:goal' (goal names), 'event:page' (page paths), 'event:hostname' (hostnames), 'visit:source' (traffic sources), 'visit:referrer' (referrer URLs), 'visit:utm_medium', 'visit:utm_source', 'visit:utm_campaign', 'visit:device' (device types), 'visit:browser', 'visit:os' (operating systems), 'visit:country', 'visit:region', 'visit:city'.").optional()
|
|
10
|
+
}).describe("Request model for querying analytics stats for a site using the Stats API v2.");
|
|
11
|
+
const PlausibleAnalyticsQueryStats_QueryStatsResponseMetaSchema = zod.z.object({ warnings: zod.z.array(zod.z.string()).describe("List of warnings related to the query execution.").nullable().optional() }).describe("Metadata about the query including warnings.");
|
|
12
|
+
const PlausibleAnalyticsQueryStats_QueryStatsResponseResultSchema = zod.z.object({
|
|
13
|
+
metrics: zod.z.array(zod.z.union([zod.z.number().int(), zod.z.number()])).describe("Values for the metrics specified in the query (order matches the metrics array)."),
|
|
14
|
+
dimensions: zod.z.array(zod.z.union([
|
|
15
|
+
zod.z.string(),
|
|
16
|
+
zod.z.number().int(),
|
|
17
|
+
zod.z.number()
|
|
18
|
+
])).describe("Values for the dimensions specified in the query (order matches the dimensions array).").nullable().optional()
|
|
19
|
+
}).describe("Individual result object with metrics and dimension values.");
|
|
20
|
+
const PlausibleAnalyticsQueryStatsOutput = zod.z.object({
|
|
21
|
+
meta: PlausibleAnalyticsQueryStats_QueryStatsResponseMetaSchema.nullable().optional(),
|
|
22
|
+
results: zod.z.array(PlausibleAnalyticsQueryStats_QueryStatsResponseResultSchema).describe("Array of result objects with metrics and dimension values.")
|
|
23
|
+
}).describe("Response containing query results and metadata.");
|
|
24
|
+
const plausibleAnalyticsQueryStats = require_action.action("PLAUSIBLE_ANALYTICS_QUERY_STATS", {
|
|
25
|
+
slug: "plausible_analytics-query-stats",
|
|
26
|
+
name: "Query Analytics Stats",
|
|
27
|
+
description: "Tool to query analytics stats for a site using the Stats API v2. Use when you need to retrieve historical or real-time statistics such as visitors, pageviews, bounce rate, visit duration, and more. Supports filtering, grouping by dimensions, and custom date ranges.",
|
|
28
|
+
input: PlausibleAnalyticsQueryStatsInput,
|
|
29
|
+
output: PlausibleAnalyticsQueryStatsOutput
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
exports.plausibleAnalyticsQueryStats = plausibleAnalyticsQueryStats;
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=query-stats.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-stats.cjs","names":["z","action"],"sources":["../../src/actions/query-stats.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlausibleAnalyticsQueryStatsInput: z.ZodTypeAny = z.object({\n filters: z.array(z.array(z.union([z.string(), z.array(z.string())]))).describe(\"Array of filter conditions to apply to the query. Each filter is an array with format: [dimension, operator, value]. Operators: 'is', 'is_not', 'contains', 'does_not_contain'. Example: [['event:page', 'is', '/blog'], ['visit:country', 'is', 'US']].\").optional(),\n metrics: z.array(z.string()).describe(\"List of metrics to calculate. Available metrics: 'visitors' (unique visitors), 'visits' (total visits), 'pageviews' (total page views), 'views_per_visit' (average pages per visit), 'bounce_rate' (percentage of single-page visits), 'visit_duration' (average visit duration in seconds), 'events' (total events), 'scroll_depth' (average scroll depth percentage), 'percentage' (percentage of total), 'conversion_rate', 'group_conversion_rate', 'average_revenue', 'total_revenue', 'time_on_page' (average time on page in seconds).\"),\n site_id: z.string().describe(\"Domain of your site on Plausible to be queried (e.g., 'example.com', 'composio').\"),\n date_range: z.union([z.string(), z.array(z.string())]),\n dimensions: z.array(z.string()).describe(\"List of dimensions to group results by. Common dimensions: 'event:goal' (goal names), 'event:page' (page paths), 'event:hostname' (hostnames), 'visit:source' (traffic sources), 'visit:referrer' (referrer URLs), 'visit:utm_medium', 'visit:utm_source', 'visit:utm_campaign', 'visit:device' (device types), 'visit:browser', 'visit:os' (operating systems), 'visit:country', 'visit:region', 'visit:city'.\").optional(),\n}).describe(\"Request model for querying analytics stats for a site using the Stats API v2.\");\nconst PlausibleAnalyticsQueryStats_QueryStatsResponseMetaSchema: z.ZodTypeAny = z.object({\n warnings: z.array(z.string()).describe(\"List of warnings related to the query execution.\").nullable().optional(),\n}).describe(\"Metadata about the query including warnings.\");\nconst PlausibleAnalyticsQueryStats_QueryStatsResponseResultSchema: z.ZodTypeAny = z.object({\n metrics: z.array(z.union([z.number().int(), z.number()])).describe(\"Values for the metrics specified in the query (order matches the metrics array).\"),\n dimensions: z.array(z.union([z.string(), z.number().int(), z.number()])).describe(\"Values for the dimensions specified in the query (order matches the dimensions array).\").nullable().optional(),\n}).describe(\"Individual result object with metrics and dimension values.\");\nexport const PlausibleAnalyticsQueryStatsOutput: z.ZodTypeAny = z.object({\n meta: PlausibleAnalyticsQueryStats_QueryStatsResponseMetaSchema.nullable().optional(),\n results: z.array(PlausibleAnalyticsQueryStats_QueryStatsResponseResultSchema).describe(\"Array of result objects with metrics and dimension values.\"),\n}).describe(\"Response containing query results and metadata.\");\n\nexport const plausibleAnalyticsQueryStats = action(\"PLAUSIBLE_ANALYTICS_QUERY_STATS\", {\n slug: \"plausible_analytics-query-stats\",\n name: \"Query Analytics Stats\",\n description: \"Tool to query analytics stats for a site using the Stats API v2. Use when you need to retrieve historical or real-time statistics such as visitors, pageviews, bounce rate, visit duration, and more. Supports filtering, grouping by dimensions, and custom date ranges.\",\n input: PlausibleAnalyticsQueryStatsInput,\n output: PlausibleAnalyticsQueryStatsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,0PAA0P,CAAC,CAAC,SAAS;CACpV,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+gBAA+gB;CACrjB,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;CAChH,YAAYA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC;CACrD,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iZAAiZ,CAAC,CAAC,SAAS;AACvc,CAAC,CAAC,CAAC,SAAS,+EAA+E;AAC3F,MAAM,4DAA0EA,IAAAA,EAAE,OAAO,EACvF,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjH,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,8DAA4EA,IAAAA,EAAE,OAAO;CACzF,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,kFAAkF;CACrJ,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI;EAAGA,IAAAA,EAAE,OAAO;CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClM,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,MAAM,0DAA0D,SAAS,CAAC,CAAC,SAAS;CACpF,SAASA,IAAAA,EAAE,MAAM,2DAA2D,CAAC,CAAC,SAAS,4DAA4D;AACrJ,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,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/query-stats.d.ts
|
|
4
|
+
declare const PlausibleAnalyticsQueryStatsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PlausibleAnalyticsQueryStatsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const plausibleAnalyticsQueryStats: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { plausibleAnalyticsQueryStats };
|
|
9
|
+
//# sourceMappingURL=query-stats.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-stats.d.cts","names":[],"sources":["../../src/actions/query-stats.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAM0C;AAAA,cAQ/E,kCAAA,EAAoC,CAAA,CAAE,UAGW;AAAA,cAEjD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/query-stats.d.ts
|
|
4
|
+
declare const PlausibleAnalyticsQueryStatsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PlausibleAnalyticsQueryStatsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const plausibleAnalyticsQueryStats: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { plausibleAnalyticsQueryStats };
|
|
9
|
+
//# sourceMappingURL=query-stats.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-stats.d.mts","names":[],"sources":["../../src/actions/query-stats.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAM0C;AAAA,cAQ/E,kCAAA,EAAoC,CAAA,CAAE,UAGW;AAAA,cAEjD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/query-stats.ts
|
|
4
|
+
const PlausibleAnalyticsQueryStatsInput = z.object({
|
|
5
|
+
filters: z.array(z.array(z.union([z.string(), z.array(z.string())]))).describe("Array of filter conditions to apply to the query. Each filter is an array with format: [dimension, operator, value]. Operators: 'is', 'is_not', 'contains', 'does_not_contain'. Example: [['event:page', 'is', '/blog'], ['visit:country', 'is', 'US']].").optional(),
|
|
6
|
+
metrics: z.array(z.string()).describe("List of metrics to calculate. Available metrics: 'visitors' (unique visitors), 'visits' (total visits), 'pageviews' (total page views), 'views_per_visit' (average pages per visit), 'bounce_rate' (percentage of single-page visits), 'visit_duration' (average visit duration in seconds), 'events' (total events), 'scroll_depth' (average scroll depth percentage), 'percentage' (percentage of total), 'conversion_rate', 'group_conversion_rate', 'average_revenue', 'total_revenue', 'time_on_page' (average time on page in seconds)."),
|
|
7
|
+
site_id: z.string().describe("Domain of your site on Plausible to be queried (e.g., 'example.com', 'composio')."),
|
|
8
|
+
date_range: z.union([z.string(), z.array(z.string())]),
|
|
9
|
+
dimensions: z.array(z.string()).describe("List of dimensions to group results by. Common dimensions: 'event:goal' (goal names), 'event:page' (page paths), 'event:hostname' (hostnames), 'visit:source' (traffic sources), 'visit:referrer' (referrer URLs), 'visit:utm_medium', 'visit:utm_source', 'visit:utm_campaign', 'visit:device' (device types), 'visit:browser', 'visit:os' (operating systems), 'visit:country', 'visit:region', 'visit:city'.").optional()
|
|
10
|
+
}).describe("Request model for querying analytics stats for a site using the Stats API v2.");
|
|
11
|
+
const PlausibleAnalyticsQueryStats_QueryStatsResponseMetaSchema = z.object({ warnings: z.array(z.string()).describe("List of warnings related to the query execution.").nullable().optional() }).describe("Metadata about the query including warnings.");
|
|
12
|
+
const PlausibleAnalyticsQueryStats_QueryStatsResponseResultSchema = z.object({
|
|
13
|
+
metrics: z.array(z.union([z.number().int(), z.number()])).describe("Values for the metrics specified in the query (order matches the metrics array)."),
|
|
14
|
+
dimensions: z.array(z.union([
|
|
15
|
+
z.string(),
|
|
16
|
+
z.number().int(),
|
|
17
|
+
z.number()
|
|
18
|
+
])).describe("Values for the dimensions specified in the query (order matches the dimensions array).").nullable().optional()
|
|
19
|
+
}).describe("Individual result object with metrics and dimension values.");
|
|
20
|
+
const plausibleAnalyticsQueryStats = action("PLAUSIBLE_ANALYTICS_QUERY_STATS", {
|
|
21
|
+
slug: "plausible_analytics-query-stats",
|
|
22
|
+
name: "Query Analytics Stats",
|
|
23
|
+
description: "Tool to query analytics stats for a site using the Stats API v2. Use when you need to retrieve historical or real-time statistics such as visitors, pageviews, bounce rate, visit duration, and more. Supports filtering, grouping by dimensions, and custom date ranges.",
|
|
24
|
+
input: PlausibleAnalyticsQueryStatsInput,
|
|
25
|
+
output: z.object({
|
|
26
|
+
meta: PlausibleAnalyticsQueryStats_QueryStatsResponseMetaSchema.nullable().optional(),
|
|
27
|
+
results: z.array(PlausibleAnalyticsQueryStats_QueryStatsResponseResultSchema).describe("Array of result objects with metrics and dimension values.")
|
|
28
|
+
}).describe("Response containing query results and metadata.")
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
export { plausibleAnalyticsQueryStats };
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=query-stats.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query-stats.mjs","names":[],"sources":["../../src/actions/query-stats.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlausibleAnalyticsQueryStatsInput: z.ZodTypeAny = z.object({\n filters: z.array(z.array(z.union([z.string(), z.array(z.string())]))).describe(\"Array of filter conditions to apply to the query. Each filter is an array with format: [dimension, operator, value]. Operators: 'is', 'is_not', 'contains', 'does_not_contain'. Example: [['event:page', 'is', '/blog'], ['visit:country', 'is', 'US']].\").optional(),\n metrics: z.array(z.string()).describe(\"List of metrics to calculate. Available metrics: 'visitors' (unique visitors), 'visits' (total visits), 'pageviews' (total page views), 'views_per_visit' (average pages per visit), 'bounce_rate' (percentage of single-page visits), 'visit_duration' (average visit duration in seconds), 'events' (total events), 'scroll_depth' (average scroll depth percentage), 'percentage' (percentage of total), 'conversion_rate', 'group_conversion_rate', 'average_revenue', 'total_revenue', 'time_on_page' (average time on page in seconds).\"),\n site_id: z.string().describe(\"Domain of your site on Plausible to be queried (e.g., 'example.com', 'composio').\"),\n date_range: z.union([z.string(), z.array(z.string())]),\n dimensions: z.array(z.string()).describe(\"List of dimensions to group results by. Common dimensions: 'event:goal' (goal names), 'event:page' (page paths), 'event:hostname' (hostnames), 'visit:source' (traffic sources), 'visit:referrer' (referrer URLs), 'visit:utm_medium', 'visit:utm_source', 'visit:utm_campaign', 'visit:device' (device types), 'visit:browser', 'visit:os' (operating systems), 'visit:country', 'visit:region', 'visit:city'.\").optional(),\n}).describe(\"Request model for querying analytics stats for a site using the Stats API v2.\");\nconst PlausibleAnalyticsQueryStats_QueryStatsResponseMetaSchema: z.ZodTypeAny = z.object({\n warnings: z.array(z.string()).describe(\"List of warnings related to the query execution.\").nullable().optional(),\n}).describe(\"Metadata about the query including warnings.\");\nconst PlausibleAnalyticsQueryStats_QueryStatsResponseResultSchema: z.ZodTypeAny = z.object({\n metrics: z.array(z.union([z.number().int(), z.number()])).describe(\"Values for the metrics specified in the query (order matches the metrics array).\"),\n dimensions: z.array(z.union([z.string(), z.number().int(), z.number()])).describe(\"Values for the dimensions specified in the query (order matches the dimensions array).\").nullable().optional(),\n}).describe(\"Individual result object with metrics and dimension values.\");\nexport const PlausibleAnalyticsQueryStatsOutput: z.ZodTypeAny = z.object({\n meta: PlausibleAnalyticsQueryStats_QueryStatsResponseMetaSchema.nullable().optional(),\n results: z.array(PlausibleAnalyticsQueryStats_QueryStatsResponseResultSchema).describe(\"Array of result objects with metrics and dimension values.\"),\n}).describe(\"Response containing query results and metadata.\");\n\nexport const plausibleAnalyticsQueryStats = action(\"PLAUSIBLE_ANALYTICS_QUERY_STATS\", {\n slug: \"plausible_analytics-query-stats\",\n name: \"Query Analytics Stats\",\n description: \"Tool to query analytics stats for a site using the Stats API v2. Use when you need to retrieve historical or real-time statistics such as visitors, pageviews, bounce rate, visit duration, and more. Supports filtering, grouping by dimensions, and custom date ranges.\",\n input: PlausibleAnalyticsQueryStatsInput,\n output: PlausibleAnalyticsQueryStatsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO;CACtE,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,0PAA0P,CAAC,CAAC,SAAS;CACpV,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+gBAA+gB;CACrjB,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;CAChH,YAAY,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;CACrD,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iZAAiZ,CAAC,CAAC,SAAS;AACvc,CAAC,CAAC,CAAC,SAAS,+EAA+E;AAC3F,MAAM,4DAA0E,EAAE,OAAO,EACvF,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjH,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,8DAA4E,EAAE,OAAO;CACzF,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,kFAAkF;CACrJ,YAAY,EAAE,MAAM,EAAE,MAAM;EAAC,EAAE,OAAO;EAAG,EAAE,OAAO,CAAC,CAAC,IAAI;EAAG,EAAE,OAAO;CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClM,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAMzE,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV8D,EAAE,OAAO;EACvE,MAAM,0DAA0D,SAAS,CAAC,CAAC,SAAS;EACpF,SAAS,EAAE,MAAM,2DAA2D,CAAC,CAAC,SAAS,4DAA4D;CACrJ,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/record-event.ts
|
|
4
|
+
const PlausibleAnalyticsRecordEventInput = zod.z.object({
|
|
5
|
+
url: zod.z.string().describe("URL of the page where the event was triggered. UTM parameters will be automatically extracted (e.g., 'https://example.com/page?utm_source=google')."),
|
|
6
|
+
name: zod.z.string().describe("Name of the event. Use 'pageview' for page views, other names become custom events (e.g., 'signup', 'purchase', 'button_click')."),
|
|
7
|
+
props: zod.z.object({}).describe("Custom properties for the event as key-value pairs (max 30 properties). Values can be strings, numbers, or booleans.").optional(),
|
|
8
|
+
domain: zod.z.string().describe("Domain name of the site in Plausible (e.g., 'example.com')."),
|
|
9
|
+
revenue: zod.z.object({
|
|
10
|
+
amount: zod.z.string().describe("Revenue amount as a string (e.g., '10.50', '99.99')."),
|
|
11
|
+
currency: zod.z.string().describe("ISO 4217 currency code (e.g., USD, EUR, GBP).")
|
|
12
|
+
}).describe("Revenue data for the event.").optional(),
|
|
13
|
+
referrer: zod.z.string().describe("Referrer URL for this event (e.g., 'https://google.com/search').").optional(),
|
|
14
|
+
user_agent: zod.z.string().describe("Raw User-Agent string for unique visitor identification and device detection. Should be the actual user agent from the client's browser or app."),
|
|
15
|
+
interactive: zod.z.boolean().describe("Whether the event counts towards bounce rate. Default is true. Set to false for non-interactive events like automatic tracking.").optional(),
|
|
16
|
+
x_forwarded_for: zod.z.string().describe("IP address of the client for unique visitor counting and location data (e.g., '203.0.113.195'). If not provided, the server's IP will be used.").optional()
|
|
17
|
+
}).describe("Request model for recording a pageview or custom event.");
|
|
18
|
+
const PlausibleAnalyticsRecordEventOutput = zod.z.object({
|
|
19
|
+
message: zod.z.string().describe("Success or error message from the API."),
|
|
20
|
+
success: zod.z.boolean().describe("Whether the event was successfully recorded.")
|
|
21
|
+
}).describe("Response model for record event action.");
|
|
22
|
+
const plausibleAnalyticsRecordEvent = require_action.action("PLAUSIBLE_ANALYTICS_RECORD_EVENT", {
|
|
23
|
+
slug: "plausible_analytics-record-event",
|
|
24
|
+
name: "Record Event",
|
|
25
|
+
description: "Tool to record a pageview or custom event via the Plausible Events API. Use when tracking Android/iOS mobile apps or server-side tracking. Requires proper User-Agent and optionally X-Forwarded-For headers for unique visitor counting.",
|
|
26
|
+
input: PlausibleAnalyticsRecordEventInput,
|
|
27
|
+
output: PlausibleAnalyticsRecordEventOutput
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
exports.plausibleAnalyticsRecordEvent = plausibleAnalyticsRecordEvent;
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=record-event.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"record-event.cjs","names":["z","action"],"sources":["../../src/actions/record-event.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlausibleAnalyticsRecordEventInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the page where the event was triggered. UTM parameters will be automatically extracted (e.g., 'https://example.com/page?utm_source=google').\"),\n name: z.string().describe(\"Name of the event. Use 'pageview' for page views, other names become custom events (e.g., 'signup', 'purchase', 'button_click').\"),\n props: z.object({}).describe(\"Custom properties for the event as key-value pairs (max 30 properties). Values can be strings, numbers, or booleans.\").optional(),\n domain: z.string().describe(\"Domain name of the site in Plausible (e.g., 'example.com').\"),\n revenue: z.object({\n amount: z.string().describe(\"Revenue amount as a string (e.g., '10.50', '99.99').\"),\n currency: z.string().describe(\"ISO 4217 currency code (e.g., USD, EUR, GBP).\"),\n}).describe(\"Revenue data for the event.\").optional(),\n referrer: z.string().describe(\"Referrer URL for this event (e.g., 'https://google.com/search').\").optional(),\n user_agent: z.string().describe(\"Raw User-Agent string for unique visitor identification and device detection. Should be the actual user agent from the client's browser or app.\"),\n interactive: z.boolean().describe(\"Whether the event counts towards bounce rate. Default is true. Set to false for non-interactive events like automatic tracking.\").optional(),\n x_forwarded_for: z.string().describe(\"IP address of the client for unique visitor counting and location data (e.g., '203.0.113.195'). If not provided, the server's IP will be used.\").optional(),\n}).describe(\"Request model for recording a pageview or custom event.\");\nexport const PlausibleAnalyticsRecordEventOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Success or error message from the API.\"),\n success: z.boolean().describe(\"Whether the event was successfully recorded.\"),\n}).describe(\"Response model for record event action.\");\n\nexport const plausibleAnalyticsRecordEvent = action(\"PLAUSIBLE_ANALYTICS_RECORD_EVENT\", {\n slug: \"plausible_analytics-record-event\",\n name: \"Record Event\",\n description: \"Tool to record a pageview or custom event via the Plausible Events API. Use when tracking Android/iOS mobile apps or server-side tracking. Requires proper User-Agent and optionally X-Forwarded-For headers for unique visitor counting.\",\n input: PlausibleAnalyticsRecordEventInput,\n output: PlausibleAnalyticsRecordEventOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qJAAqJ;CAC9K,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kIAAkI;CAC5J,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sHAAsH,CAAC,CAAC,SAAS;CAC9J,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACzF,SAASA,IAAAA,EAAE,OAAO;EAClB,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EAClF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,CAAC,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAClD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC3G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ;CACjL,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;CAC9K,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gJAAgJ,CAAC,CAAC,SAAS;AAClM,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACrE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C;AAC9E,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,gCAAgCC,eAAAA,OAAO,oCAAoC;CACtF,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/record-event.d.ts
|
|
4
|
+
declare const PlausibleAnalyticsRecordEventInput: z.ZodTypeAny;
|
|
5
|
+
declare const PlausibleAnalyticsRecordEventOutput: z.ZodTypeAny;
|
|
6
|
+
declare const plausibleAnalyticsRecordEvent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { plausibleAnalyticsRecordEvent };
|
|
9
|
+
//# sourceMappingURL=record-event.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"record-event.d.cts","names":[],"sources":["../../src/actions/record-event.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAamB;AAAA,cACzD,mCAAA,EAAqC,CAAA,CAAE,UAGE;AAAA,cAEzC,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/record-event.d.ts
|
|
4
|
+
declare const PlausibleAnalyticsRecordEventInput: z.ZodTypeAny;
|
|
5
|
+
declare const PlausibleAnalyticsRecordEventOutput: z.ZodTypeAny;
|
|
6
|
+
declare const plausibleAnalyticsRecordEvent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { plausibleAnalyticsRecordEvent };
|
|
9
|
+
//# sourceMappingURL=record-event.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"record-event.d.mts","names":[],"sources":["../../src/actions/record-event.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAamB;AAAA,cACzD,mCAAA,EAAqC,CAAA,CAAE,UAGE;AAAA,cAEzC,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const plausibleAnalyticsRecordEvent = action("PLAUSIBLE_ANALYTICS_RECORD_EVENT", {
|
|
4
|
+
slug: "plausible_analytics-record-event",
|
|
5
|
+
name: "Record Event",
|
|
6
|
+
description: "Tool to record a pageview or custom event via the Plausible Events API. Use when tracking Android/iOS mobile apps or server-side tracking. Requires proper User-Agent and optionally X-Forwarded-For headers for unique visitor counting.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
url: z.string().describe("URL of the page where the event was triggered. UTM parameters will be automatically extracted (e.g., 'https://example.com/page?utm_source=google')."),
|
|
9
|
+
name: z.string().describe("Name of the event. Use 'pageview' for page views, other names become custom events (e.g., 'signup', 'purchase', 'button_click')."),
|
|
10
|
+
props: z.object({}).describe("Custom properties for the event as key-value pairs (max 30 properties). Values can be strings, numbers, or booleans.").optional(),
|
|
11
|
+
domain: z.string().describe("Domain name of the site in Plausible (e.g., 'example.com')."),
|
|
12
|
+
revenue: z.object({
|
|
13
|
+
amount: z.string().describe("Revenue amount as a string (e.g., '10.50', '99.99')."),
|
|
14
|
+
currency: z.string().describe("ISO 4217 currency code (e.g., USD, EUR, GBP).")
|
|
15
|
+
}).describe("Revenue data for the event.").optional(),
|
|
16
|
+
referrer: z.string().describe("Referrer URL for this event (e.g., 'https://google.com/search').").optional(),
|
|
17
|
+
user_agent: z.string().describe("Raw User-Agent string for unique visitor identification and device detection. Should be the actual user agent from the client's browser or app."),
|
|
18
|
+
interactive: z.boolean().describe("Whether the event counts towards bounce rate. Default is true. Set to false for non-interactive events like automatic tracking.").optional(),
|
|
19
|
+
x_forwarded_for: z.string().describe("IP address of the client for unique visitor counting and location data (e.g., '203.0.113.195'). If not provided, the server's IP will be used.").optional()
|
|
20
|
+
}).describe("Request model for recording a pageview or custom event."),
|
|
21
|
+
output: z.object({
|
|
22
|
+
message: z.string().describe("Success or error message from the API."),
|
|
23
|
+
success: z.boolean().describe("Whether the event was successfully recorded.")
|
|
24
|
+
}).describe("Response model for record event action.")
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
export { plausibleAnalyticsRecordEvent };
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=record-event.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"record-event.mjs","names":[],"sources":["../../src/actions/record-event.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PlausibleAnalyticsRecordEventInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the page where the event was triggered. UTM parameters will be automatically extracted (e.g., 'https://example.com/page?utm_source=google').\"),\n name: z.string().describe(\"Name of the event. Use 'pageview' for page views, other names become custom events (e.g., 'signup', 'purchase', 'button_click').\"),\n props: z.object({}).describe(\"Custom properties for the event as key-value pairs (max 30 properties). Values can be strings, numbers, or booleans.\").optional(),\n domain: z.string().describe(\"Domain name of the site in Plausible (e.g., 'example.com').\"),\n revenue: z.object({\n amount: z.string().describe(\"Revenue amount as a string (e.g., '10.50', '99.99').\"),\n currency: z.string().describe(\"ISO 4217 currency code (e.g., USD, EUR, GBP).\"),\n}).describe(\"Revenue data for the event.\").optional(),\n referrer: z.string().describe(\"Referrer URL for this event (e.g., 'https://google.com/search').\").optional(),\n user_agent: z.string().describe(\"Raw User-Agent string for unique visitor identification and device detection. Should be the actual user agent from the client's browser or app.\"),\n interactive: z.boolean().describe(\"Whether the event counts towards bounce rate. Default is true. Set to false for non-interactive events like automatic tracking.\").optional(),\n x_forwarded_for: z.string().describe(\"IP address of the client for unique visitor counting and location data (e.g., '203.0.113.195'). If not provided, the server's IP will be used.\").optional(),\n}).describe(\"Request model for recording a pageview or custom event.\");\nexport const PlausibleAnalyticsRecordEventOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Success or error message from the API.\"),\n success: z.boolean().describe(\"Whether the event was successfully recorded.\"),\n}).describe(\"Response model for record event action.\");\n\nexport const plausibleAnalyticsRecordEvent = action(\"PLAUSIBLE_ANALYTICS_RECORD_EVENT\", {\n slug: \"plausible_analytics-record-event\",\n name: \"Record Event\",\n description: \"Tool to record a pageview or custom event via the Plausible Events API. Use when tracking Android/iOS mobile apps or server-side tracking. Requires proper User-Agent and optionally X-Forwarded-For headers for unique visitor counting.\",\n input: PlausibleAnalyticsRecordEventInput,\n output: PlausibleAnalyticsRecordEventOutput,\n});\n"],"mappings":";;AAuBA,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvB8D,EAAE,OAAO;EACvE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qJAAqJ;EAC9K,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kIAAkI;EAC5J,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sHAAsH,CAAC,CAAC,SAAS;EAC9J,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;EACzF,SAAS,EAAE,OAAO;GAClB,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;GAClF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC/E,CAAC,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EAClD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;EAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ;EACjL,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;EAC9K,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,gJAAgJ,CAAC,CAAC,SAAS;CAClM,CAAC,CAAC,CAAC,SAAS,yDAUH;CACP,QAV+D,EAAE,OAAO;EACxE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACrE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C;CAC9E,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
//#region src/app.ts
|
|
2
|
+
const plausibleAnalytics = (0, require("@keystrokehq/keystroke/app").defineApp)({
|
|
3
|
+
slug: "plausible_analytics",
|
|
4
|
+
auth: "keystroke"
|
|
5
|
+
});
|
|
6
|
+
//#endregion
|
|
7
|
+
exports.plausibleAnalytics = plausibleAnalytics;
|
|
8
|
+
|
|
9
|
+
//# sourceMappingURL=app.cjs.map
|
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 plausibleAnalytics = defineApp({\n slug: \"plausible_analytics\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,sBAAA,uCAAA,CAAA,CAAA,UAAA,CAA+B;CAC1C,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,kBAAA,6BAAkB,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,kBAAA,6BAAkB,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
//#region src/app.ts
|
|
3
|
+
const plausibleAnalytics = defineApp({
|
|
4
|
+
slug: "plausible_analytics",
|
|
5
|
+
auth: "keystroke"
|
|
6
|
+
});
|
|
7
|
+
//#endregion
|
|
8
|
+
export { plausibleAnalytics };
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=app.mjs.map
|
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 plausibleAnalytics = defineApp({\n slug: \"plausible_analytics\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,qBAAqB,UAAU;CAC1C,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 plausibleAnalyticsCatalog = {
|
|
4
|
+
"slug": "plausible_analytics",
|
|
5
|
+
"name": "Plausible Analytics",
|
|
6
|
+
"description": "Privacy-focused web analytics platform that provides simple, lightweight, and GDPR-compliant website statistics",
|
|
7
|
+
"category": "Analytics",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/plausible_analytics",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.plausibleAnalyticsCatalog = plausibleAnalyticsCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|