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 @@ -337,7 +337,6 @@ partial void ProcessPostBatchResponseContent(
global::Ideogram.SamplingRequestParams? samplingRequestParams = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.InternalBatchRequest
{
UserPrompts = userPrompts,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ partial void ProcessCreateDatasetResponseContent(
string name,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.CreateDatasetRequest
{
Name = name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ partial void ProcessTrainDatasetModelResponseContent(
double? learningRate = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.TrainDatasetModelRequest
{
ModelName = modelName,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ partial void ProcessUploadDatasetAssetsResponseContent(
global::System.Collections.Generic.IList<byte[]> files,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.UploadDatasetAssetsRequest
{
Files = files,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ partial void ProcessPostEditImageResponseContent(
global::Ideogram.StyleType? styleType = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.EditImageRequest
{
ImageFile = imageFile,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ partial void ProcessPostEditImageV3ResponseContent(
global::System.Collections.Generic.IList<byte[]>? characterReferenceImagesMask = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.EditImageRequestV3
{
Image = image,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@ partial void ProcessPostGenerateDesignV3ResponseContent(
global::System.Collections.Generic.IList<byte[]>? referenceAssetImages = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.GenerateDesignRequestV3
{
Prompt = prompt,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ partial void ProcessPostGenerateImageResponseContent(
global::Ideogram.ImageRequest imageRequest,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.GenerateImageRequest
{
ImageRequest = imageRequest,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@ partial void ProcessPostGenerateImageV3ResponseContent(
global::System.Collections.Generic.IList<byte[]>? characterReferenceImagesMask = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.GenerateImageRequestV3
{
Prompt = prompt,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ partial void ProcessPostGenerateImageV3TransparentResponseContent(
string? customModelUri = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.GenerateTransparentImageRequestV3
{
Prompt = prompt,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ partial void ProcessPostGenerateImageV4ResponseContent(
int? seed = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.GenerateImageRequestV4
{
Prompt = prompt,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ partial void ProcessPostLayerizeDesignV3ResponseContent(
global::System.Collections.Generic.IList<byte[]>? referenceAssetImages = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.LayerizeDesignRequestV3
{
FlatGraphicImage = flatGraphicImage,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ partial void ProcessPostReframeImageResponseContent(
global::Ideogram.StyleType? styleType = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.ReframeImageRequest
{
ImageFile = imageFile,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ partial void ProcessPostReframeImageV3ResponseContent(
global::System.Collections.Generic.IList<byte[]>? styleReferenceImages = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.ReframeImageRequestV3
{
Image = image,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ partial void ProcessPostRemixImageResponseContent(
string imageFilename,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.RemixImageRequest
{
ImageRequest = imageRequest,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ partial void ProcessPostRemixImageV3ResponseContent(
global::System.Collections.Generic.IList<byte[]>? characterReferenceImagesMask = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.RemixImageRequestV3
{
Image = image,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ partial void ProcessPostReplaceBackgroundV3ResponseContent(
global::System.Collections.Generic.IList<byte[]>? styleReferenceImages = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.ReplaceBackgroundRequestV3
{
Image = image,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ partial void ProcessPostTryOnV3ResponseContent(
global::Ideogram.StylePresetV3? stylePreset = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.TryOnRequestV3
{
Image = image,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ partial void ProcessPostUpscaleImageResponseContent(
string imageFilename,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.UpscaleImageRequest
{
ImageRequest = imageRequest,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ partial void ProcessPostInternalTestingResponseContent(
global::Ideogram.InternalTestingEnumField? enumTypeField = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.InternalTestingRequest
{
XPosition = xPosition,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ partial void ProcessAddOrganizationMembersResponseContent(
global::System.Collections.Generic.IList<global::Ideogram.LiteOrganizationMember> members,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.AddOrganizationMembersRequest
{
Members = members,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ partial void ProcessPostAddCreditsForApiResponseContent(
global::Ideogram.Price amount,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.PostAddCreditsRequest
{
Amount = amount,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ partial void ProcessPostApiSubscriptionResponseContent(
bool? isActive = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.PostApiSubscriptionRequest
{
RechargeSettings = rechargeSettings,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ partial void ProcessPostApiTermsResponse(
string termsId,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.PostApiTermsRequest
{
TermsId = termsId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ partial void ProcessPromoteOrganizationMembersResponseContent(
global::System.Collections.Generic.IList<global::Ideogram.LiteOrganizationMember> members,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.PromoteOrganizationMembersRequest
{
Members = members,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ partial void ProcessRemoveOrganizationMembersResponseContent(
global::System.Collections.Generic.IList<global::Ideogram.LiteOrganizationMember> members,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.RemoveOrganizationMembersRequest
{
Members = members,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ partial void ProcessPostMagicPromptResponseContent(
string? systemPrompt = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.MagicPromptRequest
{
Prompt = prompt,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ partial void ProcessPostDescribeResponseContent(
global::Ideogram.DescribeModelVersion? describeModelVersion = default,
global::System.Threading.CancellationToken cancellationToken = default)
{

var __request = new global::Ideogram.DescribeRequest
{
ImageFile = imageFile,
Expand Down