Skip to content

Commit

Permalink
Generated version 0.40.0
Browse files Browse the repository at this point in the history
This commit was automatically created by a GitHub Action to generate version 0.40.0 of this library.
  • Loading branch information
devexperience committed Nov 14, 2024
1 parent 0b10ce7 commit ffaf9ec
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
10 changes: 5 additions & 5 deletions MX.Platform.CSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{B47B6A14-CD00-4934-A64F-73C3E3DC30DE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{05B36DBE-E368-438F-8FB5-A1D3BBF33F9B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp.Test", "src\MX.Platform.CSharp.Test\MX.Platform.CSharp.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B47B6A14-CD00-4934-A64F-73C3E3DC30DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B47B6A14-CD00-4934-A64F-73C3E3DC30DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B47B6A14-CD00-4934-A64F-73C3E3DC30DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B47B6A14-CD00-4934-A64F-73C3E3DC30DE}.Release|Any CPU.Build.0 = Release|Any CPU
{05B36DBE-E368-438F-8FB5-A1D3BBF33F9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05B36DBE-E368-438F-8FB5-A1D3BBF33F9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05B36DBE-E368-438F-8FB5-A1D3BBF33F9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05B36DBE-E368-438F-8FB5-A1D3BBF33F9B}.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
6 changes: 6 additions & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2914,6 +2914,12 @@ paths:
metadata) and required parameters (credentials and institution_code)
required: true
responses:
"200":
content:
application/vnd.mx.api.v1+json:
schema:
$ref: '#/components/schemas/MemberResponseBody'
description: OK
"202":
content:
application/vnd.mx.api.v1+json:
Expand Down
1 change: 1 addition & 0 deletions docs/MxPlatformApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,7 @@ catch (ApiException e)
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **200** | OK | - |
| **202** | Accepted | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
Expand Down
2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
packageName: MX.Platform.CSharp
packageVersion: 0.39.0
packageVersion: 0.40.0
6 changes: 3 additions & 3 deletions src/MX.Platform.CSharp/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Configuration : IReadableConfiguration
/// Version of the package.
/// </summary>
/// <value>Version of the package.</value>
public const string Version = "0.39.0";
public const string Version = "0.40.0";

/// <summary>
/// Identifier for ISO 8601 DateTime Format
Expand Down Expand Up @@ -117,7 +117,7 @@ public class Configuration : IReadableConfiguration
public Configuration()
{
Proxy = null;
UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/0.39.0/csharp");
UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/0.40.0/csharp");
BasePath = "https://api.mx.com";
DefaultHeaders = new ConcurrentDictionary<string, string>();
ApiKey = new ConcurrentDictionary<string, string>();
Expand Down Expand Up @@ -546,7 +546,7 @@ public static string ToDebugReport()
report += " OS: " + System.Environment.OSVersion + "\n";
report += " .NET Framework Version: " + System.Environment.Version + "\n";
report += " Version of the API: 0.1.0\n";
report += " SDK Package Version: 0.39.0\n";
report += " SDK Package Version: 0.40.0\n";

return report;
}
Expand Down
2 changes: 1 addition & 1 deletion src/MX.Platform.CSharp/MX.Platform.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Description>A library generated from a OpenAPI doc</Description>
<Copyright>No Copyright</Copyright>
<RootNamespace>MX.Platform.CSharp</RootNamespace>
<Version>0.39.0</Version>
<Version>0.40.0</Version>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\MX.Platform.CSharp.xml</DocumentationFile>
<RepositoryUrl>https://github.com/GIT_USER_ID/GIT_REPO_ID.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit ffaf9ec

Please sign in to comment.