Skip to content

Commit 05775e6

Browse files
author
devexperience
committed
Generated version 0.18.0
This commit was automatically created by a GitHub Action to generate version 0.18.0 of this library.
1 parent e1d4792 commit 05775e6

8 files changed

Lines changed: 28 additions & 28 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", "{EE2FAE8D-81B5-436D-BB79-DA5ECB86E59C}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{BEA106B9-A179-4BD3-BE6E-6DE8B58C35BC}"
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-
{EE2FAE8D-81B5-436D-BB79-DA5ECB86E59C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{EE2FAE8D-81B5-436D-BB79-DA5ECB86E59C}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{EE2FAE8D-81B5-436D-BB79-DA5ECB86E59C}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{EE2FAE8D-81B5-436D-BB79-DA5ECB86E59C}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{BEA106B9-A179-4BD3-BE6E-6DE8B58C35BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{BEA106B9-A179-4BD3-BE6E-6DE8B58C35BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{BEA106B9-A179-4BD3-BE6E-6DE8B58C35BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{BEA106B9-A179-4BD3-BE6E-6DE8B58C35BC}.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7278,7 +7278,7 @@ components:
72787278
type: object
72797279
SpendingPlansResponseBody:
72807280
properties:
7281-
iteration_items:
7281+
spending_plans:
72827282
items:
72837283
$ref: '#/components/schemas/SpendingPlanResponse'
72847284
type: array

docs/SpendingPlansResponseBody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**IterationItems** | [**List<SpendingPlanResponse>**](SpendingPlanResponse.md) | | [optional]
7+
**SpendingPlans** | [**List<SpendingPlanResponse>**](SpendingPlanResponse.md) | | [optional]
88
**Pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional]
99

1010
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

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: 0.17.1
3+
packageVersion: 0.18.0

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ public void SpendingPlansResponseBodyInstanceTest()
5555
}
5656

5757
/// <summary>
58-
/// Test the property 'IterationItems'
58+
/// Test the property 'SpendingPlans'
5959
/// </summary>
6060
[Fact]
61-
public void IterationItemsTest()
61+
public void SpendingPlansTest()
6262
{
63-
// TODO unit test for the property 'IterationItems'
63+
// TODO unit test for the property 'SpendingPlans'
6464
}
6565

6666
/// <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 = "0.17.1";
36+
public const string Version = "0.18.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/0.17.1/csharp");
120+
UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/0.18.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: 0.17.1\n";
549+
report += " SDK Package Version: 0.18.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>0.17.1</Version>
15+
<Version>0.18.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/SpendingPlansResponseBody.cs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ public partial class SpendingPlansResponseBody : IEquatable<SpendingPlansRespons
3434
/// <summary>
3535
/// Initializes a new instance of the <see cref="SpendingPlansResponseBody" /> class.
3636
/// </summary>
37-
/// <param name="iterationItems">iterationItems.</param>
37+
/// <param name="spendingPlans">spendingPlans.</param>
3838
/// <param name="pagination">pagination.</param>
39-
public SpendingPlansResponseBody(List<SpendingPlanResponse> iterationItems = default(List<SpendingPlanResponse>), PaginationResponse pagination = default(PaginationResponse))
39+
public SpendingPlansResponseBody(List<SpendingPlanResponse> spendingPlans = default(List<SpendingPlanResponse>), PaginationResponse pagination = default(PaginationResponse))
4040
{
41-
this.IterationItems = iterationItems;
41+
this.SpendingPlans = spendingPlans;
4242
this.Pagination = pagination;
4343
}
4444

4545
/// <summary>
46-
/// Gets or Sets IterationItems
46+
/// Gets or Sets SpendingPlans
4747
/// </summary>
48-
[DataMember(Name = "iteration_items", EmitDefaultValue = false)]
49-
public List<SpendingPlanResponse> IterationItems { get; set; }
48+
[DataMember(Name = "spending_plans", EmitDefaultValue = false)]
49+
public List<SpendingPlanResponse> SpendingPlans { get; set; }
5050

5151
/// <summary>
5252
/// Gets or Sets Pagination
@@ -62,7 +62,7 @@ public override string ToString()
6262
{
6363
StringBuilder sb = new StringBuilder();
6464
sb.Append("class SpendingPlansResponseBody {\n");
65-
sb.Append(" IterationItems: ").Append(IterationItems).Append("\n");
65+
sb.Append(" SpendingPlans: ").Append(SpendingPlans).Append("\n");
6666
sb.Append(" Pagination: ").Append(Pagination).Append("\n");
6767
sb.Append("}\n");
6868
return sb.ToString();
@@ -100,10 +100,10 @@ public bool Equals(SpendingPlansResponseBody input)
100100
}
101101
return
102102
(
103-
this.IterationItems == input.IterationItems ||
104-
this.IterationItems != null &&
105-
input.IterationItems != null &&
106-
this.IterationItems.SequenceEqual(input.IterationItems)
103+
this.SpendingPlans == input.SpendingPlans ||
104+
this.SpendingPlans != null &&
105+
input.SpendingPlans != null &&
106+
this.SpendingPlans.SequenceEqual(input.SpendingPlans)
107107
) &&
108108
(
109109
this.Pagination == input.Pagination ||
@@ -121,9 +121,9 @@ public override int GetHashCode()
121121
unchecked // Overflow is fine, just wrap
122122
{
123123
int hashCode = 41;
124-
if (this.IterationItems != null)
124+
if (this.SpendingPlans != null)
125125
{
126-
hashCode = (hashCode * 59) + this.IterationItems.GetHashCode();
126+
hashCode = (hashCode * 59) + this.SpendingPlans.GetHashCode();
127127
}
128128
if (this.Pagination != null)
129129
{

0 commit comments

Comments
 (0)