mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-11 04:20:58 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.405.6
This commit is contained in:
@@ -82,16 +82,12 @@ export const GetBandwidthStatisticsRequest$inboundSchema: z.ZodType<
|
||||
z.ZodTypeDef,
|
||||
unknown
|
||||
> = z.object({
|
||||
Timespan: z.number().int().optional(),
|
||||
}).transform((v) => {
|
||||
return remap$(v, {
|
||||
"Timespan": "timespan",
|
||||
});
|
||||
timespan: z.number().int().optional(),
|
||||
});
|
||||
|
||||
/** @internal */
|
||||
export type GetBandwidthStatisticsRequest$Outbound = {
|
||||
Timespan?: number | undefined;
|
||||
timespan?: number | undefined;
|
||||
};
|
||||
|
||||
/** @internal */
|
||||
@@ -101,10 +97,6 @@ export const GetBandwidthStatisticsRequest$outboundSchema: z.ZodType<
|
||||
GetBandwidthStatisticsRequest
|
||||
> = z.object({
|
||||
timespan: z.number().int().optional(),
|
||||
}).transform((v) => {
|
||||
return remap$(v, {
|
||||
timespan: "Timespan",
|
||||
});
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
@@ -61,16 +61,12 @@ export const GetResourcesStatisticsRequest$inboundSchema: z.ZodType<
|
||||
z.ZodTypeDef,
|
||||
unknown
|
||||
> = z.object({
|
||||
Timespan: z.number().int().optional(),
|
||||
}).transform((v) => {
|
||||
return remap$(v, {
|
||||
"Timespan": "timespan",
|
||||
});
|
||||
timespan: z.number().int().optional(),
|
||||
});
|
||||
|
||||
/** @internal */
|
||||
export type GetResourcesStatisticsRequest$Outbound = {
|
||||
Timespan?: number | undefined;
|
||||
timespan?: number | undefined;
|
||||
};
|
||||
|
||||
/** @internal */
|
||||
@@ -80,10 +76,6 @@ export const GetResourcesStatisticsRequest$outboundSchema: z.ZodType<
|
||||
GetResourcesStatisticsRequest
|
||||
> = z.object({
|
||||
timespan: z.number().int().optional(),
|
||||
}).transform((v) => {
|
||||
return remap$(v, {
|
||||
timespan: "Timespan",
|
||||
});
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
@@ -83,16 +83,12 @@ export const GetStatisticsRequest$inboundSchema: z.ZodType<
|
||||
z.ZodTypeDef,
|
||||
unknown
|
||||
> = z.object({
|
||||
Timespan: z.number().int().optional(),
|
||||
}).transform((v) => {
|
||||
return remap$(v, {
|
||||
"Timespan": "timespan",
|
||||
});
|
||||
timespan: z.number().int().optional(),
|
||||
});
|
||||
|
||||
/** @internal */
|
||||
export type GetStatisticsRequest$Outbound = {
|
||||
Timespan?: number | undefined;
|
||||
timespan?: number | undefined;
|
||||
};
|
||||
|
||||
/** @internal */
|
||||
@@ -102,10 +98,6 @@ export const GetStatisticsRequest$outboundSchema: z.ZodType<
|
||||
GetStatisticsRequest
|
||||
> = z.object({
|
||||
timespan: z.number().int().optional(),
|
||||
}).transform((v) => {
|
||||
return remap$(v, {
|
||||
timespan: "Timespan",
|
||||
});
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user