Skip to content

Commit 874c33c

Browse files
author
devexperience
committed
Generated version 1.12.0
This commit was automatically created by a GitHub Action to generate version 1.12.0 of this library.
1 parent c50a1cb commit 874c33c

10 files changed

Lines changed: 38 additions & 38 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", "{5FB56309-F2C3-426D-98B4-CCD2B834EF73}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{1E36B8D3-ADEA-471E-83C5-D62F15AAA40A}"
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-
{5FB56309-F2C3-426D-98B4-CCD2B834EF73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{5FB56309-F2C3-426D-98B4-CCD2B834EF73}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{5FB56309-F2C3-426D-98B4-CCD2B834EF73}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{5FB56309-F2C3-426D-98B4-CCD2B834EF73}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{1E36B8D3-ADEA-471E-83C5-D62F15AAA40A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{1E36B8D3-ADEA-471E-83C5-D62F15AAA40A}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{1E36B8D3-ADEA-471E-83C5-D62F15AAA40A}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{1E36B8D3-ADEA-471E-83C5-D62F15AAA40A}.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: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,10 +1158,10 @@ paths:
11581158
get:
11591159
description: "Requests to this endpoint return a list of transactions associated\
11601160
\ with the specified account. <br /><br />Enhanced transaction data may be\
1161-
\ requested using the `includes` parameter. \nTo use this optional parameter,\
1161+
\ requested using the `includes` parameter. To use this optional parameter,\
11621162
\ the value should include the optional metadata requested such as `repeating_transactions`,\
1163-
\ `merchants`, `classifications`, `geolocations`.\nFor more information, see\
1164-
\ the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).\n"
1163+
\ `merchants`, `classifications`, `geolocations`. For more information, see\
1164+
\ the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter)."
11651165
operationId: listTransactionsByAccount
11661166
parameters:
11671167
- description: The unique id for an `account`.
@@ -7312,8 +7312,11 @@ paths:
73127312
tags:
73137313
- microdeposits
73147314
get:
7315-
description: |
7316-
Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br></br> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
7315+
description: Use this endpoint to read the attributes of a specific microdeposit
7316+
according to its unique GUID. <br /><br /> Webhooks for microdeposit status
7317+
changes are triggered when a status changes. The actual status of the microdeposit
7318+
guid updates every minute. You may force a status update by calling the read
7319+
microdeposit endpoint.
73177320
operationId: readUserMicrodeposit
73187321
parameters:
73197322
- description: The unique identifier for the microdeposit. Defined by MX.
@@ -8835,8 +8838,7 @@ components:
88358838
nullable: true
88368839
type: string
88378840
instructional_text:
8838-
example: |
8839-
Some instructional text <a href="https://example.url.mxbank.com/instructions"
8841+
example: Some instructional text <a href="https://example.url.mxbank.com/instructions"
88408842
id="instructional_text">for end users</a>.
88418843
nullable: true
88428844
type: string

docs/MicrodepositsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ catch (ApiException e)
397397
398398
Read a microdeposit for a user
399399

400-
Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br></br> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
400+
Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br /><br /> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
401401

402402
### Example
403403
```csharp

docs/TransactionsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ catch (ApiException e)
819819
820820
List transactions by account
821821

822-
Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
822+
Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
823823

824824
### Example
825825
```csharp

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.11.0
3+
packageVersion: 1.12.0

src/MX.Platform.CSharp/Api/MicrodepositsApi.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public interface IMicrodepositsApiSync : IApiAccessor
126126
/// Read a microdeposit for a user
127127
/// </summary>
128128
/// <remarks>
129-
/// Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br&gt;&lt;/br&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
129+
/// Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br /&gt;&lt;br /&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
130130
/// </remarks>
131131
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
132132
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>
@@ -139,7 +139,7 @@ public interface IMicrodepositsApiSync : IApiAccessor
139139
/// Read a microdeposit for a user
140140
/// </summary>
141141
/// <remarks>
142-
/// Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br&gt;&lt;/br&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
142+
/// Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br /&gt;&lt;br /&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
143143
/// </remarks>
144144
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
145145
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>
@@ -289,7 +289,7 @@ public interface IMicrodepositsApiAsync : IApiAccessor
289289
/// Read a microdeposit for a user
290290
/// </summary>
291291
/// <remarks>
292-
/// Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br&gt;&lt;/br&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
292+
/// Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br /&gt;&lt;br /&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
293293
/// </remarks>
294294
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
295295
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>
@@ -303,7 +303,7 @@ public interface IMicrodepositsApiAsync : IApiAccessor
303303
/// Read a microdeposit for a user
304304
/// </summary>
305305
/// <remarks>
306-
/// Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br&gt;&lt;/br&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
306+
/// Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br /&gt;&lt;br /&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
307307
/// </remarks>
308308
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
309309
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>
@@ -1118,7 +1118,7 @@ public MX.Platform.CSharp.Client.ApiResponse<MicrodepositResponseBody> ListUserV
11181118
}
11191119

11201120
/// <summary>
1121-
/// Read a microdeposit for a user Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br&gt;&lt;/br&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
1121+
/// Read a microdeposit for a user Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br /&gt;&lt;br /&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
11221122
/// </summary>
11231123
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
11241124
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>
@@ -1132,7 +1132,7 @@ public MicrodepositResponseBody ReadUserMicrodeposit(string microDepositGuid, st
11321132
}
11331133

11341134
/// <summary>
1135-
/// Read a microdeposit for a user Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br&gt;&lt;/br&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
1135+
/// Read a microdeposit for a user Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br /&gt;&lt;br /&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
11361136
/// </summary>
11371137
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
11381138
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>
@@ -1203,7 +1203,7 @@ public MX.Platform.CSharp.Client.ApiResponse<MicrodepositResponseBody> ReadUserM
12031203
}
12041204

12051205
/// <summary>
1206-
/// Read a microdeposit for a user Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br&gt;&lt;/br&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
1206+
/// Read a microdeposit for a user Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br /&gt;&lt;br /&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
12071207
/// </summary>
12081208
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
12091209
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>
@@ -1218,7 +1218,7 @@ public MX.Platform.CSharp.Client.ApiResponse<MicrodepositResponseBody> ReadUserM
12181218
}
12191219

12201220
/// <summary>
1221-
/// Read a microdeposit for a user Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br&gt;&lt;/br&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
1221+
/// Read a microdeposit for a user Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br /&gt;&lt;br /&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
12221222
/// </summary>
12231223
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
12241224
/// <param name="microDepositGuid">The unique identifier for the microdeposit. Defined by MX.</param>

0 commit comments

Comments
 (0)