@keystrokehq/serphouse 0.1.3 → 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 (63) hide show
  1. package/dist/actions/account-info.d.cts +13 -1
  2. package/dist/actions/account-info.d.cts.map +1 -1
  3. package/dist/actions/account-info.d.mts +13 -1
  4. package/dist/actions/account-info.d.mts.map +1 -1
  5. package/dist/actions/domain-list.d.cts +13 -1
  6. package/dist/actions/domain-list.d.cts.map +1 -1
  7. package/dist/actions/domain-list.d.mts +13 -1
  8. package/dist/actions/domain-list.d.mts.map +1 -1
  9. package/dist/actions/google-jobs-search.d.cts +13 -1
  10. package/dist/actions/google-jobs-search.d.mts +13 -1
  11. package/dist/actions/google-serp-advanced-scheduled.d.cts +13 -1
  12. package/dist/actions/google-serp-advanced-scheduled.d.mts +13 -1
  13. package/dist/actions/language-list.d.cts +13 -1
  14. package/dist/actions/language-list.d.mts +13 -1
  15. package/dist/actions/location-search.d.cts +13 -1
  16. package/dist/actions/location-search.d.mts +13 -1
  17. package/dist/actions/serp-check.d.cts +13 -1
  18. package/dist/actions/serp-check.d.mts +13 -1
  19. package/dist/actions/serp-live-get.d.cts +13 -1
  20. package/dist/actions/serp-live-get.d.mts +13 -1
  21. package/dist/actions/serp-live-post.d.cts +13 -1
  22. package/dist/actions/serp-live-post.d.mts +13 -1
  23. package/dist/actions/serp-schedule.d.cts +13 -1
  24. package/dist/actions/serp-schedule.d.mts +13 -1
  25. package/dist/actions/trends-categories-list.d.cts +13 -1
  26. package/dist/actions/trends-categories-list.d.cts.map +1 -1
  27. package/dist/actions/trends-categories-list.d.mts +13 -1
  28. package/dist/actions/trends-categories-list.d.mts.map +1 -1
  29. package/dist/actions/trends-check.d.cts +13 -1
  30. package/dist/actions/trends-check.d.mts +13 -1
  31. package/dist/actions/trends-country-list.d.cts +13 -1
  32. package/dist/actions/trends-country-list.d.cts.map +1 -1
  33. package/dist/actions/trends-country-list.d.mts +13 -1
  34. package/dist/actions/trends-country-list.d.mts.map +1 -1
  35. package/dist/actions/trends-get.d.cts +13 -1
  36. package/dist/actions/trends-get.d.mts +13 -1
  37. package/dist/actions/trends-language-list.d.cts +13 -1
  38. package/dist/actions/trends-language-list.d.cts.map +1 -1
  39. package/dist/actions/trends-language-list.d.mts +13 -1
  40. package/dist/actions/trends-language-list.d.mts.map +1 -1
  41. package/dist/actions/trends-schedule.d.cts +13 -1
  42. package/dist/actions/trends-schedule.d.mts +13 -1
  43. package/dist/actions/trends-search.d.cts +13 -1
  44. package/dist/actions/trends-search.d.mts +13 -1
  45. package/dist/actions/trends-timezone-list.d.cts +13 -1
  46. package/dist/actions/trends-timezone-list.d.cts.map +1 -1
  47. package/dist/actions/trends-timezone-list.d.mts +13 -1
  48. package/dist/actions/trends-timezone-list.d.mts.map +1 -1
  49. package/dist/app.cjs +5 -2
  50. package/dist/app.cjs.map +1 -1
  51. package/dist/app.d.cts +9 -1
  52. package/dist/app.d.cts.map +1 -1
  53. package/dist/app.d.mts +9 -1
  54. package/dist/app.d.mts.map +1 -1
  55. package/dist/app.mjs +3 -1
  56. package/dist/app.mjs.map +1 -1
  57. package/dist/catalog.cjs +1 -1
  58. package/dist/catalog.cjs.map +1 -1
  59. package/dist/catalog.d.cts +1 -1
  60. package/dist/catalog.d.mts +1 -1
  61. package/dist/catalog.mjs +1 -1
  62. package/dist/catalog.mjs.map +1 -1
  63. package/package.json +1 -1
@@ -19,7 +19,19 @@ declare const SerphouseAccountInfoOutput: z.ZodObject<{
19
19
  api_key: z.ZodNullable<z.ZodString>;
20
20
  }, z.core.$loose>>;
21
21
  }, z.core.$loose>;
22
- declare const serphouseAccountInfo: 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 serphouseAccountInfo: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ }, z.core.$strip>>]>;
23
35
  //#endregion
24
36
  export { serphouseAccountInfo };
25
37
  //# sourceMappingURL=account-info.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"account-info.d.cts","names":[],"sources":["../../src/actions/account-info.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAezB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAM1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"account-info.d.cts","names":[],"sources":["../../src/actions/account-info.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAezB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAM1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -19,7 +19,19 @@ declare const SerphouseAccountInfoOutput: z.ZodObject<{
19
19
  api_key: z.ZodNullable<z.ZodString>;
20
20
  }, z.core.$loose>>;
21
21
  }, z.core.$loose>;
22
- declare const serphouseAccountInfo: 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 serphouseAccountInfo: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ }, z.core.$strip>>]>;
23
35
  //#endregion
24
36
  export { serphouseAccountInfo };
25
37
  //# sourceMappingURL=account-info.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"account-info.d.mts","names":[],"sources":["../../src/actions/account-info.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAezB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAM1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"account-info.d.mts","names":[],"sources":["../../src/actions/account-info.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAezB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAM1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -7,7 +7,19 @@ declare const SerphouseDomainListOutput: z.ZodObject<{
7
7
  status: z.ZodNullable<z.ZodString>;
8
8
  results: z.ZodArray<z.ZodString>;
9
9
  }, z.core.$loose>;
10
- declare const serphouseDomainList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ declare const serphouseDomainList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ generic_api_key: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>;
11
23
  //#endregion
12
24
  export { serphouseDomainList };
13
25
  //# sourceMappingURL=domain-list.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"domain-list.d.cts","names":[],"sources":["../../src/actions/domain-list.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;cAMzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"domain-list.d.cts","names":[],"sources":["../../src/actions/domain-list.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;cAMzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -7,7 +7,19 @@ declare const SerphouseDomainListOutput: z.ZodObject<{
7
7
  status: z.ZodNullable<z.ZodString>;
8
8
  results: z.ZodArray<z.ZodString>;
9
9
  }, z.core.$loose>;
10
- declare const serphouseDomainList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ declare const serphouseDomainList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ generic_api_key: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>;
11
23
  //#endregion
12
24
  export { serphouseDomainList };
13
25
  //# sourceMappingURL=domain-list.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"domain-list.d.mts","names":[],"sources":["../../src/actions/domain-list.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;cAMzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"domain-list.d.mts","names":[],"sources":["../../src/actions/domain-list.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;cAMzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -34,7 +34,19 @@ declare const serphouseGoogleJobsSearch: import("@keystrokehq/action").WorkflowA
34
34
  loc?: string | undefined;
35
35
  loc_id?: number | undefined;
36
36
  date_range?: string | undefined;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
37
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ generic_api_key: z.ZodString;
43
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
38
50
  //#endregion
39
51
  export { serphouseGoogleJobsSearch };
40
52
  //# sourceMappingURL=google-jobs-search.d.cts.map
@@ -34,7 +34,19 @@ declare const serphouseGoogleJobsSearch: import("@keystrokehq/action").WorkflowA
34
34
  loc?: string | undefined;
35
35
  loc_id?: number | undefined;
36
36
  date_range?: string | undefined;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
37
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ generic_api_key: z.ZodString;
43
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
38
50
  //#endregion
39
51
  export { serphouseGoogleJobsSearch };
40
52
  //# sourceMappingURL=google-jobs-search.d.mts.map
@@ -45,7 +45,19 @@ declare const serphouseGoogleSerpAdvancedScheduled: import("@keystrokehq/action"
45
45
  pingback_url?: string | undefined;
46
46
  postback_url?: string | undefined;
47
47
  }[];
48
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
48
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
49
+ connectionId: z.ZodString;
50
+ entityId: z.ZodString;
51
+ instanceId: z.ZodString;
52
+ }, z.core.$strip>, z.ZodObject<{
53
+ generic_api_key: z.ZodString;
54
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
55
+ connectionId: z.ZodString;
56
+ entityId: z.ZodString;
57
+ instanceId: z.ZodString;
58
+ }, z.core.$strip>, z.ZodObject<{
59
+ generic_api_key: z.ZodString;
60
+ }, z.core.$strip>>]>;
49
61
  //#endregion
50
62
  export { serphouseGoogleSerpAdvancedScheduled };
51
63
  //# sourceMappingURL=google-serp-advanced-scheduled.d.cts.map
@@ -45,7 +45,19 @@ declare const serphouseGoogleSerpAdvancedScheduled: import("@keystrokehq/action"
45
45
  pingback_url?: string | undefined;
46
46
  postback_url?: string | undefined;
47
47
  }[];
48
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
48
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
49
+ connectionId: z.ZodString;
50
+ entityId: z.ZodString;
51
+ instanceId: z.ZodString;
52
+ }, z.core.$strip>, z.ZodObject<{
53
+ generic_api_key: z.ZodString;
54
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
55
+ connectionId: z.ZodString;
56
+ entityId: z.ZodString;
57
+ instanceId: z.ZodString;
58
+ }, z.core.$strip>, z.ZodObject<{
59
+ generic_api_key: z.ZodString;
60
+ }, z.core.$strip>>]>;
49
61
  //#endregion
50
62
  export { serphouseGoogleSerpAdvancedScheduled };
51
63
  //# sourceMappingURL=google-serp-advanced-scheduled.d.mts.map
@@ -15,7 +15,19 @@ declare const SerphouseLanguageListOutput: z.ZodObject<{
15
15
  }, z.core.$loose>;
16
16
  declare const serphouseLanguageList: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  type: "google" | "bing" | "yahoo";
18
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
19
31
  //#endregion
20
32
  export { serphouseLanguageList };
21
33
  //# sourceMappingURL=language-list.d.cts.map
@@ -15,7 +15,19 @@ declare const SerphouseLanguageListOutput: z.ZodObject<{
15
15
  }, z.core.$loose>;
16
16
  declare const serphouseLanguageList: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  type: "google" | "bing" | "yahoo";
18
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
19
+ connectionId: z.ZodString;
20
+ entityId: z.ZodString;
21
+ instanceId: z.ZodString;
22
+ }, z.core.$strip>, z.ZodObject<{
23
+ generic_api_key: z.ZodString;
24
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
25
+ connectionId: z.ZodString;
26
+ entityId: z.ZodString;
27
+ instanceId: z.ZodString;
28
+ }, z.core.$strip>, z.ZodObject<{
29
+ generic_api_key: z.ZodString;
30
+ }, z.core.$strip>>]>;
19
31
  //#endregion
20
32
  export { serphouseLanguageList };
21
33
  //# sourceMappingURL=language-list.d.mts.map
@@ -22,7 +22,19 @@ declare const SerphouseLocationSearchOutput: z.ZodObject<{
22
22
  declare const serphouseLocationSearch: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  q: string;
24
24
  type: "google" | "bing";
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<"serphouse", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
32
+ connectionId: z.ZodString;
33
+ entityId: z.ZodString;
34
+ instanceId: z.ZodString;
35
+ }, z.core.$strip>, z.ZodObject<{
36
+ generic_api_key: z.ZodString;
37
+ }, z.core.$strip>>]>;
26
38
  //#endregion
27
39
  export { serphouseLocationSearch };
28
40
  //# sourceMappingURL=location-search.d.cts.map
@@ -22,7 +22,19 @@ declare const SerphouseLocationSearchOutput: z.ZodObject<{
22
22
  declare const serphouseLocationSearch: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  q: string;
24
24
  type: "google" | "bing";
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<"serphouse", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
32
+ connectionId: z.ZodString;
33
+ entityId: z.ZodString;
34
+ instanceId: z.ZodString;
35
+ }, z.core.$strip>, z.ZodObject<{
36
+ generic_api_key: z.ZodString;
37
+ }, z.core.$strip>>]>;
26
38
  //#endregion
27
39
  export { serphouseLocationSearch };
28
40
  //# sourceMappingURL=location-search.d.mts.map
@@ -12,7 +12,19 @@ declare const SerphouseSerpCheckOutput: z.ZodObject<{
12
12
  }, z.core.$loose>;
13
13
  declare const serphouseSerpCheck: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  id: string;
15
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
16
+ connectionId: z.ZodString;
17
+ entityId: z.ZodString;
18
+ instanceId: z.ZodString;
19
+ }, z.core.$strip>, z.ZodObject<{
20
+ generic_api_key: z.ZodString;
21
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>;
16
28
  //#endregion
17
29
  export { serphouseSerpCheck };
18
30
  //# sourceMappingURL=serp-check.d.cts.map
@@ -12,7 +12,19 @@ declare const SerphouseSerpCheckOutput: z.ZodObject<{
12
12
  }, z.core.$loose>;
13
13
  declare const serphouseSerpCheck: import("@keystrokehq/action").WorkflowActionDefinition<{
14
14
  id: string;
15
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
16
+ connectionId: z.ZodString;
17
+ entityId: z.ZodString;
18
+ instanceId: z.ZodString;
19
+ }, z.core.$strip>, z.ZodObject<{
20
+ generic_api_key: z.ZodString;
21
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ }, z.core.$strip>>]>;
16
28
  //#endregion
17
29
  export { serphouseSerpCheck };
18
30
  //# sourceMappingURL=serp-check.d.mts.map
@@ -156,7 +156,19 @@ declare const serphouseSerpLiveGet: import("@keystrokehq/action").WorkflowAction
156
156
  date_range?: string | undefined;
157
157
  num_result?: string | undefined;
158
158
  responseType?: "html" | "json" | undefined;
159
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
159
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
160
+ connectionId: z.ZodString;
161
+ entityId: z.ZodString;
162
+ instanceId: z.ZodString;
163
+ }, z.core.$strip>, z.ZodObject<{
164
+ generic_api_key: z.ZodString;
165
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
166
+ connectionId: z.ZodString;
167
+ entityId: z.ZodString;
168
+ instanceId: z.ZodString;
169
+ }, z.core.$strip>, z.ZodObject<{
170
+ generic_api_key: z.ZodString;
171
+ }, z.core.$strip>>]>;
160
172
  //#endregion
161
173
  export { serphouseSerpLiveGet };
162
174
  //# sourceMappingURL=serp-live-get.d.cts.map
@@ -156,7 +156,19 @@ declare const serphouseSerpLiveGet: import("@keystrokehq/action").WorkflowAction
156
156
  date_range?: string | undefined;
157
157
  num_result?: string | undefined;
158
158
  responseType?: "html" | "json" | undefined;
159
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
159
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
160
+ connectionId: z.ZodString;
161
+ entityId: z.ZodString;
162
+ instanceId: z.ZodString;
163
+ }, z.core.$strip>, z.ZodObject<{
164
+ generic_api_key: z.ZodString;
165
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
166
+ connectionId: z.ZodString;
167
+ entityId: z.ZodString;
168
+ instanceId: z.ZodString;
169
+ }, z.core.$strip>, z.ZodObject<{
170
+ generic_api_key: z.ZodString;
171
+ }, z.core.$strip>>]>;
160
172
  //#endregion
161
173
  export { serphouseSerpLiveGet };
162
174
  //# sourceMappingURL=serp-live-get.d.mts.map
@@ -146,7 +146,19 @@ declare const serphouseSerpLivePost: import("@keystrokehq/action").WorkflowActio
146
146
  verbatim?: 0 | 1 | undefined;
147
147
  date_range?: string | undefined;
148
148
  num_result?: number | undefined;
149
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
149
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
150
+ connectionId: z.ZodString;
151
+ entityId: z.ZodString;
152
+ instanceId: z.ZodString;
153
+ }, z.core.$strip>, z.ZodObject<{
154
+ generic_api_key: z.ZodString;
155
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
156
+ connectionId: z.ZodString;
157
+ entityId: z.ZodString;
158
+ instanceId: z.ZodString;
159
+ }, z.core.$strip>, z.ZodObject<{
160
+ generic_api_key: z.ZodString;
161
+ }, z.core.$strip>>]>;
150
162
  //#endregion
151
163
  export { serphouseSerpLivePost };
152
164
  //# sourceMappingURL=serp-live-post.d.cts.map
@@ -146,7 +146,19 @@ declare const serphouseSerpLivePost: import("@keystrokehq/action").WorkflowActio
146
146
  verbatim?: 0 | 1 | undefined;
147
147
  date_range?: string | undefined;
148
148
  num_result?: number | undefined;
149
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
149
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
150
+ connectionId: z.ZodString;
151
+ entityId: z.ZodString;
152
+ instanceId: z.ZodString;
153
+ }, z.core.$strip>, z.ZodObject<{
154
+ generic_api_key: z.ZodString;
155
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
156
+ connectionId: z.ZodString;
157
+ entityId: z.ZodString;
158
+ instanceId: z.ZodString;
159
+ }, z.core.$strip>, z.ZodObject<{
160
+ generic_api_key: z.ZodString;
161
+ }, z.core.$strip>>]>;
150
162
  //#endregion
151
163
  export { serphouseSerpLivePost };
152
164
  //# sourceMappingURL=serp-live-post.d.mts.map
@@ -47,7 +47,19 @@ declare const serphouseSerpSchedule: import("@keystrokehq/action").WorkflowActio
47
47
  pingback_url?: string | undefined;
48
48
  postback_url?: string | undefined;
49
49
  }[];
50
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
50
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ generic_api_key: z.ZodString;
56
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
57
+ connectionId: z.ZodString;
58
+ entityId: z.ZodString;
59
+ instanceId: z.ZodString;
60
+ }, z.core.$strip>, z.ZodObject<{
61
+ generic_api_key: z.ZodString;
62
+ }, z.core.$strip>>]>;
51
63
  //#endregion
52
64
  export { serphouseSerpSchedule };
53
65
  //# sourceMappingURL=serp-schedule.d.cts.map
@@ -47,7 +47,19 @@ declare const serphouseSerpSchedule: import("@keystrokehq/action").WorkflowActio
47
47
  pingback_url?: string | undefined;
48
48
  postback_url?: string | undefined;
49
49
  }[];
50
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
50
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ generic_api_key: z.ZodString;
56
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
57
+ connectionId: z.ZodString;
58
+ entityId: z.ZodString;
59
+ instanceId: z.ZodString;
60
+ }, z.core.$strip>, z.ZodObject<{
61
+ generic_api_key: z.ZodString;
62
+ }, z.core.$strip>>]>;
51
63
  //#endregion
52
64
  export { serphouseSerpSchedule };
53
65
  //# sourceMappingURL=serp-schedule.d.mts.map
@@ -7,7 +7,19 @@ declare const SerphouseTrendsCategoriesListOutput: z.ZodObject<{
7
7
  status: z.ZodNullable<z.ZodString>;
8
8
  results: z.ZodRecord<z.ZodString, z.ZodUnknown>;
9
9
  }, z.core.$loose>;
10
- declare const serphouseTrendsCategoriesList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ declare const serphouseTrendsCategoriesList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ generic_api_key: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>;
11
23
  //#endregion
12
24
  export { serphouseTrendsCategoriesList };
13
25
  //# sourceMappingURL=trends-categories-list.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"trends-categories-list.d.cts","names":[],"sources":["../../src/actions/trends-categories-list.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAClC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;cAMnC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"trends-categories-list.d.cts","names":[],"sources":["../../src/actions/trends-categories-list.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAClC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;cAMnC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -7,7 +7,19 @@ declare const SerphouseTrendsCategoriesListOutput: z.ZodObject<{
7
7
  status: z.ZodNullable<z.ZodString>;
8
8
  results: z.ZodRecord<z.ZodString, z.ZodUnknown>;
9
9
  }, z.core.$loose>;
10
- declare const serphouseTrendsCategoriesList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ declare const serphouseTrendsCategoriesList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ generic_api_key: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>;
11
23
  //#endregion
12
24
  export { serphouseTrendsCategoriesList };
13
25
  //# sourceMappingURL=trends-categories-list.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"trends-categories-list.d.mts","names":[],"sources":["../../src/actions/trends-categories-list.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAClC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;cAMnC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"trends-categories-list.d.mts","names":[],"sources":["../../src/actions/trends-categories-list.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAClC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;cAMnC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -14,7 +14,19 @@ declare const SerphouseTrendsCheckOutput: z.ZodObject<{
14
14
  }, z.core.$loose>;
15
15
  declare const serphouseTrendsCheck: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  id: string;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>;
18
30
  //#endregion
19
31
  export { serphouseTrendsCheck };
20
32
  //# sourceMappingURL=trends-check.d.cts.map
@@ -14,7 +14,19 @@ declare const SerphouseTrendsCheckOutput: z.ZodObject<{
14
14
  }, z.core.$loose>;
15
15
  declare const serphouseTrendsCheck: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  id: string;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ }, z.core.$strip>>]>;
18
30
  //#endregion
19
31
  export { serphouseTrendsCheck };
20
32
  //# sourceMappingURL=trends-check.d.mts.map
@@ -7,7 +7,19 @@ declare const SerphouseTrendsCountryListOutput: z.ZodObject<{
7
7
  status: z.ZodNullable<z.ZodString>;
8
8
  results: z.ZodRecord<z.ZodString, z.ZodUnknown>;
9
9
  }, z.core.$loose>;
10
- declare const serphouseTrendsCountryList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ declare const serphouseTrendsCountryList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ generic_api_key: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>;
11
23
  //#endregion
12
24
  export { serphouseTrendsCountryList };
13
25
  //# sourceMappingURL=trends-country-list.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"trends-country-list.d.cts","names":[],"sources":["../../src/actions/trends-country-list.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;cAMhC,0BAAA,gCAA0B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"trends-country-list.d.cts","names":[],"sources":["../../src/actions/trends-country-list.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;cAMhC,0BAAA,gCAA0B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -7,7 +7,19 @@ declare const SerphouseTrendsCountryListOutput: z.ZodObject<{
7
7
  status: z.ZodNullable<z.ZodString>;
8
8
  results: z.ZodRecord<z.ZodString, z.ZodUnknown>;
9
9
  }, z.core.$loose>;
10
- declare const serphouseTrendsCountryList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ declare const serphouseTrendsCountryList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ generic_api_key: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>;
11
23
  //#endregion
12
24
  export { serphouseTrendsCountryList };
13
25
  //# sourceMappingURL=trends-country-list.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"trends-country-list.d.mts","names":[],"sources":["../../src/actions/trends-country-list.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;cAMhC,0BAAA,gCAA0B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"trends-country-list.d.mts","names":[],"sources":["../../src/actions/trends-country-list.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;cAMhC,0BAAA,gCAA0B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -41,7 +41,19 @@ declare const SerphouseTrendsGetOutput: z.ZodObject<{
41
41
  }, z.core.$loose>;
42
42
  declare const serphouseTrendsGet: import("@keystrokehq/action").WorkflowActionDefinition<{
43
43
  id: string;
44
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
44
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
45
+ connectionId: z.ZodString;
46
+ entityId: z.ZodString;
47
+ instanceId: z.ZodString;
48
+ }, z.core.$strip>, z.ZodObject<{
49
+ generic_api_key: z.ZodString;
50
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ generic_api_key: z.ZodString;
56
+ }, z.core.$strip>>]>;
45
57
  //#endregion
46
58
  export { serphouseTrendsGet };
47
59
  //# sourceMappingURL=trends-get.d.cts.map
@@ -41,7 +41,19 @@ declare const SerphouseTrendsGetOutput: z.ZodObject<{
41
41
  }, z.core.$loose>;
42
42
  declare const serphouseTrendsGet: import("@keystrokehq/action").WorkflowActionDefinition<{
43
43
  id: string;
44
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
44
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
45
+ connectionId: z.ZodString;
46
+ entityId: z.ZodString;
47
+ instanceId: z.ZodString;
48
+ }, z.core.$strip>, z.ZodObject<{
49
+ generic_api_key: z.ZodString;
50
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ generic_api_key: z.ZodString;
56
+ }, z.core.$strip>>]>;
45
57
  //#endregion
46
58
  export { serphouseTrendsGet };
47
59
  //# sourceMappingURL=trends-get.d.mts.map
@@ -7,7 +7,19 @@ declare const SerphouseTrendsLanguageListOutput: z.ZodObject<{
7
7
  status: z.ZodNullable<z.ZodString>;
8
8
  results: z.ZodRecord<z.ZodString, z.ZodUnknown>;
9
9
  }, z.core.$loose>;
10
- declare const serphouseTrendsLanguageList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ declare const serphouseTrendsLanguageList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ generic_api_key: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>;
11
23
  //#endregion
12
24
  export { serphouseTrendsLanguageList };
13
25
  //# sourceMappingURL=trends-language-list.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"trends-language-list.d.cts","names":[],"sources":["../../src/actions/trends-language-list.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;cAMjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"trends-language-list.d.cts","names":[],"sources":["../../src/actions/trends-language-list.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;cAMjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -7,7 +7,19 @@ declare const SerphouseTrendsLanguageListOutput: z.ZodObject<{
7
7
  status: z.ZodNullable<z.ZodString>;
8
8
  results: z.ZodRecord<z.ZodString, z.ZodUnknown>;
9
9
  }, z.core.$loose>;
10
- declare const serphouseTrendsLanguageList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ declare const serphouseTrendsLanguageList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ generic_api_key: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>;
11
23
  //#endregion
12
24
  export { serphouseTrendsLanguageList };
13
25
  //# sourceMappingURL=trends-language-list.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"trends-language-list.d.mts","names":[],"sources":["../../src/actions/trends-language-list.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;cAMjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"trends-language-list.d.mts","names":[],"sources":["../../src/actions/trends-language-list.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;cAMjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -44,7 +44,19 @@ declare const serphouseTrendsSchedule: import("@keystrokehq/action").WorkflowAct
44
44
  }[];
45
45
  pingback_url?: string | undefined;
46
46
  postback_url?: string | undefined;
47
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
47
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
48
+ connectionId: z.ZodString;
49
+ entityId: z.ZodString;
50
+ instanceId: z.ZodString;
51
+ }, z.core.$strip>, z.ZodObject<{
52
+ generic_api_key: z.ZodString;
53
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
54
+ connectionId: z.ZodString;
55
+ entityId: z.ZodString;
56
+ instanceId: z.ZodString;
57
+ }, z.core.$strip>, z.ZodObject<{
58
+ generic_api_key: z.ZodString;
59
+ }, z.core.$strip>>]>;
48
60
  //#endregion
49
61
  export { serphouseTrendsSchedule };
50
62
  //# sourceMappingURL=trends-schedule.d.cts.map
@@ -44,7 +44,19 @@ declare const serphouseTrendsSchedule: import("@keystrokehq/action").WorkflowAct
44
44
  }[];
45
45
  pingback_url?: string | undefined;
46
46
  postback_url?: string | undefined;
47
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
47
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
48
+ connectionId: z.ZodString;
49
+ entityId: z.ZodString;
50
+ instanceId: z.ZodString;
51
+ }, z.core.$strip>, z.ZodObject<{
52
+ generic_api_key: z.ZodString;
53
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
54
+ connectionId: z.ZodString;
55
+ entityId: z.ZodString;
56
+ instanceId: z.ZodString;
57
+ }, z.core.$strip>, z.ZodObject<{
58
+ generic_api_key: z.ZodString;
59
+ }, z.core.$strip>>]>;
48
60
  //#endregion
49
61
  export { serphouseTrendsSchedule };
50
62
  //# sourceMappingURL=trends-schedule.d.mts.map
@@ -42,7 +42,19 @@ declare const serphouseTrendsSearch: import("@keystrokehq/action").WorkflowActio
42
42
  category?: number | undefined;
43
43
  property?: string | undefined;
44
44
  langauge_code?: string | undefined;
45
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
45
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
46
+ connectionId: z.ZodString;
47
+ entityId: z.ZodString;
48
+ instanceId: z.ZodString;
49
+ }, z.core.$strip>, z.ZodObject<{
50
+ generic_api_key: z.ZodString;
51
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
52
+ connectionId: z.ZodString;
53
+ entityId: z.ZodString;
54
+ instanceId: z.ZodString;
55
+ }, z.core.$strip>, z.ZodObject<{
56
+ generic_api_key: z.ZodString;
57
+ }, z.core.$strip>>]>;
46
58
  //#endregion
47
59
  export { serphouseTrendsSearch };
48
60
  //# sourceMappingURL=trends-search.d.cts.map
@@ -42,7 +42,19 @@ declare const serphouseTrendsSearch: import("@keystrokehq/action").WorkflowActio
42
42
  category?: number | undefined;
43
43
  property?: string | undefined;
44
44
  langauge_code?: string | undefined;
45
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
45
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
46
+ connectionId: z.ZodString;
47
+ entityId: z.ZodString;
48
+ instanceId: z.ZodString;
49
+ }, z.core.$strip>, z.ZodObject<{
50
+ generic_api_key: z.ZodString;
51
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
52
+ connectionId: z.ZodString;
53
+ entityId: z.ZodString;
54
+ instanceId: z.ZodString;
55
+ }, z.core.$strip>, z.ZodObject<{
56
+ generic_api_key: z.ZodString;
57
+ }, z.core.$strip>>]>;
46
58
  //#endregion
47
59
  export { serphouseTrendsSearch };
48
60
  //# sourceMappingURL=trends-search.d.mts.map
@@ -10,7 +10,19 @@ declare const SerphouseTrendsTimezoneListOutput: z.ZodObject<{
10
10
  offset: z.ZodNullable<z.ZodNumber>;
11
11
  }, z.core.$loose>>;
12
12
  }, z.core.$loose>;
13
- declare const serphouseTrendsTimezoneList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
+ declare const serphouseTrendsTimezoneList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
14
+ connectionId: z.ZodString;
15
+ entityId: z.ZodString;
16
+ instanceId: z.ZodString;
17
+ }, z.core.$strip>, z.ZodObject<{
18
+ generic_api_key: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>;
14
26
  //#endregion
15
27
  export { serphouseTrendsTimezoneList };
16
28
  //# sourceMappingURL=trends-timezone-list.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"trends-timezone-list.d.cts","names":[],"sources":["../../src/actions/trends-timezone-list.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;cAMjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"trends-timezone-list.d.cts","names":[],"sources":["../../src/actions/trends-timezone-list.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;cAMjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -10,7 +10,19 @@ declare const SerphouseTrendsTimezoneListOutput: z.ZodObject<{
10
10
  offset: z.ZodNullable<z.ZodNumber>;
11
11
  }, z.core.$loose>>;
12
12
  }, z.core.$loose>;
13
- declare const serphouseTrendsTimezoneList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
+ declare const serphouseTrendsTimezoneList: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
14
+ connectionId: z.ZodString;
15
+ entityId: z.ZodString;
16
+ instanceId: z.ZodString;
17
+ }, z.core.$strip>, z.ZodObject<{
18
+ generic_api_key: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>;
14
26
  //#endregion
15
27
  export { serphouseTrendsTimezoneList };
16
28
  //# sourceMappingURL=trends-timezone-list.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"trends-timezone-list.d.mts","names":[],"sources":["../../src/actions/trends-timezone-list.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;cAMjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"trends-timezone-list.d.mts","names":[],"sources":["../../src/actions/trends-timezone-list.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;cAMjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
package/dist/app.cjs CHANGED
@@ -1,7 +1,10 @@
1
+ let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
2
+ let zod = require("zod");
1
3
  //#region src/app.ts
2
- const serphouse = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const serphouse = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "serphouse",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: zod.z.string() }
5
8
  });
6
9
  //#endregion
7
10
  exports.serphouse = serphouse;
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 serphouse = defineApp({\n slug: \"serphouse\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,aAAA,uCAAA,CAAA,CAAA,UAAA,CAAsB;CACjC,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 serphouse = defineApp({\n slug: \"serphouse\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,aAAA,GAAA,2BAAA,UAAA,CAAsB;CACjC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/dist/app.d.cts CHANGED
@@ -1,5 +1,13 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const serphouse: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const serphouse: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { serphouse };
5
13
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,SAAA,6BAAS,GAAA,+BAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
package/dist/app.d.mts CHANGED
@@ -1,5 +1,13 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const serphouse: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const serphouse: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"serphouse", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { serphouse };
5
13
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,SAAA,6BAAS,GAAA,+BAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
package/dist/app.mjs CHANGED
@@ -1,8 +1,10 @@
1
1
  import { defineApp } from "@keystrokehq/keystroke/app";
2
+ import { z } from "zod";
2
3
  //#region src/app.ts
3
4
  const serphouse = defineApp({
4
5
  slug: "serphouse",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: z.string() }
6
8
  });
7
9
  //#endregion
8
10
  export { serphouse };
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 serphouse = defineApp({\n slug: \"serphouse\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,YAAY,UAAU;CACjC,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 serphouse = defineApp({\n slug: \"serphouse\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,YAAY,UAAU;CACjC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -8,7 +8,7 @@ const serphouseCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/serphouse",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "API Key",
13
13
  "secret": true,
14
14
  "description": "Sign in and copy your API key from your dashboard at https://app.serphouse.com/home"
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const serphouseCatalog = {\n \"slug\": \"serphouse\",\n \"name\": \"Serphouse\",\n \"description\": \"High Volume API for SEO companies, data mining services, and SEO Tool Suite as a SaaS.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/serphouse\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Sign in and copy your API key from your dashboard at https://app.serphouse.com/home\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const serphouseCatalog = {\n \"slug\": \"serphouse\",\n \"name\": \"Serphouse\",\n \"description\": \"High Volume API for SEO companies, data mining services, and SEO Tool Suite as a SaaS.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/serphouse\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Sign in and copy your API key from your dashboard at https://app.serphouse.com/home\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
@@ -9,7 +9,7 @@ declare const serphouseCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Sign in and copy your API key from your dashboard at https://app.serphouse.com/home";
@@ -9,7 +9,7 @@ declare const serphouseCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Sign in and copy your API key from your dashboard at https://app.serphouse.com/home";
package/dist/catalog.mjs CHANGED
@@ -8,7 +8,7 @@ const serphouseCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/serphouse",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "API Key",
13
13
  "secret": true,
14
14
  "description": "Sign in and copy your API key from your dashboard at https://app.serphouse.com/home"
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const serphouseCatalog = {\n \"slug\": \"serphouse\",\n \"name\": \"Serphouse\",\n \"description\": \"High Volume API for SEO companies, data mining services, and SEO Tool Suite as a SaaS.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/serphouse\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Sign in and copy your API key from your dashboard at https://app.serphouse.com/home\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const serphouseCatalog = {\n \"slug\": \"serphouse\",\n \"name\": \"Serphouse\",\n \"description\": \"High Volume API for SEO companies, data mining services, and SEO Tool Suite as a SaaS.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/serphouse\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Sign in and copy your API key from your dashboard at https://app.serphouse.com/home\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/serphouse",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"