@keystrokehq/neo4j 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/aggregate-directors.cjs +30 -0
  7. package/dist/actions/aggregate-directors.cjs.map +1 -0
  8. package/dist/actions/aggregate-directors.d.cts +9 -0
  9. package/dist/actions/aggregate-directors.d.cts.map +1 -0
  10. package/dist/actions/aggregate-directors.d.mts +9 -0
  11. package/dist/actions/aggregate-directors.d.mts.map +1 -0
  12. package/dist/actions/aggregate-directors.mjs +29 -0
  13. package/dist/actions/aggregate-directors.mjs.map +1 -0
  14. package/dist/actions/create-instance-beta.cjs +55 -0
  15. package/dist/actions/create-instance-beta.cjs.map +1 -0
  16. package/dist/actions/create-instance-beta.d.cts +9 -0
  17. package/dist/actions/create-instance-beta.d.cts.map +1 -0
  18. package/dist/actions/create-instance-beta.d.mts +9 -0
  19. package/dist/actions/create-instance-beta.d.mts.map +1 -0
  20. package/dist/actions/create-instance-beta.mjs +54 -0
  21. package/dist/actions/create-instance-beta.mjs.map +1 -0
  22. package/dist/actions/create-snapshot.cjs +20 -0
  23. package/dist/actions/create-snapshot.cjs.map +1 -0
  24. package/dist/actions/create-snapshot.d.cts +9 -0
  25. package/dist/actions/create-snapshot.d.cts.map +1 -0
  26. package/dist/actions/create-snapshot.d.mts +9 -0
  27. package/dist/actions/create-snapshot.d.mts.map +1 -0
  28. package/dist/actions/create-snapshot.mjs +17 -0
  29. package/dist/actions/create-snapshot.mjs.map +1 -0
  30. package/dist/actions/estimate-gds-session-size.cjs +27 -0
  31. package/dist/actions/estimate-gds-session-size.cjs.map +1 -0
  32. package/dist/actions/estimate-gds-session-size.d.cts +9 -0
  33. package/dist/actions/estimate-gds-session-size.d.cts.map +1 -0
  34. package/dist/actions/estimate-gds-session-size.d.mts +9 -0
  35. package/dist/actions/estimate-gds-session-size.d.mts.map +1 -0
  36. package/dist/actions/estimate-gds-session-size.mjs +26 -0
  37. package/dist/actions/estimate-gds-session-size.mjs.map +1 -0
  38. package/dist/actions/get-instance-beta.cjs +63 -0
  39. package/dist/actions/get-instance-beta.cjs.map +1 -0
  40. package/dist/actions/get-instance-beta.d.cts +9 -0
  41. package/dist/actions/get-instance-beta.d.cts.map +1 -0
  42. package/dist/actions/get-instance-beta.d.mts +9 -0
  43. package/dist/actions/get-instance-beta.d.mts.map +1 -0
  44. package/dist/actions/get-instance-beta.mjs +62 -0
  45. package/dist/actions/get-instance-beta.mjs.map +1 -0
  46. package/dist/actions/get-organization-user.cjs +33 -0
  47. package/dist/actions/get-organization-user.cjs.map +1 -0
  48. package/dist/actions/get-organization-user.d.cts +9 -0
  49. package/dist/actions/get-organization-user.d.cts.map +1 -0
  50. package/dist/actions/get-organization-user.d.mts +9 -0
  51. package/dist/actions/get-organization-user.d.mts.map +1 -0
  52. package/dist/actions/get-organization-user.mjs +32 -0
  53. package/dist/actions/get-organization-user.mjs.map +1 -0
  54. package/dist/actions/get-project-beta.cjs +30 -0
  55. package/dist/actions/get-project-beta.cjs.map +1 -0
  56. package/dist/actions/get-project-beta.d.cts +9 -0
  57. package/dist/actions/get-project-beta.d.cts.map +1 -0
  58. package/dist/actions/get-project-beta.d.mts +9 -0
  59. package/dist/actions/get-project-beta.d.mts.map +1 -0
  60. package/dist/actions/get-project-beta.mjs +29 -0
  61. package/dist/actions/get-project-beta.mjs.map +1 -0
  62. package/dist/actions/get-project.cjs +30 -0
  63. package/dist/actions/get-project.cjs.map +1 -0
  64. package/dist/actions/get-project.d.cts +9 -0
  65. package/dist/actions/get-project.d.cts.map +1 -0
  66. package/dist/actions/get-project.d.mts +9 -0
  67. package/dist/actions/get-project.d.mts.map +1 -0
  68. package/dist/actions/get-project.mjs +29 -0
  69. package/dist/actions/get-project.mjs.map +1 -0
  70. package/dist/actions/get-snapshot.cjs +26 -0
  71. package/dist/actions/get-snapshot.cjs.map +1 -0
  72. package/dist/actions/get-snapshot.d.cts +9 -0
  73. package/dist/actions/get-snapshot.d.cts.map +1 -0
  74. package/dist/actions/get-snapshot.d.mts +9 -0
  75. package/dist/actions/get-snapshot.d.mts.map +1 -0
  76. package/dist/actions/get-snapshot.mjs +25 -0
  77. package/dist/actions/get-snapshot.mjs.map +1 -0
  78. package/dist/actions/index.cjs +43 -0
  79. package/dist/actions/index.d.cts +22 -0
  80. package/dist/actions/index.d.mts +22 -0
  81. package/dist/actions/index.mjs +22 -0
  82. package/dist/actions/list-agents.cjs +40 -0
  83. package/dist/actions/list-agents.cjs.map +1 -0
  84. package/dist/actions/list-agents.d.cts +9 -0
  85. package/dist/actions/list-agents.d.cts.map +1 -0
  86. package/dist/actions/list-agents.d.mts +9 -0
  87. package/dist/actions/list-agents.d.mts.map +1 -0
  88. package/dist/actions/list-agents.mjs +39 -0
  89. package/dist/actions/list-agents.mjs.map +1 -0
  90. package/dist/actions/list-gds-sessions.cjs +37 -0
  91. package/dist/actions/list-gds-sessions.cjs.map +1 -0
  92. package/dist/actions/list-gds-sessions.d.cts +9 -0
  93. package/dist/actions/list-gds-sessions.d.cts.map +1 -0
  94. package/dist/actions/list-gds-sessions.d.mts +9 -0
  95. package/dist/actions/list-gds-sessions.d.mts.map +1 -0
  96. package/dist/actions/list-gds-sessions.mjs +36 -0
  97. package/dist/actions/list-gds-sessions.mjs.map +1 -0
  98. package/dist/actions/list-instances-beta.cjs +23 -0
  99. package/dist/actions/list-instances-beta.cjs.map +1 -0
  100. package/dist/actions/list-instances-beta.d.cts +9 -0
  101. package/dist/actions/list-instances-beta.d.cts.map +1 -0
  102. package/dist/actions/list-instances-beta.d.mts +9 -0
  103. package/dist/actions/list-instances-beta.d.mts.map +1 -0
  104. package/dist/actions/list-instances-beta.mjs +22 -0
  105. package/dist/actions/list-instances-beta.mjs.map +1 -0
  106. package/dist/actions/list-ip-filters.cjs +31 -0
  107. package/dist/actions/list-ip-filters.cjs.map +1 -0
  108. package/dist/actions/list-ip-filters.d.cts +9 -0
  109. package/dist/actions/list-ip-filters.d.cts.map +1 -0
  110. package/dist/actions/list-ip-filters.d.mts +9 -0
  111. package/dist/actions/list-ip-filters.d.mts.map +1 -0
  112. package/dist/actions/list-ip-filters.mjs +30 -0
  113. package/dist/actions/list-ip-filters.mjs.map +1 -0
  114. package/dist/actions/list-project-users.cjs +24 -0
  115. package/dist/actions/list-project-users.cjs.map +1 -0
  116. package/dist/actions/list-project-users.d.cts +9 -0
  117. package/dist/actions/list-project-users.d.cts.map +1 -0
  118. package/dist/actions/list-project-users.d.mts +9 -0
  119. package/dist/actions/list-project-users.d.mts.map +1 -0
  120. package/dist/actions/list-project-users.mjs +23 -0
  121. package/dist/actions/list-project-users.mjs.map +1 -0
  122. package/dist/actions/list-projects.cjs +20 -0
  123. package/dist/actions/list-projects.cjs.map +1 -0
  124. package/dist/actions/list-projects.d.cts +9 -0
  125. package/dist/actions/list-projects.d.cts.map +1 -0
  126. package/dist/actions/list-projects.d.mts +9 -0
  127. package/dist/actions/list-projects.d.mts.map +1 -0
  128. package/dist/actions/list-projects.mjs +19 -0
  129. package/dist/actions/list-projects.mjs.map +1 -0
  130. package/dist/actions/list-snapshots.cjs +26 -0
  131. package/dist/actions/list-snapshots.cjs.map +1 -0
  132. package/dist/actions/list-snapshots.d.cts +9 -0
  133. package/dist/actions/list-snapshots.d.cts.map +1 -0
  134. package/dist/actions/list-snapshots.d.mts +9 -0
  135. package/dist/actions/list-snapshots.d.mts.map +1 -0
  136. package/dist/actions/list-snapshots.mjs +25 -0
  137. package/dist/actions/list-snapshots.mjs.map +1 -0
  138. package/dist/actions/pause-instance-beta.cjs +16 -0
  139. package/dist/actions/pause-instance-beta.cjs.map +1 -0
  140. package/dist/actions/pause-instance-beta.d.cts +9 -0
  141. package/dist/actions/pause-instance-beta.d.cts.map +1 -0
  142. package/dist/actions/pause-instance-beta.d.mts +9 -0
  143. package/dist/actions/pause-instance-beta.d.mts.map +1 -0
  144. package/dist/actions/pause-instance-beta.mjs +13 -0
  145. package/dist/actions/pause-instance-beta.mjs.map +1 -0
  146. package/dist/actions/restore-snapshot.cjs +32 -0
  147. package/dist/actions/restore-snapshot.cjs.map +1 -0
  148. package/dist/actions/restore-snapshot.d.cts +9 -0
  149. package/dist/actions/restore-snapshot.d.cts.map +1 -0
  150. package/dist/actions/restore-snapshot.d.mts +9 -0
  151. package/dist/actions/restore-snapshot.d.mts.map +1 -0
  152. package/dist/actions/restore-snapshot.mjs +29 -0
  153. package/dist/actions/restore-snapshot.mjs.map +1 -0
  154. package/dist/actions/update-instance-beta.cjs +42 -0
  155. package/dist/actions/update-instance-beta.cjs.map +1 -0
  156. package/dist/actions/update-instance-beta.d.cts +9 -0
  157. package/dist/actions/update-instance-beta.d.cts.map +1 -0
  158. package/dist/actions/update-instance-beta.d.mts +9 -0
  159. package/dist/actions/update-instance-beta.d.mts.map +1 -0
  160. package/dist/actions/update-instance-beta.mjs +41 -0
  161. package/dist/actions/update-instance-beta.mjs.map +1 -0
  162. package/dist/actions/update-instance.cjs +77 -0
  163. package/dist/actions/update-instance.cjs.map +1 -0
  164. package/dist/actions/update-instance.d.cts +9 -0
  165. package/dist/actions/update-instance.d.cts.map +1 -0
  166. package/dist/actions/update-instance.d.mts +9 -0
  167. package/dist/actions/update-instance.d.mts.map +1 -0
  168. package/dist/actions/update-instance.mjs +76 -0
  169. package/dist/actions/update-instance.mjs.map +1 -0
  170. package/dist/actions/update-ip-filter.cjs +47 -0
  171. package/dist/actions/update-ip-filter.cjs.map +1 -0
  172. package/dist/actions/update-ip-filter.d.cts +9 -0
  173. package/dist/actions/update-ip-filter.d.cts.map +1 -0
  174. package/dist/actions/update-ip-filter.d.mts +9 -0
  175. package/dist/actions/update-ip-filter.d.mts.map +1 -0
  176. package/dist/actions/update-ip-filter.mjs +46 -0
  177. package/dist/actions/update-ip-filter.mjs.map +1 -0
  178. package/dist/app.cjs +9 -0
  179. package/dist/app.cjs.map +1 -0
  180. package/dist/app.d.cts +5 -0
  181. package/dist/app.d.cts.map +1 -0
  182. package/dist/app.d.mts +5 -0
  183. package/dist/app.d.mts.map +1 -0
  184. package/dist/app.mjs +10 -0
  185. package/dist/app.mjs.map +1 -0
  186. package/dist/catalog.cjs +15 -0
  187. package/dist/catalog.cjs.map +1 -0
  188. package/dist/catalog.d.cts +14 -0
  189. package/dist/catalog.d.cts.map +1 -0
  190. package/dist/catalog.d.mts +14 -0
  191. package/dist/catalog.d.mts.map +1 -0
  192. package/dist/catalog.mjs +15 -0
  193. package/dist/catalog.mjs.map +1 -0
  194. package/dist/execute.cjs +18 -0
  195. package/dist/execute.cjs.map +1 -0
  196. package/dist/execute.mjs +18 -0
  197. package/dist/execute.mjs.map +1 -0
  198. package/dist/index.cjs +48 -0
  199. package/dist/index.d.cts +24 -0
  200. package/dist/index.d.mts +24 -0
  201. package/dist/index.mjs +25 -0
  202. package/package.json +49 -0
@@ -0,0 +1,63 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-instance-beta.ts
4
+ const Neo4jGetInstanceBetaInput = zod.z.object({ instance_id: zod.z.string().describe("The unique identifier of the Neo4j Aura instance to retrieve.") }).describe("Request model for getting a Neo4j Aura instance by ID.");
5
+ const Neo4jGetInstanceBeta_InstanceTypeSchema = zod.z.enum([
6
+ "enterprise-db",
7
+ "enterprise-ds",
8
+ "business-critical",
9
+ "professional-db",
10
+ "professional-ds",
11
+ "free-db"
12
+ ]).describe("Type enum for Neo4j Aura instances.");
13
+ const Neo4jGetInstanceBeta_InstanceStatusSchema = zod.z.enum([
14
+ "creating",
15
+ "destroying",
16
+ "running",
17
+ "pausing",
18
+ "paused",
19
+ "suspending",
20
+ "suspended",
21
+ "resuming",
22
+ "loading",
23
+ "loading failed",
24
+ "restoring",
25
+ "updating",
26
+ "overwriting"
27
+ ]).describe("Status enum for Neo4j Aura instances.");
28
+ const Neo4jGetInstanceBeta_CloudProviderSchema = zod.z.enum([
29
+ "gcp",
30
+ "aws",
31
+ "azure"
32
+ ]).describe("Cloud provider enum for Neo4j Aura instances.");
33
+ const Neo4jGetInstanceBeta_InstanceDataSchema = zod.z.object({
34
+ id: zod.z.string().describe("The id of the instance"),
35
+ name: zod.z.string().describe("The name of the instance"),
36
+ type: Neo4jGetInstanceBeta_InstanceTypeSchema.nullable().optional(),
37
+ memory: zod.z.string().describe("The size of the instance memory in GB").nullable().optional(),
38
+ region: zod.z.string().describe("The region where the instance is hosted").nullable().optional(),
39
+ status: Neo4jGetInstanceBeta_InstanceStatusSchema.nullable(),
40
+ storage: zod.z.string().describe("Storage allocated to the instance. This field is NOT returned for free instances.").nullable().optional(),
41
+ tenant_id: zod.z.string().describe("The project to which the instance belongs to"),
42
+ created_at: zod.z.string().describe("The timestamp when the instance was created"),
43
+ graph_nodes: zod.z.union([zod.z.string(), zod.z.number().int()]).nullable().optional(),
44
+ cloud_provider: Neo4jGetInstanceBeta_CloudProviderSchema.nullable(),
45
+ connection_url: zod.z.string().describe("URL for connecting to the Neo4j instance").nullable().optional(),
46
+ vector_optimized: zod.z.boolean().describe("The vector optimization configuration of the instance.").nullable().optional(),
47
+ graph_relationships: zod.z.union([zod.z.string(), zod.z.number().int()]).nullable().optional(),
48
+ graph_analytics_plugin: zod.z.boolean().describe("The graph analytics plugin configuration of the instance.").nullable().optional(),
49
+ customer_managed_key_id: zod.z.string().describe("ID of the Customer Managed Key if one was used for creating the instance").nullable().optional(),
50
+ metrics_integration_url: zod.z.string().describe("Metrics integration endpoint URL for the Neo4j instance").nullable().optional()
51
+ }).describe("Data object containing instance details.");
52
+ const Neo4jGetInstanceBetaOutput = zod.z.object({ data: Neo4jGetInstanceBeta_InstanceDataSchema.nullable() }).describe("Response model for getting a Neo4j Aura instance.");
53
+ const neo4jGetInstanceBeta = require_action.action("NEO4J_GET_INSTANCE_BETA", {
54
+ slug: "neo4j-get-instance-beta",
55
+ name: "Get Neo4j Aura Instance Details",
56
+ description: "Retrieves details for a specific Neo4j Aura instance using its unique instance ID. Returns comprehensive information including instance name, status, cloud provider, region, memory allocation, connection URL, and other configuration details. Use this action when you need to check the status, configuration, or connection details of a specific Neo4j Aura instance. This is a read-only operation that does not modify any instance state.",
57
+ input: Neo4jGetInstanceBetaInput,
58
+ output: Neo4jGetInstanceBetaOutput
59
+ });
60
+ //#endregion
61
+ exports.neo4jGetInstanceBeta = neo4jGetInstanceBeta;
62
+
63
+ //# sourceMappingURL=get-instance-beta.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-instance-beta.cjs","names":["z","action"],"sources":["../../src/actions/get-instance-beta.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jGetInstanceBetaInput: z.ZodTypeAny = z.object({\n instance_id: z.string().describe(\"The unique identifier of the Neo4j Aura instance to retrieve.\"),\n}).describe(\"Request model for getting a Neo4j Aura instance by ID.\");\nconst Neo4jGetInstanceBeta_InstanceTypeSchema: z.ZodTypeAny = z.enum([\"enterprise-db\", \"enterprise-ds\", \"business-critical\", \"professional-db\", \"professional-ds\", \"free-db\"]).describe(\"Type enum for Neo4j Aura instances.\");\nconst Neo4jGetInstanceBeta_InstanceStatusSchema: z.ZodTypeAny = z.enum([\"creating\", \"destroying\", \"running\", \"pausing\", \"paused\", \"suspending\", \"suspended\", \"resuming\", \"loading\", \"loading failed\", \"restoring\", \"updating\", \"overwriting\"]).describe(\"Status enum for Neo4j Aura instances.\");\nconst Neo4jGetInstanceBeta_CloudProviderSchema: z.ZodTypeAny = z.enum([\"gcp\", \"aws\", \"azure\"]).describe(\"Cloud provider enum for Neo4j Aura instances.\");\nconst Neo4jGetInstanceBeta_InstanceDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The id of the instance\"),\n name: z.string().describe(\"The name of the instance\"),\n type: Neo4jGetInstanceBeta_InstanceTypeSchema.nullable().optional(),\n memory: z.string().describe(\"The size of the instance memory in GB\").nullable().optional(),\n region: z.string().describe(\"The region where the instance is hosted\").nullable().optional(),\n status: Neo4jGetInstanceBeta_InstanceStatusSchema.nullable(),\n storage: z.string().describe(\"Storage allocated to the instance. This field is NOT returned for free instances.\").nullable().optional(),\n tenant_id: z.string().describe(\"The project to which the instance belongs to\"),\n created_at: z.string().describe(\"The timestamp when the instance was created\"),\n graph_nodes: z.union([z.string(), z.number().int()]).nullable().optional(),\n cloud_provider: Neo4jGetInstanceBeta_CloudProviderSchema.nullable(),\n connection_url: z.string().describe(\"URL for connecting to the Neo4j instance\").nullable().optional(),\n vector_optimized: z.boolean().describe(\"The vector optimization configuration of the instance.\").nullable().optional(),\n graph_relationships: z.union([z.string(), z.number().int()]).nullable().optional(),\n graph_analytics_plugin: z.boolean().describe(\"The graph analytics plugin configuration of the instance.\").nullable().optional(),\n customer_managed_key_id: z.string().describe(\"ID of the Customer Managed Key if one was used for creating the instance\").nullable().optional(),\n metrics_integration_url: z.string().describe(\"Metrics integration endpoint URL for the Neo4j instance\").nullable().optional(),\n}).describe(\"Data object containing instance details.\");\nexport const Neo4jGetInstanceBetaOutput: z.ZodTypeAny = z.object({\n data: Neo4jGetInstanceBeta_InstanceDataSchema.nullable(),\n}).describe(\"Response model for getting a Neo4j Aura instance.\");\n\nexport const neo4jGetInstanceBeta = action(\"NEO4J_GET_INSTANCE_BETA\", {\n slug: \"neo4j-get-instance-beta\",\n name: \"Get Neo4j Aura Instance Details\",\n description: \"Retrieves details for a specific Neo4j Aura instance using its unique instance ID. Returns comprehensive information including instance name, status, cloud provider, region, memory allocation, connection URL, and other configuration details. Use this action when you need to check the status, configuration, or connection details of a specific Neo4j Aura instance. This is a read-only operation that does not modify any instance state.\",\n input: Neo4jGetInstanceBetaInput,\n output: Neo4jGetInstanceBetaOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EAClG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,0CAAwDA,IAAAA,EAAE,KAAK;CAAC;CAAiB;CAAiB;CAAqB;CAAmB;CAAmB;AAAS,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAC7N,MAAM,4CAA0DA,IAAAA,EAAE,KAAK;CAAC;CAAY;CAAc;CAAW;CAAW;CAAU;CAAc;CAAa;CAAY;CAAW;CAAkB;CAAa;CAAY;AAAa,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAC/R,MAAM,2CAAyDA,IAAAA,EAAE,KAAK;CAAC;CAAO;CAAO;AAAO,CAAC,CAAC,CAAC,SAAS,+CAA+C;AACvJ,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACpD,MAAM,wCAAwC,SAAS,CAAC,CAAC,SAAS;CAClE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,QAAQ,0CAA0C,SAAS;CAC3D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC7E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC7E,aAAaA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,gBAAgB,yCAAyC,SAAS;CAClE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,qBAAqBA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,wBAAwBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,MAAM,wCAAwC,SAAS,EACzD,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-instance-beta.d.ts
4
+ declare const Neo4jGetInstanceBetaInput: z.ZodTypeAny;
5
+ declare const Neo4jGetInstanceBetaOutput: z.ZodTypeAny;
6
+ declare const neo4jGetInstanceBeta: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neo4jGetInstanceBeta };
9
+ //# sourceMappingURL=get-instance-beta.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-instance-beta.d.cts","names":[],"sources":["../../src/actions/get-instance-beta.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAE2B;AAAA,cAuBxD,0BAAA,EAA4B,CAAA,CAAE,UAEqB;AAAA,cAEnD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-instance-beta.d.ts
4
+ declare const Neo4jGetInstanceBetaInput: z.ZodTypeAny;
5
+ declare const Neo4jGetInstanceBetaOutput: z.ZodTypeAny;
6
+ declare const neo4jGetInstanceBeta: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neo4jGetInstanceBeta };
9
+ //# sourceMappingURL=get-instance-beta.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-instance-beta.d.mts","names":[],"sources":["../../src/actions/get-instance-beta.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAE2B;AAAA,cAuBxD,0BAAA,EAA4B,CAAA,CAAE,UAEqB;AAAA,cAEnD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,62 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-instance-beta.ts
4
+ const Neo4jGetInstanceBetaInput = z.object({ instance_id: z.string().describe("The unique identifier of the Neo4j Aura instance to retrieve.") }).describe("Request model for getting a Neo4j Aura instance by ID.");
5
+ const Neo4jGetInstanceBeta_InstanceTypeSchema = z.enum([
6
+ "enterprise-db",
7
+ "enterprise-ds",
8
+ "business-critical",
9
+ "professional-db",
10
+ "professional-ds",
11
+ "free-db"
12
+ ]).describe("Type enum for Neo4j Aura instances.");
13
+ const Neo4jGetInstanceBeta_InstanceStatusSchema = z.enum([
14
+ "creating",
15
+ "destroying",
16
+ "running",
17
+ "pausing",
18
+ "paused",
19
+ "suspending",
20
+ "suspended",
21
+ "resuming",
22
+ "loading",
23
+ "loading failed",
24
+ "restoring",
25
+ "updating",
26
+ "overwriting"
27
+ ]).describe("Status enum for Neo4j Aura instances.");
28
+ const Neo4jGetInstanceBeta_CloudProviderSchema = z.enum([
29
+ "gcp",
30
+ "aws",
31
+ "azure"
32
+ ]).describe("Cloud provider enum for Neo4j Aura instances.");
33
+ const Neo4jGetInstanceBeta_InstanceDataSchema = z.object({
34
+ id: z.string().describe("The id of the instance"),
35
+ name: z.string().describe("The name of the instance"),
36
+ type: Neo4jGetInstanceBeta_InstanceTypeSchema.nullable().optional(),
37
+ memory: z.string().describe("The size of the instance memory in GB").nullable().optional(),
38
+ region: z.string().describe("The region where the instance is hosted").nullable().optional(),
39
+ status: Neo4jGetInstanceBeta_InstanceStatusSchema.nullable(),
40
+ storage: z.string().describe("Storage allocated to the instance. This field is NOT returned for free instances.").nullable().optional(),
41
+ tenant_id: z.string().describe("The project to which the instance belongs to"),
42
+ created_at: z.string().describe("The timestamp when the instance was created"),
43
+ graph_nodes: z.union([z.string(), z.number().int()]).nullable().optional(),
44
+ cloud_provider: Neo4jGetInstanceBeta_CloudProviderSchema.nullable(),
45
+ connection_url: z.string().describe("URL for connecting to the Neo4j instance").nullable().optional(),
46
+ vector_optimized: z.boolean().describe("The vector optimization configuration of the instance.").nullable().optional(),
47
+ graph_relationships: z.union([z.string(), z.number().int()]).nullable().optional(),
48
+ graph_analytics_plugin: z.boolean().describe("The graph analytics plugin configuration of the instance.").nullable().optional(),
49
+ customer_managed_key_id: z.string().describe("ID of the Customer Managed Key if one was used for creating the instance").nullable().optional(),
50
+ metrics_integration_url: z.string().describe("Metrics integration endpoint URL for the Neo4j instance").nullable().optional()
51
+ }).describe("Data object containing instance details.");
52
+ const neo4jGetInstanceBeta = action("NEO4J_GET_INSTANCE_BETA", {
53
+ slug: "neo4j-get-instance-beta",
54
+ name: "Get Neo4j Aura Instance Details",
55
+ description: "Retrieves details for a specific Neo4j Aura instance using its unique instance ID. Returns comprehensive information including instance name, status, cloud provider, region, memory allocation, connection URL, and other configuration details. Use this action when you need to check the status, configuration, or connection details of a specific Neo4j Aura instance. This is a read-only operation that does not modify any instance state.",
56
+ input: Neo4jGetInstanceBetaInput,
57
+ output: z.object({ data: Neo4jGetInstanceBeta_InstanceDataSchema.nullable() }).describe("Response model for getting a Neo4j Aura instance.")
58
+ });
59
+ //#endregion
60
+ export { neo4jGetInstanceBeta };
61
+
62
+ //# sourceMappingURL=get-instance-beta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-instance-beta.mjs","names":[],"sources":["../../src/actions/get-instance-beta.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jGetInstanceBetaInput: z.ZodTypeAny = z.object({\n instance_id: z.string().describe(\"The unique identifier of the Neo4j Aura instance to retrieve.\"),\n}).describe(\"Request model for getting a Neo4j Aura instance by ID.\");\nconst Neo4jGetInstanceBeta_InstanceTypeSchema: z.ZodTypeAny = z.enum([\"enterprise-db\", \"enterprise-ds\", \"business-critical\", \"professional-db\", \"professional-ds\", \"free-db\"]).describe(\"Type enum for Neo4j Aura instances.\");\nconst Neo4jGetInstanceBeta_InstanceStatusSchema: z.ZodTypeAny = z.enum([\"creating\", \"destroying\", \"running\", \"pausing\", \"paused\", \"suspending\", \"suspended\", \"resuming\", \"loading\", \"loading failed\", \"restoring\", \"updating\", \"overwriting\"]).describe(\"Status enum for Neo4j Aura instances.\");\nconst Neo4jGetInstanceBeta_CloudProviderSchema: z.ZodTypeAny = z.enum([\"gcp\", \"aws\", \"azure\"]).describe(\"Cloud provider enum for Neo4j Aura instances.\");\nconst Neo4jGetInstanceBeta_InstanceDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The id of the instance\"),\n name: z.string().describe(\"The name of the instance\"),\n type: Neo4jGetInstanceBeta_InstanceTypeSchema.nullable().optional(),\n memory: z.string().describe(\"The size of the instance memory in GB\").nullable().optional(),\n region: z.string().describe(\"The region where the instance is hosted\").nullable().optional(),\n status: Neo4jGetInstanceBeta_InstanceStatusSchema.nullable(),\n storage: z.string().describe(\"Storage allocated to the instance. This field is NOT returned for free instances.\").nullable().optional(),\n tenant_id: z.string().describe(\"The project to which the instance belongs to\"),\n created_at: z.string().describe(\"The timestamp when the instance was created\"),\n graph_nodes: z.union([z.string(), z.number().int()]).nullable().optional(),\n cloud_provider: Neo4jGetInstanceBeta_CloudProviderSchema.nullable(),\n connection_url: z.string().describe(\"URL for connecting to the Neo4j instance\").nullable().optional(),\n vector_optimized: z.boolean().describe(\"The vector optimization configuration of the instance.\").nullable().optional(),\n graph_relationships: z.union([z.string(), z.number().int()]).nullable().optional(),\n graph_analytics_plugin: z.boolean().describe(\"The graph analytics plugin configuration of the instance.\").nullable().optional(),\n customer_managed_key_id: z.string().describe(\"ID of the Customer Managed Key if one was used for creating the instance\").nullable().optional(),\n metrics_integration_url: z.string().describe(\"Metrics integration endpoint URL for the Neo4j instance\").nullable().optional(),\n}).describe(\"Data object containing instance details.\");\nexport const Neo4jGetInstanceBetaOutput: z.ZodTypeAny = z.object({\n data: Neo4jGetInstanceBeta_InstanceDataSchema.nullable(),\n}).describe(\"Response model for getting a Neo4j Aura instance.\");\n\nexport const neo4jGetInstanceBeta = action(\"NEO4J_GET_INSTANCE_BETA\", {\n slug: \"neo4j-get-instance-beta\",\n name: \"Get Neo4j Aura Instance Details\",\n description: \"Retrieves details for a specific Neo4j Aura instance using its unique instance ID. Returns comprehensive information including instance name, status, cloud provider, region, memory allocation, connection URL, and other configuration details. Use this action when you need to check the status, configuration, or connection details of a specific Neo4j Aura instance. This is a read-only operation that does not modify any instance state.\",\n input: Neo4jGetInstanceBetaInput,\n output: Neo4jGetInstanceBetaOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO,EAC9D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EAClG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,0CAAwD,EAAE,KAAK;CAAC;CAAiB;CAAiB;CAAqB;CAAmB;CAAmB;AAAS,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAC7N,MAAM,4CAA0D,EAAE,KAAK;CAAC;CAAY;CAAc;CAAW;CAAW;CAAU;CAAc;CAAa;CAAY;CAAW;CAAkB;CAAa;CAAY;AAAa,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAC/R,MAAM,2CAAyD,EAAE,KAAK;CAAC;CAAO;CAAO;AAAO,CAAC,CAAC,CAAC,SAAS,+CAA+C;AACvJ,MAAM,0CAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACpD,MAAM,wCAAwC,SAAS,CAAC,CAAC,SAAS;CAClE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,QAAQ,0CAA0C,SAAS;CAC3D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC7E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC7E,aAAa,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,gBAAgB,yCAAyC,SAAS;CAClE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,qBAAqB,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,wBAAwB,EAAE,QAAQ,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAKtD,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsD,EAAE,OAAO,EAC/D,MAAM,wCAAwC,SAAS,EACzD,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
@@ -0,0 +1,33 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-organization-user.ts
4
+ const Neo4jGetOrganizationUserInput = zod.z.object({
5
+ user_id: zod.z.string().describe("The unique identifier of the user to retrieve"),
6
+ organization_id: zod.z.string().describe("The unique identifier of the Aura organization")
7
+ }).describe("Request schema for getting Neo4j Aura organization user details.");
8
+ const Neo4jGetOrganizationUser_ProjectDataSchema = zod.z.object({
9
+ id: zod.z.string().describe("The unique identifier of the project"),
10
+ name: zod.z.string().describe("The name of the project")
11
+ }).describe("Project data object containing project-level access information.");
12
+ const Neo4jGetOrganizationUser_UserDataSchema = zod.z.object({
13
+ email: zod.z.string().describe("The email address of the user"),
14
+ user_id: zod.z.string().describe("The unique identifier of the user"),
15
+ projects: zod.z.array(Neo4jGetOrganizationUser_ProjectDataSchema).describe("List of projects the user has access to"),
16
+ last_activity_at: zod.z.string().describe("Timestamp of the user's last activity"),
17
+ organization_roles: zod.z.array(zod.z.string()).describe("List of organization-level roles assigned to the user"),
18
+ mfa_enrolled_methods: zod.z.array(zod.z.string()).describe("List of MFA methods the user has enrolled in"),
19
+ mfa_enrollment_status: zod.z.string().describe("The MFA enrollment status of the user"),
20
+ exempt_from_automatic_removal: zod.z.boolean().describe("Whether the user is exempt from automatic removal")
21
+ }).describe("User data object containing detailed information about an organization user.");
22
+ const Neo4jGetOrganizationUserOutput = zod.z.object({ data: Neo4jGetOrganizationUser_UserDataSchema.nullable() }).describe("Response schema for getting Neo4j Aura organization user details.");
23
+ const neo4jGetOrganizationUser = require_action.action("NEO4J_GET_ORGANIZATION_USER", {
24
+ slug: "neo4j-get-organization-user",
25
+ name: "Get Neo4j Aura Organization User",
26
+ description: "Retrieves details of a specific user in a Neo4j Aura organization. Returns user information including email, organization roles, MFA status, last activity, and project-level access permissions. Use this action when you need to inspect user details, verify organization membership, or check user permissions and access levels within an Aura organization.",
27
+ input: Neo4jGetOrganizationUserInput,
28
+ output: Neo4jGetOrganizationUserOutput
29
+ });
30
+ //#endregion
31
+ exports.neo4jGetOrganizationUser = neo4jGetOrganizationUser;
32
+
33
+ //# sourceMappingURL=get-organization-user.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-organization-user.cjs","names":["z","action"],"sources":["../../src/actions/get-organization-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jGetOrganizationUserInput: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"The unique identifier of the user to retrieve\"),\n organization_id: z.string().describe(\"The unique identifier of the Aura organization\"),\n}).describe(\"Request schema for getting Neo4j Aura organization user details.\");\nconst Neo4jGetOrganizationUser_ProjectDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the project\"),\n name: z.string().describe(\"The name of the project\"),\n}).describe(\"Project data object containing project-level access information.\");\nconst Neo4jGetOrganizationUser_UserDataSchema: z.ZodTypeAny = z.object({\n email: z.string().describe(\"The email address of the user\"),\n user_id: z.string().describe(\"The unique identifier of the user\"),\n projects: z.array(Neo4jGetOrganizationUser_ProjectDataSchema).describe(\"List of projects the user has access to\"),\n last_activity_at: z.string().describe(\"Timestamp of the user's last activity\"),\n organization_roles: z.array(z.string()).describe(\"List of organization-level roles assigned to the user\"),\n mfa_enrolled_methods: z.array(z.string()).describe(\"List of MFA methods the user has enrolled in\"),\n mfa_enrollment_status: z.string().describe(\"The MFA enrollment status of the user\"),\n exempt_from_automatic_removal: z.boolean().describe(\"Whether the user is exempt from automatic removal\"),\n}).describe(\"User data object containing detailed information about an organization user.\");\nexport const Neo4jGetOrganizationUserOutput: z.ZodTypeAny = z.object({\n data: Neo4jGetOrganizationUser_UserDataSchema.nullable(),\n}).describe(\"Response schema for getting Neo4j Aura organization user details.\");\n\nexport const neo4jGetOrganizationUser = action(\"NEO4J_GET_ORGANIZATION_USER\", {\n slug: \"neo4j-get-organization-user\",\n name: \"Get Neo4j Aura Organization User\",\n description: \"Retrieves details of a specific user in a Neo4j Aura organization. Returns user information including email, organization roles, MFA status, last activity, and project-level access permissions. Use this action when you need to inspect user details, verify organization membership, or check user permissions and access levels within an Aura organization.\",\n input: Neo4jGetOrganizationUserInput,\n output: Neo4jGetOrganizationUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC5E,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AACvF,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;AACrD,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC1D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAChE,UAAUA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,yCAAyC;CAChH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC7E,oBAAoBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uDAAuD;CACxG,sBAAsBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C;CACjG,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAClF,+BAA+BA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;AACzG,CAAC,CAAC,CAAC,SAAS,8EAA8E;AAC1F,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,MAAM,wCAAwC,SAAS,EACzD,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAE/E,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-organization-user.d.ts
4
+ declare const Neo4jGetOrganizationUserInput: z.ZodTypeAny;
5
+ declare const Neo4jGetOrganizationUserOutput: z.ZodTypeAny;
6
+ declare const neo4jGetOrganizationUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neo4jGetOrganizationUser };
9
+ //# sourceMappingURL=get-organization-user.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-organization-user.d.cts","names":[],"sources":["../../src/actions/get-organization-user.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGiC;AAAA,cAelE,8BAAA,EAAgC,CAAA,CAAE,UAEiC;AAAA,cAEnE,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-organization-user.d.ts
4
+ declare const Neo4jGetOrganizationUserInput: z.ZodTypeAny;
5
+ declare const Neo4jGetOrganizationUserOutput: z.ZodTypeAny;
6
+ declare const neo4jGetOrganizationUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neo4jGetOrganizationUser };
9
+ //# sourceMappingURL=get-organization-user.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-organization-user.d.mts","names":[],"sources":["../../src/actions/get-organization-user.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGiC;AAAA,cAelE,8BAAA,EAAgC,CAAA,CAAE,UAEiC;AAAA,cAEnE,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,32 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-organization-user.ts
4
+ const Neo4jGetOrganizationUserInput = z.object({
5
+ user_id: z.string().describe("The unique identifier of the user to retrieve"),
6
+ organization_id: z.string().describe("The unique identifier of the Aura organization")
7
+ }).describe("Request schema for getting Neo4j Aura organization user details.");
8
+ const Neo4jGetOrganizationUser_ProjectDataSchema = z.object({
9
+ id: z.string().describe("The unique identifier of the project"),
10
+ name: z.string().describe("The name of the project")
11
+ }).describe("Project data object containing project-level access information.");
12
+ const Neo4jGetOrganizationUser_UserDataSchema = z.object({
13
+ email: z.string().describe("The email address of the user"),
14
+ user_id: z.string().describe("The unique identifier of the user"),
15
+ projects: z.array(Neo4jGetOrganizationUser_ProjectDataSchema).describe("List of projects the user has access to"),
16
+ last_activity_at: z.string().describe("Timestamp of the user's last activity"),
17
+ organization_roles: z.array(z.string()).describe("List of organization-level roles assigned to the user"),
18
+ mfa_enrolled_methods: z.array(z.string()).describe("List of MFA methods the user has enrolled in"),
19
+ mfa_enrollment_status: z.string().describe("The MFA enrollment status of the user"),
20
+ exempt_from_automatic_removal: z.boolean().describe("Whether the user is exempt from automatic removal")
21
+ }).describe("User data object containing detailed information about an organization user.");
22
+ const neo4jGetOrganizationUser = action("NEO4J_GET_ORGANIZATION_USER", {
23
+ slug: "neo4j-get-organization-user",
24
+ name: "Get Neo4j Aura Organization User",
25
+ description: "Retrieves details of a specific user in a Neo4j Aura organization. Returns user information including email, organization roles, MFA status, last activity, and project-level access permissions. Use this action when you need to inspect user details, verify organization membership, or check user permissions and access levels within an Aura organization.",
26
+ input: Neo4jGetOrganizationUserInput,
27
+ output: z.object({ data: Neo4jGetOrganizationUser_UserDataSchema.nullable() }).describe("Response schema for getting Neo4j Aura organization user details.")
28
+ });
29
+ //#endregion
30
+ export { neo4jGetOrganizationUser };
31
+
32
+ //# sourceMappingURL=get-organization-user.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-organization-user.mjs","names":[],"sources":["../../src/actions/get-organization-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jGetOrganizationUserInput: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"The unique identifier of the user to retrieve\"),\n organization_id: z.string().describe(\"The unique identifier of the Aura organization\"),\n}).describe(\"Request schema for getting Neo4j Aura organization user details.\");\nconst Neo4jGetOrganizationUser_ProjectDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the project\"),\n name: z.string().describe(\"The name of the project\"),\n}).describe(\"Project data object containing project-level access information.\");\nconst Neo4jGetOrganizationUser_UserDataSchema: z.ZodTypeAny = z.object({\n email: z.string().describe(\"The email address of the user\"),\n user_id: z.string().describe(\"The unique identifier of the user\"),\n projects: z.array(Neo4jGetOrganizationUser_ProjectDataSchema).describe(\"List of projects the user has access to\"),\n last_activity_at: z.string().describe(\"Timestamp of the user's last activity\"),\n organization_roles: z.array(z.string()).describe(\"List of organization-level roles assigned to the user\"),\n mfa_enrolled_methods: z.array(z.string()).describe(\"List of MFA methods the user has enrolled in\"),\n mfa_enrollment_status: z.string().describe(\"The MFA enrollment status of the user\"),\n exempt_from_automatic_removal: z.boolean().describe(\"Whether the user is exempt from automatic removal\"),\n}).describe(\"User data object containing detailed information about an organization user.\");\nexport const Neo4jGetOrganizationUserOutput: z.ZodTypeAny = z.object({\n data: Neo4jGetOrganizationUser_UserDataSchema.nullable(),\n}).describe(\"Response schema for getting Neo4j Aura organization user details.\");\n\nexport const neo4jGetOrganizationUser = action(\"NEO4J_GET_ORGANIZATION_USER\", {\n slug: \"neo4j-get-organization-user\",\n name: \"Get Neo4j Aura Organization User\",\n description: \"Retrieves details of a specific user in a Neo4j Aura organization. Returns user information including email, organization roles, MFA status, last activity, and project-level access permissions. Use this action when you need to inspect user details, verify organization membership, or check user permissions and access levels within an Aura organization.\",\n input: Neo4jGetOrganizationUserInput,\n output: Neo4jGetOrganizationUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC5E,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AACvF,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;AACrD,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,0CAAwD,EAAE,OAAO;CACrE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC1D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAChE,UAAU,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,yCAAyC;CAChH,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC7E,oBAAoB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uDAAuD;CACxG,sBAAsB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C;CACjG,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAClF,+BAA+B,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;AACzG,CAAC,CAAC,CAAC,SAAS,8EAA8E;AAK1F,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT0D,EAAE,OAAO,EACnE,MAAM,wCAAwC,SAAS,EACzD,CAAC,CAAC,CAAC,SAAS,mEAOF;AACV,CAAC"}
@@ -0,0 +1,30 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-project-beta.ts
4
+ const Neo4jGetProjectBetaInput = zod.z.object({ tenant_id: zod.z.string().describe("The unique identifier of the Aura project (tenant) to retrieve") }).describe("Request model for retrieving Neo4j Aura project details using v1beta5 API.");
5
+ const Neo4jGetProjectBeta_InstanceConfigurationSchema = zod.z.object({
6
+ type: zod.z.string().describe("Instance type (e.g., 'enterprise-db', 'professional-db')"),
7
+ memory: zod.z.string().describe("Memory allocation (e.g., '4GB', '8GB')"),
8
+ region: zod.z.string().describe("Region identifier (e.g., 'europe-west1')"),
9
+ storage: zod.z.string().describe("Storage allocation (e.g., '8GB', '16GB')"),
10
+ version: zod.z.string().describe("Neo4j version (e.g., '4', '5')"),
11
+ region_name: zod.z.string().describe("Human-friendly region name (e.g., 'Belgium (europe-west1)')"),
12
+ cloud_provider: zod.z.string().describe("Cloud provider identifier (e.g., 'gcp', 'aws', 'azure')")
13
+ }).describe("Represents a supported instance configuration for a Neo4j Aura project.");
14
+ const Neo4jGetProjectBeta_ProjectDataSchema = zod.z.object({
15
+ id: zod.z.string().describe("The unique identifier of the project/tenant"),
16
+ name: zod.z.string().describe("The name of the project"),
17
+ instance_configurations: zod.z.array(Neo4jGetProjectBeta_InstanceConfigurationSchema).describe("A list of instance configurations that are supported by the project")
18
+ }).describe("Project data object containing tenant/project details.");
19
+ const Neo4jGetProjectBetaOutput = zod.z.object({ data: Neo4jGetProjectBeta_ProjectDataSchema.nullable() }).describe("Response model for getting Neo4j Aura project details via v1beta5 API.");
20
+ const neo4jGetProjectBeta = require_action.action("NEO4J_GET_PROJECT_BETA", {
21
+ slug: "neo4j-get-project-beta",
22
+ name: "Get Neo4j Aura Project Details (v1beta5)",
23
+ description: "Retrieve details of a specific Neo4j Aura project (tenant) using the v1beta5 API. Returns project information including its ID, name, and available instance configurations with regions, types, memory, storage options, and cloud providers. Use this action when you need to inspect project details or discover available instance configurations before creating a new Aura instance. This uses the v1beta5 API version which may have additional features compared to v1.",
24
+ input: Neo4jGetProjectBetaInput,
25
+ output: Neo4jGetProjectBetaOutput
26
+ });
27
+ //#endregion
28
+ exports.neo4jGetProjectBeta = neo4jGetProjectBeta;
29
+
30
+ //# sourceMappingURL=get-project-beta.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-project-beta.cjs","names":["z","action"],"sources":["../../src/actions/get-project-beta.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jGetProjectBetaInput: z.ZodTypeAny = z.object({\n tenant_id: z.string().describe(\"The unique identifier of the Aura project (tenant) to retrieve\"),\n}).describe(\"Request model for retrieving Neo4j Aura project details using v1beta5 API.\");\nconst Neo4jGetProjectBeta_InstanceConfigurationSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Instance type (e.g., 'enterprise-db', 'professional-db')\"),\n memory: z.string().describe(\"Memory allocation (e.g., '4GB', '8GB')\"),\n region: z.string().describe(\"Region identifier (e.g., 'europe-west1')\"),\n storage: z.string().describe(\"Storage allocation (e.g., '8GB', '16GB')\"),\n version: z.string().describe(\"Neo4j version (e.g., '4', '5')\"),\n region_name: z.string().describe(\"Human-friendly region name (e.g., 'Belgium (europe-west1)')\"),\n cloud_provider: z.string().describe(\"Cloud provider identifier (e.g., 'gcp', 'aws', 'azure')\"),\n}).describe(\"Represents a supported instance configuration for a Neo4j Aura project.\");\nconst Neo4jGetProjectBeta_ProjectDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the project/tenant\"),\n name: z.string().describe(\"The name of the project\"),\n instance_configurations: z.array(Neo4jGetProjectBeta_InstanceConfigurationSchema).describe(\"A list of instance configurations that are supported by the project\"),\n}).describe(\"Project data object containing tenant/project details.\");\nexport const Neo4jGetProjectBetaOutput: z.ZodTypeAny = z.object({\n data: Neo4jGetProjectBeta_ProjectDataSchema.nullable(),\n}).describe(\"Response model for getting Neo4j Aura project details via v1beta5 API.\");\n\nexport const neo4jGetProjectBeta = action(\"NEO4J_GET_PROJECT_BETA\", {\n slug: \"neo4j-get-project-beta\",\n name: \"Get Neo4j Aura Project Details (v1beta5)\",\n description: \"Retrieve details of a specific Neo4j Aura project (tenant) using the v1beta5 API. Returns project information including its ID, name, and available instance configurations with regions, types, memory, storage options, and cloud providers. Use this action when you need to inspect project details or discover available instance configurations before creating a new Aura instance. This uses the v1beta5 API version which may have additional features compared to v1.\",\n input: Neo4jGetProjectBetaInput,\n output: Neo4jGetProjectBetaOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,EACjG,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACpF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC7D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC9F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AAC/F,CAAC,CAAC,CAAC,SAAS,yEAAyE;AACrF,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,yBAAyBA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,qEAAqE;AAClK,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,MAAM,sCAAsC,SAAS,EACvD,CAAC,CAAC,CAAC,SAAS,wEAAwE;AAEpF,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-project-beta.d.ts
4
+ declare const Neo4jGetProjectBetaInput: z.ZodTypeAny;
5
+ declare const Neo4jGetProjectBetaOutput: z.ZodTypeAny;
6
+ declare const neo4jGetProjectBeta: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neo4jGetProjectBeta };
9
+ //# sourceMappingURL=get-project-beta.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-project-beta.d.cts","names":[],"sources":["../../src/actions/get-project-beta.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEgD;AAAA,cAe5E,yBAAA,EAA2B,CAAA,CAAE,UAE2C;AAAA,cAExE,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-project-beta.d.ts
4
+ declare const Neo4jGetProjectBetaInput: z.ZodTypeAny;
5
+ declare const Neo4jGetProjectBetaOutput: z.ZodTypeAny;
6
+ declare const neo4jGetProjectBeta: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neo4jGetProjectBeta };
9
+ //# sourceMappingURL=get-project-beta.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-project-beta.d.mts","names":[],"sources":["../../src/actions/get-project-beta.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEgD;AAAA,cAe5E,yBAAA,EAA2B,CAAA,CAAE,UAE2C;AAAA,cAExE,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,29 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-project-beta.ts
4
+ const Neo4jGetProjectBetaInput = z.object({ tenant_id: z.string().describe("The unique identifier of the Aura project (tenant) to retrieve") }).describe("Request model for retrieving Neo4j Aura project details using v1beta5 API.");
5
+ const Neo4jGetProjectBeta_InstanceConfigurationSchema = z.object({
6
+ type: z.string().describe("Instance type (e.g., 'enterprise-db', 'professional-db')"),
7
+ memory: z.string().describe("Memory allocation (e.g., '4GB', '8GB')"),
8
+ region: z.string().describe("Region identifier (e.g., 'europe-west1')"),
9
+ storage: z.string().describe("Storage allocation (e.g., '8GB', '16GB')"),
10
+ version: z.string().describe("Neo4j version (e.g., '4', '5')"),
11
+ region_name: z.string().describe("Human-friendly region name (e.g., 'Belgium (europe-west1)')"),
12
+ cloud_provider: z.string().describe("Cloud provider identifier (e.g., 'gcp', 'aws', 'azure')")
13
+ }).describe("Represents a supported instance configuration for a Neo4j Aura project.");
14
+ const Neo4jGetProjectBeta_ProjectDataSchema = z.object({
15
+ id: z.string().describe("The unique identifier of the project/tenant"),
16
+ name: z.string().describe("The name of the project"),
17
+ instance_configurations: z.array(Neo4jGetProjectBeta_InstanceConfigurationSchema).describe("A list of instance configurations that are supported by the project")
18
+ }).describe("Project data object containing tenant/project details.");
19
+ const neo4jGetProjectBeta = action("NEO4J_GET_PROJECT_BETA", {
20
+ slug: "neo4j-get-project-beta",
21
+ name: "Get Neo4j Aura Project Details (v1beta5)",
22
+ description: "Retrieve details of a specific Neo4j Aura project (tenant) using the v1beta5 API. Returns project information including its ID, name, and available instance configurations with regions, types, memory, storage options, and cloud providers. Use this action when you need to inspect project details or discover available instance configurations before creating a new Aura instance. This uses the v1beta5 API version which may have additional features compared to v1.",
23
+ input: Neo4jGetProjectBetaInput,
24
+ output: z.object({ data: Neo4jGetProjectBeta_ProjectDataSchema.nullable() }).describe("Response model for getting Neo4j Aura project details via v1beta5 API.")
25
+ });
26
+ //#endregion
27
+ export { neo4jGetProjectBeta };
28
+
29
+ //# sourceMappingURL=get-project-beta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-project-beta.mjs","names":[],"sources":["../../src/actions/get-project-beta.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jGetProjectBetaInput: z.ZodTypeAny = z.object({\n tenant_id: z.string().describe(\"The unique identifier of the Aura project (tenant) to retrieve\"),\n}).describe(\"Request model for retrieving Neo4j Aura project details using v1beta5 API.\");\nconst Neo4jGetProjectBeta_InstanceConfigurationSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Instance type (e.g., 'enterprise-db', 'professional-db')\"),\n memory: z.string().describe(\"Memory allocation (e.g., '4GB', '8GB')\"),\n region: z.string().describe(\"Region identifier (e.g., 'europe-west1')\"),\n storage: z.string().describe(\"Storage allocation (e.g., '8GB', '16GB')\"),\n version: z.string().describe(\"Neo4j version (e.g., '4', '5')\"),\n region_name: z.string().describe(\"Human-friendly region name (e.g., 'Belgium (europe-west1)')\"),\n cloud_provider: z.string().describe(\"Cloud provider identifier (e.g., 'gcp', 'aws', 'azure')\"),\n}).describe(\"Represents a supported instance configuration for a Neo4j Aura project.\");\nconst Neo4jGetProjectBeta_ProjectDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the project/tenant\"),\n name: z.string().describe(\"The name of the project\"),\n instance_configurations: z.array(Neo4jGetProjectBeta_InstanceConfigurationSchema).describe(\"A list of instance configurations that are supported by the project\"),\n}).describe(\"Project data object containing tenant/project details.\");\nexport const Neo4jGetProjectBetaOutput: z.ZodTypeAny = z.object({\n data: Neo4jGetProjectBeta_ProjectDataSchema.nullable(),\n}).describe(\"Response model for getting Neo4j Aura project details via v1beta5 API.\");\n\nexport const neo4jGetProjectBeta = action(\"NEO4J_GET_PROJECT_BETA\", {\n slug: \"neo4j-get-project-beta\",\n name: \"Get Neo4j Aura Project Details (v1beta5)\",\n description: \"Retrieve details of a specific Neo4j Aura project (tenant) using the v1beta5 API. Returns project information including its ID, name, and available instance configurations with regions, types, memory, storage options, and cloud providers. Use this action when you need to inspect project details or discover available instance configurations before creating a new Aura instance. This uses the v1beta5 API version which may have additional features compared to v1.\",\n input: Neo4jGetProjectBetaInput,\n output: Neo4jGetProjectBetaOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO,EAC7D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,EACjG,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,kDAAgE,EAAE,OAAO;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACpF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACvE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC7D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC9F,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AAC/F,CAAC,CAAC,CAAC,SAAS,yEAAyE;AACrF,MAAM,wCAAsD,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,yBAAyB,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,qEAAqE;AAClK,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAKpE,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqD,EAAE,OAAO,EAC9D,MAAM,sCAAsC,SAAS,EACvD,CAAC,CAAC,CAAC,SAAS,wEAOF;AACV,CAAC"}
@@ -0,0 +1,30 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-project.ts
4
+ const Neo4jGetProjectInput = zod.z.object({ tenant_id: zod.z.string().describe("The unique identifier of the Aura project (tenant) to retrieve") }).describe("Request model for retrieving Neo4j Aura project details.");
5
+ const Neo4jGetProject_InstanceConfigurationSchema = zod.z.object({
6
+ type: zod.z.string().describe("Instance type (e.g., 'enterprise-db', 'professional-db')"),
7
+ memory: zod.z.string().describe("Memory allocation (e.g., '4GB', '8GB')"),
8
+ region: zod.z.string().describe("Region identifier (e.g., 'europe-west1')"),
9
+ storage: zod.z.string().describe("Storage allocation (e.g., '8GB', '16GB')"),
10
+ version: zod.z.string().describe("Neo4j version (e.g., '4', '5')"),
11
+ region_name: zod.z.string().describe("Human-friendly region name (e.g., 'Belgium (europe-west1)')"),
12
+ cloud_provider: zod.z.string().describe("Cloud provider identifier (e.g., 'gcp', 'aws', 'azure')")
13
+ }).describe("Represents a supported instance configuration for a Neo4j Aura project.");
14
+ const Neo4jGetProject_ProjectDataSchema = zod.z.object({
15
+ id: zod.z.string().describe("The unique identifier of the project/tenant"),
16
+ name: zod.z.string().describe("The name of the project"),
17
+ instance_configurations: zod.z.array(Neo4jGetProject_InstanceConfigurationSchema).describe("A list of instance configurations that are supported by the project")
18
+ }).describe("Project data object containing tenant/project details.");
19
+ const Neo4jGetProjectOutput = zod.z.object({ data: Neo4jGetProject_ProjectDataSchema.nullable() }).describe("Response model for getting Neo4j Aura project details.");
20
+ const neo4jGetProject = require_action.action("NEO4J_GET_PROJECT", {
21
+ slug: "neo4j-get-project",
22
+ name: "Get Neo4j Aura Project Details",
23
+ description: "Retrieve details of a specific Neo4j Aura project (tenant). Returns project information including its ID, name, and available instance configurations with regions, types, memory, storage options, and cloud providers. Use this action when you need to inspect project details or discover available instance configurations before creating a new Aura instance.",
24
+ input: Neo4jGetProjectInput,
25
+ output: Neo4jGetProjectOutput
26
+ });
27
+ //#endregion
28
+ exports.neo4jGetProject = neo4jGetProject;
29
+
30
+ //# sourceMappingURL=get-project.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-project.cjs","names":["z","action"],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jGetProjectInput: z.ZodTypeAny = z.object({\n tenant_id: z.string().describe(\"The unique identifier of the Aura project (tenant) to retrieve\"),\n}).describe(\"Request model for retrieving Neo4j Aura project details.\");\nconst Neo4jGetProject_InstanceConfigurationSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Instance type (e.g., 'enterprise-db', 'professional-db')\"),\n memory: z.string().describe(\"Memory allocation (e.g., '4GB', '8GB')\"),\n region: z.string().describe(\"Region identifier (e.g., 'europe-west1')\"),\n storage: z.string().describe(\"Storage allocation (e.g., '8GB', '16GB')\"),\n version: z.string().describe(\"Neo4j version (e.g., '4', '5')\"),\n region_name: z.string().describe(\"Human-friendly region name (e.g., 'Belgium (europe-west1)')\"),\n cloud_provider: z.string().describe(\"Cloud provider identifier (e.g., 'gcp', 'aws', 'azure')\"),\n}).describe(\"Represents a supported instance configuration for a Neo4j Aura project.\");\nconst Neo4jGetProject_ProjectDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the project/tenant\"),\n name: z.string().describe(\"The name of the project\"),\n instance_configurations: z.array(Neo4jGetProject_InstanceConfigurationSchema).describe(\"A list of instance configurations that are supported by the project\"),\n}).describe(\"Project data object containing tenant/project details.\");\nexport const Neo4jGetProjectOutput: z.ZodTypeAny = z.object({\n data: Neo4jGetProject_ProjectDataSchema.nullable(),\n}).describe(\"Response model for getting Neo4j Aura project details.\");\n\nexport const neo4jGetProject = action(\"NEO4J_GET_PROJECT\", {\n slug: \"neo4j-get-project\",\n name: \"Get Neo4j Aura Project Details\",\n description: \"Retrieve details of a specific Neo4j Aura project (tenant). Returns project information including its ID, name, and available instance configurations with regions, types, memory, storage options, and cloud providers. Use this action when you need to inspect project details or discover available instance configurations before creating a new Aura instance.\",\n input: Neo4jGetProjectInput,\n output: Neo4jGetProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO,EACzD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,EACjG,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACpF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC7D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC9F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AAC/F,CAAC,CAAC,CAAC,SAAS,yEAAyE;AACrF,MAAM,oCAAkDA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,yBAAyBA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,qEAAqE;AAC9J,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,EAC1D,MAAM,kCAAkC,SAAS,EACnD,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAEpE,MAAa,kBAAkBC,eAAAA,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-project.d.ts
4
+ declare const Neo4jGetProjectInput: z.ZodTypeAny;
5
+ declare const Neo4jGetProjectOutput: z.ZodTypeAny;
6
+ declare const neo4jGetProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neo4jGetProject };
9
+ //# sourceMappingURL=get-project.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-project.d.cts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAEkC;AAAA,cAe1D,qBAAA,EAAuB,CAAA,CAAE,UAE+B;AAAA,cAExD,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-project.d.ts
4
+ declare const Neo4jGetProjectInput: z.ZodTypeAny;
5
+ declare const Neo4jGetProjectOutput: z.ZodTypeAny;
6
+ declare const neo4jGetProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neo4jGetProject };
9
+ //# sourceMappingURL=get-project.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-project.d.mts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAEkC;AAAA,cAe1D,qBAAA,EAAuB,CAAA,CAAE,UAE+B;AAAA,cAExD,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,29 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-project.ts
4
+ const Neo4jGetProjectInput = z.object({ tenant_id: z.string().describe("The unique identifier of the Aura project (tenant) to retrieve") }).describe("Request model for retrieving Neo4j Aura project details.");
5
+ const Neo4jGetProject_InstanceConfigurationSchema = z.object({
6
+ type: z.string().describe("Instance type (e.g., 'enterprise-db', 'professional-db')"),
7
+ memory: z.string().describe("Memory allocation (e.g., '4GB', '8GB')"),
8
+ region: z.string().describe("Region identifier (e.g., 'europe-west1')"),
9
+ storage: z.string().describe("Storage allocation (e.g., '8GB', '16GB')"),
10
+ version: z.string().describe("Neo4j version (e.g., '4', '5')"),
11
+ region_name: z.string().describe("Human-friendly region name (e.g., 'Belgium (europe-west1)')"),
12
+ cloud_provider: z.string().describe("Cloud provider identifier (e.g., 'gcp', 'aws', 'azure')")
13
+ }).describe("Represents a supported instance configuration for a Neo4j Aura project.");
14
+ const Neo4jGetProject_ProjectDataSchema = z.object({
15
+ id: z.string().describe("The unique identifier of the project/tenant"),
16
+ name: z.string().describe("The name of the project"),
17
+ instance_configurations: z.array(Neo4jGetProject_InstanceConfigurationSchema).describe("A list of instance configurations that are supported by the project")
18
+ }).describe("Project data object containing tenant/project details.");
19
+ const neo4jGetProject = action("NEO4J_GET_PROJECT", {
20
+ slug: "neo4j-get-project",
21
+ name: "Get Neo4j Aura Project Details",
22
+ description: "Retrieve details of a specific Neo4j Aura project (tenant). Returns project information including its ID, name, and available instance configurations with regions, types, memory, storage options, and cloud providers. Use this action when you need to inspect project details or discover available instance configurations before creating a new Aura instance.",
23
+ input: Neo4jGetProjectInput,
24
+ output: z.object({ data: Neo4jGetProject_ProjectDataSchema.nullable() }).describe("Response model for getting Neo4j Aura project details.")
25
+ });
26
+ //#endregion
27
+ export { neo4jGetProject };
28
+
29
+ //# sourceMappingURL=get-project.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-project.mjs","names":[],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jGetProjectInput: z.ZodTypeAny = z.object({\n tenant_id: z.string().describe(\"The unique identifier of the Aura project (tenant) to retrieve\"),\n}).describe(\"Request model for retrieving Neo4j Aura project details.\");\nconst Neo4jGetProject_InstanceConfigurationSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Instance type (e.g., 'enterprise-db', 'professional-db')\"),\n memory: z.string().describe(\"Memory allocation (e.g., '4GB', '8GB')\"),\n region: z.string().describe(\"Region identifier (e.g., 'europe-west1')\"),\n storage: z.string().describe(\"Storage allocation (e.g., '8GB', '16GB')\"),\n version: z.string().describe(\"Neo4j version (e.g., '4', '5')\"),\n region_name: z.string().describe(\"Human-friendly region name (e.g., 'Belgium (europe-west1)')\"),\n cloud_provider: z.string().describe(\"Cloud provider identifier (e.g., 'gcp', 'aws', 'azure')\"),\n}).describe(\"Represents a supported instance configuration for a Neo4j Aura project.\");\nconst Neo4jGetProject_ProjectDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the project/tenant\"),\n name: z.string().describe(\"The name of the project\"),\n instance_configurations: z.array(Neo4jGetProject_InstanceConfigurationSchema).describe(\"A list of instance configurations that are supported by the project\"),\n}).describe(\"Project data object containing tenant/project details.\");\nexport const Neo4jGetProjectOutput: z.ZodTypeAny = z.object({\n data: Neo4jGetProject_ProjectDataSchema.nullable(),\n}).describe(\"Response model for getting Neo4j Aura project details.\");\n\nexport const neo4jGetProject = action(\"NEO4J_GET_PROJECT\", {\n slug: \"neo4j-get-project\",\n name: \"Get Neo4j Aura Project Details\",\n description: \"Retrieve details of a specific Neo4j Aura project (tenant). Returns project information including its ID, name, and available instance configurations with regions, types, memory, storage options, and cloud providers. Use this action when you need to inspect project details or discover available instance configurations before creating a new Aura instance.\",\n input: Neo4jGetProjectInput,\n output: Neo4jGetProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqC,EAAE,OAAO,EACzD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,EACjG,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,8CAA4D,EAAE,OAAO;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACpF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACvE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC7D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC9F,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AAC/F,CAAC,CAAC,CAAC,SAAS,yEAAyE;AACrF,MAAM,oCAAkD,EAAE,OAAO;CAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,yBAAyB,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,qEAAqE;AAC9J,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAKpE,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiD,EAAE,OAAO,EAC1D,MAAM,kCAAkC,SAAS,EACnD,CAAC,CAAC,CAAC,SAAS,wDAOF;AACV,CAAC"}
@@ -0,0 +1,26 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-snapshot.ts
4
+ const Neo4jGetSnapshotInput = zod.z.object({
5
+ instance_id: zod.z.string().describe("The unique identifier of the Neo4j Aura instance"),
6
+ snapshot_id: zod.z.string().describe("The unique identifier of the snapshot")
7
+ });
8
+ const Neo4jGetSnapshot_SnapshotDataSchema = zod.z.object({
9
+ status: zod.z.string().describe("The current status of the snapshot (e.g., available, creating, failed)."),
10
+ profile: zod.z.string().describe("The profile/type of the Aura instance."),
11
+ timestamp: zod.z.string().describe("The timestamp when the snapshot was created, in ISO 8601 format."),
12
+ instance_id: zod.z.string().describe("The unique identifier of the Neo4j Aura instance that this snapshot belongs to."),
13
+ snapshot_id: zod.z.string().describe("The unique identifier of the snapshot.")
14
+ }).describe("Data model for a single snapshot.");
15
+ const Neo4jGetSnapshotOutput = zod.z.object({ data: Neo4jGetSnapshot_SnapshotDataSchema.nullable() });
16
+ const neo4jGetSnapshot = require_action.action("NEO4J_GET_SNAPSHOT", {
17
+ slug: "neo4j-get-snapshot",
18
+ name: "Get Neo4j Aura Snapshot Details",
19
+ description: "Retrieves details of a specific snapshot for a Neo4j Aura instance. Returns the snapshot profile, current status, and creation timestamp. Use this action when you need to check the status or details of a particular backup snapshot.",
20
+ input: Neo4jGetSnapshotInput,
21
+ output: Neo4jGetSnapshotOutput
22
+ });
23
+ //#endregion
24
+ exports.neo4jGetSnapshot = neo4jGetSnapshot;
25
+
26
+ //# sourceMappingURL=get-snapshot.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-snapshot.cjs","names":["z","action"],"sources":["../../src/actions/get-snapshot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jGetSnapshotInput: z.ZodTypeAny = z.object({\n instance_id: z.string().describe(\"The unique identifier of the Neo4j Aura instance\"),\n snapshot_id: z.string().describe(\"The unique identifier of the snapshot\"),\n});\nconst Neo4jGetSnapshot_SnapshotDataSchema: z.ZodTypeAny = z.object({\n status: z.string().describe(\"The current status of the snapshot (e.g., available, creating, failed).\"),\n profile: z.string().describe(\"The profile/type of the Aura instance.\"),\n timestamp: z.string().describe(\"The timestamp when the snapshot was created, in ISO 8601 format.\"),\n instance_id: z.string().describe(\"The unique identifier of the Neo4j Aura instance that this snapshot belongs to.\"),\n snapshot_id: z.string().describe(\"The unique identifier of the snapshot.\"),\n}).describe(\"Data model for a single snapshot.\");\nexport const Neo4jGetSnapshotOutput: z.ZodTypeAny = z.object({\n data: Neo4jGetSnapshot_SnapshotDataSchema.nullable(),\n});\n\nexport const neo4jGetSnapshot = action(\"NEO4J_GET_SNAPSHOT\", {\n slug: \"neo4j-get-snapshot\",\n name: \"Get Neo4j Aura Snapshot Details\",\n description: \"Retrieves details of a specific snapshot for a Neo4j Aura instance. Returns the snapshot profile, current status, and creation timestamp. Use this action when you need to check the status or details of a particular backup snapshot.\",\n input: Neo4jGetSnapshotInput,\n output: Neo4jGetSnapshotOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO;CAC1D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACnF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;AAC1E,CAAC;AACD,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CACrG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACrE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF;CAClH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AAC3E,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,MAAM,oCAAoC,SAAS,EACrD,CAAC;AAED,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-snapshot.d.ts
4
+ declare const Neo4jGetSnapshotInput: z.ZodTypeAny;
5
+ declare const Neo4jGetSnapshotOutput: z.ZodTypeAny;
6
+ declare const neo4jGetSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neo4jGetSnapshot };
9
+ //# sourceMappingURL=get-snapshot.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-snapshot.d.cts","names":[],"sources":["../../src/actions/get-snapshot.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAGpC;AAAA,cAQW,sBAAA,EAAwB,CAAA,CAAE,UAErC;AAAA,cAEW,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}