@keystrokehq/securitytrails 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 (39) hide show
  1. package/dist/actions/bulk-static-asset-rules.d.cts +13 -1
  2. package/dist/actions/bulk-static-asset-rules.d.mts +13 -1
  3. package/dist/actions/get-company-associated-ips.d.cts +13 -1
  4. package/dist/actions/get-company-associated-ips.d.mts +13 -1
  5. package/dist/actions/get-domain-ssl.d.cts +13 -1
  6. package/dist/actions/get-domain-ssl.d.mts +13 -1
  7. package/dist/actions/get-domain.d.cts +13 -1
  8. package/dist/actions/get-domain.d.mts +13 -1
  9. package/dist/actions/ip-search-statistics.d.cts +13 -1
  10. package/dist/actions/ip-search-statistics.d.mts +13 -1
  11. package/dist/actions/list-projects.d.cts +13 -1
  12. package/dist/actions/list-projects.d.cts.map +1 -1
  13. package/dist/actions/list-projects.d.mts +13 -1
  14. package/dist/actions/list-projects.d.mts.map +1 -1
  15. package/dist/actions/ping.d.cts +13 -1
  16. package/dist/actions/ping.d.cts.map +1 -1
  17. package/dist/actions/ping.d.mts +13 -1
  18. package/dist/actions/ping.d.mts.map +1 -1
  19. package/dist/actions/scroll.d.cts +13 -1
  20. package/dist/actions/scroll.d.mts +13 -1
  21. package/dist/actions/search-ips.d.cts +13 -1
  22. package/dist/actions/search-ips.d.mts +13 -1
  23. package/dist/actions/sql-api-execute-query.d.cts +13 -1
  24. package/dist/actions/sql-api-execute-query.d.mts +13 -1
  25. package/dist/actions/sql-api-scroll-results.d.cts +13 -1
  26. package/dist/actions/sql-api-scroll-results.d.mts +13 -1
  27. package/dist/actions/temp-scrape-securitytrails-usage.d.cts +13 -1
  28. package/dist/actions/temp-scrape-securitytrails-usage.d.cts.map +1 -1
  29. package/dist/actions/temp-scrape-securitytrails-usage.d.mts +13 -1
  30. package/dist/actions/temp-scrape-securitytrails-usage.d.mts.map +1 -1
  31. package/dist/app.cjs +5 -2
  32. package/dist/app.cjs.map +1 -1
  33. package/dist/app.d.cts +9 -1
  34. package/dist/app.d.cts.map +1 -1
  35. package/dist/app.d.mts +9 -1
  36. package/dist/app.d.mts.map +1 -1
  37. package/dist/app.mjs +3 -1
  38. package/dist/app.mjs.map +1 -1
  39. package/package.json +1 -1
@@ -38,7 +38,19 @@ declare const securitytrailsBulkStaticAssetRules: import("@keystrokehq/action").
38
38
  membership: string;
39
39
  static_type: string;
40
40
  }[] | undefined;
41
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
41
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
42
+ connectionId: z.ZodString;
43
+ entityId: z.ZodString;
44
+ instanceId: z.ZodString;
45
+ }, z.core.$strip>, z.ZodObject<{
46
+ generic_api_key: z.ZodString;
47
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", 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>>]>;
42
54
  //#endregion
43
55
  export { securitytrailsBulkStaticAssetRules };
44
56
  //# sourceMappingURL=bulk-static-asset-rules.d.cts.map
@@ -38,7 +38,19 @@ declare const securitytrailsBulkStaticAssetRules: import("@keystrokehq/action").
38
38
  membership: string;
39
39
  static_type: string;
40
40
  }[] | undefined;
41
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
41
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
42
+ connectionId: z.ZodString;
43
+ entityId: z.ZodString;
44
+ instanceId: z.ZodString;
45
+ }, z.core.$strip>, z.ZodObject<{
46
+ generic_api_key: z.ZodString;
47
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", 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>>]>;
42
54
  //#endregion
43
55
  export { securitytrailsBulkStaticAssetRules };
44
56
  //# sourceMappingURL=bulk-static-asset-rules.d.mts.map
@@ -18,7 +18,19 @@ declare const SecuritytrailsGetCompanyAssociatedIpsOutput: z.ZodObject<{
18
18
  }, z.core.$loose>;
19
19
  declare const securitytrailsGetCompanyAssociatedIps: import("@keystrokehq/action").WorkflowActionDefinition<{
20
20
  domain: string;
21
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
21
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>;
22
34
  //#endregion
23
35
  export { securitytrailsGetCompanyAssociatedIps };
24
36
  //# sourceMappingURL=get-company-associated-ips.d.cts.map
@@ -18,7 +18,19 @@ declare const SecuritytrailsGetCompanyAssociatedIpsOutput: z.ZodObject<{
18
18
  }, z.core.$loose>;
19
19
  declare const securitytrailsGetCompanyAssociatedIps: import("@keystrokehq/action").WorkflowActionDefinition<{
20
20
  domain: string;
21
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
21
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>;
22
34
  //#endregion
23
35
  export { securitytrailsGetCompanyAssociatedIps };
24
36
  //# sourceMappingURL=get-company-associated-ips.d.mts.map
@@ -11,7 +11,19 @@ declare const SecuritytrailsGetDomainSslOutput: z.ZodObject<{
11
11
  }, z.core.$loose>;
12
12
  declare const securitytrailsGetDomainSsl: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  hostname: 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<"securitytrails", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>;
15
27
  //#endregion
16
28
  export { securitytrailsGetDomainSsl };
17
29
  //# sourceMappingURL=get-domain-ssl.d.cts.map
@@ -11,7 +11,19 @@ declare const SecuritytrailsGetDomainSslOutput: z.ZodObject<{
11
11
  }, z.core.$loose>;
12
12
  declare const securitytrailsGetDomainSsl: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  hostname: 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<"securitytrails", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>;
15
27
  //#endregion
16
28
  export { securitytrailsGetDomainSsl };
17
29
  //# sourceMappingURL=get-domain-ssl.d.mts.map
@@ -42,7 +42,19 @@ declare const SecuritytrailsGetDomainOutput: z.ZodObject<{
42
42
  }, z.core.$loose>;
43
43
  declare const securitytrailsGetDomain: import("@keystrokehq/action").WorkflowActionDefinition<{
44
44
  hostname: string;
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<"securitytrails", 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<"securitytrails", 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 { securitytrailsGetDomain };
48
60
  //# sourceMappingURL=get-domain.d.cts.map
@@ -42,7 +42,19 @@ declare const SecuritytrailsGetDomainOutput: z.ZodObject<{
42
42
  }, z.core.$loose>;
43
43
  declare const securitytrailsGetDomain: import("@keystrokehq/action").WorkflowActionDefinition<{
44
44
  hostname: string;
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<"securitytrails", 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<"securitytrails", 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 { securitytrailsGetDomain };
48
60
  //# sourceMappingURL=get-domain.d.mts.map
@@ -21,7 +21,19 @@ declare const SecuritytrailsIpSearchStatisticsOutput: z.ZodObject<{
21
21
  }, z.core.$loose>;
22
22
  declare const securitytrailsIpSearchStatistics: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  query: string;
24
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>;
25
37
  //#endregion
26
38
  export { securitytrailsIpSearchStatistics };
27
39
  //# sourceMappingURL=ip-search-statistics.d.cts.map
@@ -21,7 +21,19 @@ declare const SecuritytrailsIpSearchStatisticsOutput: z.ZodObject<{
21
21
  }, z.core.$loose>;
22
22
  declare const securitytrailsIpSearchStatistics: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  query: string;
24
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>;
25
37
  //#endregion
26
38
  export { securitytrailsIpSearchStatistics };
27
39
  //# sourceMappingURL=ip-search-statistics.d.mts.map
@@ -5,7 +5,19 @@ declare const SecuritytrailsListProjectsInput: z.ZodObject<{}, z.core.$strip>;
5
5
  declare const SecuritytrailsListProjectsOutput: z.ZodObject<{
6
6
  raw: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7
7
  }, z.core.$loose>;
8
- declare const securitytrailsListProjects: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
8
+ declare const securitytrailsListProjects: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
9
+ connectionId: z.ZodString;
10
+ entityId: z.ZodString;
11
+ instanceId: z.ZodString;
12
+ }, z.core.$strip>, z.ZodObject<{
13
+ generic_api_key: z.ZodString;
14
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>;
9
21
  //#endregion
10
22
  export { securitytrailsListProjects };
11
23
  //# sourceMappingURL=list-projects.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-projects.d.cts","names":[],"sources":["../../src/actions/list-projects.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAIhC,0BAAA,gCAA0B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-projects.d.cts","names":[],"sources":["../../src/actions/list-projects.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAIhC,0BAAA,gCAA0B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,mBAAA,CAAA,CAAA,SAAA"}
@@ -5,7 +5,19 @@ declare const SecuritytrailsListProjectsInput: z.ZodObject<{}, z.core.$strip>;
5
5
  declare const SecuritytrailsListProjectsOutput: z.ZodObject<{
6
6
  raw: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7
7
  }, z.core.$loose>;
8
- declare const securitytrailsListProjects: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
8
+ declare const securitytrailsListProjects: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
9
+ connectionId: z.ZodString;
10
+ entityId: z.ZodString;
11
+ instanceId: z.ZodString;
12
+ }, z.core.$strip>, z.ZodObject<{
13
+ generic_api_key: z.ZodString;
14
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>;
9
21
  //#endregion
10
22
  export { securitytrailsListProjects };
11
23
  //# sourceMappingURL=list-projects.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-projects.d.mts","names":[],"sources":["../../src/actions/list-projects.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAIhC,0BAAA,gCAA0B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-projects.d.mts","names":[],"sources":["../../src/actions/list-projects.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAIhC,0BAAA,gCAA0B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,mBAAA,CAAA,CAAA,SAAA"}
@@ -7,7 +7,19 @@ declare const SecuritytrailsPingOutput: z.ZodObject<{
7
7
  success: z.ZodNullable<z.ZodBoolean>;
8
8
  status_code: z.ZodNullable<z.ZodNumber>;
9
9
  }, z.core.$loose>;
10
- declare const securitytrailsPing: 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 securitytrailsPing: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", 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<"securitytrails", 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 { securitytrailsPing };
13
25
  //# sourceMappingURL=ping.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ping.d.cts","names":[],"sources":["../../src/actions/ping.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;cAMxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"ping.d.cts","names":[],"sources":["../../src/actions/ping.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;cAMxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,mBAAA,CAAA,CAAA,SAAA"}
@@ -7,7 +7,19 @@ declare const SecuritytrailsPingOutput: z.ZodObject<{
7
7
  success: z.ZodNullable<z.ZodBoolean>;
8
8
  status_code: z.ZodNullable<z.ZodNumber>;
9
9
  }, z.core.$loose>;
10
- declare const securitytrailsPing: 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 securitytrailsPing: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", 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<"securitytrails", 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 { securitytrailsPing };
13
25
  //# sourceMappingURL=ping.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ping.d.mts","names":[],"sources":["../../src/actions/ping.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;cAMxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"ping.d.mts","names":[],"sources":["../../src/actions/ping.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;cAMxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,mBAAA,CAAA,CAAA,SAAA"}
@@ -10,7 +10,19 @@ declare const SecuritytrailsScrollOutput: z.ZodObject<{
10
10
  }, z.core.$loose>;
11
11
  declare const securitytrailsScroll: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  scroll_id: string;
13
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", 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<"securitytrails", 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 { securitytrailsScroll };
16
28
  //# sourceMappingURL=scroll.d.cts.map
@@ -10,7 +10,19 @@ declare const SecuritytrailsScrollOutput: z.ZodObject<{
10
10
  }, z.core.$loose>;
11
11
  declare const securitytrailsScroll: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  scroll_id: string;
13
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", 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<"securitytrails", 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 { securitytrailsScroll };
16
28
  //# sourceMappingURL=scroll.d.mts.map
@@ -11,7 +11,19 @@ declare const SecuritytrailsSearchIpsOutput: z.ZodObject<{
11
11
  declare const securitytrailsSearchIps: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  query: string;
13
13
  page?: number | undefined;
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<"securitytrails", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>;
15
27
  //#endregion
16
28
  export { securitytrailsSearchIps };
17
29
  //# sourceMappingURL=search-ips.d.cts.map
@@ -11,7 +11,19 @@ declare const SecuritytrailsSearchIpsOutput: z.ZodObject<{
11
11
  declare const securitytrailsSearchIps: import("@keystrokehq/action").WorkflowActionDefinition<{
12
12
  query: string;
13
13
  page?: number | undefined;
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<"securitytrails", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>;
15
27
  //#endregion
16
28
  export { securitytrailsSearchIps };
17
29
  //# sourceMappingURL=search-ips.d.mts.map
@@ -19,7 +19,19 @@ declare const SecuritytrailsSqlApiExecuteQueryOutput: z.ZodObject<{
19
19
  }, z.core.$loose>;
20
20
  declare const securitytrailsSqlApiExecuteQuery: import("@keystrokehq/action").WorkflowActionDefinition<{
21
21
  query: string;
22
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", 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<"securitytrails", 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 { securitytrailsSqlApiExecuteQuery };
25
37
  //# sourceMappingURL=sql-api-execute-query.d.cts.map
@@ -19,7 +19,19 @@ declare const SecuritytrailsSqlApiExecuteQueryOutput: z.ZodObject<{
19
19
  }, z.core.$loose>;
20
20
  declare const securitytrailsSqlApiExecuteQuery: import("@keystrokehq/action").WorkflowActionDefinition<{
21
21
  query: string;
22
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
22
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", 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<"securitytrails", 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 { securitytrailsSqlApiExecuteQuery };
25
37
  //# sourceMappingURL=sql-api-execute-query.d.mts.map
@@ -9,7 +9,19 @@ declare const SecuritytrailsSqlApiScrollResultsOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const securitytrailsSqlApiScrollResults: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  scroll_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<"securitytrails", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", 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>>]>;
13
25
  //#endregion
14
26
  export { securitytrailsSqlApiScrollResults };
15
27
  //# sourceMappingURL=sql-api-scroll-results.d.cts.map
@@ -9,7 +9,19 @@ declare const SecuritytrailsSqlApiScrollResultsOutput: z.ZodObject<{
9
9
  }, z.core.$loose>;
10
10
  declare const securitytrailsSqlApiScrollResults: import("@keystrokehq/action").WorkflowActionDefinition<{
11
11
  scroll_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<"securitytrails", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", 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>>]>;
13
25
  //#endregion
14
26
  export { securitytrailsSqlApiScrollResults };
15
27
  //# sourceMappingURL=sql-api-scroll-results.d.mts.map
@@ -5,7 +5,19 @@ declare const SecuritytrailsTempScrapeSecuritytrailsUsageInput: z.ZodObject<{},
5
5
  declare const SecuritytrailsTempScrapeSecuritytrailsUsageOutput: z.ZodObject<{
6
6
  raw: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7
7
  }, z.core.$loose>;
8
- declare const securitytrailsTempScrapeSecuritytrailsUsage: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
8
+ declare const securitytrailsTempScrapeSecuritytrailsUsage: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
9
+ connectionId: z.ZodString;
10
+ entityId: z.ZodString;
11
+ instanceId: z.ZodString;
12
+ }, z.core.$strip>, z.ZodObject<{
13
+ generic_api_key: z.ZodString;
14
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>;
9
21
  //#endregion
10
22
  export { securitytrailsTempScrapeSecuritytrailsUsage };
11
23
  //# sourceMappingURL=temp-scrape-securitytrails-usage.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"temp-scrape-securitytrails-usage.d.cts","names":[],"sources":["../../src/actions/temp-scrape-securitytrails-usage.ts"],"mappings":";;;cAIa,gDAAA,EAAgD,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChD,iDAAA,EAAiD,CAAA,CAAA,SAAA;;;cAIjD,2CAAA,gCAA2C,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"temp-scrape-securitytrails-usage.d.cts","names":[],"sources":["../../src/actions/temp-scrape-securitytrails-usage.ts"],"mappings":";;;cAIa,gDAAA,EAAgD,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChD,iDAAA,EAAiD,CAAA,CAAA,SAAA;;;cAIjD,2CAAA,gCAA2C,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,mBAAA,CAAA,CAAA,SAAA"}
@@ -5,7 +5,19 @@ declare const SecuritytrailsTempScrapeSecuritytrailsUsageInput: z.ZodObject<{},
5
5
  declare const SecuritytrailsTempScrapeSecuritytrailsUsageOutput: z.ZodObject<{
6
6
  raw: z.ZodRecord<z.ZodString, z.ZodUnknown>;
7
7
  }, z.core.$loose>;
8
- declare const securitytrailsTempScrapeSecuritytrailsUsage: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
8
+ declare const securitytrailsTempScrapeSecuritytrailsUsage: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
9
+ connectionId: z.ZodString;
10
+ entityId: z.ZodString;
11
+ instanceId: z.ZodString;
12
+ }, z.core.$strip>, z.ZodObject<{
13
+ generic_api_key: z.ZodString;
14
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"securitytrails", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>;
9
21
  //#endregion
10
22
  export { securitytrailsTempScrapeSecuritytrailsUsage };
11
23
  //# sourceMappingURL=temp-scrape-securitytrails-usage.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"temp-scrape-securitytrails-usage.d.mts","names":[],"sources":["../../src/actions/temp-scrape-securitytrails-usage.ts"],"mappings":";;;cAIa,gDAAA,EAAgD,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChD,iDAAA,EAAiD,CAAA,CAAA,SAAA;;;cAIjD,2CAAA,gCAA2C,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"temp-scrape-securitytrails-usage.d.mts","names":[],"sources":["../../src/actions/temp-scrape-securitytrails-usage.ts"],"mappings":";;;cAIa,gDAAA,EAAgD,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChD,iDAAA,EAAiD,CAAA,CAAA,SAAA;;;cAIjD,2CAAA,gCAA2C,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,mBAAA,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 securitytrails = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const securitytrails = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "securitytrails",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: zod.z.string() }
5
8
  });
6
9
  //#endregion
7
10
  exports.securitytrails = securitytrails;
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 securitytrails = defineApp({\n slug: \"securitytrails\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,kBAAA,uCAAA,CAAA,CAAA,UAAA,CAA2B;CACtC,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 securitytrails = defineApp({\n slug: \"securitytrails\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,kBAAA,GAAA,2BAAA,UAAA,CAA2B;CACtC,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 securitytrails: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const securitytrails: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"securitytrails", 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 { securitytrails };
5
13
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,cAAA,6BAAc,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,cAAA,6BAAc,GAAA,+BAAA,UAAA,mBAAA,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 securitytrails: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const securitytrails: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"securitytrails", 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 { securitytrails };
5
13
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,cAAA,6BAAc,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,cAAA,6BAAc,GAAA,+BAAA,UAAA,mBAAA,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 securitytrails = defineApp({
4
5
  slug: "securitytrails",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: z.string() }
6
8
  });
7
9
  //#endregion
8
10
  export { securitytrails };
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 securitytrails = defineApp({\n slug: \"securitytrails\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,iBAAiB,UAAU;CACtC,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 securitytrails = defineApp({\n slug: \"securitytrails\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,iBAAiB,UAAU;CACtC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/securitytrails",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"