@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 @@
1
+ {"version":3,"file":"update-instance-beta.cjs","names":["z","action"],"sources":["../../src/actions/update-instance-beta.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jUpdateInstanceBetaInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Edit the instance name in the Aura Console. The name may include any UTF-8 characters with no trailing or leading whitespace.\").optional(),\n memory: z.string().describe(\"The size of the instance memory in GB. Please refer to your Aura projects instance configurations for valid sizes.\").optional(),\n storage: z.string().describe(\"The size of the instance storage in GB. Please refer to your Aura projects instance configurations for valid sizes.\").optional(),\n instance_id: z.string().describe(\"The unique identifier of the Neo4j Aura instance to update.\"),\n vector_optimized: z.boolean().describe(\"Add or remove the instance vector optimization.\").optional(),\n graph_analytics_plugin: z.boolean().describe(\"Add or remove the instance graph analytics plugin.\").optional(),\n}).describe(\"Request model for updating a Neo4j Aura instance configuration.\");\nconst Neo4jUpdateInstanceBeta_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: z.string().describe(\"The type of the instance (enterprise-db, enterprise-ds, business-critical, professional-db, professional-ds, free-db)\").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: z.string().describe(\"The status of the instance\"),\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\").nullable().optional(),\n graph_nodes: z.union([z.string(), z.number().int()]).nullable().optional(),\n cloud_provider: z.string().describe(\"The cloud provider hosting the instance (gcp, aws, or azure).\").nullable().optional(),\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(\"Detailed information about a Neo4j Aura instance.\");\nexport const Neo4jUpdateInstanceBetaOutput: z.ZodTypeAny = z.object({\n data: Neo4jUpdateInstanceBeta_InstanceDataSchema.nullable().optional(),\n}).describe(\"Response model for updating a Neo4j Aura instance configuration.\");\n\nexport const neo4jUpdateInstanceBeta = action(\"NEO4J_UPDATE_INSTANCE_BETA\", {\n slug: \"neo4j-update-instance-beta\",\n name: \"Update Neo4j Aura Instance\",\n description: \"Edits the configuration of a Neo4j Aura instance. Allows updating the instance name, memory allocation, storage size, and plugin configurations. Use this action when you need to modify an existing Neo4j Aura instance's settings such as renaming the instance, adjusting memory/storage resources, or enabling/disabling the graph analytics plugin or vector optimization features. Note: Some operations like resizing memory or storage may result in a 202 Accepted response indicating the resize request was accepted for async processing.\",\n input: Neo4jUpdateInstanceBetaInput,\n output: Neo4jUpdateInstanceBetaOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-instance-beta.d.ts
4
+ declare const Neo4jUpdateInstanceBetaInput: z.ZodTypeAny;
5
+ declare const Neo4jUpdateInstanceBetaOutput: z.ZodTypeAny;
6
+ declare const neo4jUpdateInstanceBeta: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neo4jUpdateInstanceBeta };
9
+ //# sourceMappingURL=update-instance-beta.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-instance-beta.d.cts","names":[],"sources":["../../src/actions/update-instance-beta.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAOiC;AAAA,cAoBjE,6BAAA,EAA+B,CAAA,CAAE,UAEiC;AAAA,cAElE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-instance-beta.d.ts
4
+ declare const Neo4jUpdateInstanceBetaInput: z.ZodTypeAny;
5
+ declare const Neo4jUpdateInstanceBetaOutput: z.ZodTypeAny;
6
+ declare const neo4jUpdateInstanceBeta: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neo4jUpdateInstanceBeta };
9
+ //# sourceMappingURL=update-instance-beta.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-instance-beta.d.mts","names":[],"sources":["../../src/actions/update-instance-beta.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAOiC;AAAA,cAoBjE,6BAAA,EAA+B,CAAA,CAAE,UAEiC;AAAA,cAElE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,41 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-instance-beta.ts
4
+ const Neo4jUpdateInstanceBetaInput = z.object({
5
+ name: z.string().describe("Edit the instance name in the Aura Console. The name may include any UTF-8 characters with no trailing or leading whitespace.").optional(),
6
+ memory: z.string().describe("The size of the instance memory in GB. Please refer to your Aura projects instance configurations for valid sizes.").optional(),
7
+ storage: z.string().describe("The size of the instance storage in GB. Please refer to your Aura projects instance configurations for valid sizes.").optional(),
8
+ instance_id: z.string().describe("The unique identifier of the Neo4j Aura instance to update."),
9
+ vector_optimized: z.boolean().describe("Add or remove the instance vector optimization.").optional(),
10
+ graph_analytics_plugin: z.boolean().describe("Add or remove the instance graph analytics plugin.").optional()
11
+ }).describe("Request model for updating a Neo4j Aura instance configuration.");
12
+ const Neo4jUpdateInstanceBeta_InstanceDataSchema = z.object({
13
+ id: z.string().describe("The id of the instance"),
14
+ name: z.string().describe("The name of the instance"),
15
+ type: z.string().describe("The type of the instance (enterprise-db, enterprise-ds, business-critical, professional-db, professional-ds, free-db)").nullable().optional(),
16
+ memory: z.string().describe("The size of the instance memory in GB.").nullable().optional(),
17
+ region: z.string().describe("The region where the instance is hosted.").nullable().optional(),
18
+ status: z.string().describe("The status of the instance"),
19
+ storage: z.string().describe("Storage allocated to the instance. **This field is NOT returned for free instances**").nullable().optional(),
20
+ tenant_id: z.string().describe("The project to which the instance belongs to"),
21
+ created_at: z.string().describe("The timestamp when the instance was created").nullable().optional(),
22
+ graph_nodes: z.union([z.string(), z.number().int()]).nullable().optional(),
23
+ cloud_provider: z.string().describe("The cloud provider hosting the instance (gcp, aws, or azure).").nullable().optional(),
24
+ connection_url: z.string().describe("URL for connecting to the Neo4j instance").nullable().optional(),
25
+ vector_optimized: z.boolean().describe("The vector optimization configuration of the instance.").nullable().optional(),
26
+ graph_relationships: z.union([z.string(), z.number().int()]).nullable().optional(),
27
+ graph_analytics_plugin: z.boolean().describe("The graph analytics plugin configuration of the instance.").nullable().optional(),
28
+ customer_managed_key_id: z.string().describe("ID of the Customer Managed Key if one was used for creating the instance").nullable().optional(),
29
+ metrics_integration_url: z.string().describe("Metrics integration endpoint URL for the Neo4j instance").nullable().optional()
30
+ }).describe("Detailed information about a Neo4j Aura instance.");
31
+ const neo4jUpdateInstanceBeta = action("NEO4J_UPDATE_INSTANCE_BETA", {
32
+ slug: "neo4j-update-instance-beta",
33
+ name: "Update Neo4j Aura Instance",
34
+ description: "Edits the configuration of a Neo4j Aura instance. Allows updating the instance name, memory allocation, storage size, and plugin configurations. Use this action when you need to modify an existing Neo4j Aura instance's settings such as renaming the instance, adjusting memory/storage resources, or enabling/disabling the graph analytics plugin or vector optimization features. Note: Some operations like resizing memory or storage may result in a 202 Accepted response indicating the resize request was accepted for async processing.",
35
+ input: Neo4jUpdateInstanceBetaInput,
36
+ output: z.object({ data: Neo4jUpdateInstanceBeta_InstanceDataSchema.nullable().optional() }).describe("Response model for updating a Neo4j Aura instance configuration.")
37
+ });
38
+ //#endregion
39
+ export { neo4jUpdateInstanceBeta };
40
+
41
+ //# sourceMappingURL=update-instance-beta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-instance-beta.mjs","names":[],"sources":["../../src/actions/update-instance-beta.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jUpdateInstanceBetaInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Edit the instance name in the Aura Console. The name may include any UTF-8 characters with no trailing or leading whitespace.\").optional(),\n memory: z.string().describe(\"The size of the instance memory in GB. Please refer to your Aura projects instance configurations for valid sizes.\").optional(),\n storage: z.string().describe(\"The size of the instance storage in GB. Please refer to your Aura projects instance configurations for valid sizes.\").optional(),\n instance_id: z.string().describe(\"The unique identifier of the Neo4j Aura instance to update.\"),\n vector_optimized: z.boolean().describe(\"Add or remove the instance vector optimization.\").optional(),\n graph_analytics_plugin: z.boolean().describe(\"Add or remove the instance graph analytics plugin.\").optional(),\n}).describe(\"Request model for updating a Neo4j Aura instance configuration.\");\nconst Neo4jUpdateInstanceBeta_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: z.string().describe(\"The type of the instance (enterprise-db, enterprise-ds, business-critical, professional-db, professional-ds, free-db)\").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: z.string().describe(\"The status of the instance\"),\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\").nullable().optional(),\n graph_nodes: z.union([z.string(), z.number().int()]).nullable().optional(),\n cloud_provider: z.string().describe(\"The cloud provider hosting the instance (gcp, aws, or azure).\").nullable().optional(),\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(\"Detailed information about a Neo4j Aura instance.\");\nexport const Neo4jUpdateInstanceBetaOutput: z.ZodTypeAny = z.object({\n data: Neo4jUpdateInstanceBeta_InstanceDataSchema.nullable().optional(),\n}).describe(\"Response model for updating a Neo4j Aura instance configuration.\");\n\nexport const neo4jUpdateInstanceBeta = action(\"NEO4J_UPDATE_INSTANCE_BETA\", {\n slug: \"neo4j-update-instance-beta\",\n name: \"Update Neo4j Aura Instance\",\n description: \"Edits the configuration of a Neo4j Aura instance. Allows updating the instance name, memory allocation, storage size, and plugin configurations. Use this action when you need to modify an existing Neo4j Aura instance's settings such as renaming the instance, adjusting memory/storage resources, or enabling/disabling the graph analytics plugin or vector optimization features. Note: Some operations like resizing memory or storage may result in a 202 Accepted response indicating the resize request was accepted for async processing.\",\n input: Neo4jUpdateInstanceBetaInput,\n output: Neo4jUpdateInstanceBetaOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS;CACpK,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;CAC3J,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;CAC7J,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC9F,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACnG,wBAAwB,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvK,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACxD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC7E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,aAAa,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,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,mDAAmD;AAK/D,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyD,EAAE,OAAO,EAClE,MAAM,2CAA2C,SAAS,CAAC,CAAC,SAAS,EACvE,CAAC,CAAC,CAAC,SAAS,kEAOF;AACV,CAAC"}
@@ -0,0 +1,77 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-instance.ts
4
+ const Neo4jUpdateInstanceInput = zod.z.object({
5
+ name: zod.z.string().describe("Edit the instance name in the Aura Console. The name may include any UTF-8 characters with no trailing or leading whitespace.").optional(),
6
+ memory: zod.z.string().describe("The size of the instance memory in GB. Please refer to your Aura project instance configurations for valid sizes.").optional(),
7
+ storage: zod.z.string().describe("The size of the instance storage in GB. Please refer to your Aura project instance configurations for valid sizes. This field is NOT returned for Aura DB Free instances.").optional(),
8
+ instance_id: zod.z.string().describe("The unique identifier of the Neo4j Aura instance to update."),
9
+ vector_optimized: zod.z.boolean().describe("Add or remove the instance vector optimization.").optional(),
10
+ graph_analytics_plugin: zod.z.boolean().describe("Add or remove the instance graph analytics plugin.").optional()
11
+ }).describe("Request schema for updating a Neo4j Aura instance.");
12
+ const Neo4jUpdateInstance_InstanceTypeSchema = zod.z.enum([
13
+ "enterprise-db",
14
+ "enterprise-ds",
15
+ "business-critical",
16
+ "professional-db",
17
+ "professional-ds",
18
+ "free-db"
19
+ ]).describe("Type of Neo4j Aura instance.");
20
+ const Neo4jUpdateInstance_InstanceStatusSchema = zod.z.enum([
21
+ "creating",
22
+ "destroying",
23
+ "running",
24
+ "pausing",
25
+ "paused",
26
+ "suspending",
27
+ "suspended",
28
+ "resuming",
29
+ "loading",
30
+ "loading failed",
31
+ "restoring",
32
+ "updating",
33
+ "overwriting"
34
+ ]).describe("Status of a Neo4j Aura instance.");
35
+ const Neo4jUpdateInstance_CloudProviderSchema = zod.z.enum([
36
+ "gcp",
37
+ "aws",
38
+ "azure"
39
+ ]).describe("Cloud provider hosting the instance.");
40
+ const Neo4jUpdateInstance_CdcEnrichmentModeSchema = zod.z.enum([
41
+ "DIFF",
42
+ "FULL",
43
+ "disabled"
44
+ ]).describe("CDC enrichment mode for the instance.");
45
+ const Neo4jUpdateInstance_InstanceDataSchema = zod.z.object({
46
+ id: zod.z.string().describe("The unique identifier of the instance."),
47
+ name: zod.z.string().describe("The name of the instance."),
48
+ type: Neo4jUpdateInstance_InstanceTypeSchema.nullable(),
49
+ memory: zod.z.string().describe("The size of the instance memory in GB."),
50
+ region: zod.z.string().describe("The region where the instance is hosted."),
51
+ status: Neo4jUpdateInstance_InstanceStatusSchema.nullable(),
52
+ storage: zod.z.union([zod.z.string(), zod.z.number().int()]).nullable().optional(),
53
+ tenant_id: zod.z.string().describe("The project to which the instance belongs to."),
54
+ created_at: zod.z.string().describe("The timestamp when the instance was created."),
55
+ graph_nodes: zod.z.union([zod.z.string(), zod.z.number().int()]).nullable().optional(),
56
+ cloud_provider: Neo4jUpdateInstance_CloudProviderSchema.nullable(),
57
+ connection_url: zod.z.string().describe("URL for connecting to the Neo4j instance."),
58
+ vector_optimized: zod.z.boolean().describe("The vector optimization configuration of the instance.").nullable().optional(),
59
+ secondaries_count: zod.z.number().int().describe("The number of secondaries in an Instance. This field is returned ONLY for VDC instances.").nullable().optional(),
60
+ cdc_enrichment_mode: Neo4jUpdateInstance_CdcEnrichmentModeSchema.nullable().optional(),
61
+ graph_relationships: zod.z.union([zod.z.string(), zod.z.number().int()]).nullable().optional(),
62
+ graph_analytics_plugin: zod.z.boolean().describe("The graph analytics plugin configuration of the instance.").nullable().optional(),
63
+ customer_managed_key_id: zod.z.string().describe("ID of the Customer Managed Key if one was used for creating the instance.").nullable().optional(),
64
+ metrics_integration_url: zod.z.string().describe("Metrics integration endpoint URL for the Neo4j instance.").nullable().optional()
65
+ }).describe("Data model containing full instance details returned after update.");
66
+ const Neo4jUpdateInstanceOutput = zod.z.object({ data: Neo4jUpdateInstance_InstanceDataSchema.nullable() }).describe("Response schema for updating a Neo4j Aura instance.");
67
+ const neo4jUpdateInstance = require_action.action("NEO4J_UPDATE_INSTANCE", {
68
+ slug: "neo4j-update-instance",
69
+ name: "Update Neo4j Aura Instance",
70
+ description: "Updates a Neo4j Aura instance configuration. Allows modifying instance properties such as name, memory allocation, storage size, vector optimization, and graph analytics plugin. Use this action when you need to modify an existing Aura instance's settings or resource allocation. Note: Some operations like memory or storage resizing may trigger an asynchronous update process where the instance status changes to 'updating'. Check the instance status after making changes.",
71
+ input: Neo4jUpdateInstanceInput,
72
+ output: Neo4jUpdateInstanceOutput
73
+ });
74
+ //#endregion
75
+ exports.neo4jUpdateInstance = neo4jUpdateInstance;
76
+
77
+ //# sourceMappingURL=update-instance.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-instance.cjs","names":["z","action"],"sources":["../../src/actions/update-instance.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jUpdateInstanceInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Edit the instance name in the Aura Console. The name may include any UTF-8 characters with no trailing or leading whitespace.\").optional(),\n memory: z.string().describe(\"The size of the instance memory in GB. Please refer to your Aura project instance configurations for valid sizes.\").optional(),\n storage: z.string().describe(\"The size of the instance storage in GB. Please refer to your Aura project instance configurations for valid sizes. This field is NOT returned for Aura DB Free instances.\").optional(),\n instance_id: z.string().describe(\"The unique identifier of the Neo4j Aura instance to update.\"),\n vector_optimized: z.boolean().describe(\"Add or remove the instance vector optimization.\").optional(),\n graph_analytics_plugin: z.boolean().describe(\"Add or remove the instance graph analytics plugin.\").optional(),\n}).describe(\"Request schema for updating a Neo4j Aura instance.\");\nconst Neo4jUpdateInstance_InstanceTypeSchema: z.ZodTypeAny = z.enum([\"enterprise-db\", \"enterprise-ds\", \"business-critical\", \"professional-db\", \"professional-ds\", \"free-db\"]).describe(\"Type of Neo4j Aura instance.\");\nconst Neo4jUpdateInstance_InstanceStatusSchema: z.ZodTypeAny = z.enum([\"creating\", \"destroying\", \"running\", \"pausing\", \"paused\", \"suspending\", \"suspended\", \"resuming\", \"loading\", \"loading failed\", \"restoring\", \"updating\", \"overwriting\"]).describe(\"Status of a Neo4j Aura instance.\");\nconst Neo4jUpdateInstance_CloudProviderSchema: z.ZodTypeAny = z.enum([\"gcp\", \"aws\", \"azure\"]).describe(\"Cloud provider hosting the instance.\");\nconst Neo4jUpdateInstance_CdcEnrichmentModeSchema: z.ZodTypeAny = z.enum([\"DIFF\", \"FULL\", \"disabled\"]).describe(\"CDC enrichment mode for the instance.\");\nconst Neo4jUpdateInstance_InstanceDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the instance.\"),\n name: z.string().describe(\"The name of the instance.\"),\n type: Neo4jUpdateInstance_InstanceTypeSchema.nullable(),\n memory: z.string().describe(\"The size of the instance memory in GB.\"),\n region: z.string().describe(\"The region where the instance is hosted.\"),\n status: Neo4jUpdateInstance_InstanceStatusSchema.nullable(),\n storage: z.union([z.string(), z.number().int()]).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: Neo4jUpdateInstance_CloudProviderSchema.nullable(),\n connection_url: z.string().describe(\"URL for connecting to the Neo4j instance.\"),\n vector_optimized: z.boolean().describe(\"The vector optimization configuration of the instance.\").nullable().optional(),\n secondaries_count: z.number().int().describe(\"The number of secondaries in an Instance. This field is returned ONLY for VDC instances.\").nullable().optional(),\n cdc_enrichment_mode: Neo4jUpdateInstance_CdcEnrichmentModeSchema.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 model containing full instance details returned after update.\");\nexport const Neo4jUpdateInstanceOutput: z.ZodTypeAny = z.object({\n data: Neo4jUpdateInstance_InstanceDataSchema.nullable(),\n}).describe(\"Response schema for updating a Neo4j Aura instance.\");\n\nexport const neo4jUpdateInstance = action(\"NEO4J_UPDATE_INSTANCE\", {\n slug: \"neo4j-update-instance\",\n name: \"Update Neo4j Aura Instance\",\n description: \"Updates a Neo4j Aura instance configuration. Allows modifying instance properties such as name, memory allocation, storage size, vector optimization, and graph analytics plugin. Use this action when you need to modify an existing Aura instance's settings or resource allocation. Note: Some operations like memory or storage resizing may trigger an asynchronous update process where the instance status changes to 'updating'. Check the instance status after making changes.\",\n input: Neo4jUpdateInstanceInput,\n output: Neo4jUpdateInstanceOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-instance.d.ts
4
+ declare const Neo4jUpdateInstanceInput: z.ZodTypeAny;
5
+ declare const Neo4jUpdateInstanceOutput: z.ZodTypeAny;
6
+ declare const neo4jUpdateInstance: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neo4jUpdateInstance };
9
+ //# sourceMappingURL=update-instance.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-instance.d.cts","names":[],"sources":["../../src/actions/update-instance.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAOwB;AAAA,cA0BpD,yBAAA,EAA2B,CAAA,CAAE,UAEwB;AAAA,cAErD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-instance.d.ts
4
+ declare const Neo4jUpdateInstanceInput: z.ZodTypeAny;
5
+ declare const Neo4jUpdateInstanceOutput: z.ZodTypeAny;
6
+ declare const neo4jUpdateInstance: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neo4jUpdateInstance };
9
+ //# sourceMappingURL=update-instance.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-instance.d.mts","names":[],"sources":["../../src/actions/update-instance.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAOwB;AAAA,cA0BpD,yBAAA,EAA2B,CAAA,CAAE,UAEwB;AAAA,cAErD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,76 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-instance.ts
4
+ const Neo4jUpdateInstanceInput = z.object({
5
+ name: z.string().describe("Edit the instance name in the Aura Console. The name may include any UTF-8 characters with no trailing or leading whitespace.").optional(),
6
+ memory: z.string().describe("The size of the instance memory in GB. Please refer to your Aura project instance configurations for valid sizes.").optional(),
7
+ storage: z.string().describe("The size of the instance storage in GB. Please refer to your Aura project instance configurations for valid sizes. This field is NOT returned for Aura DB Free instances.").optional(),
8
+ instance_id: z.string().describe("The unique identifier of the Neo4j Aura instance to update."),
9
+ vector_optimized: z.boolean().describe("Add or remove the instance vector optimization.").optional(),
10
+ graph_analytics_plugin: z.boolean().describe("Add or remove the instance graph analytics plugin.").optional()
11
+ }).describe("Request schema for updating a Neo4j Aura instance.");
12
+ const Neo4jUpdateInstance_InstanceTypeSchema = z.enum([
13
+ "enterprise-db",
14
+ "enterprise-ds",
15
+ "business-critical",
16
+ "professional-db",
17
+ "professional-ds",
18
+ "free-db"
19
+ ]).describe("Type of Neo4j Aura instance.");
20
+ const Neo4jUpdateInstance_InstanceStatusSchema = z.enum([
21
+ "creating",
22
+ "destroying",
23
+ "running",
24
+ "pausing",
25
+ "paused",
26
+ "suspending",
27
+ "suspended",
28
+ "resuming",
29
+ "loading",
30
+ "loading failed",
31
+ "restoring",
32
+ "updating",
33
+ "overwriting"
34
+ ]).describe("Status of a Neo4j Aura instance.");
35
+ const Neo4jUpdateInstance_CloudProviderSchema = z.enum([
36
+ "gcp",
37
+ "aws",
38
+ "azure"
39
+ ]).describe("Cloud provider hosting the instance.");
40
+ const Neo4jUpdateInstance_CdcEnrichmentModeSchema = z.enum([
41
+ "DIFF",
42
+ "FULL",
43
+ "disabled"
44
+ ]).describe("CDC enrichment mode for the instance.");
45
+ const Neo4jUpdateInstance_InstanceDataSchema = z.object({
46
+ id: z.string().describe("The unique identifier of the instance."),
47
+ name: z.string().describe("The name of the instance."),
48
+ type: Neo4jUpdateInstance_InstanceTypeSchema.nullable(),
49
+ memory: z.string().describe("The size of the instance memory in GB."),
50
+ region: z.string().describe("The region where the instance is hosted."),
51
+ status: Neo4jUpdateInstance_InstanceStatusSchema.nullable(),
52
+ storage: z.union([z.string(), z.number().int()]).nullable().optional(),
53
+ tenant_id: z.string().describe("The project to which the instance belongs to."),
54
+ created_at: z.string().describe("The timestamp when the instance was created."),
55
+ graph_nodes: z.union([z.string(), z.number().int()]).nullable().optional(),
56
+ cloud_provider: Neo4jUpdateInstance_CloudProviderSchema.nullable(),
57
+ connection_url: z.string().describe("URL for connecting to the Neo4j instance."),
58
+ vector_optimized: z.boolean().describe("The vector optimization configuration of the instance.").nullable().optional(),
59
+ secondaries_count: z.number().int().describe("The number of secondaries in an Instance. This field is returned ONLY for VDC instances.").nullable().optional(),
60
+ cdc_enrichment_mode: Neo4jUpdateInstance_CdcEnrichmentModeSchema.nullable().optional(),
61
+ graph_relationships: z.union([z.string(), z.number().int()]).nullable().optional(),
62
+ graph_analytics_plugin: z.boolean().describe("The graph analytics plugin configuration of the instance.").nullable().optional(),
63
+ customer_managed_key_id: z.string().describe("ID of the Customer Managed Key if one was used for creating the instance.").nullable().optional(),
64
+ metrics_integration_url: z.string().describe("Metrics integration endpoint URL for the Neo4j instance.").nullable().optional()
65
+ }).describe("Data model containing full instance details returned after update.");
66
+ const neo4jUpdateInstance = action("NEO4J_UPDATE_INSTANCE", {
67
+ slug: "neo4j-update-instance",
68
+ name: "Update Neo4j Aura Instance",
69
+ description: "Updates a Neo4j Aura instance configuration. Allows modifying instance properties such as name, memory allocation, storage size, vector optimization, and graph analytics plugin. Use this action when you need to modify an existing Aura instance's settings or resource allocation. Note: Some operations like memory or storage resizing may trigger an asynchronous update process where the instance status changes to 'updating'. Check the instance status after making changes.",
70
+ input: Neo4jUpdateInstanceInput,
71
+ output: z.object({ data: Neo4jUpdateInstance_InstanceDataSchema.nullable() }).describe("Response schema for updating a Neo4j Aura instance.")
72
+ });
73
+ //#endregion
74
+ export { neo4jUpdateInstance };
75
+
76
+ //# sourceMappingURL=update-instance.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-instance.mjs","names":[],"sources":["../../src/actions/update-instance.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jUpdateInstanceInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Edit the instance name in the Aura Console. The name may include any UTF-8 characters with no trailing or leading whitespace.\").optional(),\n memory: z.string().describe(\"The size of the instance memory in GB. Please refer to your Aura project instance configurations for valid sizes.\").optional(),\n storage: z.string().describe(\"The size of the instance storage in GB. Please refer to your Aura project instance configurations for valid sizes. This field is NOT returned for Aura DB Free instances.\").optional(),\n instance_id: z.string().describe(\"The unique identifier of the Neo4j Aura instance to update.\"),\n vector_optimized: z.boolean().describe(\"Add or remove the instance vector optimization.\").optional(),\n graph_analytics_plugin: z.boolean().describe(\"Add or remove the instance graph analytics plugin.\").optional(),\n}).describe(\"Request schema for updating a Neo4j Aura instance.\");\nconst Neo4jUpdateInstance_InstanceTypeSchema: z.ZodTypeAny = z.enum([\"enterprise-db\", \"enterprise-ds\", \"business-critical\", \"professional-db\", \"professional-ds\", \"free-db\"]).describe(\"Type of Neo4j Aura instance.\");\nconst Neo4jUpdateInstance_InstanceStatusSchema: z.ZodTypeAny = z.enum([\"creating\", \"destroying\", \"running\", \"pausing\", \"paused\", \"suspending\", \"suspended\", \"resuming\", \"loading\", \"loading failed\", \"restoring\", \"updating\", \"overwriting\"]).describe(\"Status of a Neo4j Aura instance.\");\nconst Neo4jUpdateInstance_CloudProviderSchema: z.ZodTypeAny = z.enum([\"gcp\", \"aws\", \"azure\"]).describe(\"Cloud provider hosting the instance.\");\nconst Neo4jUpdateInstance_CdcEnrichmentModeSchema: z.ZodTypeAny = z.enum([\"DIFF\", \"FULL\", \"disabled\"]).describe(\"CDC enrichment mode for the instance.\");\nconst Neo4jUpdateInstance_InstanceDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the instance.\"),\n name: z.string().describe(\"The name of the instance.\"),\n type: Neo4jUpdateInstance_InstanceTypeSchema.nullable(),\n memory: z.string().describe(\"The size of the instance memory in GB.\"),\n region: z.string().describe(\"The region where the instance is hosted.\"),\n status: Neo4jUpdateInstance_InstanceStatusSchema.nullable(),\n storage: z.union([z.string(), z.number().int()]).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: Neo4jUpdateInstance_CloudProviderSchema.nullable(),\n connection_url: z.string().describe(\"URL for connecting to the Neo4j instance.\"),\n vector_optimized: z.boolean().describe(\"The vector optimization configuration of the instance.\").nullable().optional(),\n secondaries_count: z.number().int().describe(\"The number of secondaries in an Instance. This field is returned ONLY for VDC instances.\").nullable().optional(),\n cdc_enrichment_mode: Neo4jUpdateInstance_CdcEnrichmentModeSchema.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 model containing full instance details returned after update.\");\nexport const Neo4jUpdateInstanceOutput: z.ZodTypeAny = z.object({\n data: Neo4jUpdateInstance_InstanceDataSchema.nullable(),\n}).describe(\"Response schema for updating a Neo4j Aura instance.\");\n\nexport const neo4jUpdateInstance = action(\"NEO4J_UPDATE_INSTANCE\", {\n slug: \"neo4j-update-instance\",\n name: \"Update Neo4j Aura Instance\",\n description: \"Updates a Neo4j Aura instance configuration. Allows modifying instance properties such as name, memory allocation, storage size, vector optimization, and graph analytics plugin. Use this action when you need to modify an existing Aura instance's settings or resource allocation. Note: Some operations like memory or storage resizing may trigger an asynchronous update process where the instance status changes to 'updating'. Check the instance status after making changes.\",\n input: Neo4jUpdateInstanceInput,\n output: Neo4jUpdateInstanceOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS;CACpK,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;CAC1J,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2KAA2K,CAAC,CAAC,SAAS;CACnN,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC9F,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACnG,wBAAwB,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,yCAAuD,EAAE,KAAK;CAAC;CAAiB;CAAiB;CAAqB;CAAmB;CAAmB;AAAS,CAAC,CAAC,CAAC,SAAS,8BAA8B;AACrN,MAAM,2CAAyD,EAAE,KAAK;CAAC;CAAY;CAAc;CAAW;CAAW;CAAU;CAAc;CAAa;CAAY;CAAW;CAAkB;CAAa;CAAY;AAAa,CAAC,CAAC,CAAC,SAAS,kCAAkC;AACzR,MAAM,0CAAwD,EAAE,KAAK;CAAC;CAAO;CAAO;AAAO,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAC7I,MAAM,8CAA4D,EAAE,KAAK;CAAC;CAAQ;CAAQ;AAAU,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACvJ,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,MAAM,uCAAuC,SAAS;CACtD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACtE,QAAQ,yCAAyC,SAAS;CAC1D,SAAS,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC9E,aAAa,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,gBAAgB,wCAAwC,SAAS;CACjE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC/E,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7J,qBAAqB,4CAA4C,SAAS,CAAC,CAAC,SAAS;CACrF,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,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9I,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/H,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAKhF,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqD,EAAE,OAAO,EAC9D,MAAM,uCAAuC,SAAS,EACxD,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
@@ -0,0 +1,47 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-ip-filter.ts
4
+ const Neo4jUpdateIpFilterInput = zod.z.object({
5
+ name: zod.z.string().describe("The new name for the IP filter").optional(),
6
+ allow_list: zod.z.array(zod.z.object({
7
+ address: zod.z.string().describe("The IP address or CIDR block allowed by the filter"),
8
+ prefix_len: zod.z.number().int().describe("The prefix length for the CIDR block"),
9
+ description: zod.z.string().describe("A description for this allow list entry").optional()
10
+ }).describe("A CIDR entry in the IP filter allow list.")).describe("A list of CIDR entries to set for the IP filter allow list. Each entry must have an address and prefix_len. Optional description can also be provided.").optional(),
11
+ description: zod.z.string().describe("The new description for the IP filter").optional(),
12
+ ip_filter_id: zod.z.string().describe("The unique identifier of the IP filter to update"),
13
+ organization_id: zod.z.string().describe("The unique identifier of the organization that owns the IP filter"),
14
+ filtering_disabled: zod.z.boolean().describe("Whether to disable IP filtering. Set to true to disable filtering or false to enable it.").optional()
15
+ }).describe("Request schema for updating an IP filter.");
16
+ const Neo4jUpdateIpFilter_AllowListEntrySchema = zod.z.object({
17
+ address: zod.z.string().describe("The IP address or CIDR block allowed by the filter"),
18
+ prefix_len: zod.z.number().int().describe("The prefix length for the CIDR block"),
19
+ description: zod.z.string().describe("A description for this allow list entry").nullable().optional()
20
+ }).describe("A CIDR entry in the IP filter allow list.");
21
+ const Neo4jUpdateIpFilter_FilteredEntitiesSchema = zod.z.object({
22
+ projects: zod.z.array(zod.z.string()).describe("A list of projects that are filtered by this IP filter rule").nullable().optional(),
23
+ instances: zod.z.array(zod.z.string()).describe("A list containing a summary of Aura instances filtered by this IP filter rule").nullable().optional(),
24
+ organizations: zod.z.array(zod.z.string()).describe("A list of organizations that are filtered by this IP filter rule").nullable().optional()
25
+ }).describe("The entities that are currently filtered by this IP filter rule.");
26
+ const Neo4jUpdateIpFilter_IpFilterDataSchema = zod.z.object({
27
+ id: zod.z.string().describe("The unique identifier of the IP filter"),
28
+ name: zod.z.string().describe("The name of the IP filter"),
29
+ allow_list: zod.z.array(Neo4jUpdateIpFilter_AllowListEntrySchema).describe("A list of CIDR entries that are allowed by the filter").nullable().optional(),
30
+ updated_at: zod.z.string().describe("The date and time when the IP filter was last updated").nullable().optional(),
31
+ description: zod.z.string().describe("The description of the IP filter").nullable().optional(),
32
+ organization_id: zod.z.string().describe("The ID of the organization that owns the IP filter"),
33
+ filtered_entities: Neo4jUpdateIpFilter_FilteredEntitiesSchema.nullable().optional(),
34
+ filtering_disabled: zod.z.boolean().describe("Indicates if the IP filter is disabled")
35
+ }).describe("The IP filter data returned in the response.");
36
+ const Neo4jUpdateIpFilterOutput = zod.z.object({ data: Neo4jUpdateIpFilter_IpFilterDataSchema.nullable() }).describe("Response schema for updating an IP filter.");
37
+ const neo4jUpdateIpFilter = require_action.action("NEO4J_UPDATE_IP_FILTER", {
38
+ slug: "neo4j-update-ip-filter",
39
+ name: "Update IP Filter",
40
+ description: "Updates an existing IP filter for a Neo4j Aura organization. Use this action when you need to modify an existing IP filter's settings, such as updating its name, description, allow list entries, or enabling/disabling the filter. The request body accepts partial updates - only include the fields you want to modify. This is an idempotent operation that updates the specified properties while preserving all other existing values.",
41
+ input: Neo4jUpdateIpFilterInput,
42
+ output: Neo4jUpdateIpFilterOutput
43
+ });
44
+ //#endregion
45
+ exports.neo4jUpdateIpFilter = neo4jUpdateIpFilter;
46
+
47
+ //# sourceMappingURL=update-ip-filter.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-ip-filter.cjs","names":["z","action"],"sources":["../../src/actions/update-ip-filter.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jUpdateIpFilterInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The new name for the IP filter\").optional(),\n allow_list: z.array(z.object({\n address: z.string().describe(\"The IP address or CIDR block allowed by the filter\"),\n prefix_len: z.number().int().describe(\"The prefix length for the CIDR block\"),\n description: z.string().describe(\"A description for this allow list entry\").optional(),\n}).describe(\"A CIDR entry in the IP filter allow list.\")).describe(\"A list of CIDR entries to set for the IP filter allow list. Each entry must have an address and prefix_len. Optional description can also be provided.\").optional(),\n description: z.string().describe(\"The new description for the IP filter\").optional(),\n ip_filter_id: z.string().describe(\"The unique identifier of the IP filter to update\"),\n organization_id: z.string().describe(\"The unique identifier of the organization that owns the IP filter\"),\n filtering_disabled: z.boolean().describe(\"Whether to disable IP filtering. Set to true to disable filtering or false to enable it.\").optional(),\n}).describe(\"Request schema for updating an IP filter.\");\nconst Neo4jUpdateIpFilter_AllowListEntrySchema: z.ZodTypeAny = z.object({\n address: z.string().describe(\"The IP address or CIDR block allowed by the filter\"),\n prefix_len: z.number().int().describe(\"The prefix length for the CIDR block\"),\n description: z.string().describe(\"A description for this allow list entry\").nullable().optional(),\n}).describe(\"A CIDR entry in the IP filter allow list.\");\nconst Neo4jUpdateIpFilter_FilteredEntitiesSchema: z.ZodTypeAny = z.object({\n projects: z.array(z.string()).describe(\"A list of projects that are filtered by this IP filter rule\").nullable().optional(),\n instances: z.array(z.string()).describe(\"A list containing a summary of Aura instances filtered by this IP filter rule\").nullable().optional(),\n organizations: z.array(z.string()).describe(\"A list of organizations that are filtered by this IP filter rule\").nullable().optional(),\n}).describe(\"The entities that are currently filtered by this IP filter rule.\");\nconst Neo4jUpdateIpFilter_IpFilterDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the IP filter\"),\n name: z.string().describe(\"The name of the IP filter\"),\n allow_list: z.array(Neo4jUpdateIpFilter_AllowListEntrySchema).describe(\"A list of CIDR entries that are allowed by the filter\").nullable().optional(),\n updated_at: z.string().describe(\"The date and time when the IP filter was last updated\").nullable().optional(),\n description: z.string().describe(\"The description of the IP filter\").nullable().optional(),\n organization_id: z.string().describe(\"The ID of the organization that owns the IP filter\"),\n filtered_entities: Neo4jUpdateIpFilter_FilteredEntitiesSchema.nullable().optional(),\n filtering_disabled: z.boolean().describe(\"Indicates if the IP filter is disabled\"),\n}).describe(\"The IP filter data returned in the response.\");\nexport const Neo4jUpdateIpFilterOutput: z.ZodTypeAny = z.object({\n data: Neo4jUpdateIpFilter_IpFilterDataSchema.nullable(),\n}).describe(\"Response schema for updating an IP filter.\");\n\nexport const neo4jUpdateIpFilter = action(\"NEO4J_UPDATE_IP_FILTER\", {\n slug: \"neo4j-update-ip-filter\",\n name: \"Update IP Filter\",\n description: \"Updates an existing IP filter for a Neo4j Aura organization. Use this action when you need to modify an existing IP filter's settings, such as updating its name, description, allow list entries, or enabling/disabling the filter. The request body accepts partial updates - only include the fields you want to modify. This is an idempotent operation that updates the specified properties while preserving all other existing values.\",\n input: Neo4jUpdateIpFilterInput,\n output: Neo4jUpdateIpFilterOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACrE,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC7B,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;EACjF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;EAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACvF,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,CAAC,SAAS,wJAAwJ,CAAC,CAAC,SAAS;CACpO,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACnF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACpF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CACxG,oBAAoBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AAChJ,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACjF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,eAAeA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtI,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,YAAYA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACzF,mBAAmB,2CAA2C,SAAS,CAAC,CAAC,SAAS;CAClF,oBAAoBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;AACnF,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,MAAM,uCAAuC,SAAS,EACxD,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,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/update-ip-filter.d.ts
4
+ declare const Neo4jUpdateIpFilterInput: z.ZodTypeAny;
5
+ declare const Neo4jUpdateIpFilterOutput: z.ZodTypeAny;
6
+ declare const neo4jUpdateIpFilter: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neo4jUpdateIpFilter };
9
+ //# sourceMappingURL=update-ip-filter.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-ip-filter.d.cts","names":[],"sources":["../../src/actions/update-ip-filter.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAWe;AAAA,cAqB3C,yBAAA,EAA2B,CAAA,CAAE,UAEe;AAAA,cAE5C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-ip-filter.d.ts
4
+ declare const Neo4jUpdateIpFilterInput: z.ZodTypeAny;
5
+ declare const Neo4jUpdateIpFilterOutput: z.ZodTypeAny;
6
+ declare const neo4jUpdateIpFilter: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { neo4jUpdateIpFilter };
9
+ //# sourceMappingURL=update-ip-filter.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-ip-filter.d.mts","names":[],"sources":["../../src/actions/update-ip-filter.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAWe;AAAA,cAqB3C,yBAAA,EAA2B,CAAA,CAAE,UAEe;AAAA,cAE5C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,46 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-ip-filter.ts
4
+ const Neo4jUpdateIpFilterInput = z.object({
5
+ name: z.string().describe("The new name for the IP filter").optional(),
6
+ allow_list: z.array(z.object({
7
+ address: z.string().describe("The IP address or CIDR block allowed by the filter"),
8
+ prefix_len: z.number().int().describe("The prefix length for the CIDR block"),
9
+ description: z.string().describe("A description for this allow list entry").optional()
10
+ }).describe("A CIDR entry in the IP filter allow list.")).describe("A list of CIDR entries to set for the IP filter allow list. Each entry must have an address and prefix_len. Optional description can also be provided.").optional(),
11
+ description: z.string().describe("The new description for the IP filter").optional(),
12
+ ip_filter_id: z.string().describe("The unique identifier of the IP filter to update"),
13
+ organization_id: z.string().describe("The unique identifier of the organization that owns the IP filter"),
14
+ filtering_disabled: z.boolean().describe("Whether to disable IP filtering. Set to true to disable filtering or false to enable it.").optional()
15
+ }).describe("Request schema for updating an IP filter.");
16
+ const Neo4jUpdateIpFilter_AllowListEntrySchema = z.object({
17
+ address: z.string().describe("The IP address or CIDR block allowed by the filter"),
18
+ prefix_len: z.number().int().describe("The prefix length for the CIDR block"),
19
+ description: z.string().describe("A description for this allow list entry").nullable().optional()
20
+ }).describe("A CIDR entry in the IP filter allow list.");
21
+ const Neo4jUpdateIpFilter_FilteredEntitiesSchema = z.object({
22
+ projects: z.array(z.string()).describe("A list of projects that are filtered by this IP filter rule").nullable().optional(),
23
+ instances: z.array(z.string()).describe("A list containing a summary of Aura instances filtered by this IP filter rule").nullable().optional(),
24
+ organizations: z.array(z.string()).describe("A list of organizations that are filtered by this IP filter rule").nullable().optional()
25
+ }).describe("The entities that are currently filtered by this IP filter rule.");
26
+ const Neo4jUpdateIpFilter_IpFilterDataSchema = z.object({
27
+ id: z.string().describe("The unique identifier of the IP filter"),
28
+ name: z.string().describe("The name of the IP filter"),
29
+ allow_list: z.array(Neo4jUpdateIpFilter_AllowListEntrySchema).describe("A list of CIDR entries that are allowed by the filter").nullable().optional(),
30
+ updated_at: z.string().describe("The date and time when the IP filter was last updated").nullable().optional(),
31
+ description: z.string().describe("The description of the IP filter").nullable().optional(),
32
+ organization_id: z.string().describe("The ID of the organization that owns the IP filter"),
33
+ filtered_entities: Neo4jUpdateIpFilter_FilteredEntitiesSchema.nullable().optional(),
34
+ filtering_disabled: z.boolean().describe("Indicates if the IP filter is disabled")
35
+ }).describe("The IP filter data returned in the response.");
36
+ const neo4jUpdateIpFilter = action("NEO4J_UPDATE_IP_FILTER", {
37
+ slug: "neo4j-update-ip-filter",
38
+ name: "Update IP Filter",
39
+ description: "Updates an existing IP filter for a Neo4j Aura organization. Use this action when you need to modify an existing IP filter's settings, such as updating its name, description, allow list entries, or enabling/disabling the filter. The request body accepts partial updates - only include the fields you want to modify. This is an idempotent operation that updates the specified properties while preserving all other existing values.",
40
+ input: Neo4jUpdateIpFilterInput,
41
+ output: z.object({ data: Neo4jUpdateIpFilter_IpFilterDataSchema.nullable() }).describe("Response schema for updating an IP filter.")
42
+ });
43
+ //#endregion
44
+ export { neo4jUpdateIpFilter };
45
+
46
+ //# sourceMappingURL=update-ip-filter.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-ip-filter.mjs","names":[],"sources":["../../src/actions/update-ip-filter.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jUpdateIpFilterInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The new name for the IP filter\").optional(),\n allow_list: z.array(z.object({\n address: z.string().describe(\"The IP address or CIDR block allowed by the filter\"),\n prefix_len: z.number().int().describe(\"The prefix length for the CIDR block\"),\n description: z.string().describe(\"A description for this allow list entry\").optional(),\n}).describe(\"A CIDR entry in the IP filter allow list.\")).describe(\"A list of CIDR entries to set for the IP filter allow list. Each entry must have an address and prefix_len. Optional description can also be provided.\").optional(),\n description: z.string().describe(\"The new description for the IP filter\").optional(),\n ip_filter_id: z.string().describe(\"The unique identifier of the IP filter to update\"),\n organization_id: z.string().describe(\"The unique identifier of the organization that owns the IP filter\"),\n filtering_disabled: z.boolean().describe(\"Whether to disable IP filtering. Set to true to disable filtering or false to enable it.\").optional(),\n}).describe(\"Request schema for updating an IP filter.\");\nconst Neo4jUpdateIpFilter_AllowListEntrySchema: z.ZodTypeAny = z.object({\n address: z.string().describe(\"The IP address or CIDR block allowed by the filter\"),\n prefix_len: z.number().int().describe(\"The prefix length for the CIDR block\"),\n description: z.string().describe(\"A description for this allow list entry\").nullable().optional(),\n}).describe(\"A CIDR entry in the IP filter allow list.\");\nconst Neo4jUpdateIpFilter_FilteredEntitiesSchema: z.ZodTypeAny = z.object({\n projects: z.array(z.string()).describe(\"A list of projects that are filtered by this IP filter rule\").nullable().optional(),\n instances: z.array(z.string()).describe(\"A list containing a summary of Aura instances filtered by this IP filter rule\").nullable().optional(),\n organizations: z.array(z.string()).describe(\"A list of organizations that are filtered by this IP filter rule\").nullable().optional(),\n}).describe(\"The entities that are currently filtered by this IP filter rule.\");\nconst Neo4jUpdateIpFilter_IpFilterDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the IP filter\"),\n name: z.string().describe(\"The name of the IP filter\"),\n allow_list: z.array(Neo4jUpdateIpFilter_AllowListEntrySchema).describe(\"A list of CIDR entries that are allowed by the filter\").nullable().optional(),\n updated_at: z.string().describe(\"The date and time when the IP filter was last updated\").nullable().optional(),\n description: z.string().describe(\"The description of the IP filter\").nullable().optional(),\n organization_id: z.string().describe(\"The ID of the organization that owns the IP filter\"),\n filtered_entities: Neo4jUpdateIpFilter_FilteredEntitiesSchema.nullable().optional(),\n filtering_disabled: z.boolean().describe(\"Indicates if the IP filter is disabled\"),\n}).describe(\"The IP filter data returned in the response.\");\nexport const Neo4jUpdateIpFilterOutput: z.ZodTypeAny = z.object({\n data: Neo4jUpdateIpFilter_IpFilterDataSchema.nullable(),\n}).describe(\"Response schema for updating an IP filter.\");\n\nexport const neo4jUpdateIpFilter = action(\"NEO4J_UPDATE_IP_FILTER\", {\n slug: \"neo4j-update-ip-filter\",\n name: \"Update IP Filter\",\n description: \"Updates an existing IP filter for a Neo4j Aura organization. Use this action when you need to modify an existing IP filter's settings, such as updating its name, description, allow list entries, or enabling/disabling the filter. The request body accepts partial updates - only include the fields you want to modify. This is an idempotent operation that updates the specified properties while preserving all other existing values.\",\n input: Neo4jUpdateIpFilterInput,\n output: Neo4jUpdateIpFilterOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACrE,YAAY,EAAE,MAAM,EAAE,OAAO;EAC7B,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;EACjF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;EAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACvF,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,CAAC,SAAS,wJAAwJ,CAAC,CAAC,SAAS;CACpO,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACnF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACpF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CACxG,oBAAoB,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AAChJ,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,2CAAyD,EAAE,OAAO;CACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACjF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,6CAA2D,EAAE,OAAO;CACxE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtI,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,YAAY,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACzF,mBAAmB,2CAA2C,SAAS,CAAC,CAAC,SAAS;CAClF,oBAAoB,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;AACnF,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAK1D,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqD,EAAE,OAAO,EAC9D,MAAM,uCAAuC,SAAS,EACxD,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
package/dist/app.cjs ADDED
@@ -0,0 +1,9 @@
1
+ //#region src/app.ts
2
+ const neo4j = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ slug: "neo4j",
4
+ auth: "keystroke"
5
+ });
6
+ //#endregion
7
+ exports.neo4j = neo4j;
8
+
9
+ //# sourceMappingURL=app.cjs.map
@@ -0,0 +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"}
package/dist/app.d.cts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const neo4j: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { neo4j };
5
+ //# sourceMappingURL=app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,KAAA,6BAAK,GAAA,+BAAA,UAAA"}
package/dist/app.d.mts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const neo4j: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { neo4j };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,KAAA,6BAAK,GAAA,+BAAA,UAAA"}
package/dist/app.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { defineApp } from "@keystrokehq/keystroke/app";
2
+ //#region src/app.ts
3
+ const neo4j = defineApp({
4
+ slug: "neo4j",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { neo4j };
9
+
10
+ //# sourceMappingURL=app.mjs.map
@@ -0,0 +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"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const neo4jCatalog = {
4
+ "slug": "neo4j",
5
+ "name": "Neo4J",
6
+ "description": "Graph database platform for connected data and real-time analytics",
7
+ "category": "Developer Tools",
8
+ "logo": "https://logos.composio.dev/api/neo4j",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.neo4jCatalog = neo4jCatalog;
14
+
15
+ //# sourceMappingURL=catalog.cjs.map
@@ -0,0 +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} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const neo4jCatalog: {
4
+ readonly slug: "neo4j";
5
+ readonly name: "Neo4J";
6
+ readonly description: "Graph database platform for connected data and real-time analytics";
7
+ readonly category: "Developer Tools";
8
+ readonly logo: "https://logos.composio.dev/api/neo4j";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { neo4jCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,YAAA;EAAA"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const neo4jCatalog: {
4
+ readonly slug: "neo4j";
5
+ readonly name: "Neo4J";
6
+ readonly description: "Graph database platform for connected data and real-time analytics";
7
+ readonly category: "Developer Tools";
8
+ readonly logo: "https://logos.composio.dev/api/neo4j";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { neo4jCatalog };
14
+ //# sourceMappingURL=catalog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,YAAA;EAAA"}