Skip to content

Commit de4d6b6

Browse files
author
devexperience
committed
Generated version 1.1.0
This commit was automatically created by a GitHub Action to generate version 1.1.0 of this library.
1 parent 2b9f91c commit de4d6b6

8 files changed

Lines changed: 51 additions & 11 deletions

File tree

MX.Platform.CSharp.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{DE85C471-CB61-419C-AEC0-3DE4BB8B97D3}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{1853EA0C-5455-464F-8A34-5FF45B340F54}"
66
EndProject
77
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}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{DE85C471-CB61-419C-AEC0-3DE4BB8B97D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{DE85C471-CB61-419C-AEC0-3DE4BB8B97D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{DE85C471-CB61-419C-AEC0-3DE4BB8B97D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{DE85C471-CB61-419C-AEC0-3DE4BB8B97D3}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{1853EA0C-5455-464F-8A34-5FF45B340F54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{1853EA0C-5455-464F-8A34-5FF45B340F54}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{1853EA0C-5455-464F-8A34-5FF45B340F54}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{1853EA0C-5455-464F-8A34-5FF45B340F54}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

api/openapi.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8749,6 +8749,16 @@ components:
87498749
example: 2016-10-13T17:57:38.000Z
87508750
nullable: true
87518751
type: string
8752+
use_cases:
8753+
example:
8754+
- PFM
8755+
- IAV
8756+
items:
8757+
example: PFM
8758+
nullable: false
8759+
type: string
8760+
nullable: true
8761+
type: array
87528762
user_guid:
87538763
example: USR-fa7537f3-48aa-a683-a02a-b18940482f54
87548764
nullable: true

docs/MemberResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Name | Type | Description | Notes
2020
**Name** | **string** | | [optional]
2121
**OauthWindowUri** | **string** | | [optional]
2222
**SuccessfullyAggregatedAt** | **string** | | [optional]
23+
**UseCases** | **List<string>** | | [optional]
2324
**UserGuid** | **string** | | [optional]
2425
**UserId** | **string** | | [optional]
2526

openapi/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
packageName: MX.Platform.CSharp
3-
packageVersion: 1.0.0
3+
packageVersion: 1.1.0

src/MX.Platform.CSharp.Test/Model/MemberResponseTests.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,15 @@ public void SuccessfullyAggregatedAtTest()
198198
// TODO unit test for the property 'SuccessfullyAggregatedAt'
199199
}
200200

201+
/// <summary>
202+
/// Test the property 'UseCases'
203+
/// </summary>
204+
[Fact]
205+
public void UseCasesTest()
206+
{
207+
// TODO unit test for the property 'UseCases'
208+
}
209+
201210
/// <summary>
202211
/// Test the property 'UserGuid'
203212
/// </summary>

src/MX.Platform.CSharp/Client/Configuration.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class Configuration : IReadableConfiguration
3333
/// Version of the package.
3434
/// </summary>
3535
/// <value>Version of the package.</value>
36-
public const string Version = "1.0.0";
36+
public const string Version = "1.1.0";
3737

3838
/// <summary>
3939
/// Identifier for ISO 8601 DateTime Format
@@ -117,7 +117,7 @@ public class Configuration : IReadableConfiguration
117117
public Configuration()
118118
{
119119
Proxy = null;
120-
UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/1.0.0/csharp");
120+
UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/1.1.0/csharp");
121121
BasePath = "https://api.mx.com";
122122
DefaultHeaders = new ConcurrentDictionary<string, string>();
123123
ApiKey = new ConcurrentDictionary<string, string>();
@@ -546,7 +546,7 @@ public static string ToDebugReport()
546546
report += " OS: " + System.Environment.OSVersion + "\n";
547547
report += " .NET Framework Version: " + System.Environment.Version + "\n";
548548
report += " Version of the API: 0.1.0\n";
549-
report += " SDK Package Version: 1.0.0\n";
549+
report += " SDK Package Version: 1.1.0\n";
550550

551551
return report;
552552
}

src/MX.Platform.CSharp/MX.Platform.CSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Description>A library generated from a OpenAPI doc</Description>
1313
<Copyright>No Copyright</Copyright>
1414
<RootNamespace>MX.Platform.CSharp</RootNamespace>
15-
<Version>1.0.0</Version>
15+
<Version>1.1.0</Version>
1616
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\MX.Platform.CSharp.xml</DocumentationFile>
1717
<RepositoryUrl>https://github.com/GIT_USER_ID/GIT_REPO_ID.git</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>

src/MX.Platform.CSharp/Model/MemberResponse.cs

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ public partial class MemberResponse : IEquatable<MemberResponse>, IValidatableOb
5050
/// <param name="name">name.</param>
5151
/// <param name="oauthWindowUri">oauthWindowUri.</param>
5252
/// <param name="successfullyAggregatedAt">successfullyAggregatedAt.</param>
53+
/// <param name="useCases">useCases.</param>
5354
/// <param name="userGuid">userGuid.</param>
5455
/// <param name="userId">userId.</param>
55-
public MemberResponse(string aggregatedAt = default(string), bool backgroundAggregationIsDisabled = default(bool), string connectionStatus = default(string), string guid = default(string), string id = default(string), string institutionCode = default(string), bool? isBeingAggregated = default(bool?), bool? isManagedByUser = default(bool?), bool? isManual = default(bool?), bool? isOauth = default(bool?), string metadata = default(string), string mostRecentJobDetailCode = default(string), string mostRecentJobDetailText = default(string), string name = default(string), string oauthWindowUri = default(string), string successfullyAggregatedAt = default(string), string userGuid = default(string), string userId = default(string))
56+
public MemberResponse(string aggregatedAt = default(string), bool backgroundAggregationIsDisabled = default(bool), string connectionStatus = default(string), string guid = default(string), string id = default(string), string institutionCode = default(string), bool? isBeingAggregated = default(bool?), bool? isManagedByUser = default(bool?), bool? isManual = default(bool?), bool? isOauth = default(bool?), string metadata = default(string), string mostRecentJobDetailCode = default(string), string mostRecentJobDetailText = default(string), string name = default(string), string oauthWindowUri = default(string), string successfullyAggregatedAt = default(string), List<string> useCases = default(List<string>), string userGuid = default(string), string userId = default(string))
5657
{
5758
this.AggregatedAt = aggregatedAt;
5859
this.BackgroundAggregationIsDisabled = backgroundAggregationIsDisabled;
@@ -70,6 +71,7 @@ public partial class MemberResponse : IEquatable<MemberResponse>, IValidatableOb
7071
this.Name = name;
7172
this.OauthWindowUri = oauthWindowUri;
7273
this.SuccessfullyAggregatedAt = successfullyAggregatedAt;
74+
this.UseCases = useCases;
7375
this.UserGuid = userGuid;
7476
this.UserId = userId;
7577
}
@@ -186,6 +188,13 @@ public partial class MemberResponse : IEquatable<MemberResponse>, IValidatableOb
186188
[DataMember(Name = "successfully_aggregated_at", EmitDefaultValue = true)]
187189
public string SuccessfullyAggregatedAt { get; set; }
188190

191+
/// <summary>
192+
/// Gets or Sets UseCases
193+
/// </summary>
194+
/// <example>[&quot;PFM&quot;,&quot;IAV&quot;]</example>
195+
[DataMember(Name = "use_cases", EmitDefaultValue = true)]
196+
public List<string> UseCases { get; set; }
197+
189198
/// <summary>
190199
/// Gets or Sets UserGuid
191200
/// </summary>
@@ -224,6 +233,7 @@ public override string ToString()
224233
sb.Append(" Name: ").Append(Name).Append("\n");
225234
sb.Append(" OauthWindowUri: ").Append(OauthWindowUri).Append("\n");
226235
sb.Append(" SuccessfullyAggregatedAt: ").Append(SuccessfullyAggregatedAt).Append("\n");
236+
sb.Append(" UseCases: ").Append(UseCases).Append("\n");
227237
sb.Append(" UserGuid: ").Append(UserGuid).Append("\n");
228238
sb.Append(" UserId: ").Append(UserId).Append("\n");
229239
sb.Append("}\n");
@@ -340,6 +350,12 @@ public bool Equals(MemberResponse input)
340350
(this.SuccessfullyAggregatedAt != null &&
341351
this.SuccessfullyAggregatedAt.Equals(input.SuccessfullyAggregatedAt))
342352
) &&
353+
(
354+
this.UseCases == input.UseCases ||
355+
this.UseCases != null &&
356+
input.UseCases != null &&
357+
this.UseCases.SequenceEqual(input.UseCases)
358+
) &&
343359
(
344360
this.UserGuid == input.UserGuid ||
345361
(this.UserGuid != null &&
@@ -422,6 +438,10 @@ public override int GetHashCode()
422438
{
423439
hashCode = (hashCode * 59) + this.SuccessfullyAggregatedAt.GetHashCode();
424440
}
441+
if (this.UseCases != null)
442+
{
443+
hashCode = (hashCode * 59) + this.UseCases.GetHashCode();
444+
}
425445
if (this.UserGuid != null)
426446
{
427447
hashCode = (hashCode * 59) + this.UserGuid.GetHashCode();

0 commit comments

Comments
 (0)