Skip to content

Commit

Permalink
[RELEASE] 1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 3, 2024
1 parent cf12ee7 commit 1b0614c
Show file tree
Hide file tree
Showing 38 changed files with 2,651 additions and 410 deletions.
10 changes: 5 additions & 5 deletions sdks-custodial/csharp/Beam.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Beam", "src\Beam\Beam.csproj", "{2A7BF5C6-C506-4264-9971-3FA1A5CA1D87}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Beam", "src\Beam\Beam.csproj", "{0B432609-FD40-4964-85E0-64A3DEC88B06}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2A7BF5C6-C506-4264-9971-3FA1A5CA1D87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A7BF5C6-C506-4264-9971-3FA1A5CA1D87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A7BF5C6-C506-4264-9971-3FA1A5CA1D87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A7BF5C6-C506-4264-9971-3FA1A5CA1D87}.Release|Any CPU.Build.0 = Release|Any CPU
{0B432609-FD40-4964-85E0-64A3DEC88B06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B432609-FD40-4964-85E0-64A3DEC88B06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B432609-FD40-4964-85E0-64A3DEC88B06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B432609-FD40-4964-85E0-64A3DEC88B06}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion sdks-custodial/typescript-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"form-data": "^4.0.0",
"node-fetch": "^3.3.1"
},
"version": "1.1.17"
"version": "1.1.18"
}
10 changes: 5 additions & 5 deletions sdks-self-custody/csharp/BeamSelfCustody.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeamSelfCustody", "src\BeamSelfCustody\BeamSelfCustody.csproj", "{05F751F1-29B2-4D8F-987F-96FD6B0A4CFD}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeamSelfCustody", "src\BeamSelfCustody\BeamSelfCustody.csproj", "{B99CDB91-B404-4C38-9A95-EFA8BD5184D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05F751F1-29B2-4D8F-987F-96FD6B0A4CFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05F751F1-29B2-4D8F-987F-96FD6B0A4CFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05F751F1-29B2-4D8F-987F-96FD6B0A4CFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05F751F1-29B2-4D8F-987F-96FD6B0A4CFD}.Release|Any CPU.Build.0 = Release|Any CPU
{B99CDB91-B404-4C38-9A95-EFA8BD5184D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B99CDB91-B404-4C38-9A95-EFA8BD5184D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B99CDB91-B404-4C38-9A95-EFA8BD5184D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B99CDB91-B404-4C38-9A95-EFA8BD5184D8}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
24 changes: 12 additions & 12 deletions sdks-self-custody/csharp/src/BeamSelfCustody/Api/AssetsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public interface IGetProfileNativeCurrencyV3ApiResponse : BeamSelfCustody.Client
/// <summary>
/// The <see cref="ITransferAssetV3ApiResponse"/>
/// </summary>
public interface ITransferAssetV3ApiResponse : BeamSelfCustody.Client.IApiResponse, ICreated<BeamSelfCustody.Model.OperationResponse?>
public interface ITransferAssetV3ApiResponse : BeamSelfCustody.Client.IApiResponse, ICreated<BeamSelfCustody.Model.CommonOperationResponse?>
{
/// <summary>
/// Returns true if the response is 201 Created
Expand All @@ -317,7 +317,7 @@ public interface ITransferAssetV3ApiResponse : BeamSelfCustody.Client.IApiRespon
/// <summary>
/// The <see cref="ITransferNativeTokenV3ApiResponse"/>
/// </summary>
public interface ITransferNativeTokenV3ApiResponse : BeamSelfCustody.Client.IApiResponse, ICreated<BeamSelfCustody.Model.OperationResponse?>
public interface ITransferNativeTokenV3ApiResponse : BeamSelfCustody.Client.IApiResponse, ICreated<BeamSelfCustody.Model.CommonOperationResponse?>
{
/// <summary>
/// Returns true if the response is 201 Created
Expand All @@ -329,7 +329,7 @@ public interface ITransferNativeTokenV3ApiResponse : BeamSelfCustody.Client.IApi
/// <summary>
/// The <see cref="ITransferTokenV3ApiResponse"/>
/// </summary>
public interface ITransferTokenV3ApiResponse : BeamSelfCustody.Client.IApiResponse, ICreated<BeamSelfCustody.Model.OperationResponse?>
public interface ITransferTokenV3ApiResponse : BeamSelfCustody.Client.IApiResponse, ICreated<BeamSelfCustody.Model.CommonOperationResponse?>
{
/// <summary>
/// Returns true if the response is 201 Created
Expand Down Expand Up @@ -2015,11 +2015,11 @@ public TransferAssetV3ApiResponse(ILogger<TransferAssetV3ApiResponse> logger, Sy
/// Deserializes the response if the response is 201 Created
/// </summary>
/// <returns></returns>
public BeamSelfCustody.Model.OperationResponse? Created()
public BeamSelfCustody.Model.CommonOperationResponse? Created()
{
// This logic may be modified with the AsModel.mustache template
return IsCreated
? System.Text.Json.JsonSerializer.Deserialize<BeamSelfCustody.Model.OperationResponse>(RawContent, _jsonSerializerOptions)
? System.Text.Json.JsonSerializer.Deserialize<BeamSelfCustody.Model.CommonOperationResponse>(RawContent, _jsonSerializerOptions)
: null;
}

Expand All @@ -2028,7 +2028,7 @@ public TransferAssetV3ApiResponse(ILogger<TransferAssetV3ApiResponse> logger, Sy
/// </summary>
/// <param name="result"></param>
/// <returns></returns>
public bool TryCreated([NotNullWhen(true)]out BeamSelfCustody.Model.OperationResponse? result)
public bool TryCreated([NotNullWhen(true)]out BeamSelfCustody.Model.CommonOperationResponse? result)
{
result = null;

Expand Down Expand Up @@ -2265,11 +2265,11 @@ public TransferNativeTokenV3ApiResponse(ILogger<TransferNativeTokenV3ApiResponse
/// Deserializes the response if the response is 201 Created
/// </summary>
/// <returns></returns>
public BeamSelfCustody.Model.OperationResponse? Created()
public BeamSelfCustody.Model.CommonOperationResponse? Created()
{
// This logic may be modified with the AsModel.mustache template
return IsCreated
? System.Text.Json.JsonSerializer.Deserialize<BeamSelfCustody.Model.OperationResponse>(RawContent, _jsonSerializerOptions)
? System.Text.Json.JsonSerializer.Deserialize<BeamSelfCustody.Model.CommonOperationResponse>(RawContent, _jsonSerializerOptions)
: null;
}

Expand All @@ -2278,7 +2278,7 @@ public TransferNativeTokenV3ApiResponse(ILogger<TransferNativeTokenV3ApiResponse
/// </summary>
/// <param name="result"></param>
/// <returns></returns>
public bool TryCreated([NotNullWhen(true)]out BeamSelfCustody.Model.OperationResponse? result)
public bool TryCreated([NotNullWhen(true)]out BeamSelfCustody.Model.CommonOperationResponse? result)
{
result = null;

Expand Down Expand Up @@ -2515,11 +2515,11 @@ public TransferTokenV3ApiResponse(ILogger<TransferTokenV3ApiResponse> logger, Sy
/// Deserializes the response if the response is 201 Created
/// </summary>
/// <returns></returns>
public BeamSelfCustody.Model.OperationResponse? Created()
public BeamSelfCustody.Model.CommonOperationResponse? Created()
{
// This logic may be modified with the AsModel.mustache template
return IsCreated
? System.Text.Json.JsonSerializer.Deserialize<BeamSelfCustody.Model.OperationResponse>(RawContent, _jsonSerializerOptions)
? System.Text.Json.JsonSerializer.Deserialize<BeamSelfCustody.Model.CommonOperationResponse>(RawContent, _jsonSerializerOptions)
: null;
}

Expand All @@ -2528,7 +2528,7 @@ public TransferTokenV3ApiResponse(ILogger<TransferTokenV3ApiResponse> logger, Sy
/// </summary>
/// <param name="result"></param>
/// <returns></returns>
public bool TryCreated([NotNullWhen(true)]out BeamSelfCustody.Model.OperationResponse? result)
public bool TryCreated([NotNullWhen(true)]out BeamSelfCustody.Model.CommonOperationResponse? result)
{
result = null;

Expand Down
16 changes: 8 additions & 8 deletions sdks-self-custody/csharp/src/BeamSelfCustody/Api/ExchangeApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public interface IExchangeApi : IApi
/// <summary>
/// The <see cref="IConvertInputApiResponse"/>
/// </summary>
public interface IConvertInputApiResponse : BeamSelfCustody.Client.IApiResponse, IOk<BeamSelfCustody.Model.OperationResponse?>
public interface IConvertInputApiResponse : BeamSelfCustody.Client.IApiResponse, IOk<BeamSelfCustody.Model.CommonOperationResponse?>
{
/// <summary>
/// Returns true if the response is 200 Ok
Expand All @@ -159,7 +159,7 @@ public interface IConvertInputApiResponse : BeamSelfCustody.Client.IApiResponse,
/// <summary>
/// The <see cref="IConvertToOutputApiResponse"/>
/// </summary>
public interface IConvertToOutputApiResponse : BeamSelfCustody.Client.IApiResponse, IOk<BeamSelfCustody.Model.OperationResponse?>
public interface IConvertToOutputApiResponse : BeamSelfCustody.Client.IApiResponse, IOk<BeamSelfCustody.Model.CommonOperationResponse?>
{
/// <summary>
/// Returns true if the response is 200 Ok
Expand Down Expand Up @@ -536,11 +536,11 @@ public ConvertInputApiResponse(ILogger<ConvertInputApiResponse> logger, System.N
/// Deserializes the response if the response is 200 Ok
/// </summary>
/// <returns></returns>
public BeamSelfCustody.Model.OperationResponse? Ok()
public BeamSelfCustody.Model.CommonOperationResponse? Ok()
{
// This logic may be modified with the AsModel.mustache template
return IsOk
? System.Text.Json.JsonSerializer.Deserialize<BeamSelfCustody.Model.OperationResponse>(RawContent, _jsonSerializerOptions)
? System.Text.Json.JsonSerializer.Deserialize<BeamSelfCustody.Model.CommonOperationResponse>(RawContent, _jsonSerializerOptions)
: null;
}

Expand All @@ -549,7 +549,7 @@ public ConvertInputApiResponse(ILogger<ConvertInputApiResponse> logger, System.N
/// </summary>
/// <param name="result"></param>
/// <returns></returns>
public bool TryOk([NotNullWhen(true)]out BeamSelfCustody.Model.OperationResponse? result)
public bool TryOk([NotNullWhen(true)]out BeamSelfCustody.Model.CommonOperationResponse? result)
{
result = null;

Expand Down Expand Up @@ -786,11 +786,11 @@ public ConvertToOutputApiResponse(ILogger<ConvertToOutputApiResponse> logger, Sy
/// Deserializes the response if the response is 200 Ok
/// </summary>
/// <returns></returns>
public BeamSelfCustody.Model.OperationResponse? Ok()
public BeamSelfCustody.Model.CommonOperationResponse? Ok()
{
// This logic may be modified with the AsModel.mustache template
return IsOk
? System.Text.Json.JsonSerializer.Deserialize<BeamSelfCustody.Model.OperationResponse>(RawContent, _jsonSerializerOptions)
? System.Text.Json.JsonSerializer.Deserialize<BeamSelfCustody.Model.CommonOperationResponse>(RawContent, _jsonSerializerOptions)
: null;
}

Expand All @@ -799,7 +799,7 @@ public ConvertToOutputApiResponse(ILogger<ConvertToOutputApiResponse> logger, Sy
/// </summary>
/// <param name="result"></param>
/// <returns></returns>
public bool TryOk([NotNullWhen(true)]out BeamSelfCustody.Model.OperationResponse? result)
public bool TryOk([NotNullWhen(true)]out BeamSelfCustody.Model.CommonOperationResponse? result)
{
result = null;

Expand Down
Loading

0 comments on commit 1b0614c

Please sign in to comment.