@keystrokehq/serveravatar 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/destroy-backups.cjs +19 -0
- package/dist/actions/destroy-backups.cjs.map +1 -0
- package/dist/actions/destroy-backups.d.cts +9 -0
- package/dist/actions/destroy-backups.d.cts.map +1 -0
- package/dist/actions/destroy-backups.d.mts +9 -0
- package/dist/actions/destroy-backups.d.mts.map +1 -0
- package/dist/actions/destroy-backups.mjs +16 -0
- package/dist/actions/destroy-backups.mjs.map +1 -0
- package/dist/actions/get-organization.cjs +28 -0
- package/dist/actions/get-organization.cjs.map +1 -0
- package/dist/actions/get-organization.d.cts +9 -0
- package/dist/actions/get-organization.d.cts.map +1 -0
- package/dist/actions/get-organization.d.mts +9 -0
- package/dist/actions/get-organization.d.mts.map +1 -0
- package/dist/actions/get-organization.mjs +27 -0
- package/dist/actions/get-organization.mjs.map +1 -0
- package/dist/actions/index.cjs +35 -0
- package/dist/actions/index.d.cts +18 -0
- package/dist/actions/index.d.mts +18 -0
- package/dist/actions/index.mjs +18 -0
- package/dist/actions/list-applications.cjs +43 -0
- package/dist/actions/list-applications.cjs.map +1 -0
- package/dist/actions/list-applications.d.cts +9 -0
- package/dist/actions/list-applications.d.cts.map +1 -0
- package/dist/actions/list-applications.d.mts +9 -0
- package/dist/actions/list-applications.d.mts.map +1 -0
- package/dist/actions/list-applications.mjs +42 -0
- package/dist/actions/list-applications.mjs.map +1 -0
- package/dist/actions/list-backups-archive.cjs +74 -0
- package/dist/actions/list-backups-archive.cjs.map +1 -0
- package/dist/actions/list-backups-archive.d.cts +9 -0
- package/dist/actions/list-backups-archive.d.cts.map +1 -0
- package/dist/actions/list-backups-archive.d.mts +9 -0
- package/dist/actions/list-backups-archive.d.mts.map +1 -0
- package/dist/actions/list-backups-archive.mjs +73 -0
- package/dist/actions/list-backups-archive.mjs.map +1 -0
- package/dist/actions/list-backups-deleted-server.cjs +25 -0
- package/dist/actions/list-backups-deleted-server.cjs.map +1 -0
- package/dist/actions/list-backups-deleted-server.d.cts +9 -0
- package/dist/actions/list-backups-deleted-server.d.cts.map +1 -0
- package/dist/actions/list-backups-deleted-server.d.mts +9 -0
- package/dist/actions/list-backups-deleted-server.d.mts.map +1 -0
- package/dist/actions/list-backups-deleted-server.mjs +24 -0
- package/dist/actions/list-backups-deleted-server.mjs.map +1 -0
- package/dist/actions/list-backups-presets.cjs +24 -0
- package/dist/actions/list-backups-presets.cjs.map +1 -0
- package/dist/actions/list-backups-presets.d.cts +9 -0
- package/dist/actions/list-backups-presets.d.cts.map +1 -0
- package/dist/actions/list-backups-presets.d.mts +9 -0
- package/dist/actions/list-backups-presets.d.mts.map +1 -0
- package/dist/actions/list-backups-presets.mjs +21 -0
- package/dist/actions/list-backups-presets.mjs.map +1 -0
- package/dist/actions/list-backups.cjs +81 -0
- package/dist/actions/list-backups.cjs.map +1 -0
- package/dist/actions/list-backups.d.cts +9 -0
- package/dist/actions/list-backups.d.cts.map +1 -0
- package/dist/actions/list-backups.d.mts +9 -0
- package/dist/actions/list-backups.d.mts.map +1 -0
- package/dist/actions/list-backups.mjs +80 -0
- package/dist/actions/list-backups.mjs.map +1 -0
- package/dist/actions/list-cloud-server-providers.cjs +49 -0
- package/dist/actions/list-cloud-server-providers.cjs.map +1 -0
- package/dist/actions/list-cloud-server-providers.d.cts +9 -0
- package/dist/actions/list-cloud-server-providers.d.cts.map +1 -0
- package/dist/actions/list-cloud-server-providers.d.mts +9 -0
- package/dist/actions/list-cloud-server-providers.d.mts.map +1 -0
- package/dist/actions/list-cloud-server-providers.mjs +48 -0
- package/dist/actions/list-cloud-server-providers.mjs.map +1 -0
- package/dist/actions/list-cloud-storage-providers.cjs +23 -0
- package/dist/actions/list-cloud-storage-providers.cjs.map +1 -0
- package/dist/actions/list-cloud-storage-providers.d.cts +9 -0
- package/dist/actions/list-cloud-storage-providers.d.cts.map +1 -0
- package/dist/actions/list-cloud-storage-providers.d.mts +9 -0
- package/dist/actions/list-cloud-storage-providers.d.mts.map +1 -0
- package/dist/actions/list-cloud-storage-providers.mjs +22 -0
- package/dist/actions/list-cloud-storage-providers.mjs.map +1 -0
- package/dist/actions/list-cronjobs-presets.cjs +33 -0
- package/dist/actions/list-cronjobs-presets.cjs.map +1 -0
- package/dist/actions/list-cronjobs-presets.d.cts +9 -0
- package/dist/actions/list-cronjobs-presets.d.cts.map +1 -0
- package/dist/actions/list-cronjobs-presets.d.mts +9 -0
- package/dist/actions/list-cronjobs-presets.d.mts.map +1 -0
- package/dist/actions/list-cronjobs-presets.mjs +32 -0
- package/dist/actions/list-cronjobs-presets.mjs.map +1 -0
- package/dist/actions/list-databases.cjs +57 -0
- package/dist/actions/list-databases.cjs.map +1 -0
- package/dist/actions/list-databases.d.cts +9 -0
- package/dist/actions/list-databases.d.cts.map +1 -0
- package/dist/actions/list-databases.d.mts +9 -0
- package/dist/actions/list-databases.d.mts.map +1 -0
- package/dist/actions/list-databases.mjs +56 -0
- package/dist/actions/list-databases.mjs.map +1 -0
- package/dist/actions/list-git-providers.cjs +44 -0
- package/dist/actions/list-git-providers.cjs.map +1 -0
- package/dist/actions/list-git-providers.d.cts +9 -0
- package/dist/actions/list-git-providers.d.cts.map +1 -0
- package/dist/actions/list-git-providers.d.mts +9 -0
- package/dist/actions/list-git-providers.d.mts.map +1 -0
- package/dist/actions/list-git-providers.mjs +43 -0
- package/dist/actions/list-git-providers.mjs.map +1 -0
- package/dist/actions/list-members.cjs +59 -0
- package/dist/actions/list-members.cjs.map +1 -0
- package/dist/actions/list-members.d.cts +9 -0
- package/dist/actions/list-members.d.cts.map +1 -0
- package/dist/actions/list-members.d.mts +9 -0
- package/dist/actions/list-members.d.mts.map +1 -0
- package/dist/actions/list-members.mjs +58 -0
- package/dist/actions/list-members.mjs.map +1 -0
- package/dist/actions/list-organizations.cjs +32 -0
- package/dist/actions/list-organizations.cjs.map +1 -0
- package/dist/actions/list-organizations.d.cts +9 -0
- package/dist/actions/list-organizations.d.cts.map +1 -0
- package/dist/actions/list-organizations.d.mts +9 -0
- package/dist/actions/list-organizations.d.mts.map +1 -0
- package/dist/actions/list-organizations.mjs +31 -0
- package/dist/actions/list-organizations.mjs.map +1 -0
- package/dist/actions/list-servers.cjs +79 -0
- package/dist/actions/list-servers.cjs.map +1 -0
- package/dist/actions/list-servers.d.cts +9 -0
- package/dist/actions/list-servers.d.cts.map +1 -0
- package/dist/actions/list-servers.d.mts +9 -0
- package/dist/actions/list-servers.d.mts.map +1 -0
- package/dist/actions/list-servers.mjs +78 -0
- package/dist/actions/list-servers.mjs.map +1 -0
- package/dist/actions/list-timezones.cjs +16 -0
- package/dist/actions/list-timezones.cjs.map +1 -0
- package/dist/actions/list-timezones.d.cts +9 -0
- package/dist/actions/list-timezones.d.cts.map +1 -0
- package/dist/actions/list-timezones.d.mts +9 -0
- package/dist/actions/list-timezones.d.mts.map +1 -0
- package/dist/actions/list-timezones.mjs +13 -0
- package/dist/actions/list-timezones.mjs.map +1 -0
- package/dist/actions/list-wordpress-languages.cjs +21 -0
- package/dist/actions/list-wordpress-languages.cjs.map +1 -0
- package/dist/actions/list-wordpress-languages.d.cts +9 -0
- package/dist/actions/list-wordpress-languages.d.cts.map +1 -0
- package/dist/actions/list-wordpress-languages.d.mts +9 -0
- package/dist/actions/list-wordpress-languages.d.mts.map +1 -0
- package/dist/actions/list-wordpress-languages.mjs +20 -0
- package/dist/actions/list-wordpress-languages.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 +40 -0
- package/dist/index.d.cts +20 -0
- package/dist/index.d.mts +20 -0
- package/dist/index.mjs +21 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-databases.mjs","names":[],"sources":["../../src/actions/list-databases.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ServeravatarListDatabasesInput: z.ZodTypeAny = z.object({\n search: z.string().describe(\"Filter results by database name\").optional(),\n pagination: z.number().int().describe(\"Enable pagination (set to 1 to enable)\").optional(),\n organization: z.string().describe(\"The organization identifier\"),\n}).describe(\"Request parameters for listing databases in an organization.\");\nconst ServeravatarListDatabases_DatabaseSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the database\"),\n host: z.string().describe(\"Database host address\"),\n name: z.string().describe(\"Name of the database\"),\n size: z.number().int().describe(\"Size of the database in bytes\"),\n server_id: z.number().int().describe(\"Server identifier where database is located\"),\n created_at: z.string().describe(\"Timestamp when the database was created\"),\n deleted_at: z.string().describe(\"Timestamp when the database was deleted (null if not deleted)\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the database was last updated\"),\n server_name: z.string().describe(\"Name of the server\"),\n agent_status: z.string().describe(\"Status of the agent\"),\n country_code: z.string().describe(\"Country code of the server location\"),\n remoteAccess: z.boolean().describe(\"Whether remote access is enabled\"),\n database_type: z.string().describe(\"Type of database (e.g., 'mongodb', 'mysql')\"),\n automatic_backup: z.boolean().describe(\"Whether automatic backup is enabled\"),\n created_by_humans: z.string().describe(\"Human-readable duration since creation\"),\n}).describe(\"Schema for a single database in ServerAvatar.\");\nconst ServeravatarListDatabases_DatabaseLinkSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL for the navigation link\").nullable().optional(),\n label: z.string().describe(\"Label for the link\"),\n active: z.boolean().describe(\"Whether this link is active\"),\n}).describe(\"Navigation link for pagination.\");\nconst ServeravatarListDatabases_DatabasesPaginationSchema: z.ZodTypeAny = z.object({\n to: z.number().int().describe(\"Ending result number\").nullable().optional(),\n data: z.array(ServeravatarListDatabases_DatabaseSchema).describe(\"List of databases\"),\n from: z.number().int().describe(\"Starting result number\").nullable().optional(),\n path: z.string().describe(\"API path\"),\n links: z.array(ServeravatarListDatabases_DatabaseLinkSchema).describe(\"Navigation links\"),\n total: z.number().int().describe(\"Total count of databases\"),\n per_page: z.number().int().describe(\"Results per page\"),\n last_page: z.number().int().describe(\"Last page number\"),\n current_page: z.number().int().describe(\"Current page number\"),\n last_page_url: z.string().describe(\"URL for the last page\"),\n next_page_url: z.string().describe(\"URL for the next page (null if no next page)\").nullable().optional(),\n prev_page_url: z.string().describe(\"URL for the previous page (null if no previous page)\").nullable().optional(),\n first_page_url: z.string().describe(\"URL for the first page\"),\n}).describe(\"Pagination metadata and database list.\");\nexport const ServeravatarListDatabasesOutput: z.ZodTypeAny = z.object({\n databases: ServeravatarListDatabases_DatabasesPaginationSchema.nullable(),\n}).describe(\"Response schema for listing databases with pagination metadata.\");\n\nexport const serveravatarListDatabases = action(\"SERVERAVATAR_LIST_DATABASES\", {\n slug: \"serveravatar-list-databases\",\n name: \"List Databases\",\n description: \"Tool to list databases for a given organization. Use when you need to retrieve all databases or filter by name.\",\n input: ServeravatarListDatabasesInput,\n output: ServeravatarListDatabasesOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-git-providers.ts
|
|
4
|
+
const ServeravatarListGitProvidersInput = zod.z.object({ organization: zod.z.number().int().describe("The organization ID to list git providers for") }).describe("Request model for listing git providers in an organization.");
|
|
5
|
+
const ServeravatarListGitProviders_GitProviderDataSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Git provider ID").nullable().optional(),
|
|
7
|
+
name: zod.z.string().describe("Git provider name").nullable().optional(),
|
|
8
|
+
type: zod.z.string().describe("Git provider type (e.g., github, gitlab, bitbucket)").nullable().optional(),
|
|
9
|
+
created_at: zod.z.string().describe("Timestamp when the git provider was created").nullable().optional(),
|
|
10
|
+
updated_at: zod.z.string().describe("Timestamp when the git provider was last updated").nullable().optional(),
|
|
11
|
+
organization_id: zod.z.number().int().describe("Organization ID this provider belongs to").nullable().optional()
|
|
12
|
+
}).describe("Model representing a single git provider.");
|
|
13
|
+
const ServeravatarListGitProviders_LinkDataSchema = zod.z.object({
|
|
14
|
+
url: zod.z.string().describe("URL for the pagination link").nullable().optional(),
|
|
15
|
+
label: zod.z.string().describe("Label for the pagination link").nullable().optional(),
|
|
16
|
+
active: zod.z.boolean().describe("Whether this link is active").nullable().optional()
|
|
17
|
+
}).describe("Model representing pagination link.");
|
|
18
|
+
const ServeravatarListGitProviders_GitProvidersDataSchema = zod.z.object({
|
|
19
|
+
to: zod.z.number().int().describe("Ending record number").nullable().optional(),
|
|
20
|
+
data: zod.z.array(ServeravatarListGitProviders_GitProviderDataSchema).describe("List of git providers").nullable().optional(),
|
|
21
|
+
from: zod.z.number().int().describe("Starting record number").nullable().optional(),
|
|
22
|
+
path: zod.z.string().describe("API path").nullable().optional(),
|
|
23
|
+
links: zod.z.array(ServeravatarListGitProviders_LinkDataSchema).describe("Pagination links").nullable().optional(),
|
|
24
|
+
total: zod.z.number().int().describe("Total number of records").nullable().optional(),
|
|
25
|
+
per_page: zod.z.number().int().describe("Records per page").nullable().optional(),
|
|
26
|
+
last_page: zod.z.number().int().describe("Last page number").nullable().optional(),
|
|
27
|
+
current_page: zod.z.number().int().describe("Current page number").nullable().optional(),
|
|
28
|
+
last_page_url: zod.z.string().describe("URL for last page").nullable().optional(),
|
|
29
|
+
next_page_url: zod.z.string().describe("URL for next page").nullable().optional(),
|
|
30
|
+
prev_page_url: zod.z.string().describe("URL for previous page").nullable().optional(),
|
|
31
|
+
first_page_url: zod.z.string().describe("URL for first page").nullable().optional()
|
|
32
|
+
}).describe("Git providers list with pagination information.");
|
|
33
|
+
const ServeravatarListGitProvidersOutput = zod.z.object({ git_providers: ServeravatarListGitProviders_GitProvidersDataSchema.nullable().optional() }).describe("Response model for listing git providers in an organization.");
|
|
34
|
+
const serveravatarListGitProviders = require_action.action("SERVERAVATAR_LIST_GIT_PROVIDERS", {
|
|
35
|
+
slug: "serveravatar-list-git-providers",
|
|
36
|
+
name: "List Git Providers",
|
|
37
|
+
description: "Tool to list git providers for a specific organization. Use when you need to retrieve all git providers configured for an organization.",
|
|
38
|
+
input: ServeravatarListGitProvidersInput,
|
|
39
|
+
output: ServeravatarListGitProvidersOutput
|
|
40
|
+
});
|
|
41
|
+
//#endregion
|
|
42
|
+
exports.serveravatarListGitProviders = serveravatarListGitProviders;
|
|
43
|
+
|
|
44
|
+
//# sourceMappingURL=list-git-providers.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-git-providers.cjs","names":["z","action"],"sources":["../../src/actions/list-git-providers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ServeravatarListGitProvidersInput: z.ZodTypeAny = z.object({\n organization: z.number().int().describe(\"The organization ID to list git providers for\"),\n}).describe(\"Request model for listing git providers in an organization.\");\nconst ServeravatarListGitProviders_GitProviderDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Git provider ID\").nullable().optional(),\n name: z.string().describe(\"Git provider name\").nullable().optional(),\n type: z.string().describe(\"Git provider type (e.g., github, gitlab, bitbucket)\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the git provider was created\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the git provider was last updated\").nullable().optional(),\n organization_id: z.number().int().describe(\"Organization ID this provider belongs to\").nullable().optional(),\n}).describe(\"Model representing a single git provider.\");\nconst ServeravatarListGitProviders_LinkDataSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL for the pagination link\").nullable().optional(),\n label: z.string().describe(\"Label for the pagination link\").nullable().optional(),\n active: z.boolean().describe(\"Whether this link is active\").nullable().optional(),\n}).describe(\"Model representing pagination link.\");\nconst ServeravatarListGitProviders_GitProvidersDataSchema: z.ZodTypeAny = z.object({\n to: z.number().int().describe(\"Ending record number\").nullable().optional(),\n data: z.array(ServeravatarListGitProviders_GitProviderDataSchema).describe(\"List of git providers\").nullable().optional(),\n from: z.number().int().describe(\"Starting record number\").nullable().optional(),\n path: z.string().describe(\"API path\").nullable().optional(),\n links: z.array(ServeravatarListGitProviders_LinkDataSchema).describe(\"Pagination links\").nullable().optional(),\n total: z.number().int().describe(\"Total number of records\").nullable().optional(),\n per_page: z.number().int().describe(\"Records per page\").nullable().optional(),\n last_page: z.number().int().describe(\"Last page number\").nullable().optional(),\n current_page: z.number().int().describe(\"Current page number\").nullable().optional(),\n last_page_url: z.string().describe(\"URL for last page\").nullable().optional(),\n next_page_url: z.string().describe(\"URL for next page\").nullable().optional(),\n prev_page_url: z.string().describe(\"URL for previous page\").nullable().optional(),\n first_page_url: z.string().describe(\"URL for first page\").nullable().optional(),\n}).describe(\"Git providers list with pagination information.\");\nexport const ServeravatarListGitProvidersOutput: z.ZodTypeAny = z.object({\n git_providers: ServeravatarListGitProviders_GitProvidersDataSchema.nullable().optional(),\n}).describe(\"Response model for listing git providers in an organization.\");\n\nexport const serveravatarListGitProviders = action(\"SERVERAVATAR_LIST_GIT_PROVIDERS\", {\n slug: \"serveravatar-list-git-providers\",\n name: \"List Git Providers\",\n description: \"Tool to list git providers for a specific organization. Use when you need to retrieve all git providers configured for an organization.\",\n input: ServeravatarListGitProvidersInput,\n output: ServeravatarListGitProvidersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,EACzF,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,MAAMA,IAAAA,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,UAAU,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1D,OAAOA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,eAAe,oDAAoD,SAAS,CAAC,CAAC,SAAS,EACzF,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAE1E,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,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/list-git-providers.d.ts
|
|
4
|
+
declare const ServeravatarListGitProvidersInput: z.ZodTypeAny;
|
|
5
|
+
declare const ServeravatarListGitProvidersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const serveravatarListGitProviders: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { serveravatarListGitProviders };
|
|
9
|
+
//# sourceMappingURL=list-git-providers.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-git-providers.d.cts","names":[],"sources":["../../src/actions/list-git-providers.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEwB;AAAA,cA6B7D,kCAAA,EAAoC,CAAA,CAAE,UAEwB;AAAA,cAE9D,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-git-providers.d.ts
|
|
4
|
+
declare const ServeravatarListGitProvidersInput: z.ZodTypeAny;
|
|
5
|
+
declare const ServeravatarListGitProvidersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const serveravatarListGitProviders: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { serveravatarListGitProviders };
|
|
9
|
+
//# sourceMappingURL=list-git-providers.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-git-providers.d.mts","names":[],"sources":["../../src/actions/list-git-providers.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEwB;AAAA,cA6B7D,kCAAA,EAAoC,CAAA,CAAE,UAEwB;AAAA,cAE9D,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-git-providers.ts
|
|
4
|
+
const ServeravatarListGitProvidersInput = z.object({ organization: z.number().int().describe("The organization ID to list git providers for") }).describe("Request model for listing git providers in an organization.");
|
|
5
|
+
const ServeravatarListGitProviders_GitProviderDataSchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Git provider ID").nullable().optional(),
|
|
7
|
+
name: z.string().describe("Git provider name").nullable().optional(),
|
|
8
|
+
type: z.string().describe("Git provider type (e.g., github, gitlab, bitbucket)").nullable().optional(),
|
|
9
|
+
created_at: z.string().describe("Timestamp when the git provider was created").nullable().optional(),
|
|
10
|
+
updated_at: z.string().describe("Timestamp when the git provider was last updated").nullable().optional(),
|
|
11
|
+
organization_id: z.number().int().describe("Organization ID this provider belongs to").nullable().optional()
|
|
12
|
+
}).describe("Model representing a single git provider.");
|
|
13
|
+
const ServeravatarListGitProviders_LinkDataSchema = z.object({
|
|
14
|
+
url: z.string().describe("URL for the pagination link").nullable().optional(),
|
|
15
|
+
label: z.string().describe("Label for the pagination link").nullable().optional(),
|
|
16
|
+
active: z.boolean().describe("Whether this link is active").nullable().optional()
|
|
17
|
+
}).describe("Model representing pagination link.");
|
|
18
|
+
const ServeravatarListGitProviders_GitProvidersDataSchema = z.object({
|
|
19
|
+
to: z.number().int().describe("Ending record number").nullable().optional(),
|
|
20
|
+
data: z.array(ServeravatarListGitProviders_GitProviderDataSchema).describe("List of git providers").nullable().optional(),
|
|
21
|
+
from: z.number().int().describe("Starting record number").nullable().optional(),
|
|
22
|
+
path: z.string().describe("API path").nullable().optional(),
|
|
23
|
+
links: z.array(ServeravatarListGitProviders_LinkDataSchema).describe("Pagination links").nullable().optional(),
|
|
24
|
+
total: z.number().int().describe("Total number of records").nullable().optional(),
|
|
25
|
+
per_page: z.number().int().describe("Records per page").nullable().optional(),
|
|
26
|
+
last_page: z.number().int().describe("Last page number").nullable().optional(),
|
|
27
|
+
current_page: z.number().int().describe("Current page number").nullable().optional(),
|
|
28
|
+
last_page_url: z.string().describe("URL for last page").nullable().optional(),
|
|
29
|
+
next_page_url: z.string().describe("URL for next page").nullable().optional(),
|
|
30
|
+
prev_page_url: z.string().describe("URL for previous page").nullable().optional(),
|
|
31
|
+
first_page_url: z.string().describe("URL for first page").nullable().optional()
|
|
32
|
+
}).describe("Git providers list with pagination information.");
|
|
33
|
+
const serveravatarListGitProviders = action("SERVERAVATAR_LIST_GIT_PROVIDERS", {
|
|
34
|
+
slug: "serveravatar-list-git-providers",
|
|
35
|
+
name: "List Git Providers",
|
|
36
|
+
description: "Tool to list git providers for a specific organization. Use when you need to retrieve all git providers configured for an organization.",
|
|
37
|
+
input: ServeravatarListGitProvidersInput,
|
|
38
|
+
output: z.object({ git_providers: ServeravatarListGitProviders_GitProvidersDataSchema.nullable().optional() }).describe("Response model for listing git providers in an organization.")
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
export { serveravatarListGitProviders };
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=list-git-providers.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-git-providers.mjs","names":[],"sources":["../../src/actions/list-git-providers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ServeravatarListGitProvidersInput: z.ZodTypeAny = z.object({\n organization: z.number().int().describe(\"The organization ID to list git providers for\"),\n}).describe(\"Request model for listing git providers in an organization.\");\nconst ServeravatarListGitProviders_GitProviderDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Git provider ID\").nullable().optional(),\n name: z.string().describe(\"Git provider name\").nullable().optional(),\n type: z.string().describe(\"Git provider type (e.g., github, gitlab, bitbucket)\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the git provider was created\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the git provider was last updated\").nullable().optional(),\n organization_id: z.number().int().describe(\"Organization ID this provider belongs to\").nullable().optional(),\n}).describe(\"Model representing a single git provider.\");\nconst ServeravatarListGitProviders_LinkDataSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL for the pagination link\").nullable().optional(),\n label: z.string().describe(\"Label for the pagination link\").nullable().optional(),\n active: z.boolean().describe(\"Whether this link is active\").nullable().optional(),\n}).describe(\"Model representing pagination link.\");\nconst ServeravatarListGitProviders_GitProvidersDataSchema: z.ZodTypeAny = z.object({\n to: z.number().int().describe(\"Ending record number\").nullable().optional(),\n data: z.array(ServeravatarListGitProviders_GitProviderDataSchema).describe(\"List of git providers\").nullable().optional(),\n from: z.number().int().describe(\"Starting record number\").nullable().optional(),\n path: z.string().describe(\"API path\").nullable().optional(),\n links: z.array(ServeravatarListGitProviders_LinkDataSchema).describe(\"Pagination links\").nullable().optional(),\n total: z.number().int().describe(\"Total number of records\").nullable().optional(),\n per_page: z.number().int().describe(\"Records per page\").nullable().optional(),\n last_page: z.number().int().describe(\"Last page number\").nullable().optional(),\n current_page: z.number().int().describe(\"Current page number\").nullable().optional(),\n last_page_url: z.string().describe(\"URL for last page\").nullable().optional(),\n next_page_url: z.string().describe(\"URL for next page\").nullable().optional(),\n prev_page_url: z.string().describe(\"URL for previous page\").nullable().optional(),\n first_page_url: z.string().describe(\"URL for first page\").nullable().optional(),\n}).describe(\"Git providers list with pagination information.\");\nexport const ServeravatarListGitProvidersOutput: z.ZodTypeAny = z.object({\n git_providers: ServeravatarListGitProviders_GitProvidersDataSchema.nullable().optional(),\n}).describe(\"Response model for listing git providers in an organization.\");\n\nexport const serveravatarListGitProviders = action(\"SERVERAVATAR_LIST_GIT_PROVIDERS\", {\n slug: \"serveravatar-list-git-providers\",\n name: \"List Git Providers\",\n description: \"Tool to list git providers for a specific organization. Use when you need to retrieve all git providers configured for an organization.\",\n input: ServeravatarListGitProvidersInput,\n output: ServeravatarListGitProvidersOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-members.ts
|
|
4
|
+
const ServeravatarListMembersInput = zod.z.object({
|
|
5
|
+
page: zod.z.number().int().describe("Pagination page number for fetching specific page of results").optional(),
|
|
6
|
+
query: zod.z.string().describe("Search filter to find specific members by name or email").optional(),
|
|
7
|
+
organization: zod.z.string().describe("The organization ID to list members for")
|
|
8
|
+
}).describe("Request model for listing organization members.");
|
|
9
|
+
const ServeravatarListMembers_UserDataSchema = zod.z.object({
|
|
10
|
+
id: zod.z.number().int().describe("Unique identifier for the user").nullable().optional(),
|
|
11
|
+
name: zod.z.string().describe("Full name of the user").nullable().optional(),
|
|
12
|
+
email: zod.z.string().describe("Email address of the user").nullable().optional(),
|
|
13
|
+
avatar: zod.z.string().describe("URL to the user's avatar image").nullable().optional()
|
|
14
|
+
}).describe("Model representing user information within a member record.");
|
|
15
|
+
const ServeravatarListMembers_RoleDataSchema = zod.z.object({
|
|
16
|
+
id: zod.z.number().int().describe("Unique identifier for the role").nullable().optional(),
|
|
17
|
+
role: zod.z.string().describe("Name of the role").nullable().optional()
|
|
18
|
+
}).describe("Model representing role information for a member.");
|
|
19
|
+
const ServeravatarListMembers_MemberDataSchema = zod.z.object({
|
|
20
|
+
id: zod.z.number().int().describe("Unique identifier for the member record").nullable().optional(),
|
|
21
|
+
user: ServeravatarListMembers_UserDataSchema.nullable().optional(),
|
|
22
|
+
email: zod.z.string().describe("Email address of the member, can be null").nullable().optional(),
|
|
23
|
+
roles: zod.z.array(ServeravatarListMembers_RoleDataSchema).describe("Array of role objects assigned to this member").nullable().optional(),
|
|
24
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp indicating when the member record was created").nullable().optional(),
|
|
25
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp indicating when the member record was last updated").nullable().optional(),
|
|
26
|
+
designation: zod.z.string().describe("Role title or designation of the member (e.g., Owner, Admin)").nullable().optional()
|
|
27
|
+
}).describe("Model representing an individual organization member.");
|
|
28
|
+
const ServeravatarListMembers_PaginationLinkSchema = zod.z.object({
|
|
29
|
+
url: zod.z.string().describe("URL for the pagination link").nullable().optional(),
|
|
30
|
+
label: zod.z.string().describe("Label for the pagination link").nullable().optional(),
|
|
31
|
+
active: zod.z.boolean().describe("Whether this link represents the active page").nullable().optional()
|
|
32
|
+
}).describe("Model for pagination navigation links.");
|
|
33
|
+
const ServeravatarListMembers_MembersDataSchema = zod.z.object({
|
|
34
|
+
to: zod.z.number().int().describe("Ending index of items on current page").nullable().optional(),
|
|
35
|
+
data: zod.z.array(ServeravatarListMembers_MemberDataSchema).describe("List of member objects for the current page").nullable().optional(),
|
|
36
|
+
from: zod.z.number().int().describe("Starting index of items on current page").nullable().optional(),
|
|
37
|
+
path: zod.z.string().describe("Base path for the API endpoint").nullable().optional(),
|
|
38
|
+
links: zod.z.array(ServeravatarListMembers_PaginationLinkSchema).describe("Pagination navigation links").nullable().optional(),
|
|
39
|
+
total: zod.z.number().int().describe("Total number of members across all pages").nullable().optional(),
|
|
40
|
+
per_page: zod.z.number().int().describe("Number of items per page in pagination").nullable().optional(),
|
|
41
|
+
last_page: zod.z.number().int().describe("Last page number in pagination").nullable().optional(),
|
|
42
|
+
current_page: zod.z.number().int().describe("Current page number in pagination").nullable().optional(),
|
|
43
|
+
last_page_url: zod.z.string().describe("URL for the last page of results").nullable().optional(),
|
|
44
|
+
next_page_url: zod.z.string().describe("URL for the next page of results, null if on last page").nullable().optional(),
|
|
45
|
+
prev_page_url: zod.z.string().describe("URL for the previous page of results, null if on first page").nullable().optional(),
|
|
46
|
+
first_page_url: zod.z.string().describe("URL for the first page of results").nullable().optional()
|
|
47
|
+
}).describe("Model for paginated members data.");
|
|
48
|
+
const ServeravatarListMembersOutput = zod.z.object({ members: ServeravatarListMembers_MembersDataSchema.nullable().optional() }).describe("Response model for listing organization members.");
|
|
49
|
+
const serveravatarListMembers = require_action.action("SERVERAVATAR_LIST_MEMBERS", {
|
|
50
|
+
slug: "serveravatar-list-members",
|
|
51
|
+
name: "List Organization Members",
|
|
52
|
+
description: "Tool to list members of a specific organization in ServerAvatar. Use when you need to retrieve all members associated with an organization ID, including their roles and user details.",
|
|
53
|
+
input: ServeravatarListMembersInput,
|
|
54
|
+
output: ServeravatarListMembersOutput
|
|
55
|
+
});
|
|
56
|
+
//#endregion
|
|
57
|
+
exports.serveravatarListMembers = serveravatarListMembers;
|
|
58
|
+
|
|
59
|
+
//# sourceMappingURL=list-members.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-members.cjs","names":["z","action"],"sources":["../../src/actions/list-members.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ServeravatarListMembersInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Pagination page number for fetching specific page of results\").optional(),\n query: z.string().describe(\"Search filter to find specific members by name or email\").optional(),\n organization: z.string().describe(\"The organization ID to list members for\"),\n}).describe(\"Request model for listing organization members.\");\nconst ServeravatarListMembers_UserDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the user\").nullable().optional(),\n name: z.string().describe(\"Full name of the user\").nullable().optional(),\n email: z.string().describe(\"Email address of the user\").nullable().optional(),\n avatar: z.string().describe(\"URL to the user's avatar image\").nullable().optional(),\n}).describe(\"Model representing user information within a member record.\");\nconst ServeravatarListMembers_RoleDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the role\").nullable().optional(),\n role: z.string().describe(\"Name of the role\").nullable().optional(),\n}).describe(\"Model representing role information for a member.\");\nconst ServeravatarListMembers_MemberDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the member record\").nullable().optional(),\n user: ServeravatarListMembers_UserDataSchema.nullable().optional(),\n email: z.string().describe(\"Email address of the member, can be null\").nullable().optional(),\n roles: z.array(ServeravatarListMembers_RoleDataSchema).describe(\"Array of role objects assigned to this member\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp indicating when the member record was created\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp indicating when the member record was last updated\").nullable().optional(),\n designation: z.string().describe(\"Role title or designation of the member (e.g., Owner, Admin)\").nullable().optional(),\n}).describe(\"Model representing an individual organization member.\");\nconst ServeravatarListMembers_PaginationLinkSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL for the pagination link\").nullable().optional(),\n label: z.string().describe(\"Label for the pagination link\").nullable().optional(),\n active: z.boolean().describe(\"Whether this link represents the active page\").nullable().optional(),\n}).describe(\"Model for pagination navigation links.\");\nconst ServeravatarListMembers_MembersDataSchema: z.ZodTypeAny = z.object({\n to: z.number().int().describe(\"Ending index of items on current page\").nullable().optional(),\n data: z.array(ServeravatarListMembers_MemberDataSchema).describe(\"List of member objects for the current page\").nullable().optional(),\n from: z.number().int().describe(\"Starting index of items on current page\").nullable().optional(),\n path: z.string().describe(\"Base path for the API endpoint\").nullable().optional(),\n links: z.array(ServeravatarListMembers_PaginationLinkSchema).describe(\"Pagination navigation links\").nullable().optional(),\n total: z.number().int().describe(\"Total number of members across all pages\").nullable().optional(),\n per_page: z.number().int().describe(\"Number of items per page in pagination\").nullable().optional(),\n last_page: z.number().int().describe(\"Last page number in pagination\").nullable().optional(),\n current_page: z.number().int().describe(\"Current page number in pagination\").nullable().optional(),\n last_page_url: z.string().describe(\"URL for the last page of results\").nullable().optional(),\n next_page_url: z.string().describe(\"URL for the next page of results, null if on last page\").nullable().optional(),\n prev_page_url: z.string().describe(\"URL for the previous page of results, null if on first page\").nullable().optional(),\n first_page_url: z.string().describe(\"URL for the first page of results\").nullable().optional(),\n}).describe(\"Model for paginated members data.\");\nexport const ServeravatarListMembersOutput: z.ZodTypeAny = z.object({\n members: ServeravatarListMembers_MembersDataSchema.nullable().optional(),\n}).describe(\"Response model for listing organization members.\");\n\nexport const serveravatarListMembers = action(\"SERVERAVATAR_LIST_MEMBERS\", {\n slug: \"serveravatar-list-members\",\n name: \"List Organization Members\",\n description: \"Tool to list members of a specific organization in ServerAvatar. Use when you need to retrieve all members associated with an organization ID, including their roles and user details.\",\n input: ServeravatarListMembersInput,\n output: ServeravatarListMembersOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-members.d.ts
|
|
4
|
+
declare const ServeravatarListMembersInput: z.ZodTypeAny;
|
|
5
|
+
declare const ServeravatarListMembersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const serveravatarListMembers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { serveravatarListMembers };
|
|
9
|
+
//# sourceMappingURL=list-members.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-members.d.cts","names":[],"sources":["../../src/actions/list-members.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIiB;AAAA,cAwCjD,6BAAA,EAA+B,CAAA,CAAE,UAEiB;AAAA,cAElD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-members.d.ts
|
|
4
|
+
declare const ServeravatarListMembersInput: z.ZodTypeAny;
|
|
5
|
+
declare const ServeravatarListMembersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const serveravatarListMembers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { serveravatarListMembers };
|
|
9
|
+
//# sourceMappingURL=list-members.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-members.d.mts","names":[],"sources":["../../src/actions/list-members.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIiB;AAAA,cAwCjD,6BAAA,EAA+B,CAAA,CAAE,UAEiB;AAAA,cAElD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-members.ts
|
|
4
|
+
const ServeravatarListMembersInput = z.object({
|
|
5
|
+
page: z.number().int().describe("Pagination page number for fetching specific page of results").optional(),
|
|
6
|
+
query: z.string().describe("Search filter to find specific members by name or email").optional(),
|
|
7
|
+
organization: z.string().describe("The organization ID to list members for")
|
|
8
|
+
}).describe("Request model for listing organization members.");
|
|
9
|
+
const ServeravatarListMembers_UserDataSchema = z.object({
|
|
10
|
+
id: z.number().int().describe("Unique identifier for the user").nullable().optional(),
|
|
11
|
+
name: z.string().describe("Full name of the user").nullable().optional(),
|
|
12
|
+
email: z.string().describe("Email address of the user").nullable().optional(),
|
|
13
|
+
avatar: z.string().describe("URL to the user's avatar image").nullable().optional()
|
|
14
|
+
}).describe("Model representing user information within a member record.");
|
|
15
|
+
const ServeravatarListMembers_RoleDataSchema = z.object({
|
|
16
|
+
id: z.number().int().describe("Unique identifier for the role").nullable().optional(),
|
|
17
|
+
role: z.string().describe("Name of the role").nullable().optional()
|
|
18
|
+
}).describe("Model representing role information for a member.");
|
|
19
|
+
const ServeravatarListMembers_MemberDataSchema = z.object({
|
|
20
|
+
id: z.number().int().describe("Unique identifier for the member record").nullable().optional(),
|
|
21
|
+
user: ServeravatarListMembers_UserDataSchema.nullable().optional(),
|
|
22
|
+
email: z.string().describe("Email address of the member, can be null").nullable().optional(),
|
|
23
|
+
roles: z.array(ServeravatarListMembers_RoleDataSchema).describe("Array of role objects assigned to this member").nullable().optional(),
|
|
24
|
+
created_at: z.string().describe("ISO 8601 timestamp indicating when the member record was created").nullable().optional(),
|
|
25
|
+
updated_at: z.string().describe("ISO 8601 timestamp indicating when the member record was last updated").nullable().optional(),
|
|
26
|
+
designation: z.string().describe("Role title or designation of the member (e.g., Owner, Admin)").nullable().optional()
|
|
27
|
+
}).describe("Model representing an individual organization member.");
|
|
28
|
+
const ServeravatarListMembers_PaginationLinkSchema = z.object({
|
|
29
|
+
url: z.string().describe("URL for the pagination link").nullable().optional(),
|
|
30
|
+
label: z.string().describe("Label for the pagination link").nullable().optional(),
|
|
31
|
+
active: z.boolean().describe("Whether this link represents the active page").nullable().optional()
|
|
32
|
+
}).describe("Model for pagination navigation links.");
|
|
33
|
+
const ServeravatarListMembers_MembersDataSchema = z.object({
|
|
34
|
+
to: z.number().int().describe("Ending index of items on current page").nullable().optional(),
|
|
35
|
+
data: z.array(ServeravatarListMembers_MemberDataSchema).describe("List of member objects for the current page").nullable().optional(),
|
|
36
|
+
from: z.number().int().describe("Starting index of items on current page").nullable().optional(),
|
|
37
|
+
path: z.string().describe("Base path for the API endpoint").nullable().optional(),
|
|
38
|
+
links: z.array(ServeravatarListMembers_PaginationLinkSchema).describe("Pagination navigation links").nullable().optional(),
|
|
39
|
+
total: z.number().int().describe("Total number of members across all pages").nullable().optional(),
|
|
40
|
+
per_page: z.number().int().describe("Number of items per page in pagination").nullable().optional(),
|
|
41
|
+
last_page: z.number().int().describe("Last page number in pagination").nullable().optional(),
|
|
42
|
+
current_page: z.number().int().describe("Current page number in pagination").nullable().optional(),
|
|
43
|
+
last_page_url: z.string().describe("URL for the last page of results").nullable().optional(),
|
|
44
|
+
next_page_url: z.string().describe("URL for the next page of results, null if on last page").nullable().optional(),
|
|
45
|
+
prev_page_url: z.string().describe("URL for the previous page of results, null if on first page").nullable().optional(),
|
|
46
|
+
first_page_url: z.string().describe("URL for the first page of results").nullable().optional()
|
|
47
|
+
}).describe("Model for paginated members data.");
|
|
48
|
+
const serveravatarListMembers = action("SERVERAVATAR_LIST_MEMBERS", {
|
|
49
|
+
slug: "serveravatar-list-members",
|
|
50
|
+
name: "List Organization Members",
|
|
51
|
+
description: "Tool to list members of a specific organization in ServerAvatar. Use when you need to retrieve all members associated with an organization ID, including their roles and user details.",
|
|
52
|
+
input: ServeravatarListMembersInput,
|
|
53
|
+
output: z.object({ members: ServeravatarListMembers_MembersDataSchema.nullable().optional() }).describe("Response model for listing organization members.")
|
|
54
|
+
});
|
|
55
|
+
//#endregion
|
|
56
|
+
export { serveravatarListMembers };
|
|
57
|
+
|
|
58
|
+
//# sourceMappingURL=list-members.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-members.mjs","names":[],"sources":["../../src/actions/list-members.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ServeravatarListMembersInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Pagination page number for fetching specific page of results\").optional(),\n query: z.string().describe(\"Search filter to find specific members by name or email\").optional(),\n organization: z.string().describe(\"The organization ID to list members for\"),\n}).describe(\"Request model for listing organization members.\");\nconst ServeravatarListMembers_UserDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the user\").nullable().optional(),\n name: z.string().describe(\"Full name of the user\").nullable().optional(),\n email: z.string().describe(\"Email address of the user\").nullable().optional(),\n avatar: z.string().describe(\"URL to the user's avatar image\").nullable().optional(),\n}).describe(\"Model representing user information within a member record.\");\nconst ServeravatarListMembers_RoleDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the role\").nullable().optional(),\n role: z.string().describe(\"Name of the role\").nullable().optional(),\n}).describe(\"Model representing role information for a member.\");\nconst ServeravatarListMembers_MemberDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the member record\").nullable().optional(),\n user: ServeravatarListMembers_UserDataSchema.nullable().optional(),\n email: z.string().describe(\"Email address of the member, can be null\").nullable().optional(),\n roles: z.array(ServeravatarListMembers_RoleDataSchema).describe(\"Array of role objects assigned to this member\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp indicating when the member record was created\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp indicating when the member record was last updated\").nullable().optional(),\n designation: z.string().describe(\"Role title or designation of the member (e.g., Owner, Admin)\").nullable().optional(),\n}).describe(\"Model representing an individual organization member.\");\nconst ServeravatarListMembers_PaginationLinkSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL for the pagination link\").nullable().optional(),\n label: z.string().describe(\"Label for the pagination link\").nullable().optional(),\n active: z.boolean().describe(\"Whether this link represents the active page\").nullable().optional(),\n}).describe(\"Model for pagination navigation links.\");\nconst ServeravatarListMembers_MembersDataSchema: z.ZodTypeAny = z.object({\n to: z.number().int().describe(\"Ending index of items on current page\").nullable().optional(),\n data: z.array(ServeravatarListMembers_MemberDataSchema).describe(\"List of member objects for the current page\").nullable().optional(),\n from: z.number().int().describe(\"Starting index of items on current page\").nullable().optional(),\n path: z.string().describe(\"Base path for the API endpoint\").nullable().optional(),\n links: z.array(ServeravatarListMembers_PaginationLinkSchema).describe(\"Pagination navigation links\").nullable().optional(),\n total: z.number().int().describe(\"Total number of members across all pages\").nullable().optional(),\n per_page: z.number().int().describe(\"Number of items per page in pagination\").nullable().optional(),\n last_page: z.number().int().describe(\"Last page number in pagination\").nullable().optional(),\n current_page: z.number().int().describe(\"Current page number in pagination\").nullable().optional(),\n last_page_url: z.string().describe(\"URL for the last page of results\").nullable().optional(),\n next_page_url: z.string().describe(\"URL for the next page of results, null if on last page\").nullable().optional(),\n prev_page_url: z.string().describe(\"URL for the previous page of results, null if on first page\").nullable().optional(),\n first_page_url: z.string().describe(\"URL for the first page of results\").nullable().optional(),\n}).describe(\"Model for paginated members data.\");\nexport const ServeravatarListMembersOutput: z.ZodTypeAny = z.object({\n members: ServeravatarListMembers_MembersDataSchema.nullable().optional(),\n}).describe(\"Response model for listing organization members.\");\n\nexport const serveravatarListMembers = action(\"SERVERAVATAR_LIST_MEMBERS\", {\n slug: \"serveravatar-list-members\",\n name: \"List Organization Members\",\n description: \"Tool to list members of a specific organization in ServerAvatar. Use when you need to retrieve all members associated with an organization ID, including their roles and user details.\",\n input: ServeravatarListMembersInput,\n output: ServeravatarListMembersOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-organizations.ts
|
|
4
|
+
const ServeravatarListOrganizationsInput = zod.z.object({}).describe("Request model for listing organizations. No parameters required.");
|
|
5
|
+
const ServeravatarListOrganizations_RoleSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier for the role."),
|
|
7
|
+
role: zod.z.string().describe("Name of the role (e.g., 'owner', 'member').")
|
|
8
|
+
}).describe("Model representing a role within an organization.");
|
|
9
|
+
const ServeravatarListOrganizations_MemberSchema = zod.z.object({
|
|
10
|
+
name: zod.z.string().describe("Name of the member."),
|
|
11
|
+
email: zod.z.string().describe("Email address of the member."),
|
|
12
|
+
roles: zod.z.array(ServeravatarListOrganizations_RoleSchema).describe("List of roles assigned to the member."),
|
|
13
|
+
avatar: zod.z.string().describe("Avatar URL for the member.")
|
|
14
|
+
}).describe("Model representing a member of an organization.");
|
|
15
|
+
const ServeravatarListOrganizations_OrganizationSchema = zod.z.object({
|
|
16
|
+
id: zod.z.number().int().describe("Unique identifier for the organization."),
|
|
17
|
+
name: zod.z.string().describe("Name of the organization."),
|
|
18
|
+
members: zod.z.array(ServeravatarListOrganizations_MemberSchema).describe("Array of member objects belonging to the organization."),
|
|
19
|
+
created_at: zod.z.string().describe("Timestamp indicating when the organization was created.")
|
|
20
|
+
}).describe("Model representing a ServerAvatar organization.");
|
|
21
|
+
const ServeravatarListOrganizationsOutput = zod.z.object({ organizations: zod.z.array(ServeravatarListOrganizations_OrganizationSchema).describe("Array of organization objects associated with the authenticated user.") }).describe("Response model containing the list of organizations.");
|
|
22
|
+
const serveravatarListOrganizations = require_action.action("SERVERAVATAR_LIST_ORGANIZATIONS", {
|
|
23
|
+
slug: "serveravatar-list-organizations",
|
|
24
|
+
name: "List Organizations",
|
|
25
|
+
description: "Tool to list all organizations associated with the authenticated user account. Use when you need to retrieve all organizations the user has access to.",
|
|
26
|
+
input: ServeravatarListOrganizationsInput,
|
|
27
|
+
output: ServeravatarListOrganizationsOutput
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
exports.serveravatarListOrganizations = serveravatarListOrganizations;
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=list-organizations.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-organizations.cjs","names":["z","action"],"sources":["../../src/actions/list-organizations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ServeravatarListOrganizationsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing organizations. No parameters required.\");\nconst ServeravatarListOrganizations_RoleSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the role.\"),\n role: z.string().describe(\"Name of the role (e.g., 'owner', 'member').\"),\n}).describe(\"Model representing a role within an organization.\");\nconst ServeravatarListOrganizations_MemberSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the member.\"),\n email: z.string().describe(\"Email address of the member.\"),\n roles: z.array(ServeravatarListOrganizations_RoleSchema).describe(\"List of roles assigned to the member.\"),\n avatar: z.string().describe(\"Avatar URL for the member.\"),\n}).describe(\"Model representing a member of an organization.\");\nconst ServeravatarListOrganizations_OrganizationSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the organization.\"),\n name: z.string().describe(\"Name of the organization.\"),\n members: z.array(ServeravatarListOrganizations_MemberSchema).describe(\"Array of member objects belonging to the organization.\"),\n created_at: z.string().describe(\"Timestamp indicating when the organization was created.\"),\n}).describe(\"Model representing a ServerAvatar organization.\");\nexport const ServeravatarListOrganizationsOutput: z.ZodTypeAny = z.object({\n organizations: z.array(ServeravatarListOrganizations_OrganizationSchema).describe(\"Array of organization objects associated with the authenticated user.\"),\n}).describe(\"Response model containing the list of organizations.\");\n\nexport const serveravatarListOrganizations = action(\"SERVERAVATAR_LIST_ORGANIZATIONS\", {\n slug: \"serveravatar-list-organizations\",\n name: \"List Organizations\",\n description: \"Tool to list all organizations associated with the authenticated user account. Use when you need to retrieve all organizations the user has access to.\",\n input: ServeravatarListOrganizationsInput,\n output: ServeravatarListOrganizationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AACxJ,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;AACzE,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACzD,OAAOA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,uCAAuC;CACzG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AAC1D,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,SAASA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,wDAAwD;CAC9H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AAC3F,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,eAAeA,IAAAA,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,uEAAuE,EAC3J,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,gCAAgCC,eAAAA,OAAO,mCAAmC;CACrF,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/list-organizations.d.ts
|
|
4
|
+
declare const ServeravatarListOrganizationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ServeravatarListOrganizationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const serveravatarListOrganizations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { serveravatarListOrganizations };
|
|
9
|
+
//# sourceMappingURL=list-organizations.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-organizations.d.cts","names":[],"sources":["../../src/actions/list-organizations.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAsG;AAAA,cAiB5I,mCAAA,EAAqC,CAAA,CAAE,UAEe;AAAA,cAEtD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-organizations.d.ts
|
|
4
|
+
declare const ServeravatarListOrganizationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ServeravatarListOrganizationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const serveravatarListOrganizations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { serveravatarListOrganizations };
|
|
9
|
+
//# sourceMappingURL=list-organizations.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-organizations.d.mts","names":[],"sources":["../../src/actions/list-organizations.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAsG;AAAA,cAiB5I,mCAAA,EAAqC,CAAA,CAAE,UAEe;AAAA,cAEtD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-organizations.ts
|
|
4
|
+
const ServeravatarListOrganizationsInput = z.object({}).describe("Request model for listing organizations. No parameters required.");
|
|
5
|
+
const ServeravatarListOrganizations_RoleSchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Unique identifier for the role."),
|
|
7
|
+
role: z.string().describe("Name of the role (e.g., 'owner', 'member').")
|
|
8
|
+
}).describe("Model representing a role within an organization.");
|
|
9
|
+
const ServeravatarListOrganizations_MemberSchema = z.object({
|
|
10
|
+
name: z.string().describe("Name of the member."),
|
|
11
|
+
email: z.string().describe("Email address of the member."),
|
|
12
|
+
roles: z.array(ServeravatarListOrganizations_RoleSchema).describe("List of roles assigned to the member."),
|
|
13
|
+
avatar: z.string().describe("Avatar URL for the member.")
|
|
14
|
+
}).describe("Model representing a member of an organization.");
|
|
15
|
+
const ServeravatarListOrganizations_OrganizationSchema = z.object({
|
|
16
|
+
id: z.number().int().describe("Unique identifier for the organization."),
|
|
17
|
+
name: z.string().describe("Name of the organization."),
|
|
18
|
+
members: z.array(ServeravatarListOrganizations_MemberSchema).describe("Array of member objects belonging to the organization."),
|
|
19
|
+
created_at: z.string().describe("Timestamp indicating when the organization was created.")
|
|
20
|
+
}).describe("Model representing a ServerAvatar organization.");
|
|
21
|
+
const serveravatarListOrganizations = action("SERVERAVATAR_LIST_ORGANIZATIONS", {
|
|
22
|
+
slug: "serveravatar-list-organizations",
|
|
23
|
+
name: "List Organizations",
|
|
24
|
+
description: "Tool to list all organizations associated with the authenticated user account. Use when you need to retrieve all organizations the user has access to.",
|
|
25
|
+
input: ServeravatarListOrganizationsInput,
|
|
26
|
+
output: z.object({ organizations: z.array(ServeravatarListOrganizations_OrganizationSchema).describe("Array of organization objects associated with the authenticated user.") }).describe("Response model containing the list of organizations.")
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
export { serveravatarListOrganizations };
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=list-organizations.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-organizations.mjs","names":[],"sources":["../../src/actions/list-organizations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ServeravatarListOrganizationsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing organizations. No parameters required.\");\nconst ServeravatarListOrganizations_RoleSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the role.\"),\n role: z.string().describe(\"Name of the role (e.g., 'owner', 'member').\"),\n}).describe(\"Model representing a role within an organization.\");\nconst ServeravatarListOrganizations_MemberSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the member.\"),\n email: z.string().describe(\"Email address of the member.\"),\n roles: z.array(ServeravatarListOrganizations_RoleSchema).describe(\"List of roles assigned to the member.\"),\n avatar: z.string().describe(\"Avatar URL for the member.\"),\n}).describe(\"Model representing a member of an organization.\");\nconst ServeravatarListOrganizations_OrganizationSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the organization.\"),\n name: z.string().describe(\"Name of the organization.\"),\n members: z.array(ServeravatarListOrganizations_MemberSchema).describe(\"Array of member objects belonging to the organization.\"),\n created_at: z.string().describe(\"Timestamp indicating when the organization was created.\"),\n}).describe(\"Model representing a ServerAvatar organization.\");\nexport const ServeravatarListOrganizationsOutput: z.ZodTypeAny = z.object({\n organizations: z.array(ServeravatarListOrganizations_OrganizationSchema).describe(\"Array of organization objects associated with the authenticated user.\"),\n}).describe(\"Response model containing the list of organizations.\");\n\nexport const serveravatarListOrganizations = action(\"SERVERAVATAR_LIST_ORGANIZATIONS\", {\n slug: \"serveravatar-list-organizations\",\n name: \"List Organizations\",\n description: \"Tool to list all organizations associated with the authenticated user account. Use when you need to retrieve all organizations the user has access to.\",\n input: ServeravatarListOrganizationsInput,\n output: ServeravatarListOrganizationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AACxJ,MAAM,2CAAyD,EAAE,OAAO;CACtE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;AACzE,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,6CAA2D,EAAE,OAAO;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACzD,OAAO,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,uCAAuC;CACzG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AAC1D,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,mDAAiE,EAAE,OAAO;CAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,SAAS,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,wDAAwD;CAC9H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AAC3F,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAK7D,MAAa,gCAAgC,OAAO,mCAAmC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,eAAe,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,uEAAuE,EAC3J,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-servers.ts
|
|
4
|
+
const ServeravatarListServersInput = zod.z.object({
|
|
5
|
+
pagination: zod.z.number().int().describe("Page number for pagination. If not provided, returns first page.").optional(),
|
|
6
|
+
organization: zod.z.number().int().describe("Organization ID to list servers for")
|
|
7
|
+
}).describe("Request model for listing servers in an organization.");
|
|
8
|
+
const ServeravatarListServers_LatestMonitorLogSchema = zod.z.object({
|
|
9
|
+
id: zod.z.number().int().describe("Monitor log ID").nullable().optional(),
|
|
10
|
+
created_at: zod.z.string().describe("Monitor log creation timestamp").nullable().optional(),
|
|
11
|
+
disk_usage: zod.z.number().describe("Disk usage percentage").nullable().optional(),
|
|
12
|
+
updated_at: zod.z.string().describe("Monitor log update timestamp").nullable().optional(),
|
|
13
|
+
load_average: zod.z.number().describe("Server load average").nullable().optional(),
|
|
14
|
+
memory_usage: zod.z.number().describe("Memory usage percentage").nullable().optional(),
|
|
15
|
+
disk_usage_notified: zod.z.number().int().describe("Whether disk usage notification was sent (0 or 1)").nullable().optional(),
|
|
16
|
+
server_load_notified: zod.z.number().int().describe("Whether server load notification was sent (0 or 1)").nullable().optional(),
|
|
17
|
+
memory_usage_notified: zod.z.number().int().describe("Whether memory usage notification was sent (0 or 1)").nullable().optional()
|
|
18
|
+
}).describe("Monitor log information for a server.");
|
|
19
|
+
const ServeravatarListServers_ServerDataSchema = zod.z.object({
|
|
20
|
+
id: zod.z.number().int().describe("Server ID").nullable().optional(),
|
|
21
|
+
ip: zod.z.string().describe("Server IP address").nullable().optional(),
|
|
22
|
+
arch: zod.z.string().describe("System architecture (e.g., x86_64)").nullable().optional(),
|
|
23
|
+
name: zod.z.string().describe("Server name").nullable().optional(),
|
|
24
|
+
tags: zod.z.array(zod.z.string()).describe("Server tags").nullable().optional(),
|
|
25
|
+
cores: zod.z.number().int().describe("Number of CPU cores").nullable().optional(),
|
|
26
|
+
nodejs: zod.z.number().int().describe("Node.js status (0 or 1)").nullable().optional(),
|
|
27
|
+
version: zod.z.string().describe("OS version").nullable().optional(),
|
|
28
|
+
firewall: zod.z.number().int().describe("Firewall status (0 or 1)").nullable().optional(),
|
|
29
|
+
hostname: zod.z.string().describe("Server hostname").nullable().optional(),
|
|
30
|
+
ssh_port: zod.z.number().int().describe("SSH port number").nullable().optional(),
|
|
31
|
+
timezone: zod.z.string().describe("Server timezone").nullable().optional(),
|
|
32
|
+
created_at: zod.z.string().describe("Server creation timestamp").nullable().optional(),
|
|
33
|
+
deleted_at: zod.z.string().describe("Server deletion timestamp if deleted").nullable().optional(),
|
|
34
|
+
ssh_status: zod.z.string().describe("SSH connection status").nullable().optional(),
|
|
35
|
+
updated_at: zod.z.string().describe("Server update timestamp").nullable().optional(),
|
|
36
|
+
web_server: zod.z.string().describe("Web server software (e.g., Nginx, Apache)").nullable().optional(),
|
|
37
|
+
agent_status: zod.z.string().describe("Agent status").nullable().optional(),
|
|
38
|
+
country_code: zod.z.string().describe("Server country code").nullable().optional(),
|
|
39
|
+
php_versions: zod.z.string().describe("Available PHP versions (JSON array as string)").nullable().optional(),
|
|
40
|
+
agent_version: zod.z.string().describe("Agent version").nullable().optional(),
|
|
41
|
+
database_type: zod.z.string().describe("Database type (e.g., MySQL, PostgreSQL)").nullable().optional(),
|
|
42
|
+
health_status: zod.z.string().describe("Server health status").nullable().optional(),
|
|
43
|
+
provider_name: zod.z.string().describe("Provider name (e.g., AWS, DigitalOcean)").nullable().optional(),
|
|
44
|
+
health_message: zod.z.string().describe("Server health message").nullable().optional(),
|
|
45
|
+
organization_id: zod.z.number().int().describe("Organization ID").nullable().optional(),
|
|
46
|
+
php_cli_version: zod.z.number().int().describe("PHP CLI version number").nullable().optional(),
|
|
47
|
+
operating_system: zod.z.string().describe("Operating system name").nullable().optional(),
|
|
48
|
+
restart_required: zod.z.number().int().describe("Whether restart is required (0 or 1)").nullable().optional(),
|
|
49
|
+
permit_root_login: zod.z.string().describe("Permit root login setting").nullable().optional(),
|
|
50
|
+
latest_monitor_log: ServeravatarListServers_LatestMonitorLogSchema.nullable().optional(),
|
|
51
|
+
ols_automatically_restart: zod.z.number().int().describe("OpenLiteSpeed auto-restart setting (0 or 1)").nullable().optional(),
|
|
52
|
+
root_password_authentication: zod.z.string().describe("Root password authentication setting").nullable().optional()
|
|
53
|
+
}).describe("Individual server information.");
|
|
54
|
+
const ServeravatarListServers_ServersDataSchema = zod.z.object({
|
|
55
|
+
to: zod.z.number().int().describe("Ending record number").nullable().optional(),
|
|
56
|
+
data: zod.z.array(ServeravatarListServers_ServerDataSchema).describe("List of servers").nullable().optional(),
|
|
57
|
+
from: zod.z.number().int().describe("Starting record number").nullable().optional(),
|
|
58
|
+
path: zod.z.string().describe("API path").nullable().optional(),
|
|
59
|
+
total: zod.z.number().int().describe("Total number of records").nullable().optional(),
|
|
60
|
+
per_page: zod.z.number().int().describe("Records per page").nullable().optional(),
|
|
61
|
+
last_page: zod.z.number().int().describe("Last page number").nullable().optional(),
|
|
62
|
+
current_page: zod.z.number().int().describe("Current page number").nullable().optional(),
|
|
63
|
+
last_page_url: zod.z.string().describe("URL for last page").nullable().optional(),
|
|
64
|
+
next_page_url: zod.z.string().describe("URL for next page").nullable().optional(),
|
|
65
|
+
prev_page_url: zod.z.string().describe("URL for previous page").nullable().optional(),
|
|
66
|
+
first_page_url: zod.z.string().describe("URL for first page").nullable().optional()
|
|
67
|
+
}).describe("Servers list with pagination information.");
|
|
68
|
+
const ServeravatarListServersOutput = zod.z.object({ servers: ServeravatarListServers_ServersDataSchema.nullable().optional() }).describe("Response model for listing servers in an organization.");
|
|
69
|
+
const serveravatarListServers = require_action.action("SERVERAVATAR_LIST_SERVERS", {
|
|
70
|
+
slug: "serveravatar-list-servers",
|
|
71
|
+
name: "List Servers",
|
|
72
|
+
description: "Tool to list all servers in an organization with pagination support. Use when you need to retrieve servers for a specific organization.",
|
|
73
|
+
input: ServeravatarListServersInput,
|
|
74
|
+
output: ServeravatarListServersOutput
|
|
75
|
+
});
|
|
76
|
+
//#endregion
|
|
77
|
+
exports.serveravatarListServers = serveravatarListServers;
|
|
78
|
+
|
|
79
|
+
//# sourceMappingURL=list-servers.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-servers.cjs","names":["z","action"],"sources":["../../src/actions/list-servers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ServeravatarListServersInput: z.ZodTypeAny = z.object({\n pagination: z.number().int().describe(\"Page number for pagination. If not provided, returns first page.\").optional(),\n organization: z.number().int().describe(\"Organization ID to list servers for\"),\n}).describe(\"Request model for listing servers in an organization.\");\nconst ServeravatarListServers_LatestMonitorLogSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Monitor log ID\").nullable().optional(),\n created_at: z.string().describe(\"Monitor log creation timestamp\").nullable().optional(),\n disk_usage: z.number().describe(\"Disk usage percentage\").nullable().optional(),\n updated_at: z.string().describe(\"Monitor log update timestamp\").nullable().optional(),\n load_average: z.number().describe(\"Server load average\").nullable().optional(),\n memory_usage: z.number().describe(\"Memory usage percentage\").nullable().optional(),\n disk_usage_notified: z.number().int().describe(\"Whether disk usage notification was sent (0 or 1)\").nullable().optional(),\n server_load_notified: z.number().int().describe(\"Whether server load notification was sent (0 or 1)\").nullable().optional(),\n memory_usage_notified: z.number().int().describe(\"Whether memory usage notification was sent (0 or 1)\").nullable().optional(),\n}).describe(\"Monitor log information for a server.\");\nconst ServeravatarListServers_ServerDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Server ID\").nullable().optional(),\n ip: z.string().describe(\"Server IP address\").nullable().optional(),\n arch: z.string().describe(\"System architecture (e.g., x86_64)\").nullable().optional(),\n name: z.string().describe(\"Server name\").nullable().optional(),\n tags: z.array(z.string()).describe(\"Server tags\").nullable().optional(),\n cores: z.number().int().describe(\"Number of CPU cores\").nullable().optional(),\n nodejs: z.number().int().describe(\"Node.js status (0 or 1)\").nullable().optional(),\n version: z.string().describe(\"OS version\").nullable().optional(),\n firewall: z.number().int().describe(\"Firewall status (0 or 1)\").nullable().optional(),\n hostname: z.string().describe(\"Server hostname\").nullable().optional(),\n ssh_port: z.number().int().describe(\"SSH port number\").nullable().optional(),\n timezone: z.string().describe(\"Server timezone\").nullable().optional(),\n created_at: z.string().describe(\"Server creation timestamp\").nullable().optional(),\n deleted_at: z.string().describe(\"Server deletion timestamp if deleted\").nullable().optional(),\n ssh_status: z.string().describe(\"SSH connection status\").nullable().optional(),\n updated_at: z.string().describe(\"Server update timestamp\").nullable().optional(),\n web_server: z.string().describe(\"Web server software (e.g., Nginx, Apache)\").nullable().optional(),\n agent_status: z.string().describe(\"Agent status\").nullable().optional(),\n country_code: z.string().describe(\"Server country code\").nullable().optional(),\n php_versions: z.string().describe(\"Available PHP versions (JSON array as string)\").nullable().optional(),\n agent_version: z.string().describe(\"Agent version\").nullable().optional(),\n database_type: z.string().describe(\"Database type (e.g., MySQL, PostgreSQL)\").nullable().optional(),\n health_status: z.string().describe(\"Server health status\").nullable().optional(),\n provider_name: z.string().describe(\"Provider name (e.g., AWS, DigitalOcean)\").nullable().optional(),\n health_message: z.string().describe(\"Server health message\").nullable().optional(),\n organization_id: z.number().int().describe(\"Organization ID\").nullable().optional(),\n php_cli_version: z.number().int().describe(\"PHP CLI version number\").nullable().optional(),\n operating_system: z.string().describe(\"Operating system name\").nullable().optional(),\n restart_required: z.number().int().describe(\"Whether restart is required (0 or 1)\").nullable().optional(),\n permit_root_login: z.string().describe(\"Permit root login setting\").nullable().optional(),\n latest_monitor_log: ServeravatarListServers_LatestMonitorLogSchema.nullable().optional(),\n ols_automatically_restart: z.number().int().describe(\"OpenLiteSpeed auto-restart setting (0 or 1)\").nullable().optional(),\n root_password_authentication: z.string().describe(\"Root password authentication setting\").nullable().optional(),\n}).describe(\"Individual server information.\");\nconst ServeravatarListServers_ServersDataSchema: z.ZodTypeAny = z.object({\n to: z.number().int().describe(\"Ending record number\").nullable().optional(),\n data: z.array(ServeravatarListServers_ServerDataSchema).describe(\"List of servers\").nullable().optional(),\n from: z.number().int().describe(\"Starting record number\").nullable().optional(),\n path: z.string().describe(\"API path\").nullable().optional(),\n total: z.number().int().describe(\"Total number of records\").nullable().optional(),\n per_page: z.number().int().describe(\"Records per page\").nullable().optional(),\n last_page: z.number().int().describe(\"Last page number\").nullable().optional(),\n current_page: z.number().int().describe(\"Current page number\").nullable().optional(),\n last_page_url: z.string().describe(\"URL for last page\").nullable().optional(),\n next_page_url: z.string().describe(\"URL for next page\").nullable().optional(),\n prev_page_url: z.string().describe(\"URL for previous page\").nullable().optional(),\n first_page_url: z.string().describe(\"URL for first page\").nullable().optional(),\n}).describe(\"Servers list with pagination information.\");\nexport const ServeravatarListServersOutput: z.ZodTypeAny = z.object({\n servers: ServeravatarListServers_ServersDataSchema.nullable().optional(),\n}).describe(\"Response model for listing servers in an organization.\");\n\nexport const serveravatarListServers = action(\"SERVERAVATAR_LIST_SERVERS\", {\n slug: \"serveravatar-list-servers\",\n name: \"List Servers\",\n description: \"Tool to list all servers in an organization with pagination support. Use when you need to retrieve servers for a specific organization.\",\n input: ServeravatarListServersInput,\n output: ServeravatarListServersOutput,\n});\n"],"mappings":"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"}
|