Skip to content

Commit 4b9c556

Browse files
author
devexperience
committed
Generated version 0.21.0
This commit was automatically created by a GitHub Action to generate version 0.21.0 of this library.
1 parent 777ea0d commit 4b9c556

8 files changed

Lines changed: 45 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", "{677EBF4C-B092-4988-8926-85E61CA54097}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{B4BB3EDB-B820-4CA6-9BB1-3BE6EC84CC52}"
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-
{677EBF4C-B092-4988-8926-85E61CA54097}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{677EBF4C-B092-4988-8926-85E61CA54097}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{677EBF4C-B092-4988-8926-85E61CA54097}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{677EBF4C-B092-4988-8926-85E61CA54097}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{B4BB3EDB-B820-4CA6-9BB1-3BE6EC84CC52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{B4BB3EDB-B820-4CA6-9BB1-3BE6EC84CC52}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{B4BB3EDB-B820-4CA6-9BB1-3BE6EC84CC52}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{B4BB3EDB-B820-4CA6-9BB1-3BE6EC84CC52}.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7989,6 +7989,7 @@ components:
79897989
update_credentials: false
79907990
color_scheme: light
79917991
ui_message_version: 4
7992+
microwidget_instance_id: "false"
79927993
properties:
79937994
client_redirect_url:
79947995
example: https://mx.com
@@ -8020,6 +8021,9 @@ components:
80208021
is_mobile_webview:
80218022
example: false
80228023
type: boolean
8024+
microwidget_instance_id:
8025+
example: "false"
8026+
type: string
80238027
mode:
80248028
example: aggregation
80258029
type: string
@@ -8060,6 +8064,7 @@ components:
80608064
update_credentials: false
80618065
color_scheme: light
80628066
ui_message_version: 4
8067+
microwidget_instance_id: "false"
80638068
properties:
80648069
widget_url:
80658070
$ref: '#/components/schemas/WidgetRequest'

docs/WidgetRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
1414
**IncludeIdentity** | **bool** | | [optional]
1515
**IncludeTransactions** | **bool** | | [optional]
1616
**IsMobileWebview** | **bool** | | [optional]
17+
**MicrowidgetInstanceId** | **string** | | [optional]
1718
**Mode** | **string** | | [optional]
1819
**OauthReferralSource** | **string** | | [optional]
1920
**UiMessageVersion** | **int** | | [optional]

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.20.0
3+
packageVersion: 0.21.0

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@ public void IsMobileWebviewTest()
144144
// TODO unit test for the property 'IsMobileWebview'
145145
}
146146

147+
/// <summary>
148+
/// Test the property 'MicrowidgetInstanceId'
149+
/// </summary>
150+
[Fact]
151+
public void MicrowidgetInstanceIdTest()
152+
{
153+
// TODO unit test for the property 'MicrowidgetInstanceId'
154+
}
155+
147156
/// <summary>
148157
/// Test the property 'Mode'
149158
/// </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.20.0";
36+
public const string Version = "0.21.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.20.0/csharp");
120+
UserAgent = WebUtility.UrlEncode("OpenAPI-Generator/0.21.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.20.0\n";
549+
report += " SDK Package Version: 0.21.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.20.0</Version>
15+
<Version>0.21.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/WidgetRequest.cs

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@ protected WidgetRequest() { }
4949
/// <param name="includeIdentity">includeIdentity.</param>
5050
/// <param name="includeTransactions">includeTransactions.</param>
5151
/// <param name="isMobileWebview">isMobileWebview.</param>
52+
/// <param name="microwidgetInstanceId">microwidgetInstanceId.</param>
5253
/// <param name="mode">mode.</param>
5354
/// <param name="oauthReferralSource">oauthReferralSource.</param>
5455
/// <param name="uiMessageVersion">uiMessageVersion.</param>
5556
/// <param name="uiMessageWebviewUrlScheme">uiMessageWebviewUrlScheme.</param>
5657
/// <param name="updateCredentials">updateCredentials.</param>
5758
/// <param name="widgetType">widgetType (required).</param>
58-
public WidgetRequest(string clientRedirectUrl = default(string), string colorScheme = default(string), string currentInstitutionCode = default(string), string currentInstitutionGuid = default(string), string currentMemberGuid = default(string), bool disableBackgroundAgg = default(bool), bool disableInstitutionSearch = default(bool), bool includeIdentity = default(bool), bool includeTransactions = default(bool), bool isMobileWebview = default(bool), string mode = default(string), string oauthReferralSource = default(string), int uiMessageVersion = default(int), string uiMessageWebviewUrlScheme = default(string), bool updateCredentials = default(bool), string widgetType = default(string))
59+
public WidgetRequest(string clientRedirectUrl = default(string), string colorScheme = default(string), string currentInstitutionCode = default(string), string currentInstitutionGuid = default(string), string currentMemberGuid = default(string), bool disableBackgroundAgg = default(bool), bool disableInstitutionSearch = default(bool), bool includeIdentity = default(bool), bool includeTransactions = default(bool), bool isMobileWebview = default(bool), string microwidgetInstanceId = default(string), string mode = default(string), string oauthReferralSource = default(string), int uiMessageVersion = default(int), string uiMessageWebviewUrlScheme = default(string), bool updateCredentials = default(bool), string widgetType = default(string))
5960
{
6061
// to ensure "widgetType" is required (not null)
6162
if (widgetType == null)
@@ -73,6 +74,7 @@ protected WidgetRequest() { }
7374
this.IncludeIdentity = includeIdentity;
7475
this.IncludeTransactions = includeTransactions;
7576
this.IsMobileWebview = isMobileWebview;
77+
this.MicrowidgetInstanceId = microwidgetInstanceId;
7678
this.Mode = mode;
7779
this.OauthReferralSource = oauthReferralSource;
7880
this.UiMessageVersion = uiMessageVersion;
@@ -150,6 +152,13 @@ protected WidgetRequest() { }
150152
[DataMember(Name = "is_mobile_webview", EmitDefaultValue = true)]
151153
public bool IsMobileWebview { get; set; }
152154

155+
/// <summary>
156+
/// Gets or Sets MicrowidgetInstanceId
157+
/// </summary>
158+
/// <example>false</example>
159+
[DataMember(Name = "microwidget_instance_id", EmitDefaultValue = false)]
160+
public string MicrowidgetInstanceId { get; set; }
161+
153162
/// <summary>
154163
/// Gets or Sets Mode
155164
/// </summary>
@@ -210,6 +219,7 @@ public override string ToString()
210219
sb.Append(" IncludeIdentity: ").Append(IncludeIdentity).Append("\n");
211220
sb.Append(" IncludeTransactions: ").Append(IncludeTransactions).Append("\n");
212221
sb.Append(" IsMobileWebview: ").Append(IsMobileWebview).Append("\n");
222+
sb.Append(" MicrowidgetInstanceId: ").Append(MicrowidgetInstanceId).Append("\n");
213223
sb.Append(" Mode: ").Append(Mode).Append("\n");
214224
sb.Append(" OauthReferralSource: ").Append(OauthReferralSource).Append("\n");
215225
sb.Append(" UiMessageVersion: ").Append(UiMessageVersion).Append("\n");
@@ -296,6 +306,11 @@ public bool Equals(WidgetRequest input)
296306
this.IsMobileWebview == input.IsMobileWebview ||
297307
this.IsMobileWebview.Equals(input.IsMobileWebview)
298308
) &&
309+
(
310+
this.MicrowidgetInstanceId == input.MicrowidgetInstanceId ||
311+
(this.MicrowidgetInstanceId != null &&
312+
this.MicrowidgetInstanceId.Equals(input.MicrowidgetInstanceId))
313+
) &&
299314
(
300315
this.Mode == input.Mode ||
301316
(this.Mode != null &&
@@ -360,6 +375,10 @@ public override int GetHashCode()
360375
hashCode = (hashCode * 59) + this.IncludeIdentity.GetHashCode();
361376
hashCode = (hashCode * 59) + this.IncludeTransactions.GetHashCode();
362377
hashCode = (hashCode * 59) + this.IsMobileWebview.GetHashCode();
378+
if (this.MicrowidgetInstanceId != null)
379+
{
380+
hashCode = (hashCode * 59) + this.MicrowidgetInstanceId.GetHashCode();
381+
}
363382
if (this.Mode != null)
364383
{
365384
hashCode = (hashCode * 59) + this.Mode.GetHashCode();

0 commit comments

Comments
 (0)