@dokploy/mcp 0.30.6 → 0.30.7
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 +2 -2
- 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-18
|
|
3
3
|
// Run `pnpm generate` to regenerate
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
export const generatedTools = [
|
|
@@ -5460,7 +5460,7 @@ export const generatedTools = [
|
|
|
5460
5460
|
tag: "stripe",
|
|
5461
5461
|
method: "POST",
|
|
5462
5462
|
path: "/stripe.startFreeTrial",
|
|
5463
|
-
schema: z.object({}),
|
|
5463
|
+
schema: z.object({ "tier": z.enum(["hobby", "startup"]) }),
|
|
5464
5464
|
annotations: {
|
|
5465
5465
|
title: "Stripe StartFreeTrial",
|
|
5466
5466
|
...{ "idempotentHint": true, "openWorldHint": true },
|