@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.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/aggregate-directors.cjs +30 -0
- package/dist/actions/aggregate-directors.cjs.map +1 -0
- package/dist/actions/aggregate-directors.d.cts +9 -0
- package/dist/actions/aggregate-directors.d.cts.map +1 -0
- package/dist/actions/aggregate-directors.d.mts +9 -0
- package/dist/actions/aggregate-directors.d.mts.map +1 -0
- package/dist/actions/aggregate-directors.mjs +29 -0
- package/dist/actions/aggregate-directors.mjs.map +1 -0
- package/dist/actions/create-instance-beta.cjs +55 -0
- package/dist/actions/create-instance-beta.cjs.map +1 -0
- package/dist/actions/create-instance-beta.d.cts +9 -0
- package/dist/actions/create-instance-beta.d.cts.map +1 -0
- package/dist/actions/create-instance-beta.d.mts +9 -0
- package/dist/actions/create-instance-beta.d.mts.map +1 -0
- package/dist/actions/create-instance-beta.mjs +54 -0
- package/dist/actions/create-instance-beta.mjs.map +1 -0
- package/dist/actions/create-snapshot.cjs +20 -0
- package/dist/actions/create-snapshot.cjs.map +1 -0
- package/dist/actions/create-snapshot.d.cts +9 -0
- package/dist/actions/create-snapshot.d.cts.map +1 -0
- package/dist/actions/create-snapshot.d.mts +9 -0
- package/dist/actions/create-snapshot.d.mts.map +1 -0
- package/dist/actions/create-snapshot.mjs +17 -0
- package/dist/actions/create-snapshot.mjs.map +1 -0
- package/dist/actions/estimate-gds-session-size.cjs +27 -0
- package/dist/actions/estimate-gds-session-size.cjs.map +1 -0
- package/dist/actions/estimate-gds-session-size.d.cts +9 -0
- package/dist/actions/estimate-gds-session-size.d.cts.map +1 -0
- package/dist/actions/estimate-gds-session-size.d.mts +9 -0
- package/dist/actions/estimate-gds-session-size.d.mts.map +1 -0
- package/dist/actions/estimate-gds-session-size.mjs +26 -0
- package/dist/actions/estimate-gds-session-size.mjs.map +1 -0
- package/dist/actions/get-instance-beta.cjs +63 -0
- package/dist/actions/get-instance-beta.cjs.map +1 -0
- package/dist/actions/get-instance-beta.d.cts +9 -0
- package/dist/actions/get-instance-beta.d.cts.map +1 -0
- package/dist/actions/get-instance-beta.d.mts +9 -0
- package/dist/actions/get-instance-beta.d.mts.map +1 -0
- package/dist/actions/get-instance-beta.mjs +62 -0
- package/dist/actions/get-instance-beta.mjs.map +1 -0
- package/dist/actions/get-organization-user.cjs +33 -0
- package/dist/actions/get-organization-user.cjs.map +1 -0
- package/dist/actions/get-organization-user.d.cts +9 -0
- package/dist/actions/get-organization-user.d.cts.map +1 -0
- package/dist/actions/get-organization-user.d.mts +9 -0
- package/dist/actions/get-organization-user.d.mts.map +1 -0
- package/dist/actions/get-organization-user.mjs +32 -0
- package/dist/actions/get-organization-user.mjs.map +1 -0
- package/dist/actions/get-project-beta.cjs +30 -0
- package/dist/actions/get-project-beta.cjs.map +1 -0
- package/dist/actions/get-project-beta.d.cts +9 -0
- package/dist/actions/get-project-beta.d.cts.map +1 -0
- package/dist/actions/get-project-beta.d.mts +9 -0
- package/dist/actions/get-project-beta.d.mts.map +1 -0
- package/dist/actions/get-project-beta.mjs +29 -0
- package/dist/actions/get-project-beta.mjs.map +1 -0
- package/dist/actions/get-project.cjs +30 -0
- package/dist/actions/get-project.cjs.map +1 -0
- package/dist/actions/get-project.d.cts +9 -0
- package/dist/actions/get-project.d.cts.map +1 -0
- package/dist/actions/get-project.d.mts +9 -0
- package/dist/actions/get-project.d.mts.map +1 -0
- package/dist/actions/get-project.mjs +29 -0
- package/dist/actions/get-project.mjs.map +1 -0
- package/dist/actions/get-snapshot.cjs +26 -0
- package/dist/actions/get-snapshot.cjs.map +1 -0
- package/dist/actions/get-snapshot.d.cts +9 -0
- package/dist/actions/get-snapshot.d.cts.map +1 -0
- package/dist/actions/get-snapshot.d.mts +9 -0
- package/dist/actions/get-snapshot.d.mts.map +1 -0
- package/dist/actions/get-snapshot.mjs +25 -0
- package/dist/actions/get-snapshot.mjs.map +1 -0
- package/dist/actions/index.cjs +43 -0
- package/dist/actions/index.d.cts +22 -0
- package/dist/actions/index.d.mts +22 -0
- package/dist/actions/index.mjs +22 -0
- package/dist/actions/list-agents.cjs +40 -0
- package/dist/actions/list-agents.cjs.map +1 -0
- package/dist/actions/list-agents.d.cts +9 -0
- package/dist/actions/list-agents.d.cts.map +1 -0
- package/dist/actions/list-agents.d.mts +9 -0
- package/dist/actions/list-agents.d.mts.map +1 -0
- package/dist/actions/list-agents.mjs +39 -0
- package/dist/actions/list-agents.mjs.map +1 -0
- package/dist/actions/list-gds-sessions.cjs +37 -0
- package/dist/actions/list-gds-sessions.cjs.map +1 -0
- package/dist/actions/list-gds-sessions.d.cts +9 -0
- package/dist/actions/list-gds-sessions.d.cts.map +1 -0
- package/dist/actions/list-gds-sessions.d.mts +9 -0
- package/dist/actions/list-gds-sessions.d.mts.map +1 -0
- package/dist/actions/list-gds-sessions.mjs +36 -0
- package/dist/actions/list-gds-sessions.mjs.map +1 -0
- package/dist/actions/list-instances-beta.cjs +23 -0
- package/dist/actions/list-instances-beta.cjs.map +1 -0
- package/dist/actions/list-instances-beta.d.cts +9 -0
- package/dist/actions/list-instances-beta.d.cts.map +1 -0
- package/dist/actions/list-instances-beta.d.mts +9 -0
- package/dist/actions/list-instances-beta.d.mts.map +1 -0
- package/dist/actions/list-instances-beta.mjs +22 -0
- package/dist/actions/list-instances-beta.mjs.map +1 -0
- package/dist/actions/list-ip-filters.cjs +31 -0
- package/dist/actions/list-ip-filters.cjs.map +1 -0
- package/dist/actions/list-ip-filters.d.cts +9 -0
- package/dist/actions/list-ip-filters.d.cts.map +1 -0
- package/dist/actions/list-ip-filters.d.mts +9 -0
- package/dist/actions/list-ip-filters.d.mts.map +1 -0
- package/dist/actions/list-ip-filters.mjs +30 -0
- package/dist/actions/list-ip-filters.mjs.map +1 -0
- package/dist/actions/list-project-users.cjs +24 -0
- package/dist/actions/list-project-users.cjs.map +1 -0
- package/dist/actions/list-project-users.d.cts +9 -0
- package/dist/actions/list-project-users.d.cts.map +1 -0
- package/dist/actions/list-project-users.d.mts +9 -0
- package/dist/actions/list-project-users.d.mts.map +1 -0
- package/dist/actions/list-project-users.mjs +23 -0
- package/dist/actions/list-project-users.mjs.map +1 -0
- package/dist/actions/list-projects.cjs +20 -0
- package/dist/actions/list-projects.cjs.map +1 -0
- package/dist/actions/list-projects.d.cts +9 -0
- package/dist/actions/list-projects.d.cts.map +1 -0
- package/dist/actions/list-projects.d.mts +9 -0
- package/dist/actions/list-projects.d.mts.map +1 -0
- package/dist/actions/list-projects.mjs +19 -0
- package/dist/actions/list-projects.mjs.map +1 -0
- package/dist/actions/list-snapshots.cjs +26 -0
- package/dist/actions/list-snapshots.cjs.map +1 -0
- package/dist/actions/list-snapshots.d.cts +9 -0
- package/dist/actions/list-snapshots.d.cts.map +1 -0
- package/dist/actions/list-snapshots.d.mts +9 -0
- package/dist/actions/list-snapshots.d.mts.map +1 -0
- package/dist/actions/list-snapshots.mjs +25 -0
- package/dist/actions/list-snapshots.mjs.map +1 -0
- package/dist/actions/pause-instance-beta.cjs +16 -0
- package/dist/actions/pause-instance-beta.cjs.map +1 -0
- package/dist/actions/pause-instance-beta.d.cts +9 -0
- package/dist/actions/pause-instance-beta.d.cts.map +1 -0
- package/dist/actions/pause-instance-beta.d.mts +9 -0
- package/dist/actions/pause-instance-beta.d.mts.map +1 -0
- package/dist/actions/pause-instance-beta.mjs +13 -0
- package/dist/actions/pause-instance-beta.mjs.map +1 -0
- package/dist/actions/restore-snapshot.cjs +32 -0
- package/dist/actions/restore-snapshot.cjs.map +1 -0
- package/dist/actions/restore-snapshot.d.cts +9 -0
- package/dist/actions/restore-snapshot.d.cts.map +1 -0
- package/dist/actions/restore-snapshot.d.mts +9 -0
- package/dist/actions/restore-snapshot.d.mts.map +1 -0
- package/dist/actions/restore-snapshot.mjs +29 -0
- package/dist/actions/restore-snapshot.mjs.map +1 -0
- package/dist/actions/update-instance-beta.cjs +42 -0
- package/dist/actions/update-instance-beta.cjs.map +1 -0
- package/dist/actions/update-instance-beta.d.cts +9 -0
- package/dist/actions/update-instance-beta.d.cts.map +1 -0
- package/dist/actions/update-instance-beta.d.mts +9 -0
- package/dist/actions/update-instance-beta.d.mts.map +1 -0
- package/dist/actions/update-instance-beta.mjs +41 -0
- package/dist/actions/update-instance-beta.mjs.map +1 -0
- package/dist/actions/update-instance.cjs +77 -0
- package/dist/actions/update-instance.cjs.map +1 -0
- package/dist/actions/update-instance.d.cts +9 -0
- package/dist/actions/update-instance.d.cts.map +1 -0
- package/dist/actions/update-instance.d.mts +9 -0
- package/dist/actions/update-instance.d.mts.map +1 -0
- package/dist/actions/update-instance.mjs +76 -0
- package/dist/actions/update-instance.mjs.map +1 -0
- package/dist/actions/update-ip-filter.cjs +47 -0
- package/dist/actions/update-ip-filter.cjs.map +1 -0
- package/dist/actions/update-ip-filter.d.cts +9 -0
- package/dist/actions/update-ip-filter.d.cts.map +1 -0
- package/dist/actions/update-ip-filter.d.mts +9 -0
- package/dist/actions/update-ip-filter.d.mts.map +1 -0
- package/dist/actions/update-ip-filter.mjs +46 -0
- package/dist/actions/update-ip-filter.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +48 -0
- package/dist/index.d.cts +24 -0
- package/dist/index.d.mts +24 -0
- package/dist/index.mjs +25 -0
- package/package.json +49 -0
package/README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# @keystrokehq/neo4j
|
|
2
|
+
|
|
3
|
+
Keystroke-managed integration.
|
|
4
|
+
|
|
5
|
+
**App:** `neo4j`
|
|
6
|
+
**Version:** `20260615_00`
|
|
7
|
+
**Actions:** 21
|
|
8
|
+
|
|
9
|
+
```ts
|
|
10
|
+
import { defineAgent } from "@keystrokehq/keystroke/agent";
|
|
11
|
+
import { neo4jAggregateDirectors } from "@keystrokehq/neo4j/actions";
|
|
12
|
+
|
|
13
|
+
export default defineAgent({
|
|
14
|
+
key: "neo4j-agent",
|
|
15
|
+
tools: [neo4jAggregateDirectors],
|
|
16
|
+
});
|
|
17
|
+
```
|
package/dist/action.cjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const require_app = require("./app.cjs");
|
|
2
|
+
const require_execute = require("./execute.cjs");
|
|
3
|
+
require("zod");
|
|
4
|
+
//#region src/action.ts
|
|
5
|
+
/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
|
|
6
|
+
function action(tool, def) {
|
|
7
|
+
return require_app.neo4j.action({
|
|
8
|
+
slug: def.slug,
|
|
9
|
+
name: def.name,
|
|
10
|
+
description: def.description,
|
|
11
|
+
input: def.input,
|
|
12
|
+
output: def.output,
|
|
13
|
+
async run(input) {
|
|
14
|
+
return def.output.parse(await require_execute.executeNeo4jTool(tool, input));
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.action = action;
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=action.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.cjs","names":["neo4j","executeNeo4jTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { neo4j } from \"./app\";\nimport { executeNeo4jTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return neo4j.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeNeo4jTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,MAAM,OAAO;EAClB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,iBAAiB,MAAM,KAAgC,CAAC;EACxF;CACF,CAAC;AACH"}
|
package/dist/action.mjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { neo4j } from "./app.mjs";
|
|
2
|
+
import { executeNeo4jTool } from "./execute.mjs";
|
|
3
|
+
import "zod";
|
|
4
|
+
//#region src/action.ts
|
|
5
|
+
/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
|
|
6
|
+
function action(tool, def) {
|
|
7
|
+
return neo4j.action({
|
|
8
|
+
slug: def.slug,
|
|
9
|
+
name: def.name,
|
|
10
|
+
description: def.description,
|
|
11
|
+
input: def.input,
|
|
12
|
+
output: def.output,
|
|
13
|
+
async run(input) {
|
|
14
|
+
return def.output.parse(await executeNeo4jTool(tool, input));
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
export { action };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=action.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { neo4j } from \"./app\";\nimport { executeNeo4jTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return neo4j.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeNeo4jTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,MAAM,OAAO;EAClB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,iBAAiB,MAAM,KAAgC,CAAC;EACxF;CACF,CAAC;AACH"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/aggregate-directors.ts
|
|
4
|
+
const Neo4jAggregateDirectorsInput = zod.z.object({ instance_id: zod.z.string().describe("The unique identifier of the Neo4j Aura instance.") }).describe("Request model for directorsAggregate GraphQL query.\n\nUse when you need to count the total number of directors in the Neo4j database.");
|
|
5
|
+
const Neo4jAggregateDirectors_DirectorsAggregateDataSchema = zod.z.object({ count: zod.z.number().int().describe("The total count of directors in the database.").nullable().optional() }).describe("Response structure for directorsAggregate query.");
|
|
6
|
+
const Neo4jAggregateDirectors_AggregateDirectorsDataSchema = zod.z.object({ directorsAggregate: Neo4jAggregateDirectors_DirectorsAggregateDataSchema.nullable().optional() }).describe("Data object containing directorsAggregate result.");
|
|
7
|
+
const Neo4jAggregateDirectors_GraphQLErrorLocationSchema = zod.z.object({
|
|
8
|
+
line: zod.z.number().int().describe("Line number in the query."),
|
|
9
|
+
column: zod.z.number().int().describe("Column number in the query.")
|
|
10
|
+
}).describe("Location in the GraphQL query where an error occurred.");
|
|
11
|
+
const Neo4jAggregateDirectors_GraphQLErrorSchema = zod.z.object({
|
|
12
|
+
path: zod.z.array(zod.z.string()).describe("Path to the error in the response.").nullable().optional(),
|
|
13
|
+
message: zod.z.string().describe("Error message"),
|
|
14
|
+
locations: zod.z.array(Neo4jAggregateDirectors_GraphQLErrorLocationSchema).describe("Error locations in the query.").nullable().optional()
|
|
15
|
+
}).describe("GraphQL error structure.");
|
|
16
|
+
const Neo4jAggregateDirectorsOutput = zod.z.object({
|
|
17
|
+
data: Neo4jAggregateDirectors_AggregateDirectorsDataSchema.nullable().optional(),
|
|
18
|
+
errors: zod.z.array(Neo4jAggregateDirectors_GraphQLErrorSchema).describe("GraphQL errors, if any.").nullable().optional()
|
|
19
|
+
}).describe("Response model for directorsAggregate GraphQL query.");
|
|
20
|
+
const neo4jAggregateDirectors = require_action.action("NEO4J_AGGREGATE_DIRECTORS", {
|
|
21
|
+
slug: "neo4j-aggregate-directors",
|
|
22
|
+
name: "Aggregate Directors Count",
|
|
23
|
+
description: "Executes a directorsAggregate GraphQL query to count directors in Neo4j. Use when you need to get the total count of director records in the database. The GraphQL query returns the count of all directors regardless of pagination.",
|
|
24
|
+
input: Neo4jAggregateDirectorsInput,
|
|
25
|
+
output: Neo4jAggregateDirectorsOutput
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
exports.neo4jAggregateDirectors = neo4jAggregateDirectors;
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=aggregate-directors.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aggregate-directors.cjs","names":["z","action"],"sources":["../../src/actions/aggregate-directors.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jAggregateDirectorsInput: z.ZodTypeAny = z.object({\n instance_id: z.string().describe(\"The unique identifier of the Neo4j Aura instance.\"),\n}).describe(\"Request model for directorsAggregate GraphQL query.\\n\\nUse when you need to count the total number of directors in the Neo4j database.\");\nconst Neo4jAggregateDirectors_DirectorsAggregateDataSchema: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"The total count of directors in the database.\").nullable().optional(),\n}).describe(\"Response structure for directorsAggregate query.\");\nconst Neo4jAggregateDirectors_AggregateDirectorsDataSchema: z.ZodTypeAny = z.object({\n directorsAggregate: Neo4jAggregateDirectors_DirectorsAggregateDataSchema.nullable().optional(),\n}).describe(\"Data object containing directorsAggregate result.\");\nconst Neo4jAggregateDirectors_GraphQLErrorLocationSchema: z.ZodTypeAny = z.object({\n line: z.number().int().describe(\"Line number in the query.\"),\n column: z.number().int().describe(\"Column number in the query.\"),\n}).describe(\"Location in the GraphQL query where an error occurred.\");\nconst Neo4jAggregateDirectors_GraphQLErrorSchema: z.ZodTypeAny = z.object({\n path: z.array(z.string()).describe(\"Path to the error in the response.\").nullable().optional(),\n message: z.string().describe(\"Error message\"),\n locations: z.array(Neo4jAggregateDirectors_GraphQLErrorLocationSchema).describe(\"Error locations in the query.\").nullable().optional(),\n}).describe(\"GraphQL error structure.\");\nexport const Neo4jAggregateDirectorsOutput: z.ZodTypeAny = z.object({\n data: Neo4jAggregateDirectors_AggregateDirectorsDataSchema.nullable().optional(),\n errors: z.array(Neo4jAggregateDirectors_GraphQLErrorSchema).describe(\"GraphQL errors, if any.\").nullable().optional(),\n}).describe(\"Response model for directorsAggregate GraphQL query.\");\n\nexport const neo4jAggregateDirectors = action(\"NEO4J_AGGREGATE_DIRECTORS\", {\n slug: \"neo4j-aggregate-directors\",\n name: \"Aggregate Directors Count\",\n description: \"Executes a directorsAggregate GraphQL query to count directors in Neo4j. Use when you need to get the total count of director records in the database. The GraphQL query returns the count of all directors regardless of pagination.\",\n input: Neo4jAggregateDirectorsInput,\n output: Neo4jAggregateDirectorsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,EACtF,CAAC,CAAC,CAAC,SAAS,wIAAwI;AACpJ,MAAM,uDAAqEA,IAAAA,EAAE,OAAO,EAClF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxG,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,uDAAqEA,IAAAA,EAAE,OAAO,EAClF,oBAAoB,qDAAqD,SAAS,CAAC,CAAC,SAAS,EAC/F,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CAC3D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;AACjE,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CAC5C,WAAWA,IAAAA,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvI,CAAC,CAAC,CAAC,SAAS,0BAA0B;AACtC,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAM,qDAAqD,SAAS,CAAC,CAAC,SAAS;CAC/E,QAAQA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,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/aggregate-directors.d.ts
|
|
4
|
+
declare const Neo4jAggregateDirectorsInput: z.ZodTypeAny;
|
|
5
|
+
declare const Neo4jAggregateDirectorsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neo4jAggregateDirectors: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neo4jAggregateDirectors };
|
|
9
|
+
//# sourceMappingURL=aggregate-directors.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aggregate-directors.d.cts","names":[],"sources":["../../src/actions/aggregate-directors.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEwG;AAAA,cAgBxI,6BAAA,EAA+B,CAAA,CAAE,UAGqB;AAAA,cAEtD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/aggregate-directors.d.ts
|
|
4
|
+
declare const Neo4jAggregateDirectorsInput: z.ZodTypeAny;
|
|
5
|
+
declare const Neo4jAggregateDirectorsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neo4jAggregateDirectors: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neo4jAggregateDirectors };
|
|
9
|
+
//# sourceMappingURL=aggregate-directors.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aggregate-directors.d.mts","names":[],"sources":["../../src/actions/aggregate-directors.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEwG;AAAA,cAgBxI,6BAAA,EAA+B,CAAA,CAAE,UAGqB;AAAA,cAEtD,uBAAA,gCAAuB,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/aggregate-directors.ts
|
|
4
|
+
const Neo4jAggregateDirectorsInput = z.object({ instance_id: z.string().describe("The unique identifier of the Neo4j Aura instance.") }).describe("Request model for directorsAggregate GraphQL query.\n\nUse when you need to count the total number of directors in the Neo4j database.");
|
|
5
|
+
const Neo4jAggregateDirectors_DirectorsAggregateDataSchema = z.object({ count: z.number().int().describe("The total count of directors in the database.").nullable().optional() }).describe("Response structure for directorsAggregate query.");
|
|
6
|
+
const Neo4jAggregateDirectors_AggregateDirectorsDataSchema = z.object({ directorsAggregate: Neo4jAggregateDirectors_DirectorsAggregateDataSchema.nullable().optional() }).describe("Data object containing directorsAggregate result.");
|
|
7
|
+
const Neo4jAggregateDirectors_GraphQLErrorLocationSchema = z.object({
|
|
8
|
+
line: z.number().int().describe("Line number in the query."),
|
|
9
|
+
column: z.number().int().describe("Column number in the query.")
|
|
10
|
+
}).describe("Location in the GraphQL query where an error occurred.");
|
|
11
|
+
const Neo4jAggregateDirectors_GraphQLErrorSchema = z.object({
|
|
12
|
+
path: z.array(z.string()).describe("Path to the error in the response.").nullable().optional(),
|
|
13
|
+
message: z.string().describe("Error message"),
|
|
14
|
+
locations: z.array(Neo4jAggregateDirectors_GraphQLErrorLocationSchema).describe("Error locations in the query.").nullable().optional()
|
|
15
|
+
}).describe("GraphQL error structure.");
|
|
16
|
+
const neo4jAggregateDirectors = action("NEO4J_AGGREGATE_DIRECTORS", {
|
|
17
|
+
slug: "neo4j-aggregate-directors",
|
|
18
|
+
name: "Aggregate Directors Count",
|
|
19
|
+
description: "Executes a directorsAggregate GraphQL query to count directors in Neo4j. Use when you need to get the total count of director records in the database. The GraphQL query returns the count of all directors regardless of pagination.",
|
|
20
|
+
input: Neo4jAggregateDirectorsInput,
|
|
21
|
+
output: z.object({
|
|
22
|
+
data: Neo4jAggregateDirectors_AggregateDirectorsDataSchema.nullable().optional(),
|
|
23
|
+
errors: z.array(Neo4jAggregateDirectors_GraphQLErrorSchema).describe("GraphQL errors, if any.").nullable().optional()
|
|
24
|
+
}).describe("Response model for directorsAggregate GraphQL query.")
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
export { neo4jAggregateDirectors };
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=aggregate-directors.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aggregate-directors.mjs","names":[],"sources":["../../src/actions/aggregate-directors.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jAggregateDirectorsInput: z.ZodTypeAny = z.object({\n instance_id: z.string().describe(\"The unique identifier of the Neo4j Aura instance.\"),\n}).describe(\"Request model for directorsAggregate GraphQL query.\\n\\nUse when you need to count the total number of directors in the Neo4j database.\");\nconst Neo4jAggregateDirectors_DirectorsAggregateDataSchema: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"The total count of directors in the database.\").nullable().optional(),\n}).describe(\"Response structure for directorsAggregate query.\");\nconst Neo4jAggregateDirectors_AggregateDirectorsDataSchema: z.ZodTypeAny = z.object({\n directorsAggregate: Neo4jAggregateDirectors_DirectorsAggregateDataSchema.nullable().optional(),\n}).describe(\"Data object containing directorsAggregate result.\");\nconst Neo4jAggregateDirectors_GraphQLErrorLocationSchema: z.ZodTypeAny = z.object({\n line: z.number().int().describe(\"Line number in the query.\"),\n column: z.number().int().describe(\"Column number in the query.\"),\n}).describe(\"Location in the GraphQL query where an error occurred.\");\nconst Neo4jAggregateDirectors_GraphQLErrorSchema: z.ZodTypeAny = z.object({\n path: z.array(z.string()).describe(\"Path to the error in the response.\").nullable().optional(),\n message: z.string().describe(\"Error message\"),\n locations: z.array(Neo4jAggregateDirectors_GraphQLErrorLocationSchema).describe(\"Error locations in the query.\").nullable().optional(),\n}).describe(\"GraphQL error structure.\");\nexport const Neo4jAggregateDirectorsOutput: z.ZodTypeAny = z.object({\n data: Neo4jAggregateDirectors_AggregateDirectorsDataSchema.nullable().optional(),\n errors: z.array(Neo4jAggregateDirectors_GraphQLErrorSchema).describe(\"GraphQL errors, if any.\").nullable().optional(),\n}).describe(\"Response model for directorsAggregate GraphQL query.\");\n\nexport const neo4jAggregateDirectors = action(\"NEO4J_AGGREGATE_DIRECTORS\", {\n slug: \"neo4j-aggregate-directors\",\n name: \"Aggregate Directors Count\",\n description: \"Executes a directorsAggregate GraphQL query to count directors in Neo4j. Use when you need to get the total count of director records in the database. The GraphQL query returns the count of all directors regardless of pagination.\",\n input: Neo4jAggregateDirectorsInput,\n output: Neo4jAggregateDirectorsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,EACjE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,EACtF,CAAC,CAAC,CAAC,SAAS,wIAAwI;AACpJ,MAAM,uDAAqE,EAAE,OAAO,EAClF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxG,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,uDAAqE,EAAE,OAAO,EAClF,oBAAoB,qDAAqD,SAAS,CAAC,CAAC,SAAS,EAC/F,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,qDAAmE,EAAE,OAAO;CAChF,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CAC3D,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B;AACjE,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,6CAA2D,EAAE,OAAO;CACxE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CAC5C,WAAW,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvI,CAAC,CAAC,CAAC,SAAS,0BAA0B;AAMtC,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVyD,EAAE,OAAO;EAClE,MAAM,qDAAqD,SAAS,CAAC,CAAC,SAAS;EAC/E,QAAQ,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-instance-beta.ts
|
|
4
|
+
const Neo4jCreateInstanceBetaInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("The name of the instance (any UTF-8 characters with no trailing or leading whitespace). Max 30 characters."),
|
|
6
|
+
type: zod.z.enum([
|
|
7
|
+
"enterprise-db",
|
|
8
|
+
"enterprise-ds",
|
|
9
|
+
"business-critical",
|
|
10
|
+
"professional-db",
|
|
11
|
+
"professional-ds",
|
|
12
|
+
"free-db"
|
|
13
|
+
]).describe("The type of the instance. Must be one of: enterprise-db, enterprise-ds, business-critical, professional-db, professional-ds, free-db. Please refer to your Aura projects instance configurations for valid types for your project."),
|
|
14
|
+
memory: zod.z.string().describe("The size of the instance memory in GB (e.g., '1GB', '2GB'). Please refer to your Aura projects instance configurations for valid sizes for your project."),
|
|
15
|
+
region: zod.z.string().describe("The region where the instance is hosted (e.g., 'europe-west1'). Please refer to your Aura projects instance configurations for valid regions for your project."),
|
|
16
|
+
storage: zod.z.string().describe("The size of the instance storage in GB (e.g., '10GB'). Please refer to your Aura projects instance configurations for valid sizes for your project.").optional(),
|
|
17
|
+
version: zod.z.string().describe("The Neo4j version of the instance (e.g., '5'). Please refer to your Aura projects instance configurations for valid versions for your project."),
|
|
18
|
+
tenant_id: zod.z.string().describe("The ID for the project/tenant."),
|
|
19
|
+
cloud_provider: zod.z.enum([
|
|
20
|
+
"gcp",
|
|
21
|
+
"aws",
|
|
22
|
+
"azure"
|
|
23
|
+
]).describe("The cloud provider hosting the instance. Must be one of: gcp, aws, azure. Please refer to your Aura projects instance configurations for valid options for your project."),
|
|
24
|
+
vector_optimized: zod.z.boolean().describe("An optional vector optimization configuration to be set during instance creation.").optional(),
|
|
25
|
+
source_instance_id: zod.z.string().describe("The ID of the source instance when cloning.").optional(),
|
|
26
|
+
source_snapshot_id: zod.z.string().describe("An optional snapshot ID to create an instance from a specific snapshot. Requires source_instance_id to also be provided.").optional(),
|
|
27
|
+
graph_analytics_plugin: zod.z.boolean().describe("An optional graph analytics plugin configuration to be set during instance creation.").optional(),
|
|
28
|
+
customer_managed_key_id: zod.z.string().describe("An optional customer managed key to be used for instance creation.").optional()
|
|
29
|
+
}).describe("Request model for creating a Neo4j Aura instance.");
|
|
30
|
+
const Neo4jCreateInstanceBeta_InstanceDataSchema = zod.z.object({
|
|
31
|
+
id: zod.z.string().describe("The unique identifier of the instance."),
|
|
32
|
+
name: zod.z.string().describe("Name of the instance."),
|
|
33
|
+
type: zod.z.string().describe("Instance type."),
|
|
34
|
+
region: zod.z.string().describe("Instance region."),
|
|
35
|
+
password: zod.z.string().describe("Initial password for authentication."),
|
|
36
|
+
username: zod.z.string().describe("Initial username for authentication."),
|
|
37
|
+
tenant_id: zod.z.string().describe("The ID for the project."),
|
|
38
|
+
created_at: zod.z.string().describe("Timestamp when the instance was created (ISO 8601 format)."),
|
|
39
|
+
cloud_provider: zod.z.string().describe("The cloud provider hosting the instance."),
|
|
40
|
+
connection_url: zod.z.string().describe("The URL to connect to the Neo4j instance."),
|
|
41
|
+
vector_optimized: zod.z.boolean().describe("Vector optimization configuration at creation.").nullable().optional(),
|
|
42
|
+
graph_analytics_plugin: zod.z.boolean().describe("Graph analytics plugin configuration at creation.").nullable().optional()
|
|
43
|
+
}).describe("Data object containing instance details in the response.");
|
|
44
|
+
const Neo4jCreateInstanceBetaOutput = zod.z.object({ data: Neo4jCreateInstanceBeta_InstanceDataSchema.nullable() }).describe("Response model for creating a Neo4j Aura instance.");
|
|
45
|
+
const neo4jCreateInstanceBeta = require_action.action("NEO4J_CREATE_INSTANCE_BETA", {
|
|
46
|
+
slug: "neo4j-create-instance-beta",
|
|
47
|
+
name: "Create Neo4j Aura Instance",
|
|
48
|
+
description: "Creates a new Neo4j Aura instance with the specified configuration. Use this action when you need to provision a new Neo4j Aura database instance. The operation is asynchronous - the API returns 202 Accepted while the instance is being created in the background. Use this action when you need to create a new Neo4j Aura database instance for your project. The returned credentials (username and password) should be stored securely as they cannot be retrieved again.",
|
|
49
|
+
input: Neo4jCreateInstanceBetaInput,
|
|
50
|
+
output: Neo4jCreateInstanceBetaOutput
|
|
51
|
+
});
|
|
52
|
+
//#endregion
|
|
53
|
+
exports.neo4jCreateInstanceBeta = neo4jCreateInstanceBeta;
|
|
54
|
+
|
|
55
|
+
//# sourceMappingURL=create-instance-beta.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-instance-beta.cjs","names":["z","action"],"sources":["../../src/actions/create-instance-beta.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jCreateInstanceBetaInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the instance (any UTF-8 characters with no trailing or leading whitespace). Max 30 characters.\"),\n type: z.enum([\"enterprise-db\", \"enterprise-ds\", \"business-critical\", \"professional-db\", \"professional-ds\", \"free-db\"]).describe(\"The type of the instance. Must be one of: enterprise-db, enterprise-ds, business-critical, professional-db, professional-ds, free-db. Please refer to your Aura projects instance configurations for valid types for your project.\"),\n memory: z.string().describe(\"The size of the instance memory in GB (e.g., '1GB', '2GB'). Please refer to your Aura projects instance configurations for valid sizes for your project.\"),\n region: z.string().describe(\"The region where the instance is hosted (e.g., 'europe-west1'). Please refer to your Aura projects instance configurations for valid regions for your project.\"),\n storage: z.string().describe(\"The size of the instance storage in GB (e.g., '10GB'). Please refer to your Aura projects instance configurations for valid sizes for your project.\").optional(),\n version: z.string().describe(\"The Neo4j version of the instance (e.g., '5'). Please refer to your Aura projects instance configurations for valid versions for your project.\"),\n tenant_id: z.string().describe(\"The ID for the project/tenant.\"),\n cloud_provider: z.enum([\"gcp\", \"aws\", \"azure\"]).describe(\"The cloud provider hosting the instance. Must be one of: gcp, aws, azure. Please refer to your Aura projects instance configurations for valid options for your project.\"),\n vector_optimized: z.boolean().describe(\"An optional vector optimization configuration to be set during instance creation.\").optional(),\n source_instance_id: z.string().describe(\"The ID of the source instance when cloning.\").optional(),\n source_snapshot_id: z.string().describe(\"An optional snapshot ID to create an instance from a specific snapshot. Requires source_instance_id to also be provided.\").optional(),\n graph_analytics_plugin: z.boolean().describe(\"An optional graph analytics plugin configuration to be set during instance creation.\").optional(),\n customer_managed_key_id: z.string().describe(\"An optional customer managed key to be used for instance creation.\").optional(),\n}).describe(\"Request model for creating a Neo4j Aura instance.\");\nconst Neo4jCreateInstanceBeta_InstanceDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the instance.\"),\n name: z.string().describe(\"Name of the instance.\"),\n type: z.string().describe(\"Instance type.\"),\n region: z.string().describe(\"Instance region.\"),\n password: z.string().describe(\"Initial password for authentication.\"),\n username: z.string().describe(\"Initial username for authentication.\"),\n tenant_id: z.string().describe(\"The ID for the project.\"),\n created_at: z.string().describe(\"Timestamp when the instance was created (ISO 8601 format).\"),\n cloud_provider: z.string().describe(\"The cloud provider hosting the instance.\"),\n connection_url: z.string().describe(\"The URL to connect to the Neo4j instance.\"),\n vector_optimized: z.boolean().describe(\"Vector optimization configuration at creation.\").nullable().optional(),\n graph_analytics_plugin: z.boolean().describe(\"Graph analytics plugin configuration at creation.\").nullable().optional(),\n}).describe(\"Data object containing instance details in the response.\");\nexport const Neo4jCreateInstanceBetaOutput: z.ZodTypeAny = z.object({\n data: Neo4jCreateInstanceBeta_InstanceDataSchema.nullable(),\n}).describe(\"Response model for creating a Neo4j Aura instance.\");\n\nexport const neo4jCreateInstanceBeta = action(\"NEO4J_CREATE_INSTANCE_BETA\", {\n slug: \"neo4j-create-instance-beta\",\n name: \"Create Neo4j Aura Instance\",\n description: \"Creates a new Neo4j Aura instance with the specified configuration. Use this action when you need to provision a new Neo4j Aura database instance. The operation is asynchronous - the API returns 202 Accepted while the instance is being created in the background. Use this action when you need to create a new Neo4j Aura database instance for your project. The returned credentials (username and password) should be stored securely as they cannot be retrieved again.\",\n input: Neo4jCreateInstanceBetaInput,\n output: Neo4jCreateInstanceBetaOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G;CACtI,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAiB;EAAiB;EAAqB;EAAmB;EAAmB;CAAS,CAAC,CAAC,CAAC,SAAS,oOAAoO;CACpW,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0JAA0J;CACtL,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gKAAgK;CAC5L,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qJAAqJ,CAAC,CAAC,SAAS;CAC7L,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gJAAgJ;CAC7K,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC/D,gBAAgBA,IAAAA,EAAE,KAAK;EAAC;EAAO;EAAO;CAAO,CAAC,CAAC,CAAC,SAAS,0KAA0K;CACnO,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CACrI,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAChG,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0HAA0H,CAAC,CAAC,SAAS;CAC7K,wBAAwBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAC9I,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;CAC1C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC9C,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACpE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACpE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACxD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC5F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC9E,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC/E,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,wBAAwBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,MAAM,2CAA2C,SAAS,EAC5D,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,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/create-instance-beta.d.ts
|
|
4
|
+
declare const Neo4jCreateInstanceBetaInput: z.ZodTypeAny;
|
|
5
|
+
declare const Neo4jCreateInstanceBetaOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neo4jCreateInstanceBeta: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neo4jCreateInstanceBeta };
|
|
9
|
+
//# sourceMappingURL=create-instance-beta.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-instance-beta.d.cts","names":[],"sources":["../../src/actions/create-instance-beta.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAcmB;AAAA,cAenD,6BAAA,EAA+B,CAAA,CAAE,UAEmB;AAAA,cAEpD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-instance-beta.d.ts
|
|
4
|
+
declare const Neo4jCreateInstanceBetaInput: z.ZodTypeAny;
|
|
5
|
+
declare const Neo4jCreateInstanceBetaOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neo4jCreateInstanceBeta: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neo4jCreateInstanceBeta };
|
|
9
|
+
//# sourceMappingURL=create-instance-beta.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-instance-beta.d.mts","names":[],"sources":["../../src/actions/create-instance-beta.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAcmB;AAAA,cAenD,6BAAA,EAA+B,CAAA,CAAE,UAEmB;AAAA,cAEpD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-instance-beta.ts
|
|
4
|
+
const Neo4jCreateInstanceBetaInput = z.object({
|
|
5
|
+
name: z.string().describe("The name of the instance (any UTF-8 characters with no trailing or leading whitespace). Max 30 characters."),
|
|
6
|
+
type: z.enum([
|
|
7
|
+
"enterprise-db",
|
|
8
|
+
"enterprise-ds",
|
|
9
|
+
"business-critical",
|
|
10
|
+
"professional-db",
|
|
11
|
+
"professional-ds",
|
|
12
|
+
"free-db"
|
|
13
|
+
]).describe("The type of the instance. Must be one of: enterprise-db, enterprise-ds, business-critical, professional-db, professional-ds, free-db. Please refer to your Aura projects instance configurations for valid types for your project."),
|
|
14
|
+
memory: z.string().describe("The size of the instance memory in GB (e.g., '1GB', '2GB'). Please refer to your Aura projects instance configurations for valid sizes for your project."),
|
|
15
|
+
region: z.string().describe("The region where the instance is hosted (e.g., 'europe-west1'). Please refer to your Aura projects instance configurations for valid regions for your project."),
|
|
16
|
+
storage: z.string().describe("The size of the instance storage in GB (e.g., '10GB'). Please refer to your Aura projects instance configurations for valid sizes for your project.").optional(),
|
|
17
|
+
version: z.string().describe("The Neo4j version of the instance (e.g., '5'). Please refer to your Aura projects instance configurations for valid versions for your project."),
|
|
18
|
+
tenant_id: z.string().describe("The ID for the project/tenant."),
|
|
19
|
+
cloud_provider: z.enum([
|
|
20
|
+
"gcp",
|
|
21
|
+
"aws",
|
|
22
|
+
"azure"
|
|
23
|
+
]).describe("The cloud provider hosting the instance. Must be one of: gcp, aws, azure. Please refer to your Aura projects instance configurations for valid options for your project."),
|
|
24
|
+
vector_optimized: z.boolean().describe("An optional vector optimization configuration to be set during instance creation.").optional(),
|
|
25
|
+
source_instance_id: z.string().describe("The ID of the source instance when cloning.").optional(),
|
|
26
|
+
source_snapshot_id: z.string().describe("An optional snapshot ID to create an instance from a specific snapshot. Requires source_instance_id to also be provided.").optional(),
|
|
27
|
+
graph_analytics_plugin: z.boolean().describe("An optional graph analytics plugin configuration to be set during instance creation.").optional(),
|
|
28
|
+
customer_managed_key_id: z.string().describe("An optional customer managed key to be used for instance creation.").optional()
|
|
29
|
+
}).describe("Request model for creating a Neo4j Aura instance.");
|
|
30
|
+
const Neo4jCreateInstanceBeta_InstanceDataSchema = z.object({
|
|
31
|
+
id: z.string().describe("The unique identifier of the instance."),
|
|
32
|
+
name: z.string().describe("Name of the instance."),
|
|
33
|
+
type: z.string().describe("Instance type."),
|
|
34
|
+
region: z.string().describe("Instance region."),
|
|
35
|
+
password: z.string().describe("Initial password for authentication."),
|
|
36
|
+
username: z.string().describe("Initial username for authentication."),
|
|
37
|
+
tenant_id: z.string().describe("The ID for the project."),
|
|
38
|
+
created_at: z.string().describe("Timestamp when the instance was created (ISO 8601 format)."),
|
|
39
|
+
cloud_provider: z.string().describe("The cloud provider hosting the instance."),
|
|
40
|
+
connection_url: z.string().describe("The URL to connect to the Neo4j instance."),
|
|
41
|
+
vector_optimized: z.boolean().describe("Vector optimization configuration at creation.").nullable().optional(),
|
|
42
|
+
graph_analytics_plugin: z.boolean().describe("Graph analytics plugin configuration at creation.").nullable().optional()
|
|
43
|
+
}).describe("Data object containing instance details in the response.");
|
|
44
|
+
const neo4jCreateInstanceBeta = action("NEO4J_CREATE_INSTANCE_BETA", {
|
|
45
|
+
slug: "neo4j-create-instance-beta",
|
|
46
|
+
name: "Create Neo4j Aura Instance",
|
|
47
|
+
description: "Creates a new Neo4j Aura instance with the specified configuration. Use this action when you need to provision a new Neo4j Aura database instance. The operation is asynchronous - the API returns 202 Accepted while the instance is being created in the background. Use this action when you need to create a new Neo4j Aura database instance for your project. The returned credentials (username and password) should be stored securely as they cannot be retrieved again.",
|
|
48
|
+
input: Neo4jCreateInstanceBetaInput,
|
|
49
|
+
output: z.object({ data: Neo4jCreateInstanceBeta_InstanceDataSchema.nullable() }).describe("Response model for creating a Neo4j Aura instance.")
|
|
50
|
+
});
|
|
51
|
+
//#endregion
|
|
52
|
+
export { neo4jCreateInstanceBeta };
|
|
53
|
+
|
|
54
|
+
//# sourceMappingURL=create-instance-beta.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-instance-beta.mjs","names":[],"sources":["../../src/actions/create-instance-beta.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jCreateInstanceBetaInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the instance (any UTF-8 characters with no trailing or leading whitespace). Max 30 characters.\"),\n type: z.enum([\"enterprise-db\", \"enterprise-ds\", \"business-critical\", \"professional-db\", \"professional-ds\", \"free-db\"]).describe(\"The type of the instance. Must be one of: enterprise-db, enterprise-ds, business-critical, professional-db, professional-ds, free-db. Please refer to your Aura projects instance configurations for valid types for your project.\"),\n memory: z.string().describe(\"The size of the instance memory in GB (e.g., '1GB', '2GB'). Please refer to your Aura projects instance configurations for valid sizes for your project.\"),\n region: z.string().describe(\"The region where the instance is hosted (e.g., 'europe-west1'). Please refer to your Aura projects instance configurations for valid regions for your project.\"),\n storage: z.string().describe(\"The size of the instance storage in GB (e.g., '10GB'). Please refer to your Aura projects instance configurations for valid sizes for your project.\").optional(),\n version: z.string().describe(\"The Neo4j version of the instance (e.g., '5'). Please refer to your Aura projects instance configurations for valid versions for your project.\"),\n tenant_id: z.string().describe(\"The ID for the project/tenant.\"),\n cloud_provider: z.enum([\"gcp\", \"aws\", \"azure\"]).describe(\"The cloud provider hosting the instance. Must be one of: gcp, aws, azure. Please refer to your Aura projects instance configurations for valid options for your project.\"),\n vector_optimized: z.boolean().describe(\"An optional vector optimization configuration to be set during instance creation.\").optional(),\n source_instance_id: z.string().describe(\"The ID of the source instance when cloning.\").optional(),\n source_snapshot_id: z.string().describe(\"An optional snapshot ID to create an instance from a specific snapshot. Requires source_instance_id to also be provided.\").optional(),\n graph_analytics_plugin: z.boolean().describe(\"An optional graph analytics plugin configuration to be set during instance creation.\").optional(),\n customer_managed_key_id: z.string().describe(\"An optional customer managed key to be used for instance creation.\").optional(),\n}).describe(\"Request model for creating a Neo4j Aura instance.\");\nconst Neo4jCreateInstanceBeta_InstanceDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the instance.\"),\n name: z.string().describe(\"Name of the instance.\"),\n type: z.string().describe(\"Instance type.\"),\n region: z.string().describe(\"Instance region.\"),\n password: z.string().describe(\"Initial password for authentication.\"),\n username: z.string().describe(\"Initial username for authentication.\"),\n tenant_id: z.string().describe(\"The ID for the project.\"),\n created_at: z.string().describe(\"Timestamp when the instance was created (ISO 8601 format).\"),\n cloud_provider: z.string().describe(\"The cloud provider hosting the instance.\"),\n connection_url: z.string().describe(\"The URL to connect to the Neo4j instance.\"),\n vector_optimized: z.boolean().describe(\"Vector optimization configuration at creation.\").nullable().optional(),\n graph_analytics_plugin: z.boolean().describe(\"Graph analytics plugin configuration at creation.\").nullable().optional(),\n}).describe(\"Data object containing instance details in the response.\");\nexport const Neo4jCreateInstanceBetaOutput: z.ZodTypeAny = z.object({\n data: Neo4jCreateInstanceBeta_InstanceDataSchema.nullable(),\n}).describe(\"Response model for creating a Neo4j Aura instance.\");\n\nexport const neo4jCreateInstanceBeta = action(\"NEO4J_CREATE_INSTANCE_BETA\", {\n slug: \"neo4j-create-instance-beta\",\n name: \"Create Neo4j Aura Instance\",\n description: \"Creates a new Neo4j Aura instance with the specified configuration. Use this action when you need to provision a new Neo4j Aura database instance. The operation is asynchronous - the API returns 202 Accepted while the instance is being created in the background. Use this action when you need to create a new Neo4j Aura database instance for your project. The returned credentials (username and password) should be stored securely as they cannot be retrieved again.\",\n input: Neo4jCreateInstanceBetaInput,\n output: Neo4jCreateInstanceBetaOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G;CACtI,MAAM,EAAE,KAAK;EAAC;EAAiB;EAAiB;EAAqB;EAAmB;EAAmB;CAAS,CAAC,CAAC,CAAC,SAAS,oOAAoO;CACpW,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0JAA0J;CACtL,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gKAAgK;CAC5L,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qJAAqJ,CAAC,CAAC,SAAS;CAC7L,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gJAAgJ;CAC7K,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC/D,gBAAgB,EAAE,KAAK;EAAC;EAAO;EAAO;CAAO,CAAC,CAAC,CAAC,SAAS,0KAA0K;CACnO,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CACrI,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAChG,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,0HAA0H,CAAC,CAAC,SAAS;CAC7K,wBAAwB,EAAE,QAAQ,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAC9I,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;CAC1C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC9C,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACpE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACpE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACxD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC5F,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC9E,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC/E,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,wBAAwB,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAKtE,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyD,EAAE,OAAO,EAClE,MAAM,2CAA2C,SAAS,EAC5D,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-snapshot.ts
|
|
4
|
+
const Neo4jCreateSnapshotInput = zod.z.object({ instance_id: zod.z.string().describe("The unique identifier of the Neo4j Aura instance to snapshot.") }).describe("Request model for creating a snapshot of a Neo4j Aura instance.");
|
|
5
|
+
const Neo4jCreateSnapshotOutput = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("The unique identifier of the instance.").nullable().optional(),
|
|
7
|
+
status: zod.z.string().describe("The current status of the snapshot operation.").nullable().optional(),
|
|
8
|
+
snapshot_id: zod.z.string().describe("The unique identifier of the created snapshot.").nullable().optional()
|
|
9
|
+
}).describe("Response model for creating a snapshot of a Neo4j Aura instance.");
|
|
10
|
+
const neo4jCreateSnapshot = require_action.action("NEO4J_CREATE_SNAPSHOT", {
|
|
11
|
+
slug: "neo4j-create-snapshot",
|
|
12
|
+
name: "Create Neo4j Aura Snapshot",
|
|
13
|
+
description: "Create an on-demand snapshot of a Neo4j Aura instance. Triggers asynchronous backup creation and returns a snapshot ID that can be used to monitor progress. Use this action when you need to manually create a backup point before major changes or to preserve the current state of your database. Use this action when you want to create an on-demand backup snapshot of your Neo4j Aura instance before performing risky operations like data migrations, schema changes, or bulk updates.",
|
|
14
|
+
input: Neo4jCreateSnapshotInput,
|
|
15
|
+
output: Neo4jCreateSnapshotOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.neo4jCreateSnapshot = neo4jCreateSnapshot;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=create-snapshot.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-snapshot.cjs","names":["z","action"],"sources":["../../src/actions/create-snapshot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jCreateSnapshotInput: z.ZodTypeAny = z.object({\n instance_id: z.string().describe(\"The unique identifier of the Neo4j Aura instance to snapshot.\"),\n}).describe(\"Request model for creating a snapshot of a Neo4j Aura instance.\");\nexport const Neo4jCreateSnapshotOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the instance.\").nullable().optional(),\n status: z.string().describe(\"The current status of the snapshot operation.\").nullable().optional(),\n snapshot_id: z.string().describe(\"The unique identifier of the created snapshot.\").nullable().optional(),\n}).describe(\"Response model for creating a snapshot of a Neo4j Aura instance.\");\n\nexport const neo4jCreateSnapshot = action(\"NEO4J_CREATE_SNAPSHOT\", {\n slug: \"neo4j-create-snapshot\",\n name: \"Create Neo4j Aura Snapshot\",\n description: \"Create an on-demand snapshot of a Neo4j Aura instance. Triggers asynchronous backup creation and returns a snapshot ID that can be used to monitor progress. Use this action when you need to manually create a backup point before major changes or to preserve the current state of your database. Use this action when you want to create an on-demand backup snapshot of your Neo4j Aura instance before performing risky operations like data migrations, schema changes, or bulk updates.\",\n input: Neo4jCreateSnapshotInput,\n output: Neo4jCreateSnapshotOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EAClG,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAE9E,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,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/create-snapshot.d.ts
|
|
4
|
+
declare const Neo4jCreateSnapshotInput: z.ZodTypeAny;
|
|
5
|
+
declare const Neo4jCreateSnapshotOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neo4jCreateSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neo4jCreateSnapshot };
|
|
9
|
+
//# sourceMappingURL=create-snapshot.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-snapshot.d.cts","names":[],"sources":["../../src/actions/create-snapshot.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEqC;AAAA,cACjE,yBAAA,EAA2B,CAAA,CAAE,UAIqC;AAAA,cAElE,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-snapshot.d.ts
|
|
4
|
+
declare const Neo4jCreateSnapshotInput: z.ZodTypeAny;
|
|
5
|
+
declare const Neo4jCreateSnapshotOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neo4jCreateSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neo4jCreateSnapshot };
|
|
9
|
+
//# sourceMappingURL=create-snapshot.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-snapshot.d.mts","names":[],"sources":["../../src/actions/create-snapshot.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEqC;AAAA,cACjE,yBAAA,EAA2B,CAAA,CAAE,UAIqC;AAAA,cAElE,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const neo4jCreateSnapshot = action("NEO4J_CREATE_SNAPSHOT", {
|
|
4
|
+
slug: "neo4j-create-snapshot",
|
|
5
|
+
name: "Create Neo4j Aura Snapshot",
|
|
6
|
+
description: "Create an on-demand snapshot of a Neo4j Aura instance. Triggers asynchronous backup creation and returns a snapshot ID that can be used to monitor progress. Use this action when you need to manually create a backup point before major changes or to preserve the current state of your database. Use this action when you want to create an on-demand backup snapshot of your Neo4j Aura instance before performing risky operations like data migrations, schema changes, or bulk updates.",
|
|
7
|
+
input: z.object({ instance_id: z.string().describe("The unique identifier of the Neo4j Aura instance to snapshot.") }).describe("Request model for creating a snapshot of a Neo4j Aura instance."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.string().describe("The unique identifier of the instance.").nullable().optional(),
|
|
10
|
+
status: z.string().describe("The current status of the snapshot operation.").nullable().optional(),
|
|
11
|
+
snapshot_id: z.string().describe("The unique identifier of the created snapshot.").nullable().optional()
|
|
12
|
+
}).describe("Response model for creating a snapshot of a Neo4j Aura instance.")
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { neo4jCreateSnapshot };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=create-snapshot.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-snapshot.mjs","names":[],"sources":["../../src/actions/create-snapshot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jCreateSnapshotInput: z.ZodTypeAny = z.object({\n instance_id: z.string().describe(\"The unique identifier of the Neo4j Aura instance to snapshot.\"),\n}).describe(\"Request model for creating a snapshot of a Neo4j Aura instance.\");\nexport const Neo4jCreateSnapshotOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the instance.\").nullable().optional(),\n status: z.string().describe(\"The current status of the snapshot operation.\").nullable().optional(),\n snapshot_id: z.string().describe(\"The unique identifier of the created snapshot.\").nullable().optional(),\n}).describe(\"Response model for creating a snapshot of a Neo4j Aura instance.\");\n\nexport const neo4jCreateSnapshot = action(\"NEO4J_CREATE_SNAPSHOT\", {\n slug: \"neo4j-create-snapshot\",\n name: \"Create Neo4j Aura Snapshot\",\n description: \"Create an on-demand snapshot of a Neo4j Aura instance. Triggers asynchronous backup creation and returns a snapshot ID that can be used to monitor progress. Use this action when you need to manually create a backup point before major changes or to preserve the current state of your database. Use this action when you want to create an on-demand backup snapshot of your Neo4j Aura instance before performing risky operations like data migrations, schema changes, or bulk updates.\",\n input: Neo4jCreateSnapshotInput,\n output: Neo4jCreateSnapshotOutput,\n});\n"],"mappings":";;AAaA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAboD,EAAE,OAAO,EAC7D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EAClG,CAAC,CAAC,CAAC,SAAS,iEAWH;CACP,QAXqD,EAAE,OAAO;EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,CAAC,CAAC,CAAC,SAAS,kEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/estimate-gds-session-size.ts
|
|
4
|
+
const Neo4jEstimateGdsSessionSizeInput = zod.z.object({
|
|
5
|
+
node_count: zod.z.number().int().describe("The number of nodes to be stored in the instance. Must be a non-negative integer."),
|
|
6
|
+
node_label_count: zod.z.number().int().describe("The number of labels per node. If not specified, the API will use a default estimate.").optional(),
|
|
7
|
+
relationship_count: zod.z.number().int().describe("The number of relationships to be stored in the instance. Must be a non-negative integer."),
|
|
8
|
+
node_property_count: zod.z.number().int().describe("The number of properties per node. If not specified, the API will use a default estimate.").optional(),
|
|
9
|
+
algorithm_categories: zod.z.array(zod.z.string()).describe("The algorithm categories to be used in the session. Common categories include: 'pathfinding', 'community_detection', 'centrality', 'similarity', 'link_prediction'. If not specified, the API uses a general-purpose estimate.").optional(),
|
|
10
|
+
relationship_property_count: zod.z.number().int().describe("The number of properties per relationship. If not specified, the API will use a default estimate.").optional()
|
|
11
|
+
}).describe("Request schema for POST /v1/graph-analytics/sessions/sizing.\nEstimates the size of a new GDS Session based on graph statistics.");
|
|
12
|
+
const Neo4jEstimateGdsSessionSize_SessionSizeDataSchema = zod.z.object({
|
|
13
|
+
estimated_memory: zod.z.string().describe("The estimated memory required for the GDS session (e.g., '4GB', '8GB')."),
|
|
14
|
+
recommended_size: zod.z.string().describe("The recommended session size tier (e.g., 'standard', 'large', 'xlarge').")
|
|
15
|
+
}).describe("Data object containing session size estimation results.");
|
|
16
|
+
const Neo4jEstimateGdsSessionSizeOutput = zod.z.object({ data: Neo4jEstimateGdsSessionSize_SessionSizeDataSchema.nullable() }).describe("Response schema for GDS session size estimation.");
|
|
17
|
+
const neo4jEstimateGdsSessionSize = require_action.action("NEO4J_ESTIMATE_GDS_SESSION_SIZE", {
|
|
18
|
+
slug: "neo4j-estimate-gds-session-size",
|
|
19
|
+
name: "Estimate GDS Session Size",
|
|
20
|
+
description: "Estimate the size of a new GDS (Graph Data Science) session based on node/relationship counts and algorithm categories. Use this action when you need to determine the appropriate GDS session size before creating a new graph analytics session. This helps ensure you provision sufficient memory for your graph workloads, particularly useful when planning memory allocation for large-scale graph operations like community detection, pathfinding, or similarity algorithms. The estimation considers the number of nodes, relationships, properties, and intended algorithm categories to provide accurate memory recommendations.",
|
|
21
|
+
input: Neo4jEstimateGdsSessionSizeInput,
|
|
22
|
+
output: Neo4jEstimateGdsSessionSizeOutput
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.neo4jEstimateGdsSessionSize = neo4jEstimateGdsSessionSize;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=estimate-gds-session-size.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"estimate-gds-session-size.cjs","names":["z","action"],"sources":["../../src/actions/estimate-gds-session-size.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jEstimateGdsSessionSizeInput: z.ZodTypeAny = z.object({\n node_count: z.number().int().describe(\"The number of nodes to be stored in the instance. Must be a non-negative integer.\"),\n node_label_count: z.number().int().describe(\"The number of labels per node. If not specified, the API will use a default estimate.\").optional(),\n relationship_count: z.number().int().describe(\"The number of relationships to be stored in the instance. Must be a non-negative integer.\"),\n node_property_count: z.number().int().describe(\"The number of properties per node. If not specified, the API will use a default estimate.\").optional(),\n algorithm_categories: z.array(z.string()).describe(\"The algorithm categories to be used in the session. Common categories include: 'pathfinding', 'community_detection', 'centrality', 'similarity', 'link_prediction'. If not specified, the API uses a general-purpose estimate.\").optional(),\n relationship_property_count: z.number().int().describe(\"The number of properties per relationship. If not specified, the API will use a default estimate.\").optional(),\n}).describe(\"Request schema for POST /v1/graph-analytics/sessions/sizing.\\nEstimates the size of a new GDS Session based on graph statistics.\");\nconst Neo4jEstimateGdsSessionSize_SessionSizeDataSchema: z.ZodTypeAny = z.object({\n estimated_memory: z.string().describe(\"The estimated memory required for the GDS session (e.g., '4GB', '8GB').\"),\n recommended_size: z.string().describe(\"The recommended session size tier (e.g., 'standard', 'large', 'xlarge').\"),\n}).describe(\"Data object containing session size estimation results.\");\nexport const Neo4jEstimateGdsSessionSizeOutput: z.ZodTypeAny = z.object({\n data: Neo4jEstimateGdsSessionSize_SessionSizeDataSchema.nullable(),\n}).describe(\"Response schema for GDS session size estimation.\");\n\nexport const neo4jEstimateGdsSessionSize = action(\"NEO4J_ESTIMATE_GDS_SESSION_SIZE\", {\n slug: \"neo4j-estimate-gds-session-size\",\n name: \"Estimate GDS Session Size\",\n description: \"Estimate the size of a new GDS (Graph Data Science) session based on node/relationship counts and algorithm categories. Use this action when you need to determine the appropriate GDS session size before creating a new graph analytics session. This helps ensure you provision sufficient memory for your graph workloads, particularly useful when planning memory allocation for large-scale graph operations like community detection, pathfinding, or similarity algorithms. The estimation considers the number of nodes, relationships, properties, and intended algorithm categories to provide accurate memory recommendations.\",\n input: Neo4jEstimateGdsSessionSizeInput,\n output: Neo4jEstimateGdsSessionSizeOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mFAAmF;CACzH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;CAC9I,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2FAA2F;CACzI,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CACrJ,sBAAsBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gOAAgO,CAAC,CAAC,SAAS;CAC9R,6BAA6BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;AACvK,CAAC,CAAC,CAAC,SAAS,kIAAkI;AAC9I,MAAM,oDAAkEA,IAAAA,EAAE,OAAO;CAC/E,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CAC/G,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;AAClH,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,MAAM,kDAAkD,SAAS,EACnE,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,8BAA8BC,eAAAA,OAAO,mCAAmC;CACnF,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/estimate-gds-session-size.d.ts
|
|
4
|
+
declare const Neo4jEstimateGdsSessionSizeInput: z.ZodTypeAny;
|
|
5
|
+
declare const Neo4jEstimateGdsSessionSizeOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neo4jEstimateGdsSessionSize: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neo4jEstimateGdsSessionSize };
|
|
9
|
+
//# sourceMappingURL=estimate-gds-session-size.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"estimate-gds-session-size.d.cts","names":[],"sources":["../../src/actions/estimate-gds-session-size.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAO8F;AAAA,cAKlI,iCAAA,EAAmC,CAAA,CAAE,UAEa;AAAA,cAElD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/estimate-gds-session-size.d.ts
|
|
4
|
+
declare const Neo4jEstimateGdsSessionSizeInput: z.ZodTypeAny;
|
|
5
|
+
declare const Neo4jEstimateGdsSessionSizeOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neo4jEstimateGdsSessionSize: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neo4jEstimateGdsSessionSize };
|
|
9
|
+
//# sourceMappingURL=estimate-gds-session-size.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"estimate-gds-session-size.d.mts","names":[],"sources":["../../src/actions/estimate-gds-session-size.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAO8F;AAAA,cAKlI,iCAAA,EAAmC,CAAA,CAAE,UAEa;AAAA,cAElD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/estimate-gds-session-size.ts
|
|
4
|
+
const Neo4jEstimateGdsSessionSizeInput = z.object({
|
|
5
|
+
node_count: z.number().int().describe("The number of nodes to be stored in the instance. Must be a non-negative integer."),
|
|
6
|
+
node_label_count: z.number().int().describe("The number of labels per node. If not specified, the API will use a default estimate.").optional(),
|
|
7
|
+
relationship_count: z.number().int().describe("The number of relationships to be stored in the instance. Must be a non-negative integer."),
|
|
8
|
+
node_property_count: z.number().int().describe("The number of properties per node. If not specified, the API will use a default estimate.").optional(),
|
|
9
|
+
algorithm_categories: z.array(z.string()).describe("The algorithm categories to be used in the session. Common categories include: 'pathfinding', 'community_detection', 'centrality', 'similarity', 'link_prediction'. If not specified, the API uses a general-purpose estimate.").optional(),
|
|
10
|
+
relationship_property_count: z.number().int().describe("The number of properties per relationship. If not specified, the API will use a default estimate.").optional()
|
|
11
|
+
}).describe("Request schema for POST /v1/graph-analytics/sessions/sizing.\nEstimates the size of a new GDS Session based on graph statistics.");
|
|
12
|
+
const Neo4jEstimateGdsSessionSize_SessionSizeDataSchema = z.object({
|
|
13
|
+
estimated_memory: z.string().describe("The estimated memory required for the GDS session (e.g., '4GB', '8GB')."),
|
|
14
|
+
recommended_size: z.string().describe("The recommended session size tier (e.g., 'standard', 'large', 'xlarge').")
|
|
15
|
+
}).describe("Data object containing session size estimation results.");
|
|
16
|
+
const neo4jEstimateGdsSessionSize = action("NEO4J_ESTIMATE_GDS_SESSION_SIZE", {
|
|
17
|
+
slug: "neo4j-estimate-gds-session-size",
|
|
18
|
+
name: "Estimate GDS Session Size",
|
|
19
|
+
description: "Estimate the size of a new GDS (Graph Data Science) session based on node/relationship counts and algorithm categories. Use this action when you need to determine the appropriate GDS session size before creating a new graph analytics session. This helps ensure you provision sufficient memory for your graph workloads, particularly useful when planning memory allocation for large-scale graph operations like community detection, pathfinding, or similarity algorithms. The estimation considers the number of nodes, relationships, properties, and intended algorithm categories to provide accurate memory recommendations.",
|
|
20
|
+
input: Neo4jEstimateGdsSessionSizeInput,
|
|
21
|
+
output: z.object({ data: Neo4jEstimateGdsSessionSize_SessionSizeDataSchema.nullable() }).describe("Response schema for GDS session size estimation.")
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
export { neo4jEstimateGdsSessionSize };
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=estimate-gds-session-size.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"estimate-gds-session-size.mjs","names":[],"sources":["../../src/actions/estimate-gds-session-size.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const Neo4jEstimateGdsSessionSizeInput: z.ZodTypeAny = z.object({\n node_count: z.number().int().describe(\"The number of nodes to be stored in the instance. Must be a non-negative integer.\"),\n node_label_count: z.number().int().describe(\"The number of labels per node. If not specified, the API will use a default estimate.\").optional(),\n relationship_count: z.number().int().describe(\"The number of relationships to be stored in the instance. Must be a non-negative integer.\"),\n node_property_count: z.number().int().describe(\"The number of properties per node. If not specified, the API will use a default estimate.\").optional(),\n algorithm_categories: z.array(z.string()).describe(\"The algorithm categories to be used in the session. Common categories include: 'pathfinding', 'community_detection', 'centrality', 'similarity', 'link_prediction'. If not specified, the API uses a general-purpose estimate.\").optional(),\n relationship_property_count: z.number().int().describe(\"The number of properties per relationship. If not specified, the API will use a default estimate.\").optional(),\n}).describe(\"Request schema for POST /v1/graph-analytics/sessions/sizing.\\nEstimates the size of a new GDS Session based on graph statistics.\");\nconst Neo4jEstimateGdsSessionSize_SessionSizeDataSchema: z.ZodTypeAny = z.object({\n estimated_memory: z.string().describe(\"The estimated memory required for the GDS session (e.g., '4GB', '8GB').\"),\n recommended_size: z.string().describe(\"The recommended session size tier (e.g., 'standard', 'large', 'xlarge').\"),\n}).describe(\"Data object containing session size estimation results.\");\nexport const Neo4jEstimateGdsSessionSizeOutput: z.ZodTypeAny = z.object({\n data: Neo4jEstimateGdsSessionSize_SessionSizeDataSchema.nullable(),\n}).describe(\"Response schema for GDS session size estimation.\");\n\nexport const neo4jEstimateGdsSessionSize = action(\"NEO4J_ESTIMATE_GDS_SESSION_SIZE\", {\n slug: \"neo4j-estimate-gds-session-size\",\n name: \"Estimate GDS Session Size\",\n description: \"Estimate the size of a new GDS (Graph Data Science) session based on node/relationship counts and algorithm categories. Use this action when you need to determine the appropriate GDS session size before creating a new graph analytics session. This helps ensure you provision sufficient memory for your graph workloads, particularly useful when planning memory allocation for large-scale graph operations like community detection, pathfinding, or similarity algorithms. The estimation considers the number of nodes, relationships, properties, and intended algorithm categories to provide accurate memory recommendations.\",\n input: Neo4jEstimateGdsSessionSizeInput,\n output: Neo4jEstimateGdsSessionSizeOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mFAAmF;CACzH,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;CAC9I,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2FAA2F;CACzI,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CACrJ,sBAAsB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gOAAgO,CAAC,CAAC,SAAS;CAC9R,6BAA6B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;AACvK,CAAC,CAAC,CAAC,SAAS,kIAAkI;AAC9I,MAAM,oDAAkE,EAAE,OAAO;CAC/E,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CAC/G,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;AAClH,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAKrE,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6D,EAAE,OAAO,EACtE,MAAM,kDAAkD,SAAS,EACnE,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
|