@keystrokehq/plausible_analytics 0.1.4 → 0.1.5

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.
Files changed (41) hide show
  1. package/dist/actions/check-health.d.cts +15 -1
  2. package/dist/actions/check-health.d.cts.map +1 -1
  3. package/dist/actions/check-health.d.mts +15 -1
  4. package/dist/actions/check-health.d.mts.map +1 -1
  5. package/dist/actions/get-breakdown-stats.d.cts +15 -1
  6. package/dist/actions/get-breakdown-stats.d.mts +15 -1
  7. package/dist/actions/get-plugin-capabilities.d.cts +15 -1
  8. package/dist/actions/get-plugin-capabilities.d.cts.map +1 -1
  9. package/dist/actions/get-plugin-capabilities.d.mts +15 -1
  10. package/dist/actions/get-plugin-capabilities.d.mts.map +1 -1
  11. package/dist/actions/get-realtime-visitors.d.cts +15 -1
  12. package/dist/actions/get-realtime-visitors.d.mts +15 -1
  13. package/dist/actions/get-site.d.cts +15 -1
  14. package/dist/actions/get-site.d.mts +15 -1
  15. package/dist/actions/get-timeseries-stats.d.cts +15 -1
  16. package/dist/actions/get-timeseries-stats.d.mts +15 -1
  17. package/dist/actions/list-custom-props.d.cts +15 -1
  18. package/dist/actions/list-custom-props.d.mts +15 -1
  19. package/dist/actions/list-goals.d.cts +15 -1
  20. package/dist/actions/list-goals.d.mts +15 -1
  21. package/dist/actions/list-guests.d.cts +15 -1
  22. package/dist/actions/list-guests.d.mts +15 -1
  23. package/dist/actions/list-sites.d.cts +15 -1
  24. package/dist/actions/list-sites.d.mts +15 -1
  25. package/dist/actions/list-teams.d.cts +15 -1
  26. package/dist/actions/list-teams.d.mts +15 -1
  27. package/dist/actions/query-stats.d.cts +15 -1
  28. package/dist/actions/query-stats.d.mts +15 -1
  29. package/dist/actions/record-event.d.cts +15 -1
  30. package/dist/actions/record-event.d.cts.map +1 -1
  31. package/dist/actions/record-event.d.mts +15 -1
  32. package/dist/actions/record-event.d.mts.map +1 -1
  33. package/dist/app.cjs +8 -2
  34. package/dist/app.cjs.map +1 -1
  35. package/dist/app.d.cts +10 -1
  36. package/dist/app.d.cts.map +1 -1
  37. package/dist/app.d.mts +10 -1
  38. package/dist/app.d.mts.map +1 -1
  39. package/dist/app.mjs +6 -1
  40. package/dist/app.mjs.map +1 -1
  41. package/package.json +1 -1
@@ -6,7 +6,21 @@ declare const PlausibleAnalyticsCheckHealthOutput: z.ZodObject<{
6
6
  status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7
7
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8
8
  }, z.core.$loose>;
9
- declare const plausibleAnalyticsCheckHealth: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
9
+ declare const plausibleAnalyticsCheckHealth: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
10
+ connectionId: z.ZodString;
11
+ entityId: z.ZodString;
12
+ instanceId: z.ZodString;
13
+ }, z.core.$strip>, z.ZodObject<{
14
+ full: z.ZodString;
15
+ generic_api_key: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ full: z.ZodString;
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>;
10
24
  //#endregion
11
25
  export { plausibleAnalyticsCheckHealth };
12
26
  //# sourceMappingURL=check-health.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"check-health.d.cts","names":[],"sources":["../../src/actions/check-health.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAClC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;cAKnC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"check-health.d.cts","names":[],"sources":["../../src/actions/check-health.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAClC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;cAKnC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,wBAAA,CAAA,CAAA,SAAA"}
@@ -6,7 +6,21 @@ declare const PlausibleAnalyticsCheckHealthOutput: z.ZodObject<{
6
6
  status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7
7
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8
8
  }, z.core.$loose>;
9
- declare const plausibleAnalyticsCheckHealth: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
9
+ declare const plausibleAnalyticsCheckHealth: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
10
+ connectionId: z.ZodString;
11
+ entityId: z.ZodString;
12
+ instanceId: z.ZodString;
13
+ }, z.core.$strip>, z.ZodObject<{
14
+ full: z.ZodString;
15
+ generic_api_key: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ full: z.ZodString;
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>;
10
24
  //#endregion
11
25
  export { plausibleAnalyticsCheckHealth };
12
26
  //# sourceMappingURL=check-health.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"check-health.d.mts","names":[],"sources":["../../src/actions/check-health.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAClC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;cAKnC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"check-health.d.mts","names":[],"sources":["../../src/actions/check-health.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAClC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;cAKnC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,wBAAA,CAAA,CAAA,SAAA"}
@@ -52,7 +52,21 @@ declare const plausibleAnalyticsGetBreakdownStats: import("@keystrokehq/action")
52
52
  period?: string | undefined;
53
53
  filters?: string | undefined;
54
54
  metrics?: string | undefined;
55
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
55
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
56
+ connectionId: z.ZodString;
57
+ entityId: z.ZodString;
58
+ instanceId: z.ZodString;
59
+ }, z.core.$strip>, z.ZodObject<{
60
+ full: z.ZodString;
61
+ generic_api_key: z.ZodString;
62
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
63
+ connectionId: z.ZodString;
64
+ entityId: z.ZodString;
65
+ instanceId: z.ZodString;
66
+ }, z.core.$strip>, z.ZodObject<{
67
+ full: z.ZodString;
68
+ generic_api_key: z.ZodString;
69
+ }, z.core.$strip>>]>;
56
70
  //#endregion
57
71
  export { plausibleAnalyticsGetBreakdownStats };
58
72
  //# sourceMappingURL=get-breakdown-stats.d.cts.map
@@ -52,7 +52,21 @@ declare const plausibleAnalyticsGetBreakdownStats: import("@keystrokehq/action")
52
52
  period?: string | undefined;
53
53
  filters?: string | undefined;
54
54
  metrics?: string | undefined;
55
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
55
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
56
+ connectionId: z.ZodString;
57
+ entityId: z.ZodString;
58
+ instanceId: z.ZodString;
59
+ }, z.core.$strip>, z.ZodObject<{
60
+ full: z.ZodString;
61
+ generic_api_key: z.ZodString;
62
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
63
+ connectionId: z.ZodString;
64
+ entityId: z.ZodString;
65
+ instanceId: z.ZodString;
66
+ }, z.core.$strip>, z.ZodObject<{
67
+ full: z.ZodString;
68
+ generic_api_key: z.ZodString;
69
+ }, z.core.$strip>>]>;
56
70
  //#endregion
57
71
  export { plausibleAnalyticsGetBreakdownStats };
58
72
  //# sourceMappingURL=get-breakdown-stats.d.mts.map
@@ -19,7 +19,21 @@ declare const PlausibleAnalyticsGetPluginCapabilitiesOutput: z.ZodObject<{
19
19
  authorized: z.ZodNullable<z.ZodBoolean>;
20
20
  data_domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
21
  }, z.core.$loose>;
22
- declare const plausibleAnalyticsGetPluginCapabilities: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ declare const plausibleAnalyticsGetPluginCapabilities: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ full: z.ZodString;
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ full: z.ZodString;
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>;
23
37
  //#endregion
24
38
  export { plausibleAnalyticsGetPluginCapabilities };
25
39
  //# sourceMappingURL=get-plugin-capabilities.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-plugin-capabilities.d.cts","names":[],"sources":["../../src/actions/get-plugin-capabilities.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAc5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAM7C,uCAAA,gCAAuC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-plugin-capabilities.d.cts","names":[],"sources":["../../src/actions/get-plugin-capabilities.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAc5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAM7C,uCAAA,gCAAuC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,wBAAA,CAAA,CAAA,SAAA"}
@@ -19,7 +19,21 @@ declare const PlausibleAnalyticsGetPluginCapabilitiesOutput: z.ZodObject<{
19
19
  authorized: z.ZodNullable<z.ZodBoolean>;
20
20
  data_domain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
21
  }, z.core.$loose>;
22
- declare const plausibleAnalyticsGetPluginCapabilities: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ declare const plausibleAnalyticsGetPluginCapabilities: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ full: z.ZodString;
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ full: z.ZodString;
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>;
23
37
  //#endregion
24
38
  export { plausibleAnalyticsGetPluginCapabilities };
25
39
  //# sourceMappingURL=get-plugin-capabilities.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-plugin-capabilities.d.mts","names":[],"sources":["../../src/actions/get-plugin-capabilities.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAc5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAM7C,uCAAA,gCAAuC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-plugin-capabilities.d.mts","names":[],"sources":["../../src/actions/get-plugin-capabilities.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAc5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAM7C,uCAAA,gCAAuC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,wBAAA,CAAA,CAAA,SAAA"}
@@ -9,7 +9,21 @@ declare const PlausibleAnalyticsGetRealtimeVisitorsOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const plausibleAnalyticsGetRealtimeVisitors: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  site_id: string;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ full: z.ZodString;
18
+ generic_api_key: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ full: z.ZodString;
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>;
13
27
  //#endregion
14
28
  export { plausibleAnalyticsGetRealtimeVisitors };
15
29
  //# sourceMappingURL=get-realtime-visitors.d.cts.map
@@ -9,7 +9,21 @@ declare const PlausibleAnalyticsGetRealtimeVisitorsOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const plausibleAnalyticsGetRealtimeVisitors: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  site_id: string;
12
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ full: z.ZodString;
18
+ generic_api_key: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ full: z.ZodString;
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>;
13
27
  //#endregion
14
28
  export { plausibleAnalyticsGetRealtimeVisitors };
15
29
  //# sourceMappingURL=get-realtime-visitors.d.mts.map
@@ -23,7 +23,21 @@ declare const PlausibleAnalyticsGetSiteOutput: z.ZodObject<{
23
23
  }, z.core.$loose>;
24
24
  declare const plausibleAnalyticsGetSite: import("@keystrokehq/action").WorkflowActionDefinition<{
25
25
  site_id: string;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ full: z.ZodString;
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ full: z.ZodString;
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>;
27
41
  //#endregion
28
42
  export { plausibleAnalyticsGetSite };
29
43
  //# sourceMappingURL=get-site.d.cts.map
@@ -23,7 +23,21 @@ declare const PlausibleAnalyticsGetSiteOutput: z.ZodObject<{
23
23
  }, z.core.$loose>;
24
24
  declare const plausibleAnalyticsGetSite: import("@keystrokehq/action").WorkflowActionDefinition<{
25
25
  site_id: string;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ full: z.ZodString;
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ full: z.ZodString;
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>;
27
41
  //#endregion
28
42
  export { plausibleAnalyticsGetSite };
29
43
  //# sourceMappingURL=get-site.d.mts.map
@@ -32,7 +32,21 @@ declare const plausibleAnalyticsGetTimeseriesStats: import("@keystrokehq/action"
32
32
  metrics?: string | undefined;
33
33
  interval?: "day" | "month" | undefined;
34
34
  with_imported?: boolean | undefined;
35
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
35
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ full: z.ZodString;
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
43
+ connectionId: z.ZodString;
44
+ entityId: z.ZodString;
45
+ instanceId: z.ZodString;
46
+ }, z.core.$strip>, z.ZodObject<{
47
+ full: z.ZodString;
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
36
50
  //#endregion
37
51
  export { plausibleAnalyticsGetTimeseriesStats };
38
52
  //# sourceMappingURL=get-timeseries-stats.d.cts.map
@@ -32,7 +32,21 @@ declare const plausibleAnalyticsGetTimeseriesStats: import("@keystrokehq/action"
32
32
  metrics?: string | undefined;
33
33
  interval?: "day" | "month" | undefined;
34
34
  with_imported?: boolean | undefined;
35
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
35
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ full: z.ZodString;
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
43
+ connectionId: z.ZodString;
44
+ entityId: z.ZodString;
45
+ instanceId: z.ZodString;
46
+ }, z.core.$strip>, z.ZodObject<{
47
+ full: z.ZodString;
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
36
50
  //#endregion
37
51
  export { plausibleAnalyticsGetTimeseriesStats };
38
52
  //# sourceMappingURL=get-timeseries-stats.d.mts.map
@@ -11,7 +11,21 @@ declare const PlausibleAnalyticsListCustomPropsOutput: z.ZodObject<{
11
11
  }, z.core.$loose>;
12
12
  declare const plausibleAnalyticsListCustomProps: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  site_id: string;
14
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ full: z.ZodString;
20
+ generic_api_key: z.ZodString;
21
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ full: z.ZodString;
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
15
29
  //#endregion
16
30
  export { plausibleAnalyticsListCustomProps };
17
31
  //# sourceMappingURL=list-custom-props.d.cts.map
@@ -11,7 +11,21 @@ declare const PlausibleAnalyticsListCustomPropsOutput: z.ZodObject<{
11
11
  }, z.core.$loose>;
12
12
  declare const plausibleAnalyticsListCustomProps: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  site_id: string;
14
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ full: z.ZodString;
20
+ generic_api_key: z.ZodString;
21
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ full: z.ZodString;
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
15
29
  //#endregion
16
30
  export { plausibleAnalyticsListCustomProps };
17
31
  //# sourceMappingURL=list-custom-props.d.mts.map
@@ -27,7 +27,21 @@ declare const plausibleAnalyticsListGoals: import("@keystrokehq/action").Workflo
27
27
  after?: number | undefined;
28
28
  limit?: number | undefined;
29
29
  before?: number | undefined;
30
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
30
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ full: z.ZodString;
36
+ generic_api_key: z.ZodString;
37
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ full: z.ZodString;
43
+ generic_api_key: z.ZodString;
44
+ }, z.core.$strip>>]>;
31
45
  //#endregion
32
46
  export { plausibleAnalyticsListGoals };
33
47
  //# sourceMappingURL=list-goals.d.cts.map
@@ -27,7 +27,21 @@ declare const plausibleAnalyticsListGoals: import("@keystrokehq/action").Workflo
27
27
  after?: number | undefined;
28
28
  limit?: number | undefined;
29
29
  before?: number | undefined;
30
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
30
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ full: z.ZodString;
36
+ generic_api_key: z.ZodString;
37
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ full: z.ZodString;
43
+ generic_api_key: z.ZodString;
44
+ }, z.core.$strip>>]>;
31
45
  //#endregion
32
46
  export { plausibleAnalyticsListGoals };
33
47
  //# sourceMappingURL=list-goals.d.mts.map
@@ -13,7 +13,21 @@ declare const PlausibleAnalyticsListGuestsOutput: z.ZodObject<{
13
13
  }, z.core.$loose>;
14
14
  declare const plausibleAnalyticsListGuests: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  site_id: string;
16
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ full: z.ZodString;
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ full: z.ZodString;
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
17
31
  //#endregion
18
32
  export { plausibleAnalyticsListGuests };
19
33
  //# sourceMappingURL=list-guests.d.cts.map
@@ -13,7 +13,21 @@ declare const PlausibleAnalyticsListGuestsOutput: z.ZodObject<{
13
13
  }, z.core.$loose>;
14
14
  declare const plausibleAnalyticsListGuests: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  site_id: string;
16
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ full: z.ZodString;
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ full: z.ZodString;
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
17
31
  //#endregion
18
32
  export { plausibleAnalyticsListGuests };
19
33
  //# sourceMappingURL=list-guests.d.mts.map
@@ -23,7 +23,21 @@ declare const plausibleAnalyticsListSites: import("@keystrokehq/action").Workflo
23
23
  limit?: number | undefined;
24
24
  before?: string | undefined;
25
25
  team_id?: string | undefined;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ full: z.ZodString;
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ full: z.ZodString;
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>;
27
41
  //#endregion
28
42
  export { plausibleAnalyticsListSites };
29
43
  //# sourceMappingURL=list-sites.d.cts.map
@@ -23,7 +23,21 @@ declare const plausibleAnalyticsListSites: import("@keystrokehq/action").Workflo
23
23
  limit?: number | undefined;
24
24
  before?: string | undefined;
25
25
  team_id?: string | undefined;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ full: z.ZodString;
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ full: z.ZodString;
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>;
27
41
  //#endregion
28
42
  export { plausibleAnalyticsListSites };
29
43
  //# sourceMappingURL=list-sites.d.mts.map
@@ -22,7 +22,21 @@ declare const plausibleAnalyticsListTeams: import("@keystrokehq/action").Workflo
22
22
  after?: string | undefined;
23
23
  limit?: number | undefined;
24
24
  before?: string | undefined;
25
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ full: z.ZodString;
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
33
+ connectionId: z.ZodString;
34
+ entityId: z.ZodString;
35
+ instanceId: z.ZodString;
36
+ }, z.core.$strip>, z.ZodObject<{
37
+ full: z.ZodString;
38
+ generic_api_key: z.ZodString;
39
+ }, z.core.$strip>>]>;
26
40
  //#endregion
27
41
  export { plausibleAnalyticsListTeams };
28
42
  //# sourceMappingURL=list-teams.d.cts.map
@@ -22,7 +22,21 @@ declare const plausibleAnalyticsListTeams: import("@keystrokehq/action").Workflo
22
22
  after?: string | undefined;
23
23
  limit?: number | undefined;
24
24
  before?: string | undefined;
25
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ full: z.ZodString;
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
33
+ connectionId: z.ZodString;
34
+ entityId: z.ZodString;
35
+ instanceId: z.ZodString;
36
+ }, z.core.$strip>, z.ZodObject<{
37
+ full: z.ZodString;
38
+ generic_api_key: z.ZodString;
39
+ }, z.core.$strip>>]>;
26
40
  //#endregion
27
41
  export { plausibleAnalyticsListTeams };
28
42
  //# sourceMappingURL=list-teams.d.mts.map
@@ -23,7 +23,21 @@ declare const plausibleAnalyticsQueryStats: import("@keystrokehq/action").Workfl
23
23
  date_range: string | string[];
24
24
  filters?: (string | string[])[][] | undefined;
25
25
  dimensions?: string[] | undefined;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ full: z.ZodString;
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ full: z.ZodString;
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>;
27
41
  //#endregion
28
42
  export { plausibleAnalyticsQueryStats };
29
43
  //# sourceMappingURL=query-stats.d.cts.map
@@ -23,7 +23,21 @@ declare const plausibleAnalyticsQueryStats: import("@keystrokehq/action").Workfl
23
23
  date_range: string | string[];
24
24
  filters?: (string | string[])[][] | undefined;
25
25
  dimensions?: string[] | undefined;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ full: z.ZodString;
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ full: z.ZodString;
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>;
27
41
  //#endregion
28
42
  export { plausibleAnalyticsQueryStats };
29
43
  //# sourceMappingURL=query-stats.d.mts.map
@@ -32,7 +32,21 @@ declare const plausibleAnalyticsRecordEvent: import("@keystrokehq/action").Workf
32
32
  referrer?: string | undefined;
33
33
  interactive?: boolean | undefined;
34
34
  x_forwarded_for?: string | undefined;
35
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
35
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ full: z.ZodString;
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
43
+ connectionId: z.ZodString;
44
+ entityId: z.ZodString;
45
+ instanceId: z.ZodString;
46
+ }, z.core.$strip>, z.ZodObject<{
47
+ full: z.ZodString;
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
36
50
  //#endregion
37
51
  export { plausibleAnalyticsRecordEvent };
38
52
  //# sourceMappingURL=record-event.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"record-event.d.cts","names":[],"sources":["../../src/actions/record-event.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAclC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;cAKnC,6BAAA,gCAA6B,wBAAA;;;;;UAMxC,MAAA"}
1
+ {"version":3,"file":"record-event.d.cts","names":[],"sources":["../../src/actions/record-event.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAclC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;cAKnC,6BAAA,gCAA6B,wBAAA"}
@@ -32,7 +32,21 @@ declare const plausibleAnalyticsRecordEvent: import("@keystrokehq/action").Workf
32
32
  referrer?: string | undefined;
33
33
  interactive?: boolean | undefined;
34
34
  x_forwarded_for?: string | undefined;
35
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
35
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ full: z.ZodString;
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
43
+ connectionId: z.ZodString;
44
+ entityId: z.ZodString;
45
+ instanceId: z.ZodString;
46
+ }, z.core.$strip>, z.ZodObject<{
47
+ full: z.ZodString;
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
36
50
  //#endregion
37
51
  export { plausibleAnalyticsRecordEvent };
38
52
  //# sourceMappingURL=record-event.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"record-event.d.mts","names":[],"sources":["../../src/actions/record-event.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAclC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;cAKnC,6BAAA,gCAA6B,wBAAA;;;;;UAMxC,MAAA"}
1
+ {"version":3,"file":"record-event.d.mts","names":[],"sources":["../../src/actions/record-event.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAclC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;cAKnC,6BAAA,gCAA6B,wBAAA"}
package/dist/app.cjs CHANGED
@@ -1,7 +1,13 @@
1
+ let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
2
+ let zod = require("zod");
1
3
  //#region src/app.ts
2
- const plausibleAnalytics = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const plausibleAnalytics = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "plausible_analytics",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: {
8
+ full: zod.z.string(),
9
+ generic_api_key: zod.z.string()
10
+ }
5
11
  });
6
12
  //#endregion
7
13
  exports.plausibleAnalytics = plausibleAnalytics;
package/dist/app.cjs.map CHANGED
@@ -1 +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"}
1
+ {"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const plausibleAnalytics = defineApp({\n slug: \"plausible_analytics\",\n auth: \"keystroke\",\n credential: {\n full: z.string(),\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,sBAAA,GAAA,2BAAA,UAAA,CAA+B;CAC1C,MAAM;CACN,MAAM;CACN,YAAY;EACV,MAAMA,IAAAA,EAAE,OAAO;EACf,iBAAiBA,IAAAA,EAAE,OAAO;CAC5B;AACF,CAAC"}
package/dist/app.d.cts CHANGED
@@ -1,5 +1,14 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const plausibleAnalytics: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const plausibleAnalytics: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ full: z.ZodString;
10
+ generic_api_key: z.ZodString;
11
+ }, z.core.$strip>>>;
3
12
  //#endregion
4
13
  export { plausibleAnalytics };
5
14
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,kBAAA,6BAAkB,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,kBAAA,6BAAkB,GAAA,+BAAA,UAAA,wBAAA,CAAA,CAAA,SAAA"}
package/dist/app.d.mts CHANGED
@@ -1,5 +1,14 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const plausibleAnalytics: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const plausibleAnalytics: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"plausible_analytics", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ full: z.ZodString;
10
+ generic_api_key: z.ZodString;
11
+ }, z.core.$strip>>>;
3
12
  //#endregion
4
13
  export { plausibleAnalytics };
5
14
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,kBAAA,6BAAkB,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,kBAAA,6BAAkB,GAAA,+BAAA,UAAA,wBAAA,CAAA,CAAA,SAAA"}
package/dist/app.mjs CHANGED
@@ -1,8 +1,13 @@
1
1
  import { defineApp } from "@keystrokehq/keystroke/app";
2
+ import { z } from "zod";
2
3
  //#region src/app.ts
3
4
  const plausibleAnalytics = defineApp({
4
5
  slug: "plausible_analytics",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: {
8
+ full: z.string(),
9
+ generic_api_key: z.string()
10
+ }
6
11
  });
7
12
  //#endregion
8
13
  export { plausibleAnalytics };
package/dist/app.mjs.map CHANGED
@@ -1 +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"}
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const plausibleAnalytics = defineApp({\n slug: \"plausible_analytics\",\n auth: \"keystroke\",\n credential: {\n full: z.string(),\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,qBAAqB,UAAU;CAC1C,MAAM;CACN,MAAM;CACN,YAAY;EACV,MAAM,EAAE,OAAO;EACf,iBAAiB,EAAE,OAAO;CAC5B;AACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/plausible_analytics",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"