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 @@ -315,7 +315,7 @@ partial void ProcessGetModelResponseContent(
retryReason: global::System.String.Empty,
cancellationToken: __effectiveCancellationToken)).ConfigureAwait(false);
}
//
//
if ((int)__response.StatusCode == 404)
{
string? __content_404 = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ partial void ProcessPostRenderResponseContent(
/// The output format, render range and type of media to generate. For all formats except `mp3`, either `resolution` or `size` (with both `width` and `height`) must be specified.
/// </param>
/// <param name="merge">
/// An array of key/value pairs that provides an easy way to create templates with placeholders. The placeholders can be used to find and replace keys with values. For example you can search for the placeholder `{{NAME}}` and replace it with the value `Jane`.
/// An array of key/value pairs that provides an easy way to create templates with placeholders. The placeholders can be used to find and replace keys with values. For example you can search for the placeholder `{{NAME}}` and replace it with the value `Jane`.
/// </param>
/// <param name="callback">
/// An optional webhook callback URL used to receive status notifications when a render completes or fails. Notifications are also sent when a rendered video is sent to an output [destination](https://shotstack.io/docs/guide/serving-assets/destinations/).<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ partial void ProcessPostTemplateRenderResponseContent(
/// Example: f5493c17-d01f-445c-bb49-535fae65f219
/// </param>
/// <param name="merge">
/// An array of key/value pairs that provides an easy way to create templates with placeholders. The placeholders can be used to find and replace keys with values. For example you can search for the placeholder `{{NAME}}` and replace it with the value `Jane`.
/// An array of key/value pairs that provides an easy way to create templates with placeholders. The placeholders can be used to find and replace keys with values. For example you can search for the placeholder `{{NAME}}` and replace it with the value `Jane`.
/// </param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
Expand Down
4 changes: 2 additions & 2 deletions src/libs/Shotstack/Generated/Shotstack.EditClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Shotstack
public sealed partial class EditClient : global::Shotstack.IEditClient, global::System.IDisposable
{
/// <summary>
///
///
/// </summary>
public const string DefaultBaseUrl = "https://api.shotstack.io/";

Expand All @@ -38,7 +38,7 @@ public sealed partial class EditClient : global::Shotstack.IEditClient, global::
internal global::System.Lazy<global::System.Text.Json.Serialization.JsonSerializerContext> JsonSerializerContextProvider { get; set; } = new(() => global::Shotstack.SourceGenerationContext.Default);

/// <summary>
///
///
/// </summary>
public global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public partial interface IEditClient
/// The output format, render range and type of media to generate. For all formats except `mp3`, either `resolution` or `size` (with both `width` and `height`) must be specified.
/// </param>
/// <param name="merge">
/// An array of key/value pairs that provides an easy way to create templates with placeholders. The placeholders can be used to find and replace keys with values. For example you can search for the placeholder `{{NAME}}` and replace it with the value `Jane`.
/// An array of key/value pairs that provides an easy way to create templates with placeholders. The placeholders can be used to find and replace keys with values. For example you can search for the placeholder `{{NAME}}` and replace it with the value `Jane`.
/// </param>
/// <param name="callback">
/// An optional webhook callback URL used to receive status notifications when a render completes or fails. Notifications are also sent when a rendered video is sent to an output [destination](https://shotstack.io/docs/guide/serving-assets/destinations/).<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public partial interface IEditClient
/// Example: f5493c17-d01f-445c-bb49-535fae65f219
/// </param>
/// <param name="merge">
/// An array of key/value pairs that provides an easy way to create templates with placeholders. The placeholders can be used to find and replace keys with values. For example you can search for the placeholder `{{NAME}}` and replace it with the value `Jane`.
/// An array of key/value pairs that provides an easy way to create templates with placeholders. The placeholders can be used to find and replace keys with values. For example you can search for the placeholder `{{NAME}}` and replace it with the value `Jane`.
/// </param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Shotstack/Generated/Shotstack.IEditClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public partial interface IEditClient : global::System.IDisposable


/// <summary>
///
///
/// </summary>
global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion src/libs/Shotstack/Generated/Shotstack.IIngestClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public partial interface IIngestClient : global::System.IDisposable


/// <summary>
///
///
/// </summary>
global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion src/libs/Shotstack/Generated/Shotstack.IServeClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public partial interface IServeClient : global::System.IDisposable


/// <summary>
///
///
/// </summary>
global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Shotstack
public partial interface IShotstackClient
{
/// <summary>
///
///
/// </summary>

public void AuthorizeUsingAuthorization(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public partial interface IShotstackClient : global::System.IDisposable


/// <summary>
///
///
/// </summary>
global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; }

Expand Down
4 changes: 2 additions & 2 deletions src/libs/Shotstack/Generated/Shotstack.IngestClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Shotstack
public sealed partial class IngestClient : global::Shotstack.IIngestClient, global::System.IDisposable
{
/// <summary>
///
///
/// </summary>
public const string DefaultBaseUrl = "https://api.shotstack.io/";

Expand All @@ -38,7 +38,7 @@ public sealed partial class IngestClient : global::Shotstack.IIngestClient, glob
internal global::System.Lazy<global::System.Text.Json.Serialization.JsonSerializerContext> JsonSerializerContextProvider { get; set; } = new(() => global::Shotstack.SourceGenerationContext.Default);

/// <summary>
///
///
/// </summary>
public global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class AssetDiscriminatorTypeJsonConverter : global::System.Text.Js
{
return global::Shotstack.AssetDiscriminatorTypeExtensions.ToEnum(stringValue) ?? default;
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class AssetDiscriminatorTypeNullableJsonConverter : global::System
{
return global::Shotstack.AssetDiscriminatorTypeExtensions.ToEnum(stringValue);
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class AssetResponseAttributesStatusJsonConverter : global::System.
{
return global::Shotstack.AssetResponseAttributesStatusExtensions.ToEnum(stringValue) ?? default;
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class AssetResponseAttributesStatusNullableJsonConverter : global:
{
return global::Shotstack.AssetResponseAttributesStatusExtensions.ToEnum(stringValue);
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class AudioAssetEffectJsonConverter : global::System.Text.Json.Ser
{
return global::Shotstack.AudioAssetEffectExtensions.ToEnum(stringValue) ?? default;
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class AudioAssetEffectNullableJsonConverter : global::System.Text.
{
return global::Shotstack.AudioAssetEffectExtensions.ToEnum(stringValue);
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class AudioAssetTypeJsonConverter : global::System.Text.Json.Seria
{
return global::Shotstack.AudioAssetTypeExtensions.ToEnum(stringValue) ?? default;
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class AudioAssetTypeNullableJsonConverter : global::System.Text.Js
{
return global::Shotstack.AudioAssetTypeExtensions.ToEnum(stringValue);
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class CaptionAssetTypeJsonConverter : global::System.Text.Json.Ser
{
return global::Shotstack.CaptionAssetTypeExtensions.ToEnum(stringValue) ?? default;
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class CaptionAssetTypeNullableJsonConverter : global::System.Text.
{
return global::Shotstack.CaptionAssetTypeExtensions.ToEnum(stringValue);
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class ClipEffectJsonConverter : global::System.Text.Json.Serializa
{
return global::Shotstack.ClipEffectExtensions.ToEnum(stringValue) ?? default;
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class ClipEffectNullableJsonConverter : global::System.Text.Json.S
{
return global::Shotstack.ClipEffectExtensions.ToEnum(stringValue);
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class ClipFilterJsonConverter : global::System.Text.Json.Serializa
{
return global::Shotstack.ClipFilterExtensions.ToEnum(stringValue) ?? default;
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class ClipFilterNullableJsonConverter : global::System.Text.Json.S
{
return global::Shotstack.ClipFilterExtensions.ToEnum(stringValue);
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class ClipFitJsonConverter : global::System.Text.Json.Serializatio
{
return global::Shotstack.ClipFitExtensions.ToEnum(stringValue) ?? default;
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class ClipFitNullableJsonConverter : global::System.Text.Json.Seri
{
return global::Shotstack.ClipFitExtensions.ToEnum(stringValue);
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class ClipPositionJsonConverter : global::System.Text.Json.Seriali
{
return global::Shotstack.ClipPositionExtensions.ToEnum(stringValue) ?? default;
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class ClipPositionNullableJsonConverter : global::System.Text.Json
{
return global::Shotstack.ClipPositionExtensions.ToEnum(stringValue);
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class DolbyEnhancementOptionsPresetJsonConverter : global::System.
{
return global::Shotstack.DolbyEnhancementOptionsPresetExtensions.ToEnum(stringValue) ?? default;
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class DolbyEnhancementOptionsPresetNullableJsonConverter : global:
{
return global::Shotstack.DolbyEnhancementOptionsPresetExtensions.ToEnum(stringValue);
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class EditDiskJsonConverter : global::System.Text.Json.Serializati
{
return global::Shotstack.EditDiskExtensions.ToEnum(stringValue) ?? default;
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class EditDiskNullableJsonConverter : global::System.Text.Json.Ser
{
return global::Shotstack.EditDiskExtensions.ToEnum(stringValue);
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class EditInstanceJsonConverter : global::System.Text.Json.Seriali
{
return global::Shotstack.EditInstanceExtensions.ToEnum(stringValue) ?? default;
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class EditInstanceNullableJsonConverter : global::System.Text.Json
{
return global::Shotstack.EditInstanceExtensions.ToEnum(stringValue);
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class GenerationModelPricingUnitJsonConverter : global::System.Tex
{
return global::Shotstack.GenerationModelPricingUnitExtensions.ToEnum(stringValue) ?? default;
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class GenerationModelPricingUnitNullableJsonConverter : global::Sy
{
return global::Shotstack.GenerationModelPricingUnitExtensions.ToEnum(stringValue);
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class GenerationModelTypeJsonConverter : global::System.Text.Json.
{
return global::Shotstack.GenerationModelTypeExtensions.ToEnum(stringValue) ?? default;
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class GenerationModelTypeNullableJsonConverter : global::System.Te
{
return global::Shotstack.GenerationModelTypeExtensions.ToEnum(stringValue);
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class GenerationResponseStatusJsonConverter : global::System.Text.
{
return global::Shotstack.GenerationResponseStatusExtensions.ToEnum(stringValue) ?? default;
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public sealed class GenerationResponseStatusNullableJsonConverter : global::Syst
{
return global::Shotstack.GenerationResponseStatusExtensions.ToEnum(stringValue);
}

break;
}
case global::System.Text.Json.JsonTokenType.Number:
Expand Down
Loading