mx-platform-ruby 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (103) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +4 -4
  4. data/docs/Account.md +96 -0
  5. data/docs/AccountNumber.md +32 -0
  6. data/docs/AccountNumbersResponseBody.md +20 -0
  7. data/docs/AccountOwner.md +40 -0
  8. data/docs/AccountOwnersResponseBody.md +20 -0
  9. data/docs/AccountResponseBody.md +18 -0
  10. data/docs/AccountUpdateRequest.md +18 -0
  11. data/docs/AccountUpdateRequestBody.md +18 -0
  12. data/docs/AccountsResponseBody.md +20 -0
  13. data/docs/CategoriesResponseBody.md +20 -0
  14. data/docs/Category.md +32 -0
  15. data/docs/CategoryCreateRequest.md +22 -0
  16. data/docs/CategoryCreateRequestBody.md +18 -0
  17. data/docs/CategoryResponseBody.md +18 -0
  18. data/docs/CategoryUpdateRequest.md +20 -0
  19. data/docs/CategoryUpdateRequestBody.md +18 -0
  20. data/docs/Challenge.md +30 -0
  21. data/docs/ChallengeImageOptions.md +22 -0
  22. data/docs/ChallengeOptions.md +20 -0
  23. data/docs/ChallengesResponseBody.md +20 -0
  24. data/docs/ConnectWidget.md +20 -0
  25. data/docs/ConnectWidgetRequest.md +38 -0
  26. data/docs/ConnectWidgetRequestBody.md +18 -0
  27. data/docs/ConnectWidgetResponseBody.md +18 -0
  28. data/docs/Credential.md +26 -0
  29. data/docs/CredentialRequest.md +20 -0
  30. data/docs/CredentialsResponseBody.md +20 -0
  31. data/docs/EnhanceTransaction.md +48 -0
  32. data/docs/EnhanceTransactionsRequest.md +26 -0
  33. data/docs/EnhanceTransactionsRequestBody.md +18 -0
  34. data/docs/EnhanceTransactionsResponseBody.md +18 -0
  35. data/docs/Holding.md +52 -0
  36. data/docs/HoldingResponseBody.md +18 -0
  37. data/docs/HoldingsResponseBody.md +20 -0
  38. data/docs/InlineResponse200.md +18 -0
  39. data/docs/Institution.md +36 -0
  40. data/docs/InstitutionResponseBody.md +18 -0
  41. data/docs/InstitutionsResponseBody.md +20 -0
  42. data/docs/Member.md +40 -0
  43. data/docs/MemberCreateRequest.md +30 -0
  44. data/docs/MemberCreateRequestBody.md +22 -0
  45. data/docs/MemberResponseBody.md +18 -0
  46. data/docs/MemberResumeRequest.md +18 -0
  47. data/docs/MemberResumeRequestBody.md +18 -0
  48. data/docs/MemberStatus.md +34 -0
  49. data/docs/MemberStatusResponseBody.md +18 -0
  50. data/docs/MemberUpdateRequest.md +26 -0
  51. data/docs/MemberUpdateRequestBody.md +18 -0
  52. data/docs/MembersResponseBody.md +20 -0
  53. data/docs/Merchant.md +28 -0
  54. data/docs/MerchantResponseBody.md +18 -0
  55. data/docs/MerchantsResponseBody.md +20 -0
  56. data/docs/MxPlatformApi.md +5182 -0
  57. data/docs/OAuthWindow.md +20 -0
  58. data/docs/OAuthWindowResponseBody.md +18 -0
  59. data/docs/Pagination.md +24 -0
  60. data/docs/Statement.md +32 -0
  61. data/docs/StatementResponseBody.md +18 -0
  62. data/docs/StatementsResponseBody.md +20 -0
  63. data/docs/Tag.md +22 -0
  64. data/docs/TagCreateRequest.md +18 -0
  65. data/docs/TagCreateRequestBody.md +18 -0
  66. data/docs/TagResponseBody.md +18 -0
  67. data/docs/TagUpdateRequest.md +18 -0
  68. data/docs/TagUpdateRequestBody.md +18 -0
  69. data/docs/Tagging.md +26 -0
  70. data/docs/TaggingCreateRequest.md +20 -0
  71. data/docs/TaggingCreateRequestBody.md +18 -0
  72. data/docs/TaggingResponseBody.md +18 -0
  73. data/docs/TaggingUpdateRequest.md +18 -0
  74. data/docs/TaggingUpdateRequestBody.md +18 -0
  75. data/docs/TaggingsResponseBody.md +20 -0
  76. data/docs/TagsResponseBody.md +20 -0
  77. data/docs/Transaction.md +88 -0
  78. data/docs/TransactionResponseBody.md +18 -0
  79. data/docs/TransactionRule.md +30 -0
  80. data/docs/TransactionRuleCreateRequest.md +22 -0
  81. data/docs/TransactionRuleCreateRequestBody.md +18 -0
  82. data/docs/TransactionRuleResponseBody.md +18 -0
  83. data/docs/TransactionRuleUpdateRequest.md +22 -0
  84. data/docs/TransactionRuleUpdateRequestBody.md +18 -0
  85. data/docs/TransactionRulesResponseBody.md +20 -0
  86. data/docs/TransactionUpdateRequest.md +18 -0
  87. data/docs/TransactionUpdateRequestBody.md +18 -0
  88. data/docs/TransactionsResponseBody.md +20 -0
  89. data/docs/User.md +26 -0
  90. data/docs/UserCreateRequest.md +24 -0
  91. data/docs/UserCreateRequestBody.md +18 -0
  92. data/docs/UserResponseBody.md +18 -0
  93. data/docs/UserUpdateRequest.md +24 -0
  94. data/docs/UserUpdateRequestBody.md +18 -0
  95. data/docs/UsersResponseBody.md +20 -0
  96. data/docs/Widget.md +22 -0
  97. data/docs/WidgetRequest.md +42 -0
  98. data/docs/WidgetRequestBody.md +18 -0
  99. data/docs/WidgetResponseBody.md +18 -0
  100. data/lib/mx-platform-ruby/version.rb +1 -1
  101. data/openapi/mx_platform_ruby.yml +1 -1
  102. data/pkg/mx-platform-ruby-0.2.0.gem +0 -0
  103. metadata +98 -1
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::TransactionResponseBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **transaction** | [**Transaction**](Transaction.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::TransactionResponseBody.new(
15
+ transaction: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,30 @@
1
+ # MxPlatformRuby::TransactionRule
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **category_guid** | **String** | | [optional] |
8
+ | **created_at** | **String** | | [optional] |
9
+ | **description** | **String** | | [optional] |
10
+ | **guid** | **String** | | [optional] |
11
+ | **match_description** | **String** | | [optional] |
12
+ | **updated_at** | **String** | | [optional] |
13
+ | **user_guid** | **String** | | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'mx-platform-ruby'
19
+
20
+ instance = MxPlatformRuby::TransactionRule.new(
21
+ category_guid: CAT-b1de2a04-db08-b6ed-f6fe-ca2f5b11c2d0,
22
+ created_at: 2018-10-02T22:00:50+00:00,
23
+ description: Wal-mart food storage,
24
+ guid: TXR-a080e0f9-a2d4-4d6f-9e03-672cc357a4d3,
25
+ match_description: Wal-mart,
26
+ updated_at: 2018-10-02T23:54:40+00:00,
27
+ user_guid: USR-22fc3203-b3e6-8340-43db-8e50b2f56995
28
+ )
29
+ ```
30
+
@@ -0,0 +1,22 @@
1
+ # MxPlatformRuby::TransactionRuleCreateRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **category_guid** | **String** | | |
8
+ | **description** | **String** | | [optional] |
9
+ | **match_description** | **String** | | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'mx-platform-ruby'
15
+
16
+ instance = MxPlatformRuby::TransactionRuleCreateRequest.new(
17
+ category_guid: CAT-b1de2a04-db08-b6ed-f6fe-ca2f5b11c2d0,
18
+ description: Wal-mart food storage,
19
+ match_description: Wal-mart
20
+ )
21
+ ```
22
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::TransactionRuleCreateRequestBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **transaction_rule** | [**TransactionRuleCreateRequest**](TransactionRuleCreateRequest.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::TransactionRuleCreateRequestBody.new(
15
+ transaction_rule: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::TransactionRuleResponseBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **transaction_rule** | [**TransactionRule**](TransactionRule.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::TransactionRuleResponseBody.new(
15
+ transaction_rule: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,22 @@
1
+ # MxPlatformRuby::TransactionRuleUpdateRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **category_guid** | **String** | | [optional] |
8
+ | **description** | **String** | | [optional] |
9
+ | **match_description** | **String** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'mx-platform-ruby'
15
+
16
+ instance = MxPlatformRuby::TransactionRuleUpdateRequest.new(
17
+ category_guid: CAT-b1de2a04-db08-b6ed-f6fe-ca2f5b11c2d0,
18
+ description: Wal-mart food storage,
19
+ match_description: Wal-mart
20
+ )
21
+ ```
22
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::TransactionRuleUpdateRequestBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **transaction_rule** | [**TransactionRuleUpdateRequest**](TransactionRuleUpdateRequest.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::TransactionRuleUpdateRequestBody.new(
15
+ transaction_rule: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,20 @@
1
+ # MxPlatformRuby::TransactionRulesResponseBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **pagination** | [**Pagination**](Pagination.md) | | [optional] |
8
+ | **transaction_rules** | [**Array<TransactionRule>**](TransactionRule.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'mx-platform-ruby'
14
+
15
+ instance = MxPlatformRuby::TransactionRulesResponseBody.new(
16
+ pagination: null,
17
+ transaction_rules: null
18
+ )
19
+ ```
20
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::TransactionUpdateRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **description** | **String** | | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::TransactionUpdateRequest.new(
15
+ description: new description
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::TransactionUpdateRequestBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **transaction** | [**TransactionUpdateRequest**](TransactionUpdateRequest.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::TransactionUpdateRequestBody.new(
15
+ transaction: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,20 @@
1
+ # MxPlatformRuby::TransactionsResponseBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **pagination** | [**Pagination**](Pagination.md) | | [optional] |
8
+ | **transactions** | [**Array<Transaction>**](Transaction.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'mx-platform-ruby'
14
+
15
+ instance = MxPlatformRuby::TransactionsResponseBody.new(
16
+ pagination: null,
17
+ transactions: null
18
+ )
19
+ ```
20
+
data/docs/User.md ADDED
@@ -0,0 +1,26 @@
1
+ # MxPlatformRuby::User
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **email** | **String** | | [optional] |
8
+ | **guid** | **String** | | [optional] |
9
+ | **id** | **String** | | [optional] |
10
+ | **is_disabled** | **Boolean** | | [optional] |
11
+ | **metadata** | **String** | | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'mx-platform-ruby'
17
+
18
+ instance = MxPlatformRuby::User.new(
19
+ email: email@provider.com,
20
+ guid: USR-d74cb14f-fd0a-449f-991b-e0362a63d9c6,
21
+ id: My-Unique-ID,
22
+ is_disabled: false,
23
+ metadata: {\"first_name\": \"Steven\", \"last_name\": \"Universe\"}
24
+ )
25
+ ```
26
+
@@ -0,0 +1,24 @@
1
+ # MxPlatformRuby::UserCreateRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **email** | **String** | | [optional] |
8
+ | **id** | **String** | | [optional] |
9
+ | **is_disabled** | **Boolean** | | [optional] |
10
+ | **metadata** | **String** | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'mx-platform-ruby'
16
+
17
+ instance = MxPlatformRuby::UserCreateRequest.new(
18
+ email: email@provider.com,
19
+ id: My-Unique-ID,
20
+ is_disabled: false,
21
+ metadata: {\"first_name\": \"Steven\", \"last_name\": \"Universe\"}
22
+ )
23
+ ```
24
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::UserCreateRequestBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **user** | [**UserCreateRequest**](UserCreateRequest.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::UserCreateRequestBody.new(
15
+ user: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::UserResponseBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **user** | [**User**](User.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::UserResponseBody.new(
15
+ user: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,24 @@
1
+ # MxPlatformRuby::UserUpdateRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **email** | **String** | | [optional] |
8
+ | **id** | **String** | | [optional] |
9
+ | **is_disabled** | **Boolean** | | [optional] |
10
+ | **metadata** | **String** | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'mx-platform-ruby'
16
+
17
+ instance = MxPlatformRuby::UserUpdateRequest.new(
18
+ email: email@provider.com,
19
+ id: My-Unique-ID,
20
+ is_disabled: false,
21
+ metadata: {\"first_name\": \"Steven\", \"last_name\": \"Universe\"}
22
+ )
23
+ ```
24
+
@@ -0,0 +1,18 @@
1
+ # MxPlatformRuby::UserUpdateRequestBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **user** | [**UserUpdateRequest**](UserUpdateRequest.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'mx-platform-ruby'
13
+
14
+ instance = MxPlatformRuby::UserUpdateRequestBody.new(
15
+ user: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,20 @@
1
+ # MxPlatformRuby::UsersResponseBody
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **pagination** | [**Pagination**](Pagination.md) | | [optional] |
8
+ | **users** | [**Array<User>**](User.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'mx-platform-ruby'
14
+
15
+ instance = MxPlatformRuby::UsersResponseBody.new(
16
+ pagination: null,
17
+ users: null
18
+ )
19
+ ```
20
+
data/docs/Widget.md ADDED
@@ -0,0 +1,22 @@
1
+ # MxPlatformRuby::Widget
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | **String** | | [optional] |
8
+ | **url** | **String** | | [optional] |
9
+ | **user_id** | **String** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'mx-platform-ruby'
15
+
16
+ instance = MxPlatformRuby::Widget.new(
17
+ type: connect_widget,
18
+ url: https://int-widgets.moneydesktop.com/md/connect/yxcdk7f1nb99jwApp34lA24m0AZ8rzprgmw17gm8z8h2AzjyAnd1rj42qfv42r3xnn07Amfwlg3j09hwp8bkq8tc5z21j33xjggmp2qtlpkz2v4gywfhfn31l44tx2w91bfc2thc58j4syqp0hgxcyvA4g7754hk7gjc56kt7tc36s45mmkdz2jqqqydspytmtr3dAb9jh6fkb24f3zkfpdjj0v77f0vmrtzvzxkmxz7dklsq8gd0gstkbhlw5bgpgc3m9mAtpAcr2w15gwy5xc4blgxppl42Avnm63291z3cyp0wm3lqgmvgzdAddct423gAdqxdlfx5d4mvc0ck2gt7ktqgks4vxq1pAy5,
19
+ user_id: U-jeff-201709221210
20
+ )
21
+ ```
22
+
@@ -0,0 +1,42 @@
1
+ # MxPlatformRuby::WidgetRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **color_scheme** | **String** | | [optional] |
8
+ | **current_institution_code** | **String** | | [optional] |
9
+ | **current_institution_guid** | **String** | | [optional] |
10
+ | **current_member_guid** | **String** | | [optional] |
11
+ | **disable_institution_search** | **Boolean** | | [optional] |
12
+ | **include_transactions** | **Boolean** | | [optional] |
13
+ | **is_mobile_webview** | **Boolean** | | [optional] |
14
+ | **mode** | **String** | | [optional] |
15
+ | **ui_message_version** | **Integer** | | [optional] |
16
+ | **ui_message_webview_url_scheme** | **String** | | [optional] |
17
+ | **update_credentials** | **Boolean** | | [optional] |
18
+ | **wait_for_full_aggregation** | **Boolean** | | [optional] |
19
+ | **widget_type** | **String** | | |
20
+
21
+ ## Example
22
+
23
+ ```ruby
24
+ require 'mx-platform-ruby'
25
+
26
+ instance = MxPlatformRuby::WidgetRequest.new(
27
+ color_scheme: light,
28
+ current_institution_code: chase,
29
+ current_institution_guid: INS-f1a3285d-e855-b61f-6aa7-8ae575c0e0e9,
30
+ current_member_guid: MBR-7c6f361b-e582-15b6-60c0-358f12466b4b,
31
+ disable_institution_search: false,
32
+ include_transactions: true,
33
+ is_mobile_webview: true,
34
+ mode: aggregation,
35
+ ui_message_version: 4,
36
+ ui_message_webview_url_scheme: mx,
37
+ update_credentials: false,
38
+ wait_for_full_aggregation: false,
39
+ widget_type: connect_widget
40
+ )
41
+ ```
42
+