Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ partial void ProcessListImageTo3DTasksResponseContent(
__response.EnsureSuccessStatusCode();

return
global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask>), JsonSerializerContext) as global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask> ??
(global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask>?)global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask>), JsonSerializerContext) ??
throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" ");
}
catch (global::System.Exception __ex)
Expand Down Expand Up @@ -159,7 +159,7 @@ partial void ProcessListImageTo3DTasksResponseContent(
).ConfigureAwait(false);

return
await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask>), JsonSerializerContext).ConfigureAwait(false) as global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask> ??
(global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask>?)await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask>), JsonSerializerContext).ConfigureAwait(false) ??
throw new global::System.InvalidOperationException("Response deserialization failed.");
}
catch (global::System.Exception __ex)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ partial void ProcessListImageToImageTasksResponseContent(
__response.EnsureSuccessStatusCode();

return
global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.ImageToImageTask>), JsonSerializerContext) as global::System.Collections.Generic.IList<global::Meshy.ImageToImageTask> ??
(global::System.Collections.Generic.IList<global::Meshy.ImageToImageTask>?)global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.ImageToImageTask>), JsonSerializerContext) ??
throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" ");
}
catch (global::System.Exception __ex)
Expand Down Expand Up @@ -159,7 +159,7 @@ partial void ProcessListImageToImageTasksResponseContent(
).ConfigureAwait(false);

return
await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.ImageToImageTask>), JsonSerializerContext).ConfigureAwait(false) as global::System.Collections.Generic.IList<global::Meshy.ImageToImageTask> ??
(global::System.Collections.Generic.IList<global::Meshy.ImageToImageTask>?)await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.ImageToImageTask>), JsonSerializerContext).ConfigureAwait(false) ??
throw new global::System.InvalidOperationException("Response deserialization failed.");
}
catch (global::System.Exception __ex)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ partial void ProcessListMultiImageTo3DTasksResponseContent(
__response.EnsureSuccessStatusCode();

return
global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask>), JsonSerializerContext) as global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask> ??
(global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask>?)global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask>), JsonSerializerContext) ??
throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" ");
}
catch (global::System.Exception __ex)
Expand Down Expand Up @@ -159,7 +159,7 @@ partial void ProcessListMultiImageTo3DTasksResponseContent(
).ConfigureAwait(false);

return
await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask>), JsonSerializerContext).ConfigureAwait(false) as global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask> ??
(global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask>?)await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.ImageTo3DTask>), JsonSerializerContext).ConfigureAwait(false) ??
throw new global::System.InvalidOperationException("Response deserialization failed.");
}
catch (global::System.Exception __ex)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ partial void ProcessListRemeshTasksResponseContent(
__response.EnsureSuccessStatusCode();

return
global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.RemeshTask>), JsonSerializerContext) as global::System.Collections.Generic.IList<global::Meshy.RemeshTask> ??
(global::System.Collections.Generic.IList<global::Meshy.RemeshTask>?)global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.RemeshTask>), JsonSerializerContext) ??
throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" ");
}
catch (global::System.Exception __ex)
Expand Down Expand Up @@ -159,7 +159,7 @@ partial void ProcessListRemeshTasksResponseContent(
).ConfigureAwait(false);

return
await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.RemeshTask>), JsonSerializerContext).ConfigureAwait(false) as global::System.Collections.Generic.IList<global::Meshy.RemeshTask> ??
(global::System.Collections.Generic.IList<global::Meshy.RemeshTask>?)await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.RemeshTask>), JsonSerializerContext).ConfigureAwait(false) ??
throw new global::System.InvalidOperationException("Response deserialization failed.");
}
catch (global::System.Exception __ex)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ partial void ProcessListRetextureTasksResponseContent(
__response.EnsureSuccessStatusCode();

return
global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.RetextureTask>), JsonSerializerContext) as global::System.Collections.Generic.IList<global::Meshy.RetextureTask> ??
(global::System.Collections.Generic.IList<global::Meshy.RetextureTask>?)global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.RetextureTask>), JsonSerializerContext) ??
throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" ");
}
catch (global::System.Exception __ex)
Expand Down Expand Up @@ -159,7 +159,7 @@ partial void ProcessListRetextureTasksResponseContent(
).ConfigureAwait(false);

return
await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.RetextureTask>), JsonSerializerContext).ConfigureAwait(false) as global::System.Collections.Generic.IList<global::Meshy.RetextureTask> ??
(global::System.Collections.Generic.IList<global::Meshy.RetextureTask>?)await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.RetextureTask>), JsonSerializerContext).ConfigureAwait(false) ??
throw new global::System.InvalidOperationException("Response deserialization failed.");
}
catch (global::System.Exception __ex)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ partial void ProcessListTextTo3DTasksResponseContent(
__response.EnsureSuccessStatusCode();

return
global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.TextTo3DTask>), JsonSerializerContext) as global::System.Collections.Generic.IList<global::Meshy.TextTo3DTask> ??
(global::System.Collections.Generic.IList<global::Meshy.TextTo3DTask>?)global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.TextTo3DTask>), JsonSerializerContext) ??
throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" ");
}
catch (global::System.Exception __ex)
Expand Down Expand Up @@ -159,7 +159,7 @@ partial void ProcessListTextTo3DTasksResponseContent(
).ConfigureAwait(false);

return
await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.TextTo3DTask>), JsonSerializerContext).ConfigureAwait(false) as global::System.Collections.Generic.IList<global::Meshy.TextTo3DTask> ??
(global::System.Collections.Generic.IList<global::Meshy.TextTo3DTask>?)await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.TextTo3DTask>), JsonSerializerContext).ConfigureAwait(false) ??
throw new global::System.InvalidOperationException("Response deserialization failed.");
}
catch (global::System.Exception __ex)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ partial void ProcessListTextToImageTasksResponseContent(
__response.EnsureSuccessStatusCode();

return
global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.TextToImageTask>), JsonSerializerContext) as global::System.Collections.Generic.IList<global::Meshy.TextToImageTask> ??
(global::System.Collections.Generic.IList<global::Meshy.TextToImageTask>?)global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.TextToImageTask>), JsonSerializerContext) ??
throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" ");
}
catch (global::System.Exception __ex)
Expand Down Expand Up @@ -159,7 +159,7 @@ partial void ProcessListTextToImageTasksResponseContent(
).ConfigureAwait(false);

return
await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.TextToImageTask>), JsonSerializerContext).ConfigureAwait(false) as global::System.Collections.Generic.IList<global::Meshy.TextToImageTask> ??
(global::System.Collections.Generic.IList<global::Meshy.TextToImageTask>?)await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList<global::Meshy.TextToImageTask>), JsonSerializerContext).ConfigureAwait(false) ??
throw new global::System.InvalidOperationException("Response deserialization failed.");
}
catch (global::System.Exception __ex)
Expand Down