@keystrokehq/neo4j 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 (59) hide show
  1. package/dist/actions/aggregate-directors.d.cts +13 -1
  2. package/dist/actions/aggregate-directors.d.mts +13 -1
  3. package/dist/actions/create-instance-beta.d.cts +13 -1
  4. package/dist/actions/create-instance-beta.d.mts +13 -1
  5. package/dist/actions/create-snapshot.d.cts +13 -1
  6. package/dist/actions/create-snapshot.d.mts +13 -1
  7. package/dist/actions/estimate-gds-session-size.d.cts +13 -1
  8. package/dist/actions/estimate-gds-session-size.d.mts +13 -1
  9. package/dist/actions/get-instance-beta.d.cts +13 -1
  10. package/dist/actions/get-instance-beta.d.mts +13 -1
  11. package/dist/actions/get-organization-user.d.cts +13 -1
  12. package/dist/actions/get-organization-user.d.mts +13 -1
  13. package/dist/actions/get-project-beta.d.cts +13 -1
  14. package/dist/actions/get-project-beta.d.mts +13 -1
  15. package/dist/actions/get-project.d.cts +13 -1
  16. package/dist/actions/get-project.d.mts +13 -1
  17. package/dist/actions/get-snapshot.d.cts +13 -1
  18. package/dist/actions/get-snapshot.d.mts +13 -1
  19. package/dist/actions/list-agents.d.cts +13 -1
  20. package/dist/actions/list-agents.d.mts +13 -1
  21. package/dist/actions/list-gds-sessions.d.cts +13 -1
  22. package/dist/actions/list-gds-sessions.d.mts +13 -1
  23. package/dist/actions/list-instances-beta.d.cts +13 -1
  24. package/dist/actions/list-instances-beta.d.mts +13 -1
  25. package/dist/actions/list-ip-filters.d.cts +13 -1
  26. package/dist/actions/list-ip-filters.d.mts +13 -1
  27. package/dist/actions/list-project-users.d.cts +13 -1
  28. package/dist/actions/list-project-users.d.mts +13 -1
  29. package/dist/actions/list-projects.d.cts +13 -1
  30. package/dist/actions/list-projects.d.cts.map +1 -1
  31. package/dist/actions/list-projects.d.mts +13 -1
  32. package/dist/actions/list-projects.d.mts.map +1 -1
  33. package/dist/actions/list-snapshots.d.cts +13 -1
  34. package/dist/actions/list-snapshots.d.mts +13 -1
  35. package/dist/actions/pause-instance-beta.d.cts +13 -1
  36. package/dist/actions/pause-instance-beta.d.mts +13 -1
  37. package/dist/actions/restore-snapshot.d.cts +13 -1
  38. package/dist/actions/restore-snapshot.d.mts +13 -1
  39. package/dist/actions/update-instance-beta.d.cts +13 -1
  40. package/dist/actions/update-instance-beta.d.mts +13 -1
  41. package/dist/actions/update-instance.d.cts +13 -1
  42. package/dist/actions/update-instance.d.mts +13 -1
  43. package/dist/actions/update-ip-filter.d.cts +13 -1
  44. package/dist/actions/update-ip-filter.d.mts +13 -1
  45. package/dist/app.cjs +5 -2
  46. package/dist/app.cjs.map +1 -1
  47. package/dist/app.d.cts +9 -1
  48. package/dist/app.d.cts.map +1 -1
  49. package/dist/app.d.mts +9 -1
  50. package/dist/app.d.mts.map +1 -1
  51. package/dist/app.mjs +3 -1
  52. package/dist/app.mjs.map +1 -1
  53. package/dist/catalog.cjs +1 -1
  54. package/dist/catalog.cjs.map +1 -1
  55. package/dist/catalog.d.cts +1 -1
  56. package/dist/catalog.d.mts +1 -1
  57. package/dist/catalog.mjs +1 -1
  58. package/dist/catalog.mjs.map +1 -1
  59. package/package.json +1 -1
@@ -21,7 +21,19 @@ declare const Neo4jAggregateDirectorsOutput: z.ZodObject<{
21
21
  }, z.core.$loose>;
22
22
  declare const neo4jAggregateDirectors: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  instance_id: 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<"neo4j", 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<"neo4j", 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 { neo4jAggregateDirectors };
27
39
  //# sourceMappingURL=aggregate-directors.d.cts.map
@@ -21,7 +21,19 @@ declare const Neo4jAggregateDirectorsOutput: z.ZodObject<{
21
21
  }, z.core.$loose>;
22
22
  declare const neo4jAggregateDirectors: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  instance_id: 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<"neo4j", 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<"neo4j", 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 { neo4jAggregateDirectors };
27
39
  //# sourceMappingURL=aggregate-directors.d.mts.map
@@ -57,7 +57,19 @@ declare const neo4jCreateInstanceBeta: import("@keystrokehq/action").WorkflowAct
57
57
  source_snapshot_id?: string | undefined;
58
58
  graph_analytics_plugin?: boolean | undefined;
59
59
  customer_managed_key_id?: string | undefined;
60
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
60
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
61
+ connectionId: z.ZodString;
62
+ entityId: z.ZodString;
63
+ instanceId: z.ZodString;
64
+ }, z.core.$strip>, z.ZodObject<{
65
+ generic_api_key: z.ZodString;
66
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
67
+ connectionId: z.ZodString;
68
+ entityId: z.ZodString;
69
+ instanceId: z.ZodString;
70
+ }, z.core.$strip>, z.ZodObject<{
71
+ generic_api_key: z.ZodString;
72
+ }, z.core.$strip>>]>;
61
73
  //#endregion
62
74
  export { neo4jCreateInstanceBeta };
63
75
  //# sourceMappingURL=create-instance-beta.d.cts.map
@@ -57,7 +57,19 @@ declare const neo4jCreateInstanceBeta: import("@keystrokehq/action").WorkflowAct
57
57
  source_snapshot_id?: string | undefined;
58
58
  graph_analytics_plugin?: boolean | undefined;
59
59
  customer_managed_key_id?: string | undefined;
60
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
60
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
61
+ connectionId: z.ZodString;
62
+ entityId: z.ZodString;
63
+ instanceId: z.ZodString;
64
+ }, z.core.$strip>, z.ZodObject<{
65
+ generic_api_key: z.ZodString;
66
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
67
+ connectionId: z.ZodString;
68
+ entityId: z.ZodString;
69
+ instanceId: z.ZodString;
70
+ }, z.core.$strip>, z.ZodObject<{
71
+ generic_api_key: z.ZodString;
72
+ }, z.core.$strip>>]>;
61
73
  //#endregion
62
74
  export { neo4jCreateInstanceBeta };
63
75
  //# sourceMappingURL=create-instance-beta.d.mts.map
@@ -11,7 +11,19 @@ declare const Neo4jCreateSnapshotOutput: z.ZodObject<{
11
11
  }, z.core.$loose>;
12
12
  declare const neo4jCreateSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  instance_id: string;
14
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", 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<"neo4j", 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 { neo4jCreateSnapshot };
17
29
  //# sourceMappingURL=create-snapshot.d.cts.map
@@ -11,7 +11,19 @@ declare const Neo4jCreateSnapshotOutput: z.ZodObject<{
11
11
  }, z.core.$loose>;
12
12
  declare const neo4jCreateSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  instance_id: string;
14
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", 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<"neo4j", 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 { neo4jCreateSnapshot };
17
29
  //# sourceMappingURL=create-snapshot.d.mts.map
@@ -22,7 +22,19 @@ declare const neo4jEstimateGdsSessionSize: import("@keystrokehq/action").Workflo
22
22
  node_property_count?: number | undefined;
23
23
  algorithm_categories?: string[] | undefined;
24
24
  relationship_property_count?: number | undefined;
25
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", 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<"neo4j", 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 { neo4jEstimateGdsSessionSize };
28
40
  //# sourceMappingURL=estimate-gds-session-size.d.cts.map
@@ -22,7 +22,19 @@ declare const neo4jEstimateGdsSessionSize: import("@keystrokehq/action").Workflo
22
22
  node_property_count?: number | undefined;
23
23
  algorithm_categories?: string[] | undefined;
24
24
  relationship_property_count?: number | undefined;
25
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", 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<"neo4j", 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 { neo4jEstimateGdsSessionSize };
28
40
  //# sourceMappingURL=estimate-gds-session-size.d.mts.map
@@ -52,7 +52,19 @@ declare const Neo4jGetInstanceBetaOutput: z.ZodObject<{
52
52
  }, z.core.$loose>;
53
53
  declare const neo4jGetInstanceBeta: import("@keystrokehq/action").WorkflowActionDefinition<{
54
54
  instance_id: string;
55
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
55
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
56
+ connectionId: z.ZodString;
57
+ entityId: z.ZodString;
58
+ instanceId: z.ZodString;
59
+ }, z.core.$strip>, z.ZodObject<{
60
+ generic_api_key: z.ZodString;
61
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
62
+ connectionId: z.ZodString;
63
+ entityId: z.ZodString;
64
+ instanceId: z.ZodString;
65
+ }, z.core.$strip>, z.ZodObject<{
66
+ generic_api_key: z.ZodString;
67
+ }, z.core.$strip>>]>;
56
68
  //#endregion
57
69
  export { neo4jGetInstanceBeta };
58
70
  //# sourceMappingURL=get-instance-beta.d.cts.map
@@ -52,7 +52,19 @@ declare const Neo4jGetInstanceBetaOutput: z.ZodObject<{
52
52
  }, z.core.$loose>;
53
53
  declare const neo4jGetInstanceBeta: import("@keystrokehq/action").WorkflowActionDefinition<{
54
54
  instance_id: string;
55
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
55
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
56
+ connectionId: z.ZodString;
57
+ entityId: z.ZodString;
58
+ instanceId: z.ZodString;
59
+ }, z.core.$strip>, z.ZodObject<{
60
+ generic_api_key: z.ZodString;
61
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
62
+ connectionId: z.ZodString;
63
+ entityId: z.ZodString;
64
+ instanceId: z.ZodString;
65
+ }, z.core.$strip>, z.ZodObject<{
66
+ generic_api_key: z.ZodString;
67
+ }, z.core.$strip>>]>;
56
68
  //#endregion
57
69
  export { neo4jGetInstanceBeta };
58
70
  //# sourceMappingURL=get-instance-beta.d.mts.map
@@ -23,7 +23,19 @@ declare const Neo4jGetOrganizationUserOutput: z.ZodObject<{
23
23
  declare const neo4jGetOrganizationUser: import("@keystrokehq/action").WorkflowActionDefinition<{
24
24
  user_id: string;
25
25
  organization_id: string;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
33
+ connectionId: z.ZodString;
34
+ entityId: z.ZodString;
35
+ instanceId: z.ZodString;
36
+ }, z.core.$strip>, z.ZodObject<{
37
+ generic_api_key: z.ZodString;
38
+ }, z.core.$strip>>]>;
27
39
  //#endregion
28
40
  export { neo4jGetOrganizationUser };
29
41
  //# sourceMappingURL=get-organization-user.d.cts.map
@@ -23,7 +23,19 @@ declare const Neo4jGetOrganizationUserOutput: z.ZodObject<{
23
23
  declare const neo4jGetOrganizationUser: import("@keystrokehq/action").WorkflowActionDefinition<{
24
24
  user_id: string;
25
25
  organization_id: string;
26
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
33
+ connectionId: z.ZodString;
34
+ entityId: z.ZodString;
35
+ instanceId: z.ZodString;
36
+ }, z.core.$strip>, z.ZodObject<{
37
+ generic_api_key: z.ZodString;
38
+ }, z.core.$strip>>]>;
27
39
  //#endregion
28
40
  export { neo4jGetOrganizationUser };
29
41
  //# sourceMappingURL=get-organization-user.d.mts.map
@@ -21,7 +21,19 @@ declare const Neo4jGetProjectBetaOutput: z.ZodObject<{
21
21
  }, z.core.$loose>;
22
22
  declare const neo4jGetProjectBeta: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  tenant_id: 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<"neo4j", 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<"neo4j", 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 { neo4jGetProjectBeta };
27
39
  //# sourceMappingURL=get-project-beta.d.cts.map
@@ -21,7 +21,19 @@ declare const Neo4jGetProjectBetaOutput: z.ZodObject<{
21
21
  }, z.core.$loose>;
22
22
  declare const neo4jGetProjectBeta: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  tenant_id: 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<"neo4j", 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<"neo4j", 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 { neo4jGetProjectBeta };
27
39
  //# sourceMappingURL=get-project-beta.d.mts.map
@@ -21,7 +21,19 @@ declare const Neo4jGetProjectOutput: z.ZodObject<{
21
21
  }, z.core.$loose>;
22
22
  declare const neo4jGetProject: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  tenant_id: 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<"neo4j", 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<"neo4j", 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 { neo4jGetProject };
27
39
  //# sourceMappingURL=get-project.d.cts.map
@@ -21,7 +21,19 @@ declare const Neo4jGetProjectOutput: z.ZodObject<{
21
21
  }, z.core.$loose>;
22
22
  declare const neo4jGetProject: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  tenant_id: 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<"neo4j", 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<"neo4j", 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 { neo4jGetProject };
27
39
  //# sourceMappingURL=get-project.d.mts.map
@@ -17,7 +17,19 @@ declare const Neo4jGetSnapshotOutput: z.ZodObject<{
17
17
  declare const neo4jGetSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  instance_id: string;
19
19
  snapshot_id: string;
20
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
20
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>;
21
33
  //#endregion
22
34
  export { neo4jGetSnapshot };
23
35
  //# sourceMappingURL=get-snapshot.d.cts.map
@@ -17,7 +17,19 @@ declare const Neo4jGetSnapshotOutput: z.ZodObject<{
17
17
  declare const neo4jGetSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  instance_id: string;
19
19
  snapshot_id: string;
20
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
20
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>;
21
33
  //#endregion
22
34
  export { neo4jGetSnapshot };
23
35
  //# sourceMappingURL=get-snapshot.d.mts.map
@@ -31,7 +31,19 @@ declare const Neo4jListAgentsOutput: z.ZodObject<{
31
31
  declare const neo4jListAgents: import("@keystrokehq/action").WorkflowActionDefinition<{
32
32
  project_id: string;
33
33
  organization_id: string;
34
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ }, z.core.$strip>>]>;
35
47
  //#endregion
36
48
  export { neo4jListAgents };
37
49
  //# sourceMappingURL=list-agents.d.cts.map
@@ -31,7 +31,19 @@ declare const Neo4jListAgentsOutput: z.ZodObject<{
31
31
  declare const neo4jListAgents: import("@keystrokehq/action").WorkflowActionDefinition<{
32
32
  project_id: string;
33
33
  organization_id: string;
34
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
35
+ connectionId: z.ZodString;
36
+ entityId: z.ZodString;
37
+ instanceId: z.ZodString;
38
+ }, z.core.$strip>, z.ZodObject<{
39
+ generic_api_key: z.ZodString;
40
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ }, z.core.$strip>>]>;
35
47
  //#endregion
36
48
  export { neo4jListAgents };
37
49
  //# sourceMappingURL=list-agents.d.mts.map
@@ -26,7 +26,19 @@ declare const neo4jListGdsSessions: import("@keystrokehq/action").WorkflowAction
26
26
  tenant_id?: string | undefined;
27
27
  instance_id?: string | undefined;
28
28
  organization_id?: string | undefined;
29
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
29
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_api_key: z.ZodString;
35
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ generic_api_key: z.ZodString;
41
+ }, z.core.$strip>>]>;
30
42
  //#endregion
31
43
  export { neo4jListGdsSessions };
32
44
  //# sourceMappingURL=list-gds-sessions.d.cts.map
@@ -26,7 +26,19 @@ declare const neo4jListGdsSessions: import("@keystrokehq/action").WorkflowAction
26
26
  tenant_id?: string | undefined;
27
27
  instance_id?: string | undefined;
28
28
  organization_id?: string | undefined;
29
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
29
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
30
+ connectionId: z.ZodString;
31
+ entityId: z.ZodString;
32
+ instanceId: z.ZodString;
33
+ }, z.core.$strip>, z.ZodObject<{
34
+ generic_api_key: z.ZodString;
35
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ generic_api_key: z.ZodString;
41
+ }, z.core.$strip>>]>;
30
42
  //#endregion
31
43
  export { neo4jListGdsSessions };
32
44
  //# sourceMappingURL=list-gds-sessions.d.mts.map
@@ -15,7 +15,19 @@ declare const Neo4jListInstancesBetaOutput: z.ZodObject<{
15
15
  }, z.core.$loose>;
16
16
  declare const neo4jListInstancesBeta: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  tenant_id?: string | undefined;
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<"neo4j", 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<"neo4j", 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 { neo4jListInstancesBeta };
21
33
  //# sourceMappingURL=list-instances-beta.d.cts.map
@@ -15,7 +15,19 @@ declare const Neo4jListInstancesBetaOutput: z.ZodObject<{
15
15
  }, z.core.$loose>;
16
16
  declare const neo4jListInstancesBeta: import("@keystrokehq/action").WorkflowActionDefinition<{
17
17
  tenant_id?: string | undefined;
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<"neo4j", 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<"neo4j", 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 { neo4jListInstancesBeta };
21
33
  //# sourceMappingURL=list-instances-beta.d.mts.map
@@ -22,7 +22,19 @@ declare const Neo4jListIpFiltersOutput: z.ZodObject<{
22
22
  }, z.core.$loose>;
23
23
  declare const neo4jListIpFilters: import("@keystrokehq/action").WorkflowActionDefinition<{
24
24
  organization_id: string;
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<"neo4j", 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<"neo4j", 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 { neo4jListIpFilters };
28
40
  //# sourceMappingURL=list-ip-filters.d.cts.map
@@ -22,7 +22,19 @@ declare const Neo4jListIpFiltersOutput: z.ZodObject<{
22
22
  }, z.core.$loose>;
23
23
  declare const neo4jListIpFilters: import("@keystrokehq/action").WorkflowActionDefinition<{
24
24
  organization_id: string;
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<"neo4j", 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<"neo4j", 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 { neo4jListIpFilters };
28
40
  //# sourceMappingURL=list-ip-filters.d.mts.map
@@ -15,7 +15,19 @@ declare const Neo4jListProjectUsersOutput: z.ZodObject<{
15
15
  declare const neo4jListProjectUsers: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  project_id: string;
17
17
  organization_id: string;
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<"neo4j", 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<"neo4j", 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 { neo4jListProjectUsers };
21
33
  //# sourceMappingURL=list-project-users.d.cts.map
@@ -15,7 +15,19 @@ declare const Neo4jListProjectUsersOutput: z.ZodObject<{
15
15
  declare const neo4jListProjectUsers: import("@keystrokehq/action").WorkflowActionDefinition<{
16
16
  project_id: string;
17
17
  organization_id: string;
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<"neo4j", 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<"neo4j", 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 { neo4jListProjectUsers };
21
33
  //# sourceMappingURL=list-project-users.d.mts.map
@@ -8,7 +8,19 @@ declare const Neo4jListProjectsOutput: z.ZodObject<{
8
8
  name: z.ZodNullable<z.ZodString>;
9
9
  }, z.core.$loose>>;
10
10
  }, z.core.$loose>;
11
- declare const neo4jListProjects: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
11
+ declare const neo4jListProjects: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
12
+ connectionId: z.ZodString;
13
+ entityId: z.ZodString;
14
+ instanceId: z.ZodString;
15
+ }, z.core.$strip>, z.ZodObject<{
16
+ generic_api_key: z.ZodString;
17
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", 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>>]>;
12
24
  //#endregion
13
25
  export { neo4jListProjects };
14
26
  //# 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,sBAAA,EAAsB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;cAIvB,iBAAA,gCAAiB,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,sBAAA,EAAsB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;cAIvB,iBAAA,gCAAiB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,UAAA,CAAA,CAAA,SAAA"}
@@ -8,7 +8,19 @@ declare const Neo4jListProjectsOutput: z.ZodObject<{
8
8
  name: z.ZodNullable<z.ZodString>;
9
9
  }, z.core.$loose>>;
10
10
  }, z.core.$loose>;
11
- declare const neo4jListProjects: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
11
+ declare const neo4jListProjects: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
12
+ connectionId: z.ZodString;
13
+ entityId: z.ZodString;
14
+ instanceId: z.ZodString;
15
+ }, z.core.$strip>, z.ZodObject<{
16
+ generic_api_key: z.ZodString;
17
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", 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>>]>;
12
24
  //#endregion
13
25
  export { neo4jListProjects };
14
26
  //# 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,sBAAA,EAAsB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;cAIvB,iBAAA,gCAAiB,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,sBAAA,EAAsB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;cAIvB,iBAAA,gCAAiB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,UAAA,CAAA,CAAA,SAAA"}
@@ -17,7 +17,19 @@ declare const Neo4jListSnapshotsOutput: z.ZodObject<{
17
17
  declare const neo4jListSnapshots: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  instance_id: string;
19
19
  date?: string | undefined;
20
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
20
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>;
21
33
  //#endregion
22
34
  export { neo4jListSnapshots };
23
35
  //# sourceMappingURL=list-snapshots.d.cts.map
@@ -17,7 +17,19 @@ declare const Neo4jListSnapshotsOutput: z.ZodObject<{
17
17
  declare const neo4jListSnapshots: import("@keystrokehq/action").WorkflowActionDefinition<{
18
18
  instance_id: string;
19
19
  date?: string | undefined;
20
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
20
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
27
+ connectionId: z.ZodString;
28
+ entityId: z.ZodString;
29
+ instanceId: z.ZodString;
30
+ }, z.core.$strip>, z.ZodObject<{
31
+ generic_api_key: z.ZodString;
32
+ }, z.core.$strip>>]>;
21
33
  //#endregion
22
34
  export { neo4jListSnapshots };
23
35
  //# sourceMappingURL=list-snapshots.d.mts.map
@@ -7,7 +7,19 @@ declare const Neo4jPauseInstanceBetaInput: z.ZodObject<{
7
7
  declare const Neo4jPauseInstanceBetaOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const neo4jPauseInstanceBeta: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  instance_id: string;
10
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", 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<"neo4j", 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 { neo4jPauseInstanceBeta };
13
25
  //# sourceMappingURL=pause-instance-beta.d.cts.map
@@ -7,7 +7,19 @@ declare const Neo4jPauseInstanceBetaInput: z.ZodObject<{
7
7
  declare const Neo4jPauseInstanceBetaOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const neo4jPauseInstanceBeta: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  instance_id: string;
10
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", 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<"neo4j", 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 { neo4jPauseInstanceBeta };
13
25
  //# sourceMappingURL=pause-instance-beta.d.mts.map
@@ -22,7 +22,19 @@ declare const Neo4jRestoreSnapshotOutput: z.ZodObject<{
22
22
  declare const neo4jRestoreSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  instance_id: string;
24
24
  snapshot_id: string;
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<"neo4j", 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<"neo4j", 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 { neo4jRestoreSnapshot };
28
40
  //# sourceMappingURL=restore-snapshot.d.cts.map
@@ -22,7 +22,19 @@ declare const Neo4jRestoreSnapshotOutput: z.ZodObject<{
22
22
  declare const neo4jRestoreSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<{
23
23
  instance_id: string;
24
24
  snapshot_id: string;
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<"neo4j", 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<"neo4j", 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 { neo4jRestoreSnapshot };
28
40
  //# sourceMappingURL=restore-snapshot.d.mts.map
@@ -37,7 +37,19 @@ declare const neo4jUpdateInstanceBeta: import("@keystrokehq/action").WorkflowAct
37
37
  storage?: string | undefined;
38
38
  vector_optimized?: boolean | undefined;
39
39
  graph_analytics_plugin?: boolean | undefined;
40
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
40
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
47
+ connectionId: z.ZodString;
48
+ entityId: z.ZodString;
49
+ instanceId: z.ZodString;
50
+ }, z.core.$strip>, z.ZodObject<{
51
+ generic_api_key: z.ZodString;
52
+ }, z.core.$strip>>]>;
41
53
  //#endregion
42
54
  export { neo4jUpdateInstanceBeta };
43
55
  //# sourceMappingURL=update-instance-beta.d.cts.map
@@ -37,7 +37,19 @@ declare const neo4jUpdateInstanceBeta: import("@keystrokehq/action").WorkflowAct
37
37
  storage?: string | undefined;
38
38
  vector_optimized?: boolean | undefined;
39
39
  graph_analytics_plugin?: boolean | undefined;
40
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
40
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
47
+ connectionId: z.ZodString;
48
+ entityId: z.ZodString;
49
+ instanceId: z.ZodString;
50
+ }, z.core.$strip>, z.ZodObject<{
51
+ generic_api_key: z.ZodString;
52
+ }, z.core.$strip>>]>;
41
53
  //#endregion
42
54
  export { neo4jUpdateInstanceBeta };
43
55
  //# sourceMappingURL=update-instance-beta.d.mts.map
@@ -68,7 +68,19 @@ declare const neo4jUpdateInstance: import("@keystrokehq/action").WorkflowActionD
68
68
  storage?: string | undefined;
69
69
  vector_optimized?: boolean | undefined;
70
70
  graph_analytics_plugin?: boolean | undefined;
71
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
71
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
72
+ connectionId: z.ZodString;
73
+ entityId: z.ZodString;
74
+ instanceId: z.ZodString;
75
+ }, z.core.$strip>, z.ZodObject<{
76
+ generic_api_key: z.ZodString;
77
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
78
+ connectionId: z.ZodString;
79
+ entityId: z.ZodString;
80
+ instanceId: z.ZodString;
81
+ }, z.core.$strip>, z.ZodObject<{
82
+ generic_api_key: z.ZodString;
83
+ }, z.core.$strip>>]>;
72
84
  //#endregion
73
85
  export { neo4jUpdateInstance };
74
86
  //# sourceMappingURL=update-instance.d.cts.map
@@ -68,7 +68,19 @@ declare const neo4jUpdateInstance: import("@keystrokehq/action").WorkflowActionD
68
68
  storage?: string | undefined;
69
69
  vector_optimized?: boolean | undefined;
70
70
  graph_analytics_plugin?: boolean | undefined;
71
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
71
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
72
+ connectionId: z.ZodString;
73
+ entityId: z.ZodString;
74
+ instanceId: z.ZodString;
75
+ }, z.core.$strip>, z.ZodObject<{
76
+ generic_api_key: z.ZodString;
77
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"neo4j", z.ZodObject<{
78
+ connectionId: z.ZodString;
79
+ entityId: z.ZodString;
80
+ instanceId: z.ZodString;
81
+ }, z.core.$strip>, z.ZodObject<{
82
+ generic_api_key: z.ZodString;
83
+ }, z.core.$strip>>]>;
72
84
  //#endregion
73
85
  export { neo4jUpdateInstance };
74
86
  //# sourceMappingURL=update-instance.d.mts.map
@@ -45,7 +45,19 @@ declare const neo4jUpdateIpFilter: import("@keystrokehq/action").WorkflowActionD
45
45
  }[] | undefined;
46
46
  description?: string | undefined;
47
47
  filtering_disabled?: boolean | undefined;
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<"neo4j", 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<"neo4j", 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 { neo4jUpdateIpFilter };
51
63
  //# sourceMappingURL=update-ip-filter.d.cts.map
@@ -45,7 +45,19 @@ declare const neo4jUpdateIpFilter: import("@keystrokehq/action").WorkflowActionD
45
45
  }[] | undefined;
46
46
  description?: string | undefined;
47
47
  filtering_disabled?: boolean | undefined;
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<"neo4j", 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<"neo4j", 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 { neo4jUpdateIpFilter };
51
63
  //# sourceMappingURL=update-ip-filter.d.mts.map
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 neo4j = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const neo4j = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "neo4j",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: zod.z.string() }
5
8
  });
6
9
  //#endregion
7
10
  exports.neo4j = neo4j;
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 neo4j = defineApp({\n slug: \"neo4j\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,SAAA,uCAAA,CAAA,CAAA,UAAA,CAAkB;CAC7B,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 neo4j = defineApp({\n slug: \"neo4j\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,SAAA,GAAA,2BAAA,UAAA,CAAkB;CAC7B,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 neo4j: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const neo4j: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"neo4j", 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 { neo4j };
5
13
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,KAAA,6BAAK,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,KAAA,6BAAK,GAAA,+BAAA,UAAA,UAAA,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 neo4j: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const neo4j: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"neo4j", 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 { neo4j };
5
13
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,KAAA,6BAAK,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,KAAA,6BAAK,GAAA,+BAAA,UAAA,UAAA,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 neo4j = defineApp({
4
5
  slug: "neo4j",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: z.string() }
6
8
  });
7
9
  //#endregion
8
10
  export { neo4j };
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 neo4j = defineApp({\n slug: \"neo4j\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,QAAQ,UAAU;CAC7B,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 neo4j = defineApp({\n slug: \"neo4j\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,QAAQ,UAAU;CAC7B,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -8,7 +8,7 @@ const neo4jCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/neo4j",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "Bearer Token",
13
13
  "secret": true,
14
14
  "description": "SSO-generated bearer token for Neo4j database authentication"
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const neo4jCatalog = {\n \"slug\": \"neo4j\",\n \"name\": \"Neo4J\",\n \"description\": \"Graph database platform for connected data and real-time analytics\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/neo4j\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Bearer Token\",\n \"secret\": true,\n \"description\": \"SSO-generated bearer token for Neo4j database authentication\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,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 neo4jCatalog = {\n \"slug\": \"neo4j\",\n \"name\": \"Neo4J\",\n \"description\": \"Graph database platform for connected data and real-time analytics\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/neo4j\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Bearer Token\",\n \"secret\": true,\n \"description\": \"SSO-generated bearer token for Neo4j database authentication\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,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 neo4jCatalog: {
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: "Bearer Token";
14
14
  readonly secret: true;
15
15
  readonly description: "SSO-generated bearer token for Neo4j database authentication";
@@ -9,7 +9,7 @@ declare const neo4jCatalog: {
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: "Bearer Token";
14
14
  readonly secret: true;
15
15
  readonly description: "SSO-generated bearer token for Neo4j database authentication";
package/dist/catalog.mjs CHANGED
@@ -8,7 +8,7 @@ const neo4jCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/neo4j",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "Bearer Token",
13
13
  "secret": true,
14
14
  "description": "SSO-generated bearer token for Neo4j database authentication"
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const neo4jCatalog = {\n \"slug\": \"neo4j\",\n \"name\": \"Neo4J\",\n \"description\": \"Graph database platform for connected data and real-time analytics\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/neo4j\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Bearer Token\",\n \"secret\": true,\n \"description\": \"SSO-generated bearer token for Neo4j database authentication\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,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 neo4jCatalog = {\n \"slug\": \"neo4j\",\n \"name\": \"Neo4J\",\n \"description\": \"Graph database platform for connected data and real-time analytics\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/neo4j\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Bearer Token\",\n \"secret\": true,\n \"description\": \"SSO-generated bearer token for Neo4j database authentication\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,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/neo4j",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"