Skip to content

Commit cfa28a8

Browse files
maxholmanclaude
andcommitted
chore: regenerate fixtures
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0dda464 commit cfa28a8

27 files changed

Lines changed: 30087 additions & 7080 deletions
Lines changed: 287 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,287 @@
1+
/**
2+
* This file was auto generated by @block65/openapi-codegen
3+
*
4+
* WARN: Do not edit directly.
5+
*
6+
* Generated on 2026-05-11T04:55:51.722Z
7+
*
8+
*/
9+
/** eslint-disable max-classes */
10+
import * as commands from "./commands.js";
11+
import * as schemas from "./valibot.js";
12+
13+
export class ContainerListCommand extends commands.ContainerListCommand {
14+
static responseSchema = schemas.containerListCommandResponseSchema;
15+
}
16+
17+
export class ContainerCreateCommand extends commands.ContainerCreateCommand {
18+
static responseSchema = schemas.containerCreateCommandResponseSchema;
19+
}
20+
21+
export class ContainerInspectCommand extends commands.ContainerInspectCommand {
22+
static responseSchema = schemas.containerInspectCommandResponseSchema;
23+
}
24+
25+
export class ContainerTopCommand extends commands.ContainerTopCommand {
26+
static responseSchema = schemas.containerTopCommandResponseSchema;
27+
}
28+
29+
export class ContainerChangesCommand extends commands.ContainerChangesCommand {
30+
static responseSchema = schemas.containerChangesCommandResponseSchema;
31+
}
32+
33+
export class ContainerStatsCommand extends commands.ContainerStatsCommand {
34+
static responseSchema = schemas.containerStatsCommandResponseSchema;
35+
}
36+
37+
export class ContainerUpdateCommand extends commands.ContainerUpdateCommand {
38+
static responseSchema = schemas.containerUpdateCommandResponseSchema;
39+
}
40+
41+
export class ContainerWaitCommand extends commands.ContainerWaitCommand {
42+
static responseSchema = schemas.containerWaitCommandResponseSchema;
43+
}
44+
45+
export class ContainerPruneCommand extends commands.ContainerPruneCommand {
46+
static responseSchema = schemas.containerPruneCommandResponseSchema;
47+
}
48+
49+
export class ImageListCommand extends commands.ImageListCommand {
50+
static responseSchema = schemas.imageListCommandResponseSchema;
51+
}
52+
53+
export class BuildPruneCommand extends commands.BuildPruneCommand {
54+
static responseSchema = schemas.buildPruneCommandResponseSchema;
55+
}
56+
57+
export class ImageInspectCommand extends commands.ImageInspectCommand {
58+
static responseSchema = schemas.imageInspectCommandResponseSchema;
59+
}
60+
61+
export class ImageHistoryCommand extends commands.ImageHistoryCommand {
62+
static responseSchema = schemas.imageHistoryCommandResponseSchema;
63+
}
64+
65+
export class ImageDeleteCommand extends commands.ImageDeleteCommand {
66+
static responseSchema = schemas.imageDeleteCommandResponseSchema;
67+
}
68+
69+
export class ImageSearchCommand extends commands.ImageSearchCommand {
70+
static responseSchema = schemas.imageSearchCommandResponseSchema;
71+
}
72+
73+
export class ImagePruneCommand extends commands.ImagePruneCommand {
74+
static responseSchema = schemas.imagePruneCommandResponseSchema;
75+
}
76+
77+
export class SystemAuthCommand extends commands.SystemAuthCommand {
78+
static responseSchema = schemas.systemAuthCommandResponseSchema;
79+
}
80+
81+
export class SystemInfoCommand extends commands.SystemInfoCommand {
82+
static responseSchema = schemas.systemInfoCommandResponseSchema;
83+
}
84+
85+
export class SystemVersionCommand extends commands.SystemVersionCommand {
86+
static responseSchema = schemas.systemVersionCommandResponseSchema;
87+
}
88+
89+
export class ImageCommitCommand extends commands.ImageCommitCommand {
90+
static responseSchema = schemas.imageCommitCommandResponseSchema;
91+
}
92+
93+
export class SystemEventsCommand extends commands.SystemEventsCommand {
94+
static responseSchema = schemas.systemEventsCommandResponseSchema;
95+
}
96+
97+
export class SystemDataUsageCommand extends commands.SystemDataUsageCommand {
98+
static responseSchema = schemas.systemDataUsageCommandResponseSchema;
99+
}
100+
101+
export class ContainerExecCommand extends commands.ContainerExecCommand {
102+
static responseSchema = schemas.containerExecCommandResponseSchema;
103+
}
104+
105+
export class ExecInspectCommand extends commands.ExecInspectCommand {
106+
static responseSchema = schemas.execInspectCommandResponseSchema;
107+
}
108+
109+
export class VolumeListCommand extends commands.VolumeListCommand {
110+
static responseSchema = schemas.volumeListCommandResponseSchema;
111+
}
112+
113+
export class VolumeCreateCommand extends commands.VolumeCreateCommand {
114+
static responseSchema = schemas.volumeCreateCommandResponseSchema;
115+
}
116+
117+
export class VolumeInspectCommand extends commands.VolumeInspectCommand {
118+
static responseSchema = schemas.volumeInspectCommandResponseSchema;
119+
}
120+
121+
export class VolumePruneCommand extends commands.VolumePruneCommand {
122+
static responseSchema = schemas.volumePruneCommandResponseSchema;
123+
}
124+
125+
export class NetworkListCommand extends commands.NetworkListCommand {
126+
static responseSchema = schemas.networkListCommandResponseSchema;
127+
}
128+
129+
export class NetworkInspectCommand extends commands.NetworkInspectCommand {
130+
static responseSchema = schemas.networkInspectCommandResponseSchema;
131+
}
132+
133+
export class NetworkCreateCommand extends commands.NetworkCreateCommand {
134+
static responseSchema = schemas.networkCreateCommandResponseSchema;
135+
}
136+
137+
export class NetworkPruneCommand extends commands.NetworkPruneCommand {
138+
static responseSchema = schemas.networkPruneCommandResponseSchema;
139+
}
140+
141+
export class PluginListCommand extends commands.PluginListCommand {
142+
static responseSchema = schemas.pluginListCommandResponseSchema;
143+
}
144+
145+
export class GetPluginPrivilegesCommand
146+
extends commands.GetPluginPrivilegesCommand
147+
{
148+
static responseSchema = schemas.getPluginPrivilegesCommandResponseSchema;
149+
}
150+
151+
export class PluginInspectCommand extends commands.PluginInspectCommand {
152+
static responseSchema = schemas.pluginInspectCommandResponseSchema;
153+
}
154+
155+
export class PluginDeleteCommand extends commands.PluginDeleteCommand {
156+
static responseSchema = schemas.pluginDeleteCommandResponseSchema;
157+
}
158+
159+
export class NodeListCommand extends commands.NodeListCommand {
160+
static responseSchema = schemas.nodeListCommandResponseSchema;
161+
}
162+
163+
export class NodeInspectCommand extends commands.NodeInspectCommand {
164+
static responseSchema = schemas.nodeInspectCommandResponseSchema;
165+
}
166+
167+
export class SwarmInspectCommand extends commands.SwarmInspectCommand {
168+
static responseSchema = schemas.swarmInspectCommandResponseSchema;
169+
}
170+
171+
export class SwarmInitCommand extends commands.SwarmInitCommand {
172+
static responseSchema = schemas.swarmInitCommandResponseSchema;
173+
}
174+
175+
export class SwarmUnlockkeyCommand extends commands.SwarmUnlockkeyCommand {
176+
static responseSchema = schemas.swarmUnlockkeyCommandResponseSchema;
177+
}
178+
179+
export class ServiceListCommand extends commands.ServiceListCommand {
180+
static responseSchema = schemas.serviceListCommandResponseSchema;
181+
}
182+
183+
export class ServiceCreateCommand extends commands.ServiceCreateCommand {
184+
static responseSchema = schemas.serviceCreateCommandResponseSchema;
185+
}
186+
187+
export class ServiceInspectCommand extends commands.ServiceInspectCommand {
188+
static responseSchema = schemas.serviceInspectCommandResponseSchema;
189+
}
190+
191+
export class ServiceUpdateCommand extends commands.ServiceUpdateCommand {
192+
static responseSchema = schemas.serviceUpdateCommandResponseSchema;
193+
}
194+
195+
export class TaskListCommand extends commands.TaskListCommand {
196+
static responseSchema = schemas.taskListCommandResponseSchema;
197+
}
198+
199+
export class TaskInspectCommand extends commands.TaskInspectCommand {
200+
static responseSchema = schemas.taskInspectCommandResponseSchema;
201+
}
202+
203+
export class SecretListCommand extends commands.SecretListCommand {
204+
static responseSchema = schemas.secretListCommandResponseSchema;
205+
}
206+
207+
export class SecretCreateCommand extends commands.SecretCreateCommand {
208+
static responseSchema = schemas.secretCreateCommandResponseSchema;
209+
}
210+
211+
export class SecretInspectCommand extends commands.SecretInspectCommand {
212+
static responseSchema = schemas.secretInspectCommandResponseSchema;
213+
}
214+
215+
export class ConfigListCommand extends commands.ConfigListCommand {
216+
static responseSchema = schemas.configListCommandResponseSchema;
217+
}
218+
219+
export class ConfigCreateCommand extends commands.ConfigCreateCommand {
220+
static responseSchema = schemas.configCreateCommandResponseSchema;
221+
}
222+
223+
export class ConfigInspectCommand extends commands.ConfigInspectCommand {
224+
static responseSchema = schemas.configInspectCommandResponseSchema;
225+
}
226+
227+
export class DistributionInspectCommand
228+
extends commands.DistributionInspectCommand
229+
{
230+
static responseSchema = schemas.distributionInspectCommandResponseSchema;
231+
}
232+
233+
export {
234+
ConfigDeleteCommand,
235+
ConfigUpdateCommand,
236+
ContainerArchiveCommand,
237+
ContainerArchiveInfoCommand,
238+
ContainerAttachCommand,
239+
ContainerAttachWebsocketCommand,
240+
ContainerDeleteCommand,
241+
ContainerExportCommand,
242+
ContainerKillCommand,
243+
ContainerLogsCommand,
244+
ContainerPauseCommand,
245+
ContainerRenameCommand,
246+
ContainerResizeCommand,
247+
ContainerRestartCommand,
248+
ContainerStartCommand,
249+
ContainerStopCommand,
250+
ContainerUnpauseCommand,
251+
ExecResizeCommand,
252+
ExecStartCommand,
253+
ImageBuildCommand,
254+
ImageCreateCommand,
255+
ImageGetAllCommand,
256+
ImageGetCommand,
257+
ImageLoadCommand,
258+
ImagePushCommand,
259+
ImageTagCommand,
260+
NetworkConnectCommand,
261+
NetworkDeleteCommand,
262+
NetworkDisconnectCommand,
263+
NodeDeleteCommand,
264+
NodeUpdateCommand,
265+
PluginCreateCommand,
266+
PluginDisableCommand,
267+
PluginEnableCommand,
268+
PluginPullCommand,
269+
PluginPushCommand,
270+
PluginSetCommand,
271+
PluginUpgradeCommand,
272+
PutContainerArchiveCommand,
273+
SecretDeleteCommand,
274+
SecretUpdateCommand,
275+
ServiceDeleteCommand,
276+
ServiceLogsCommand,
277+
SessionCommand,
278+
SwarmJoinCommand,
279+
SwarmLeaveCommand,
280+
SwarmUnlockCommand,
281+
SwarmUpdateCommand,
282+
SystemPingCommand,
283+
SystemPingHeadCommand,
284+
TaskLogsCommand,
285+
VolumeDeleteCommand,
286+
VolumeUpdateCommand,
287+
} from "./commands.js";

0 commit comments

Comments
 (0)