@dokploy/mcp 0.30.4 → 0.30.6
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/build/generated/tools.js +72 -12
- package/package.json +1 -1
package/build/generated/tools.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
|
|
2
|
-
// Generated from openapi.json on 2026-09-
|
|
2
|
+
// Generated from openapi.json on 2026-09-08
|
|
3
3
|
// Run `pnpm generate` to regenerate
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
export const generatedTools = [
|
|
@@ -27,6 +27,18 @@ export const generatedTools = [
|
|
|
27
27
|
...{ "openWorldHint": true },
|
|
28
28
|
},
|
|
29
29
|
},
|
|
30
|
+
{
|
|
31
|
+
name: "application-deployNginxQuickstart",
|
|
32
|
+
description: "POST /application.deployNginxQuickstart",
|
|
33
|
+
tag: "application",
|
|
34
|
+
method: "POST",
|
|
35
|
+
path: "/application.deployNginxQuickstart",
|
|
36
|
+
schema: z.object({ "environmentId": z.string().min(1), "serverId": z.string().min(1).optional() }),
|
|
37
|
+
annotations: {
|
|
38
|
+
title: "Application DeployNginxQuickstart",
|
|
39
|
+
...{ "idempotentHint": true, "openWorldHint": true },
|
|
40
|
+
},
|
|
41
|
+
},
|
|
30
42
|
{
|
|
31
43
|
name: "application-one",
|
|
32
44
|
description: "GET /application.one",
|
|
@@ -1005,7 +1017,7 @@ export const generatedTools = [
|
|
|
1005
1017
|
tag: "compose",
|
|
1006
1018
|
method: "POST",
|
|
1007
1019
|
path: "/compose.deploy",
|
|
1008
|
-
schema: z.object({ "composeId": z.string().min(1), "title": z.string().optional(), "description": z.string().optional() }),
|
|
1020
|
+
schema: z.object({ "composeId": z.string().min(1), "title": z.string().optional(), "description": z.string().optional(), "freshVolumes": z.boolean().optional() }),
|
|
1009
1021
|
annotations: {
|
|
1010
1022
|
title: "Compose Deploy",
|
|
1011
1023
|
...{ "idempotentHint": true, "openWorldHint": true },
|
|
@@ -1017,7 +1029,7 @@ export const generatedTools = [
|
|
|
1017
1029
|
tag: "compose",
|
|
1018
1030
|
method: "POST",
|
|
1019
1031
|
path: "/compose.redeploy",
|
|
1020
|
-
schema: z.object({ "composeId": z.string().min(1), "title": z.string().optional(), "description": z.string().optional() }),
|
|
1032
|
+
schema: z.object({ "composeId": z.string().min(1), "title": z.string().optional(), "description": z.string().optional(), "freshVolumes": z.boolean().optional() }),
|
|
1021
1033
|
annotations: {
|
|
1022
1034
|
title: "Compose Redeploy",
|
|
1023
1035
|
...{ "idempotentHint": true, "openWorldHint": true },
|
|
@@ -1390,7 +1402,7 @@ export const generatedTools = [
|
|
|
1390
1402
|
method: "POST",
|
|
1391
1403
|
path: "/dnsProvider.create",
|
|
1392
1404
|
schema: z.object({ "name": z.string().regex(new RegExp("^[a-zA-Z0-9_-]+$")).min(1).max(64), "config": z.record(z.any()).and(z.any().superRefine((x, ctx) => {
|
|
1393
|
-
const schemas = [z.object({ "providerType": z.literal("cloudflare"), "apiToken": z.string().min(1) }), z.object({ "providerType": z.literal("route53"), "accessKeyId": z.string().min(1), "secretAccessKey": z.string().min(1) }), z.object({ "providerType": z.literal("porkbun"), "apiKey": z.string().min(1), "secretApiKey": z.string().min(1) })];
|
|
1405
|
+
const schemas = [z.object({ "providerType": z.literal("cloudflare"), "apiToken": z.string().min(1) }), z.object({ "providerType": z.literal("route53"), "accessKeyId": z.string().min(1), "secretAccessKey": z.string().min(1) }), z.object({ "providerType": z.literal("porkbun"), "apiKey": z.string().min(1), "secretApiKey": z.string().min(1) }), z.object({ "providerType": z.literal("infomaniak"), "apiToken": z.string().min(1) }), z.object({ "providerType": z.literal("ovh"), "endpoint": z.enum(["ovh-eu", "ovh-ca", "ovh-us", "kimsufi-eu", "kimsufi-ca", "soyoustart-eu", "soyoustart-ca"]).default("ovh-eu"), "applicationKey": z.string().min(1), "applicationSecret": z.string().min(1), "consumerKey": z.string().min(1) })];
|
|
1394
1406
|
const { errors, failed } = schemas.reduce(({ errors, failed }, schema) => ((result) => result.error
|
|
1395
1407
|
? {
|
|
1396
1408
|
errors: [...errors, result.error],
|
|
@@ -1423,7 +1435,7 @@ export const generatedTools = [
|
|
|
1423
1435
|
method: "POST",
|
|
1424
1436
|
path: "/dnsProvider.update",
|
|
1425
1437
|
schema: z.object({ "dnsProviderId": z.string().min(1), "name": z.string().regex(new RegExp("^[a-zA-Z0-9_-]+$")).min(1).max(64), "config": z.record(z.any()).and(z.any().superRefine((x, ctx) => {
|
|
1426
|
-
const schemas = [z.object({ "providerType": z.literal("cloudflare"), "apiToken": z.string().min(1) }), z.object({ "providerType": z.literal("route53"), "accessKeyId": z.string().min(1), "secretAccessKey": z.string().min(1) }), z.object({ "providerType": z.literal("porkbun"), "apiKey": z.string().min(1), "secretApiKey": z.string().min(1) })];
|
|
1438
|
+
const schemas = [z.object({ "providerType": z.literal("cloudflare"), "apiToken": z.string().min(1) }), z.object({ "providerType": z.literal("route53"), "accessKeyId": z.string().min(1), "secretAccessKey": z.string().min(1) }), z.object({ "providerType": z.literal("porkbun"), "apiKey": z.string().min(1), "secretApiKey": z.string().min(1) }), z.object({ "providerType": z.literal("infomaniak"), "apiToken": z.string().min(1) }), z.object({ "providerType": z.literal("ovh"), "endpoint": z.enum(["ovh-eu", "ovh-ca", "ovh-us", "kimsufi-eu", "kimsufi-ca", "soyoustart-eu", "soyoustart-ca"]).default("ovh-eu"), "applicationKey": z.string().min(1), "applicationSecret": z.string().min(1), "consumerKey": z.string().min(1) })];
|
|
1427
1439
|
const { errors, failed } = schemas.reduce(({ errors, failed }, schema) => ((result) => result.error
|
|
1428
1440
|
? {
|
|
1429
1441
|
errors: [...errors, result.error],
|
|
@@ -1492,7 +1504,7 @@ export const generatedTools = [
|
|
|
1492
1504
|
method: "POST",
|
|
1493
1505
|
path: "/dnsProvider.testConnection",
|
|
1494
1506
|
schema: z.object({ "dnsProviderId": z.string().min(1).optional(), "config": z.record(z.any()).and(z.any().superRefine((x, ctx) => {
|
|
1495
|
-
const schemas = [z.object({ "providerType": z.literal("cloudflare"), "apiToken": z.string().min(1) }), z.object({ "providerType": z.literal("route53"), "accessKeyId": z.string().min(1), "secretAccessKey": z.string().min(1) }), z.object({ "providerType": z.literal("porkbun"), "apiKey": z.string().min(1), "secretApiKey": z.string().min(1) })];
|
|
1507
|
+
const schemas = [z.object({ "providerType": z.literal("cloudflare"), "apiToken": z.string().min(1) }), z.object({ "providerType": z.literal("route53"), "accessKeyId": z.string().min(1), "secretAccessKey": z.string().min(1) }), z.object({ "providerType": z.literal("porkbun"), "apiKey": z.string().min(1), "secretApiKey": z.string().min(1) }), z.object({ "providerType": z.literal("infomaniak"), "apiToken": z.string().min(1) }), z.object({ "providerType": z.literal("ovh"), "endpoint": z.enum(["ovh-eu", "ovh-ca", "ovh-us", "kimsufi-eu", "kimsufi-ca", "soyoustart-eu", "soyoustart-ca"]).default("ovh-eu"), "applicationKey": z.string().min(1), "applicationSecret": z.string().min(1), "consumerKey": z.string().min(1) })];
|
|
1496
1508
|
const { errors, failed } = schemas.reduce(({ errors, failed }, schema) => ((result) => result.error
|
|
1497
1509
|
? {
|
|
1498
1510
|
errors: [...errors, result.error],
|
|
@@ -4038,6 +4050,30 @@ export const generatedTools = [
|
|
|
4038
4050
|
...{ "readOnlyHint": true, "idempotentHint": true, "openWorldHint": true },
|
|
4039
4051
|
},
|
|
4040
4052
|
},
|
|
4053
|
+
{
|
|
4054
|
+
name: "project-onboardingStatus",
|
|
4055
|
+
description: "GET /project.onboardingStatus",
|
|
4056
|
+
tag: "project",
|
|
4057
|
+
method: "GET",
|
|
4058
|
+
path: "/project.onboardingStatus",
|
|
4059
|
+
schema: z.object({}),
|
|
4060
|
+
annotations: {
|
|
4061
|
+
title: "Project OnboardingStatus",
|
|
4062
|
+
...{ "readOnlyHint": true, "idempotentHint": true, "openWorldHint": true },
|
|
4063
|
+
},
|
|
4064
|
+
},
|
|
4065
|
+
{
|
|
4066
|
+
name: "project-completeOnboarding",
|
|
4067
|
+
description: "POST /project.completeOnboarding",
|
|
4068
|
+
tag: "project",
|
|
4069
|
+
method: "POST",
|
|
4070
|
+
path: "/project.completeOnboarding",
|
|
4071
|
+
schema: z.object({}),
|
|
4072
|
+
annotations: {
|
|
4073
|
+
title: "Project CompleteOnboarding",
|
|
4074
|
+
...{ "idempotentHint": true, "openWorldHint": true },
|
|
4075
|
+
},
|
|
4076
|
+
},
|
|
4041
4077
|
{
|
|
4042
4078
|
name: "project-search",
|
|
4043
4079
|
description: "GET /project.search",
|
|
@@ -5406,6 +5442,30 @@ export const generatedTools = [
|
|
|
5406
5442
|
...{ "readOnlyHint": true, "idempotentHint": true, "openWorldHint": true },
|
|
5407
5443
|
},
|
|
5408
5444
|
},
|
|
5445
|
+
{
|
|
5446
|
+
name: "stripe-getBillingStatus",
|
|
5447
|
+
description: "GET /stripe.getBillingStatus",
|
|
5448
|
+
tag: "stripe",
|
|
5449
|
+
method: "GET",
|
|
5450
|
+
path: "/stripe.getBillingStatus",
|
|
5451
|
+
schema: z.object({}),
|
|
5452
|
+
annotations: {
|
|
5453
|
+
title: "Stripe GetBillingStatus",
|
|
5454
|
+
...{ "readOnlyHint": true, "idempotentHint": true, "openWorldHint": true },
|
|
5455
|
+
},
|
|
5456
|
+
},
|
|
5457
|
+
{
|
|
5458
|
+
name: "stripe-startFreeTrial",
|
|
5459
|
+
description: "POST /stripe.startFreeTrial",
|
|
5460
|
+
tag: "stripe",
|
|
5461
|
+
method: "POST",
|
|
5462
|
+
path: "/stripe.startFreeTrial",
|
|
5463
|
+
schema: z.object({}),
|
|
5464
|
+
annotations: {
|
|
5465
|
+
title: "Stripe StartFreeTrial",
|
|
5466
|
+
...{ "idempotentHint": true, "openWorldHint": true },
|
|
5467
|
+
},
|
|
5468
|
+
},
|
|
5409
5469
|
{
|
|
5410
5470
|
name: "stripe-getProducts",
|
|
5411
5471
|
description: "GET /stripe.getProducts",
|
|
@@ -5857,7 +5917,7 @@ export const generatedTools = [
|
|
|
5857
5917
|
method: "POST",
|
|
5858
5918
|
path: "/vaultProvider.create",
|
|
5859
5919
|
schema: z.object({ "name": z.string().regex(new RegExp("^[a-zA-Z0-9_-]+$")).min(1).max(64), "config": z.record(z.any()).and(z.any().superRefine((x, ctx) => {
|
|
5860
|
-
const schemas = [z.object({ "providerType": z.literal("hashicorp"), "url": z.string().url(), "token": z.string().min(1), "namespace": z.string().optional(), "mount": z.string().min(1).default("secret") }), z.object({ "providerType": z.literal("infisical"), "siteUrl": z.string().url().default("https://app.infisical.com"), "clientId": z.string().min(1), "clientSecret": z.string().min(1), "projectId": z.string().min(1), "environmentSlug": z.string().min(1), "secretPath": z.string().default("/") }), z.object({ "providerType": z.literal("aws"), "region": z.string().min(1), "accessKeyId": z.string().min(1), "secretAccessKey": z.string().min(1), "endpoint": z.string().url().optional() }), z.object({ "providerType": z.literal("doppler"), "serviceToken": z.string().min(1), "project": z.string().optional(), "config": z.string().optional() }), z.object({ "providerType": z.literal("azure"), "vaultUri": z.string().url(), "tenantId": z.string().min(1), "clientId": z.string().min(1), "clientSecret": z.string().min(1) }), z.object({ "providerType": z.literal("scaleway"), "region": z.string().min(1).default("fr-par"), "projectId": z.string().min(1), "secretKey": z.string().min(1), "apiUrl": z.string().url().default("https://api.scaleway.com") }), z.object({ "providerType": z.literal("phase"), "token": z.string().min(1), "appId": z.string().min(1), "env": z.string().min(1), "path": z.string().default("/"), "apiUrl": z.string().url().default("https://api.phase.dev") })];
|
|
5920
|
+
const schemas = [z.object({ "providerType": z.literal("hashicorp"), "url": z.string().url(), "token": z.string().min(1), "namespace": z.string().optional(), "mount": z.string().min(1).default("secret") }), z.object({ "providerType": z.literal("infisical"), "siteUrl": z.string().url().default("https://app.infisical.com"), "clientId": z.string().min(1), "clientSecret": z.string().min(1), "projectId": z.string().min(1), "environmentSlug": z.string().min(1), "secretPath": z.string().default("/") }), z.object({ "providerType": z.literal("aws"), "region": z.string().min(1), "accessKeyId": z.string().min(1), "secretAccessKey": z.string().min(1), "endpoint": z.string().url().optional() }), z.object({ "providerType": z.literal("aws-parameter-store"), "region": z.string().min(1), "accessKeyId": z.string().min(1), "secretAccessKey": z.string().min(1), "endpoint": z.string().url().optional(), "parameterPath": z.string().optional() }), z.object({ "providerType": z.literal("doppler"), "serviceToken": z.string().min(1), "project": z.string().optional(), "config": z.string().optional() }), z.object({ "providerType": z.literal("azure"), "vaultUri": z.string().url(), "tenantId": z.string().min(1), "clientId": z.string().min(1), "clientSecret": z.string().min(1) }), z.object({ "providerType": z.literal("scaleway"), "region": z.string().min(1).default("fr-par"), "projectId": z.string().min(1), "secretKey": z.string().min(1), "apiUrl": z.string().url().default("https://api.scaleway.com") }), z.object({ "providerType": z.literal("phase"), "token": z.string().min(1), "appId": z.string().min(1), "env": z.string().min(1), "path": z.string().default("/"), "apiUrl": z.string().url().default("https://api.phase.dev") })];
|
|
5861
5921
|
const { errors, failed } = schemas.reduce(({ errors, failed }, schema) => ((result) => result.error
|
|
5862
5922
|
? {
|
|
5863
5923
|
errors: [...errors, result.error],
|
|
@@ -5890,7 +5950,7 @@ export const generatedTools = [
|
|
|
5890
5950
|
method: "POST",
|
|
5891
5951
|
path: "/vaultProvider.update",
|
|
5892
5952
|
schema: z.object({ "vaultProviderId": z.string().min(1), "name": z.string().regex(new RegExp("^[a-zA-Z0-9_-]+$")).min(1).max(64), "config": z.record(z.any()).and(z.any().superRefine((x, ctx) => {
|
|
5893
|
-
const schemas = [z.object({ "providerType": z.literal("hashicorp"), "url": z.string().url(), "token": z.string().min(1), "namespace": z.string().optional(), "mount": z.string().min(1).default("secret") }), z.object({ "providerType": z.literal("infisical"), "siteUrl": z.string().url().default("https://app.infisical.com"), "clientId": z.string().min(1), "clientSecret": z.string().min(1), "projectId": z.string().min(1), "environmentSlug": z.string().min(1), "secretPath": z.string().default("/") }), z.object({ "providerType": z.literal("aws"), "region": z.string().min(1), "accessKeyId": z.string().min(1), "secretAccessKey": z.string().min(1), "endpoint": z.string().url().optional() }), z.object({ "providerType": z.literal("doppler"), "serviceToken": z.string().min(1), "project": z.string().optional(), "config": z.string().optional() }), z.object({ "providerType": z.literal("azure"), "vaultUri": z.string().url(), "tenantId": z.string().min(1), "clientId": z.string().min(1), "clientSecret": z.string().min(1) }), z.object({ "providerType": z.literal("scaleway"), "region": z.string().min(1).default("fr-par"), "projectId": z.string().min(1), "secretKey": z.string().min(1), "apiUrl": z.string().url().default("https://api.scaleway.com") }), z.object({ "providerType": z.literal("phase"), "token": z.string().min(1), "appId": z.string().min(1), "env": z.string().min(1), "path": z.string().default("/"), "apiUrl": z.string().url().default("https://api.phase.dev") })];
|
|
5953
|
+
const schemas = [z.object({ "providerType": z.literal("hashicorp"), "url": z.string().url(), "token": z.string().min(1), "namespace": z.string().optional(), "mount": z.string().min(1).default("secret") }), z.object({ "providerType": z.literal("infisical"), "siteUrl": z.string().url().default("https://app.infisical.com"), "clientId": z.string().min(1), "clientSecret": z.string().min(1), "projectId": z.string().min(1), "environmentSlug": z.string().min(1), "secretPath": z.string().default("/") }), z.object({ "providerType": z.literal("aws"), "region": z.string().min(1), "accessKeyId": z.string().min(1), "secretAccessKey": z.string().min(1), "endpoint": z.string().url().optional() }), z.object({ "providerType": z.literal("aws-parameter-store"), "region": z.string().min(1), "accessKeyId": z.string().min(1), "secretAccessKey": z.string().min(1), "endpoint": z.string().url().optional(), "parameterPath": z.string().optional() }), z.object({ "providerType": z.literal("doppler"), "serviceToken": z.string().min(1), "project": z.string().optional(), "config": z.string().optional() }), z.object({ "providerType": z.literal("azure"), "vaultUri": z.string().url(), "tenantId": z.string().min(1), "clientId": z.string().min(1), "clientSecret": z.string().min(1) }), z.object({ "providerType": z.literal("scaleway"), "region": z.string().min(1).default("fr-par"), "projectId": z.string().min(1), "secretKey": z.string().min(1), "apiUrl": z.string().url().default("https://api.scaleway.com") }), z.object({ "providerType": z.literal("phase"), "token": z.string().min(1), "appId": z.string().min(1), "env": z.string().min(1), "path": z.string().default("/"), "apiUrl": z.string().url().default("https://api.phase.dev") })];
|
|
5894
5954
|
const { errors, failed } = schemas.reduce(({ errors, failed }, schema) => ((result) => result.error
|
|
5895
5955
|
? {
|
|
5896
5956
|
errors: [...errors, result.error],
|
|
@@ -5959,7 +6019,7 @@ export const generatedTools = [
|
|
|
5959
6019
|
method: "POST",
|
|
5960
6020
|
path: "/vaultProvider.testConnection",
|
|
5961
6021
|
schema: z.object({ "vaultProviderId": z.string().min(1).optional(), "config": z.record(z.any()).and(z.any().superRefine((x, ctx) => {
|
|
5962
|
-
const schemas = [z.object({ "providerType": z.literal("hashicorp"), "url": z.string().url(), "token": z.string().min(1), "namespace": z.string().optional(), "mount": z.string().min(1).default("secret") }), z.object({ "providerType": z.literal("infisical"), "siteUrl": z.string().url().default("https://app.infisical.com"), "clientId": z.string().min(1), "clientSecret": z.string().min(1), "projectId": z.string().min(1), "environmentSlug": z.string().min(1), "secretPath": z.string().default("/") }), z.object({ "providerType": z.literal("aws"), "region": z.string().min(1), "accessKeyId": z.string().min(1), "secretAccessKey": z.string().min(1), "endpoint": z.string().url().optional() }), z.object({ "providerType": z.literal("doppler"), "serviceToken": z.string().min(1), "project": z.string().optional(), "config": z.string().optional() }), z.object({ "providerType": z.literal("azure"), "vaultUri": z.string().url(), "tenantId": z.string().min(1), "clientId": z.string().min(1), "clientSecret": z.string().min(1) }), z.object({ "providerType": z.literal("scaleway"), "region": z.string().min(1).default("fr-par"), "projectId": z.string().min(1), "secretKey": z.string().min(1), "apiUrl": z.string().url().default("https://api.scaleway.com") }), z.object({ "providerType": z.literal("phase"), "token": z.string().min(1), "appId": z.string().min(1), "env": z.string().min(1), "path": z.string().default("/"), "apiUrl": z.string().url().default("https://api.phase.dev") })];
|
|
6022
|
+
const schemas = [z.object({ "providerType": z.literal("hashicorp"), "url": z.string().url(), "token": z.string().min(1), "namespace": z.string().optional(), "mount": z.string().min(1).default("secret") }), z.object({ "providerType": z.literal("infisical"), "siteUrl": z.string().url().default("https://app.infisical.com"), "clientId": z.string().min(1), "clientSecret": z.string().min(1), "projectId": z.string().min(1), "environmentSlug": z.string().min(1), "secretPath": z.string().default("/") }), z.object({ "providerType": z.literal("aws"), "region": z.string().min(1), "accessKeyId": z.string().min(1), "secretAccessKey": z.string().min(1), "endpoint": z.string().url().optional() }), z.object({ "providerType": z.literal("aws-parameter-store"), "region": z.string().min(1), "accessKeyId": z.string().min(1), "secretAccessKey": z.string().min(1), "endpoint": z.string().url().optional(), "parameterPath": z.string().optional() }), z.object({ "providerType": z.literal("doppler"), "serviceToken": z.string().min(1), "project": z.string().optional(), "config": z.string().optional() }), z.object({ "providerType": z.literal("azure"), "vaultUri": z.string().url(), "tenantId": z.string().min(1), "clientId": z.string().min(1), "clientSecret": z.string().min(1) }), z.object({ "providerType": z.literal("scaleway"), "region": z.string().min(1).default("fr-par"), "projectId": z.string().min(1), "secretKey": z.string().min(1), "apiUrl": z.string().url().default("https://api.scaleway.com") }), z.object({ "providerType": z.literal("phase"), "token": z.string().min(1), "appId": z.string().min(1), "env": z.string().min(1), "path": z.string().default("/"), "apiUrl": z.string().url().default("https://api.phase.dev") })];
|
|
5963
6023
|
const { errors, failed } = schemas.reduce(({ errors, failed }, schema) => ((result) => result.error
|
|
5964
6024
|
? {
|
|
5965
6025
|
errors: [...errors, result.error],
|
|
@@ -6171,7 +6231,7 @@ export const generatedTools = [
|
|
|
6171
6231
|
tag: "organization",
|
|
6172
6232
|
method: "POST",
|
|
6173
6233
|
path: "/organization.create",
|
|
6174
|
-
schema: z.object({ "name": z.string(), "logo": z.string().optional() }),
|
|
6234
|
+
schema: z.object({ "name": z.string().min(1), "logo": z.string().optional() }),
|
|
6175
6235
|
annotations: {
|
|
6176
6236
|
title: "Organization Create",
|
|
6177
6237
|
...{ "openWorldHint": true },
|
|
@@ -6207,7 +6267,7 @@ export const generatedTools = [
|
|
|
6207
6267
|
tag: "organization",
|
|
6208
6268
|
method: "POST",
|
|
6209
6269
|
path: "/organization.update",
|
|
6210
|
-
schema: z.object({ "organizationId": z.string(), "name": z.string(), "logo": z.string().optional(), "defaultRole": z.union([z.string().min(1), z.null()]).optional() }),
|
|
6270
|
+
schema: z.object({ "organizationId": z.string(), "name": z.string().min(1), "logo": z.string().optional(), "defaultRole": z.union([z.string().min(1), z.null()]).optional() }),
|
|
6211
6271
|
annotations: {
|
|
6212
6272
|
title: "Organization Update",
|
|
6213
6273
|
...{ "idempotentHint": true, "openWorldHint": true },
|
|
@@ -6675,7 +6735,7 @@ export const generatedTools = [
|
|
|
6675
6735
|
tag: "whitelabeling",
|
|
6676
6736
|
method: "POST",
|
|
6677
6737
|
path: "/whitelabeling.update",
|
|
6678
|
-
schema: z.object({ "whitelabelingConfig": z.object({ "appName": z.union([z.string(), z.null()]), "appDescription": z.union([z.string(), z.null()]), "logoUrl": z.union([z.string(), z.null()]), "faviconUrl": z.union([z.string(), z.null()]), "customCss": z.union([z.string(), z.null()]), "loginLogoUrl": z.union([z.string(), z.null()]), "supportUrl": z.union([z.string(), z.null()]), "docsUrl": z.union([z.string(), z.null()]), "errorPageTitle": z.union([z.string(), z.null()]), "errorPageDescription": z.union([z.string(), z.null()]), "
|
|
6738
|
+
schema: z.object({ "whitelabelingConfig": z.object({ "appName": z.union([z.string(), z.null()]), "appDescription": z.union([z.string(), z.null()]), "logoUrl": z.union([z.string(), z.null()]), "faviconUrl": z.union([z.string(), z.null()]), "customCss": z.union([z.string(), z.null()]), "loginLogoUrl": z.union([z.string(), z.null()]), "supportUrl": z.union([z.string(), z.null()]), "docsUrl": z.union([z.string(), z.null()]), "errorPageTitle": z.union([z.string(), z.null()]), "errorPageDescription": z.union([z.string(), z.null()]), "footerText": z.union([z.string(), z.null()]), "ogImageUrl": z.union([z.string(), z.null()]) }) }),
|
|
6679
6739
|
annotations: {
|
|
6680
6740
|
title: "Whitelabeling Update",
|
|
6681
6741
|
...{ "idempotentHint": true, "openWorldHint": true },
|