Skip to content

Commit ff4e89b

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

19 files changed

Lines changed: 129 additions & 125 deletions

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", "{1E36B8D3-ADEA-471E-83C5-D62F15AAA40A}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{80287A73-C72E-4DDF-97C1-589A41E87C3C}"
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-
{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
15+
{80287A73-C72E-4DDF-97C1-589A41E87C3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{80287A73-C72E-4DDF-97C1-589A41E87C3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{80287A73-C72E-4DDF-97C1-589A41E87C3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{80287A73-C72E-4DDF-97C1-589A41E87C3C}.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: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ paths:
316316
type: integer
317317
style: form
318318
- description: "This specifies the number of records to be returned on each\
319-
\ page. Defaults to `25`. The valid range is from `10` to `100`. If the\
320-
\ value exceeds `100`, the default value of `25` will be used instead."
319+
\ page. Defaults to `25`. The valid range is from `10` to `1000`. If the\
320+
\ value exceeds `1000`, the default value of `25` will be used instead."
321321
example: 10
322322
explode: true
323323
in: query
@@ -404,8 +404,8 @@ paths:
404404
type: integer
405405
style: form
406406
- description: "This specifies the number of records to be returned on each\
407-
\ page. Defaults to `25`. The valid range is from `10` to `100`. If the\
408-
\ value exceeds `100`, the default value of `25` will be used instead."
407+
\ page. Defaults to `25`. The valid range is from `10` to `1000`. If the\
408+
\ value exceeds `1000`, the default value of `25` will be used instead."
409409
example: 10
410410
explode: true
411411
in: query
@@ -773,7 +773,7 @@ paths:
773773
Use this endpoint to delete the specified `user`. The response will have a status of `204 No Content` without an object.
774774
775775
:::warning
776-
Deleting a user is permanent. Deleted users can never be restored. For more info, see [Deleting Objects](https://docs.mx.com/api-reference/platform-api/overview/deleting-objects).
776+
Deleting a user is permanent. Deleted users can never be restored. For more info, see [Deleting Objects](/api-reference/platform-api/overview/deleting-objects).
777777
:::
778778
operationId: deleteUser
779779
parameters:
@@ -864,7 +864,7 @@ paths:
864864
This endpoint returns a list of all the accounts associated with the specified `user`.
865865
866866
:::warning
867-
This request will not return the full account number. It may return the last four digits of the account number if that information has been provided during aggregation. If you need the full account number, please refer to [List account numbers by member](https://docs.mx.com/api-reference/platform-api/reference/list-account-numbers-by-member/), [List account numbers by account](https://docs.mx.com/api-reference/platform-api/reference/list-account-numbers-by-account/), or the [Fetch Account and Routing Numbers](https://docs.mx.com/products/connectivity/instant-account-verification/fetch-account-routing-number-api/#4-read-the-account-numbers) guide.
867+
This request will not return the full account number. It may return the last four digits of the account number if that information has been provided during aggregation. If you need the full account number, please refer to [List account numbers by member](/api-reference/platform-api/reference/list-account-numbers-by-member/) or [List account numbers by account](/api-reference/platform-api/reference/list-account-numbers-by-account/).
868868
:::
869869
operationId: listUserAccounts
870870
parameters:
@@ -1157,7 +1157,7 @@ paths:
11571157
/users/{user_guid}/accounts/{account_guid}/transactions:
11581158
get:
11591159
description: "Requests to this endpoint return a list of transactions associated\
1160-
\ with the specified account. <br /><br />Enhanced transaction data may be\
1160+
\ with the specified account. <br /><br /> Enhanced transaction data may be\
11611161
\ requested using the `includes` parameter. To use this optional parameter,\
11621162
\ the value should include the optional metadata requested such as `repeating_transactions`,\
11631163
\ `merchants`, `classifications`, `geolocations`. For more information, see\
@@ -6156,7 +6156,7 @@ paths:
61566156
get:
61576157
description: "Requests to this endpoint will return the attributes of the specified\
61586158
\ `transaction`. To read a manual transaction, use the manual transaction\
6159-
\ guid in the path as the `transactionGuid`. <br /><br />Enhanced transaction\
6159+
\ guid in the path as the `transactionGuid`. <br /><br /> Enhanced transaction\
61606160
\ data may be requested using the `includes` parameter. To use this optional\
61616161
\ parameter, the value should include the optional metadata requested such\
61626162
\ as `repeating_transactions`, `merchants`, `classifications`, `geolocations`.\
@@ -6882,7 +6882,7 @@ paths:
68826882
/users/{user_guid}/repeating_transactions:
68836883
get:
68846884
description: "Retrieve a list of all recurring transactions for a user. <br\
6885-
\ /><br />For more see the [Repeating Transactions guide](repeating-transactions-overview.mdx)."
6885+
\ /><br />For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions)."
68866886
operationId: repeatingTransactions
68876887
parameters:
68886888
- description: "The unique identifier for a `user`, beginning with the prefix\
@@ -6908,7 +6908,7 @@ paths:
69086908
/users/{user_guid}/repeating_transactions/{repeating_transaction_guid}:
69096909
get:
69106910
description: "Get a Specific Repeating Transaction. <br /><br />List For more\
6911-
\ see the [Repeating Transactions guide](repeating-transactions-overview.mdx)"
6911+
\ see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions)"
69126912
operationId: specificRepeatingTransaction
69136913
parameters:
69146914
- description: "The unique identifier for a `user`, beginning with the prefix\
@@ -7313,8 +7313,8 @@ paths:
73137313
- microdeposits
73147314
get:
73157315
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
7316+
according to its unique GUID. <br></br> Webhooks for microdeposit status changes
7317+
are triggered when a status changes. The actual status of the microdeposit
73187318
guid updates every minute. You may force a status update by calling the read
73197319
microdeposit endpoint.
73207320
operationId: readUserMicrodeposit
@@ -7794,6 +7794,18 @@ components:
77947794
type: string
77957795
type: array
77967796
style: form
7797+
recordsPerPageMax1000:
7798+
description: "This specifies the number of records to be returned on each page.\
7799+
\ Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds\
7800+
\ `1000`, the default value of `25` will be used instead."
7801+
example: 10
7802+
explode: true
7803+
in: query
7804+
name: records_per_page
7805+
required: false
7806+
schema:
7807+
type: integer
7808+
style: form
77977809
supportsAccountIdentification:
77987810
description: Filter only institutions which support account identification.
77997811
example: true
@@ -7844,18 +7856,6 @@ components:
78447856
schema:
78457857
type: string
78467858
style: simple
7847-
recordsPerPageMax1000:
7848-
description: "This specifies the number of records to be returned on each page.\
7849-
\ Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds\
7850-
\ `1000`, the default value of `25` will be used instead."
7851-
example: 10
7852-
explode: true
7853-
in: query
7854-
name: records_per_page
7855-
required: false
7856-
schema:
7857-
type: integer
7858-
style: form
78597859
merchantLocationGuid:
78607860
description: The unique id for a `merchant_location`.
78617861
example: MCH-09466f0a-fb58-9d1a-bae2-2af0afbea621
@@ -8838,6 +8838,9 @@ components:
88388838
nullable: true
88398839
type: string
88408840
instructional_text:
8841+
description: "Render this text when end users are asked for their credentials,\
8842+
\ as it helps end users provide the correct credentials when creating\
8843+
\ a new member. May contain `<a></a>` tags to link to explanatory material."
88418844
example: Some instructional text <a href="https://example.url.mxbank.com/instructions"
88428845
id="instructional_text">for end users</a>.
88438846
nullable: true
@@ -13018,7 +13021,7 @@ components:
1301813021
type: boolean
1301913022
disable_institution_search:
1302013023
description: |
13021-
Only use this option if the `widget_type` is set to `connect_widget`. This determines whether the institution search is displayed within the Connect Widget. This option must be used with `current_institution_code`, `current_instituion_guid`, or `current_member_guid`. When set to `true`, the institution search feature will be disabled and end users will not be able to navigate to it. Defaults to `false`.
13024+
Only use this option if the `widget_type` is set to `connect_widget`. This determines whether the institution search is displayed within the Connect Widget. This option must be used with `current_institution_code`, `current_instituion_guid`, or `current_member_guid`. When set to `true`, the institution search feature will be disabled and end users will not be able to navigate to it. Defaults to `false`. If you set `disable_institution_search` to `true`, you must also listen for the [backToSearch event](/connect/guides/handling-events/#back-to-search) to intercept the user from navigating back to search during the flow. Don't listen for any Primary Action postMessages when you disable search. All buttons that will take a user to the search institution page are still displayed in the Connect Widget experience and your user can still select them. This may trigger during several steps in the Connect Widget flow, such as Connected, MDV/Microdeposits Verified, Login Error, and Credentials/OAuth (back button).
1302213025
example: false
1302313026
type: boolean
1302413027
enable_app2app:

docs/AccountsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ catch (ApiException e)
619619
620620
List accounts
621621

622-
This endpoint returns a list of all the accounts associated with the specified `user`. :::warning This request will not return the full account number. It may return the last four digits of the account number if that information has been provided during aggregation. If you need the full account number, please refer to [List account numbers by member](https://docs.mx.com/api-reference/platform-api/reference/list-account-numbers-by-member/), [List account numbers by account](https://docs.mx.com/api-reference/platform-api/reference/list-account-numbers-by-account/), or the [Fetch Account and Routing Numbers](https://docs.mx.com/products/connectivity/instant-account-verification/fetch-account-routing-number-api/#4-read-the-account-numbers) guide. :::
622+
This endpoint returns a list of all the accounts associated with the specified `user`. :::warning This request will not return the full account number. It may return the last four digits of the account number if that information has been provided during aggregation. If you need the full account number, please refer to [List account numbers by member](/api-reference/platform-api/reference/list-account-numbers-by-member/) or [List account numbers by account](/api-reference/platform-api/reference/list-account-numbers-by-account/). :::
623623

624624
### Example
625625
```csharp

docs/InstitutionResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**Code** | **string** | | [optional]
88
**ForgotPasswordUrl** | **string** | | [optional]
99
**ForgotUsernameUrl** | **string** | | [optional]
10-
**InstructionalText** | **string** | | [optional]
10+
**InstructionalText** | **string** | Render this text when end users are asked for their credentials, as it helps end users provide the correct credentials when creating a new member. May contain &#x60;&lt;a&gt;&lt;/a&gt;&#x60; tags to link to explanatory material. | [optional]
1111
**InstructionalTextSteps** | **List&lt;string&gt;** | An array of instructional steps that may contain html elements. | [optional]
1212
**IsDisabledByClient** | **bool?** | | [optional]
1313
**IsoCountryCode** | **string** | | [optional]

docs/InstitutionsApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace Example
4040
var apiInstance = new InstitutionsApi(config);
4141
var isoCountryCode = new List<string>?(); // List<string>? | An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico). (optional)
4242
var page = 1; // int? | Results are paginated. Specify current page. (optional)
43-
var recordsPerPage = 10; // int? | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead. (optional)
43+
var recordsPerPage = 10; // int? | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead. (optional)
4444
4545
try
4646
{
@@ -85,7 +85,7 @@ catch (ApiException e)
8585
|------|------|-------------|-------|
8686
| **isoCountryCode** | [**List&lt;string&gt;?**](string.md) | An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include &#x60;US&#x60;, &#x60;CA&#x60;, and &#x60;MX&#x60; (Mexico). | [optional] |
8787
| **page** | **int?** | Results are paginated. Specify current page. | [optional] |
88-
| **recordsPerPage** | **int?** | This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;100&#x60;. If the value exceeds &#x60;100&#x60;, the default value of &#x60;25&#x60; will be used instead. | [optional] |
88+
| **recordsPerPage** | **int?** | This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;1000&#x60;. If the value exceeds &#x60;1000&#x60;, the default value of &#x60;25&#x60; will be used instead. | [optional] |
8989

9090
### Return type
9191

@@ -239,7 +239,7 @@ namespace Example
239239
var name = mxbank; // string? | This will list only institutions in which the appended string appears. (optional)
240240
var isoCountryCode = new List<string>?(); // List<string>? | An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico). (optional)
241241
var page = 1; // int? | Results are paginated. Specify current page. (optional)
242-
var recordsPerPage = 10; // int? | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead. (optional)
242+
var recordsPerPage = 10; // int? | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead. (optional)
243243
var supportsAccountIdentification = true; // bool? | Filter only institutions which support account identification. (optional)
244244
var supportsAccountStatement = true; // bool? | Filter only institutions which support account statements. (optional)
245245
var supportsAccountVerification = true; // bool? | Filter only institutions which support account verification. (optional)
@@ -289,7 +289,7 @@ catch (ApiException e)
289289
| **name** | **string?** | This will list only institutions in which the appended string appears. | [optional] |
290290
| **isoCountryCode** | [**List&lt;string&gt;?**](string.md) | An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include &#x60;US&#x60;, &#x60;CA&#x60;, and &#x60;MX&#x60; (Mexico). | [optional] |
291291
| **page** | **int?** | Results are paginated. Specify current page. | [optional] |
292-
| **recordsPerPage** | **int?** | This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;100&#x60;. If the value exceeds &#x60;100&#x60;, the default value of &#x60;25&#x60; will be used instead. | [optional] |
292+
| **recordsPerPage** | **int?** | This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;1000&#x60;. If the value exceeds &#x60;1000&#x60;, the default value of &#x60;25&#x60; will be used instead. | [optional] |
293293
| **supportsAccountIdentification** | **bool?** | Filter only institutions which support account identification. | [optional] |
294294
| **supportsAccountStatement** | **bool?** | Filter only institutions which support account statements. | [optional] |
295295
| **supportsAccountVerification** | **bool?** | Filter only institutions which support account verification. | [optional] |

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

0 commit comments

Comments
 (0)