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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
480 changes: 240 additions & 240 deletions src/libs/Runway/Generated/Runway..JsonSerializerContext.g.cs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ public partial interface IOrganizationClient
/// const usage = await client.organization.retrieveUsage();<br/>
/// console.log(usage);
/// </remarks>
global::System.Threading.Tasks.Task<global::Runway.Response24> CreateOrganizationUsageAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateOrganizationUsageResponse> CreateOrganizationUsageAsync(

global::Runway.Request11 request,
global::Runway.CreateOrganizationUsageRequest request,
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
Expand All @@ -42,7 +42,7 @@ public partial interface IOrganizationClient
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
global::System.Threading.Tasks.Task<global::Runway.Response24> CreateOrganizationUsageAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateOrganizationUsageResponse> CreateOrganizationUsageAsync(
string xRunwayVersion = "2024-11-06",
global::System.DateTime? startDate = default,
global::System.DateTime? beforeDate = default,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public partial interface IOrganizationClient
/// const details = await client.organization.retrieve();<br/>
/// console.log(details.creditBalance);
/// </remarks>
global::System.Threading.Tasks.Task<global::Runway.Response23> GetOrganizationAsync(
global::System.Threading.Tasks.Task<global::Runway.GetOrganizationResponse> GetOrganizationAsync(
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ public partial interface IStartGeneratingClient
/// .waitForTaskOutput();<br/>
/// console.log(task);
/// </remarks>
global::System.Threading.Tasks.Task<global::Runway.Response11> CreateCharacterPerformanceAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateCharacterPerformanceResponse> CreateCharacterPerformanceAsync(

global::Runway.Request5 request,
global::Runway.CreateCharacterPerformanceRequest request,
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
Expand All @@ -49,7 +49,7 @@ public partial interface IStartGeneratingClient
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
global::System.Threading.Tasks.Task<global::Runway.Response11> CreateCharacterPerformanceAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateCharacterPerformanceResponse> CreateCharacterPerformanceAsync(
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ public partial interface IStartGeneratingClient
/// .waitForTaskOutput();<br/>
/// console.log(task);
/// </remarks>
global::System.Threading.Tasks.Task<global::Runway.Response3> CreateImageToVideoAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateImageToVideoResponse> CreateImageToVideoAsync(

global::Runway.Request request,
global::Runway.CreateImageToVideoRequest request,
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
Expand All @@ -43,7 +43,7 @@ public partial interface IStartGeneratingClient
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
global::System.Threading.Tasks.Task<global::Runway.Response3> CreateImageToVideoAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateImageToVideoResponse> CreateImageToVideoAsync(
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ public partial interface IStartGeneratingClient
/// .waitForTaskOutput();<br/>
/// console.log(task);
/// </remarks>
global::System.Threading.Tasks.Task<global::Runway.Response13> CreateSoundEffectAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateSoundEffectResponse> CreateSoundEffectAsync(

global::Runway.Request6 request,
global::Runway.CreateSoundEffectRequest request,
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
Expand All @@ -43,7 +43,7 @@ public partial interface IStartGeneratingClient
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
global::System.Threading.Tasks.Task<global::Runway.Response13> CreateSoundEffectAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateSoundEffectResponse> CreateSoundEffectAsync(
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ public partial interface IStartGeneratingClient
/// .waitForTaskOutput();<br/>
/// console.log(videoTask);
/// </remarks>
global::System.Threading.Tasks.Task<global::Runway.Response15> CreateSpeechToSpeechAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateSpeechToSpeechResponse> CreateSpeechToSpeechAsync(

global::Runway.Request7 request,
global::Runway.CreateSpeechToSpeechRequest request,
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
Expand All @@ -62,7 +62,7 @@ public partial interface IStartGeneratingClient
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
global::System.Threading.Tasks.Task<global::Runway.Response15> CreateSpeechToSpeechAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateSpeechToSpeechResponse> CreateSpeechToSpeechAsync(
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ public partial interface IStartGeneratingClient
/// .waitForTaskOutput();<br/>
/// console.log(task);
/// </remarks>
global::System.Threading.Tasks.Task<global::Runway.Response9> CreateTextToImageAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateTextToImageResponse> CreateTextToImageAsync(

global::Runway.Request4 request,
global::Runway.CreateTextToImageRequest request,
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
Expand All @@ -42,7 +42,7 @@ public partial interface IStartGeneratingClient
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
global::System.Threading.Tasks.Task<global::Runway.Response9> CreateTextToImageAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateTextToImageResponse> CreateTextToImageAsync(
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ public partial interface IStartGeneratingClient
/// .waitForTaskOutput();<br/>
/// console.log(task);
/// </remarks>
global::System.Threading.Tasks.Task<global::Runway.Response17> CreateTextToSpeechAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateTextToSpeechResponse> CreateTextToSpeechAsync(

global::Runway.Request8 request,
global::Runway.CreateTextToSpeechRequest request,
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
Expand All @@ -45,7 +45,7 @@ public partial interface IStartGeneratingClient
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
global::System.Threading.Tasks.Task<global::Runway.Response17> CreateTextToSpeechAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateTextToSpeechResponse> CreateTextToSpeechAsync(
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ public partial interface IStartGeneratingClient
/// .waitForTaskOutput();<br/>
/// console.log(task);
/// </remarks>
global::System.Threading.Tasks.Task<global::Runway.Response5> CreateTextToVideoAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateTextToVideoResponse> CreateTextToVideoAsync(

global::Runway.Request2 request,
global::Runway.CreateTextToVideoRequest request,
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
Expand All @@ -43,7 +43,7 @@ public partial interface IStartGeneratingClient
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
global::System.Threading.Tasks.Task<global::Runway.Response5> CreateTextToVideoAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateTextToVideoResponse> CreateTextToVideoAsync(
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ public partial interface IStartGeneratingClient
/// .waitForTaskOutput();<br/>
/// console.log(task);
/// </remarks>
global::System.Threading.Tasks.Task<global::Runway.Response7> CreateVideoToVideoAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateVideoToVideoResponse> CreateVideoToVideoAsync(

global::Runway.Request3 request,
global::Runway.CreateVideoToVideoRequest request,
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
Expand All @@ -49,7 +49,7 @@ public partial interface IStartGeneratingClient
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
global::System.Threading.Tasks.Task<global::Runway.Response7> CreateVideoToVideoAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateVideoToVideoResponse> CreateVideoToVideoAsync(
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ public partial interface IStartGeneratingClient
/// .waitForTaskOutput();<br/>
/// console.log(task);
/// </remarks>
global::System.Threading.Tasks.Task<global::Runway.Response19> CreateVoiceDubbingAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateVoiceDubbingResponse> CreateVoiceDubbingAsync(

global::Runway.Request9 request,
global::Runway.CreateVoiceDubbingRequest request,
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
Expand All @@ -42,7 +42,7 @@ public partial interface IStartGeneratingClient
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
global::System.Threading.Tasks.Task<global::Runway.Response19> CreateVoiceDubbingAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateVoiceDubbingResponse> CreateVoiceDubbingAsync(
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ public partial interface IStartGeneratingClient
/// .waitForTaskOutput();<br/>
/// console.log(task);
/// </remarks>
global::System.Threading.Tasks.Task<global::Runway.Response21> CreateVoiceIsolationAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateVoiceIsolationResponse> CreateVoiceIsolationAsync(

global::Runway.Request10 request,
global::Runway.CreateVoiceIsolationRequest request,
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
Expand All @@ -41,7 +41,7 @@ public partial interface IStartGeneratingClient
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
global::System.Threading.Tasks.Task<global::Runway.Response21> CreateVoiceIsolationAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateVoiceIsolationResponse> CreateVoiceIsolationAsync(
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public partial interface ITaskManagementClient
/// .retrieve('17f20503-6c24-4c16-946b-35dbbce2af2f')<br/>
/// .waitForTaskOutput();
/// </remarks>
global::System.Threading.Tasks.Task<global::Runway.Response> GetTasksByIdAsync(
global::System.Threading.Tasks.Task<global::Runway.GetTasksResponse> GetTasksByIdAsync(
global::System.Guid id,
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ public partial interface IUploadsClient
/// .waitForTaskOutput();<br/>
/// console.log(task);
/// </remarks>
global::System.Threading.Tasks.Task<global::Runway.Response25> CreateUploadsAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateUploadsResponse> CreateUploadsAsync(

global::Runway.Request12 request,
global::Runway.CreateUploadsRequest request,
string xRunwayVersion = "2024-11-06",
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
Expand All @@ -61,10 +61,10 @@ public partial interface IUploadsClient
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
global::System.Threading.Tasks.Task<global::Runway.Response25> CreateUploadsAsync(
global::System.Threading.Tasks.Task<global::Runway.CreateUploadsResponse> CreateUploadsAsync(
string filename,
string xRunwayVersion = "2024-11-06",
global::Runway.RequestType type = default,
global::Runway.CreateUploadsRequestType type = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
Loading
Loading