mx-platform-ruby 0.24.0 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +18 -18
- data/docs/SpendingPlanApi.md +4 -4
- data/docs/WidgetRequest.md +2 -0
- data/lib/mx-platform-ruby/api/spending_plan_api.rb +4 -4
- data/lib/mx-platform-ruby/models/widget_request.rb +10 -1
- data/lib/mx-platform-ruby/version.rb +1 -1
- data/openapi/config.yml +1 -1
- data/spec/api/spending_plan_api_spec.rb +2 -2
- data/spec/models/widget_request_spec.rb +6 -0
- metadata +115 -115
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35f09c37f34e589c101128fee1c0eb02d48a2d0f04c1823c50fb624333e3f675
|
|
4
|
+
data.tar.gz: a2b26930103922745de758b4b28720b7edb2cb3fe2bc16cfc5d1a040d6c81621
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31d23206160ae26159dc69e4349dfd45f4fabcdcca131dcfbf74bb3795c76cf0e4ab82aa375d5c7bf55d1539c5b0efd6da86e6295864658b1f34cf272f2dbdaa
|
|
7
|
+
data.tar.gz: 45909d754dbd5c44ec076b8010899d485ac2580c70dc980ba58eedc39f4de8b449b1d8b2ba6de81161818855c8db6c629906ba82bd51cb2e0b6a5d6751febd5c
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
mx-platform-ruby (0.
|
|
4
|
+
mx-platform-ruby (0.26.0)
|
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
|
6
6
|
faraday-multipart
|
|
7
7
|
|
|
@@ -12,8 +12,8 @@ GEM
|
|
|
12
12
|
base64 (0.2.0)
|
|
13
13
|
byebug (11.1.3)
|
|
14
14
|
coderay (1.1.3)
|
|
15
|
-
diff-lcs (1.5.
|
|
16
|
-
faraday (2.
|
|
15
|
+
diff-lcs (1.5.1)
|
|
16
|
+
faraday (2.8.1)
|
|
17
17
|
base64
|
|
18
18
|
faraday-net_http (>= 2.0, < 3.1)
|
|
19
19
|
ruby2_keywords (>= 0.0.4)
|
|
@@ -22,9 +22,9 @@ GEM
|
|
|
22
22
|
faraday-net_http (3.0.2)
|
|
23
23
|
jaro_winkler (1.5.6)
|
|
24
24
|
method_source (1.0.0)
|
|
25
|
-
multipart-post (2.
|
|
26
|
-
parallel (1.
|
|
27
|
-
parser (3.
|
|
25
|
+
multipart-post (2.4.0)
|
|
26
|
+
parallel (1.24.0)
|
|
27
|
+
parser (3.3.0.5)
|
|
28
28
|
ast (~> 2.4.1)
|
|
29
29
|
racc
|
|
30
30
|
pry (0.13.1)
|
|
@@ -33,24 +33,24 @@ GEM
|
|
|
33
33
|
pry-byebug (3.9.0)
|
|
34
34
|
byebug (~> 11.0)
|
|
35
35
|
pry (~> 0.13.0)
|
|
36
|
-
psych (5.1.
|
|
36
|
+
psych (5.1.2)
|
|
37
37
|
stringio
|
|
38
38
|
racc (1.7.3)
|
|
39
39
|
rainbow (3.1.1)
|
|
40
40
|
rake (13.0.6)
|
|
41
|
-
rspec (3.
|
|
42
|
-
rspec-core (~> 3.
|
|
43
|
-
rspec-expectations (~> 3.
|
|
44
|
-
rspec-mocks (~> 3.
|
|
45
|
-
rspec-core (3.
|
|
46
|
-
rspec-support (~> 3.
|
|
47
|
-
rspec-expectations (3.
|
|
41
|
+
rspec (3.13.0)
|
|
42
|
+
rspec-core (~> 3.13.0)
|
|
43
|
+
rspec-expectations (~> 3.13.0)
|
|
44
|
+
rspec-mocks (~> 3.13.0)
|
|
45
|
+
rspec-core (3.13.0)
|
|
46
|
+
rspec-support (~> 3.13.0)
|
|
47
|
+
rspec-expectations (3.13.0)
|
|
48
48
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
49
|
-
rspec-support (~> 3.
|
|
50
|
-
rspec-mocks (3.
|
|
49
|
+
rspec-support (~> 3.13.0)
|
|
50
|
+
rspec-mocks (3.13.0)
|
|
51
51
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
52
|
-
rspec-support (~> 3.
|
|
53
|
-
rspec-support (3.
|
|
52
|
+
rspec-support (~> 3.13.0)
|
|
53
|
+
rspec-support (3.13.1)
|
|
54
54
|
rubocop (0.66.0)
|
|
55
55
|
jaro_winkler (~> 1.5.1)
|
|
56
56
|
parallel (~> 1.10)
|
data/docs/SpendingPlanApi.md
CHANGED
|
@@ -113,7 +113,7 @@ end
|
|
|
113
113
|
api_instance = MxPlatformRuby::SpendingPlanApi.new
|
|
114
114
|
spending_plan_guid = 'SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262' # String | The unique ID for the `spending_plan`.
|
|
115
115
|
user_guid = 'USR-fa7537f3-48aa-a683-a02a-b18940482f54' # String | The unique id for a `user`.
|
|
116
|
-
spending_plan_iteration_item_create_request_body = MxPlatformRuby::SpendingPlanIterationItemCreateRequestBody.new({planned_amount: 110}) # SpendingPlanIterationItemCreateRequestBody | Iteration item to be created with required
|
|
116
|
+
spending_plan_iteration_item_create_request_body = MxPlatformRuby::SpendingPlanIterationItemCreateRequestBody.new({planned_amount: 110}) # SpendingPlanIterationItemCreateRequestBody | Iteration item to be created with required parameter (planned_amount)
|
|
117
117
|
|
|
118
118
|
begin
|
|
119
119
|
# Create spending plan iteration item
|
|
@@ -148,7 +148,7 @@ end
|
|
|
148
148
|
| ---- | ---- | ----------- | ----- |
|
|
149
149
|
| **spending_plan_guid** | **String** | The unique ID for the `spending_plan`. | |
|
|
150
150
|
| **user_guid** | **String** | The unique id for a `user`. | |
|
|
151
|
-
| **spending_plan_iteration_item_create_request_body** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item to be created with required
|
|
151
|
+
| **spending_plan_iteration_item_create_request_body** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item to be created with required parameter (planned_amount) | |
|
|
152
152
|
|
|
153
153
|
### Return type
|
|
154
154
|
|
|
@@ -1033,7 +1033,7 @@ api_instance = MxPlatformRuby::SpendingPlanApi.new
|
|
|
1033
1033
|
user_guid = 'USR-fa7537f3-48aa-a683-a02a-b18940482f54' # String | The unique id for a `user`.
|
|
1034
1034
|
spending_plan_guid = 'SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262' # String | The unique ID for the `spending_plan`.
|
|
1035
1035
|
iteration_item_guid = 'SII-a4dc1549-da28-1245-9c9c-53eee4cdfbe3' # String | The unique ID for the `iteration_item`.
|
|
1036
|
-
spending_plan_iteration_item_create_request_body = MxPlatformRuby::SpendingPlanIterationItemCreateRequestBody.new({planned_amount: 110}) # SpendingPlanIterationItemCreateRequestBody | Iteration item
|
|
1036
|
+
spending_plan_iteration_item_create_request_body = MxPlatformRuby::SpendingPlanIterationItemCreateRequestBody.new({planned_amount: 110}) # SpendingPlanIterationItemCreateRequestBody | Iteration item to be updated with required parameter (planned_amount)
|
|
1037
1037
|
|
|
1038
1038
|
begin
|
|
1039
1039
|
# Update a spending plan iteration item
|
|
@@ -1069,7 +1069,7 @@ end
|
|
|
1069
1069
|
| **user_guid** | **String** | The unique id for a `user`. | |
|
|
1070
1070
|
| **spending_plan_guid** | **String** | The unique ID for the `spending_plan`. | |
|
|
1071
1071
|
| **iteration_item_guid** | **String** | The unique ID for the `iteration_item`. | |
|
|
1072
|
-
| **spending_plan_iteration_item_create_request_body** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item
|
|
1072
|
+
| **spending_plan_iteration_item_create_request_body** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item to be updated with required parameter (planned_amount) | |
|
|
1073
1073
|
|
|
1074
1074
|
### Return type
|
|
1075
1075
|
|
data/docs/WidgetRequest.md
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
| **include_identity** | **Boolean** | | [optional] |
|
|
15
15
|
| **include_transactions** | **Boolean** | | [optional] |
|
|
16
16
|
| **is_mobile_webview** | **Boolean** | | [optional] |
|
|
17
|
+
| **microwidget_instance_id** | **String** | | [optional] |
|
|
17
18
|
| **mode** | **String** | | [optional] |
|
|
18
19
|
| **oauth_referral_source** | **String** | | [optional] |
|
|
19
20
|
| **ui_message_version** | **Integer** | | [optional] |
|
|
@@ -37,6 +38,7 @@ instance = MxPlatformRuby::WidgetRequest.new(
|
|
|
37
38
|
include_identity: false,
|
|
38
39
|
include_transactions: true,
|
|
39
40
|
is_mobile_webview: false,
|
|
41
|
+
microwidget_instance_id: false,
|
|
40
42
|
mode: aggregation,
|
|
41
43
|
oauth_referral_source: BROWSER,
|
|
42
44
|
ui_message_version: 4,
|
|
@@ -86,7 +86,7 @@ module MxPlatformRuby
|
|
|
86
86
|
# This endpoint creates a new `spending_plan_iteration_item`.
|
|
87
87
|
# @param spending_plan_guid [String] The unique ID for the `spending_plan`.
|
|
88
88
|
# @param user_guid [String] The unique id for a `user`.
|
|
89
|
-
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be created with required
|
|
89
|
+
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be created with required parameter (planned_amount)
|
|
90
90
|
# @param [Hash] opts the optional parameters
|
|
91
91
|
# @return [SpendingPlanIterationItemResponse]
|
|
92
92
|
def create_spending_plan_iteration_item(spending_plan_guid, user_guid, spending_plan_iteration_item_create_request_body, opts = {})
|
|
@@ -98,7 +98,7 @@ module MxPlatformRuby
|
|
|
98
98
|
# This endpoint creates a new `spending_plan_iteration_item`.
|
|
99
99
|
# @param spending_plan_guid [String] The unique ID for the `spending_plan`.
|
|
100
100
|
# @param user_guid [String] The unique id for a `user`.
|
|
101
|
-
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be created with required
|
|
101
|
+
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be created with required parameter (planned_amount)
|
|
102
102
|
# @param [Hash] opts the optional parameters
|
|
103
103
|
# @return [Array<(SpendingPlanIterationItemResponse, Integer, Hash)>] SpendingPlanIterationItemResponse data, response status code and response headers
|
|
104
104
|
def create_spending_plan_iteration_item_with_http_info(spending_plan_guid, user_guid, spending_plan_iteration_item_create_request_body, opts = {})
|
|
@@ -992,7 +992,7 @@ module MxPlatformRuby
|
|
|
992
992
|
# @param user_guid [String] The unique id for a `user`.
|
|
993
993
|
# @param spending_plan_guid [String] The unique ID for the `spending_plan`.
|
|
994
994
|
# @param iteration_item_guid [String] The unique ID for the `iteration_item`.
|
|
995
|
-
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item
|
|
995
|
+
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be updated with required parameter (planned_amount)
|
|
996
996
|
# @param [Hash] opts the optional parameters
|
|
997
997
|
# @return [SpendingPlanIterationItemResponse]
|
|
998
998
|
def update_spending_plan_iteration_item(user_guid, spending_plan_guid, iteration_item_guid, spending_plan_iteration_item_create_request_body, opts = {})
|
|
@@ -1005,7 +1005,7 @@ module MxPlatformRuby
|
|
|
1005
1005
|
# @param user_guid [String] The unique id for a `user`.
|
|
1006
1006
|
# @param spending_plan_guid [String] The unique ID for the `spending_plan`.
|
|
1007
1007
|
# @param iteration_item_guid [String] The unique ID for the `iteration_item`.
|
|
1008
|
-
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item
|
|
1008
|
+
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be updated with required parameter (planned_amount)
|
|
1009
1009
|
# @param [Hash] opts the optional parameters
|
|
1010
1010
|
# @return [Array<(SpendingPlanIterationItemResponse, Integer, Hash)>] SpendingPlanIterationItemResponse data, response status code and response headers
|
|
1011
1011
|
def update_spending_plan_iteration_item_with_http_info(user_guid, spending_plan_guid, iteration_item_guid, spending_plan_iteration_item_create_request_body, opts = {})
|
|
@@ -35,6 +35,8 @@ module MxPlatformRuby
|
|
|
35
35
|
|
|
36
36
|
attr_accessor :is_mobile_webview
|
|
37
37
|
|
|
38
|
+
attr_accessor :microwidget_instance_id
|
|
39
|
+
|
|
38
40
|
attr_accessor :mode
|
|
39
41
|
|
|
40
42
|
attr_accessor :oauth_referral_source
|
|
@@ -60,6 +62,7 @@ module MxPlatformRuby
|
|
|
60
62
|
:'include_identity' => :'include_identity',
|
|
61
63
|
:'include_transactions' => :'include_transactions',
|
|
62
64
|
:'is_mobile_webview' => :'is_mobile_webview',
|
|
65
|
+
:'microwidget_instance_id' => :'microwidget_instance_id',
|
|
63
66
|
:'mode' => :'mode',
|
|
64
67
|
:'oauth_referral_source' => :'oauth_referral_source',
|
|
65
68
|
:'ui_message_version' => :'ui_message_version',
|
|
@@ -87,6 +90,7 @@ module MxPlatformRuby
|
|
|
87
90
|
:'include_identity' => :'Boolean',
|
|
88
91
|
:'include_transactions' => :'Boolean',
|
|
89
92
|
:'is_mobile_webview' => :'Boolean',
|
|
93
|
+
:'microwidget_instance_id' => :'String',
|
|
90
94
|
:'mode' => :'String',
|
|
91
95
|
:'oauth_referral_source' => :'String',
|
|
92
96
|
:'ui_message_version' => :'Integer',
|
|
@@ -157,6 +161,10 @@ module MxPlatformRuby
|
|
|
157
161
|
self.is_mobile_webview = attributes[:'is_mobile_webview']
|
|
158
162
|
end
|
|
159
163
|
|
|
164
|
+
if attributes.key?(:'microwidget_instance_id')
|
|
165
|
+
self.microwidget_instance_id = attributes[:'microwidget_instance_id']
|
|
166
|
+
end
|
|
167
|
+
|
|
160
168
|
if attributes.key?(:'mode')
|
|
161
169
|
self.mode = attributes[:'mode']
|
|
162
170
|
end
|
|
@@ -219,6 +227,7 @@ module MxPlatformRuby
|
|
|
219
227
|
include_identity == o.include_identity &&
|
|
220
228
|
include_transactions == o.include_transactions &&
|
|
221
229
|
is_mobile_webview == o.is_mobile_webview &&
|
|
230
|
+
microwidget_instance_id == o.microwidget_instance_id &&
|
|
222
231
|
mode == o.mode &&
|
|
223
232
|
oauth_referral_source == o.oauth_referral_source &&
|
|
224
233
|
ui_message_version == o.ui_message_version &&
|
|
@@ -236,7 +245,7 @@ module MxPlatformRuby
|
|
|
236
245
|
# Calculates hash code according to all attributes.
|
|
237
246
|
# @return [Integer] Hash code
|
|
238
247
|
def hash
|
|
239
|
-
[client_redirect_url, color_scheme, current_institution_code, current_institution_guid, current_member_guid, disable_background_agg, disable_institution_search, include_identity, include_transactions, is_mobile_webview, mode, oauth_referral_source, ui_message_version, ui_message_webview_url_scheme, update_credentials, widget_type].hash
|
|
248
|
+
[client_redirect_url, color_scheme, current_institution_code, current_institution_guid, current_member_guid, disable_background_agg, disable_institution_search, include_identity, include_transactions, is_mobile_webview, microwidget_instance_id, mode, oauth_referral_source, ui_message_version, ui_message_webview_url_scheme, update_credentials, widget_type].hash
|
|
240
249
|
end
|
|
241
250
|
|
|
242
251
|
# Builds the object from hash
|
data/openapi/config.yml
CHANGED
|
@@ -49,7 +49,7 @@ describe 'SpendingPlanApi' do
|
|
|
49
49
|
# This endpoint creates a new `spending_plan_iteration_item`.
|
|
50
50
|
# @param spending_plan_guid The unique ID for the `spending_plan`.
|
|
51
51
|
# @param user_guid The unique id for a `user`.
|
|
52
|
-
# @param spending_plan_iteration_item_create_request_body Iteration item to be created with required
|
|
52
|
+
# @param spending_plan_iteration_item_create_request_body Iteration item to be created with required parameter (planned_amount)
|
|
53
53
|
# @param [Hash] opts the optional parameters
|
|
54
54
|
# @return [SpendingPlanIterationItemResponse]
|
|
55
55
|
describe 'create_spending_plan_iteration_item test' do
|
|
@@ -227,7 +227,7 @@ describe 'SpendingPlanApi' do
|
|
|
227
227
|
# @param user_guid The unique id for a `user`.
|
|
228
228
|
# @param spending_plan_guid The unique ID for the `spending_plan`.
|
|
229
229
|
# @param iteration_item_guid The unique ID for the `iteration_item`.
|
|
230
|
-
# @param spending_plan_iteration_item_create_request_body Iteration item
|
|
230
|
+
# @param spending_plan_iteration_item_create_request_body Iteration item to be updated with required parameter (planned_amount)
|
|
231
231
|
# @param [Hash] opts the optional parameters
|
|
232
232
|
# @return [SpendingPlanIterationItemResponse]
|
|
233
233
|
describe 'update_spending_plan_iteration_item test' do
|
|
@@ -85,6 +85,12 @@ describe MxPlatformRuby::WidgetRequest do
|
|
|
85
85
|
end
|
|
86
86
|
end
|
|
87
87
|
|
|
88
|
+
describe 'test attribute "microwidget_instance_id"' do
|
|
89
|
+
it 'should work' do
|
|
90
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
91
|
+
end
|
|
92
|
+
end
|
|
93
|
+
|
|
88
94
|
describe 'test attribute "mode"' do
|
|
89
95
|
it 'should work' do
|
|
90
96
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mx-platform-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.26.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- MX
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-02-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -512,134 +512,134 @@ test_files:
|
|
|
512
512
|
- spec/api/mx_platform_api_spec.rb
|
|
513
513
|
- spec/api_client_spec.rb
|
|
514
514
|
- spec/configuration_spec.rb
|
|
515
|
-
- spec/models/
|
|
516
|
-
- spec/models/
|
|
517
|
-
- spec/models/
|
|
518
|
-
- spec/models/
|
|
519
|
-
- spec/models/
|
|
520
|
-
- spec/models/
|
|
521
|
-
- spec/models/
|
|
515
|
+
- spec/models/authorization_code_request_body_spec.rb
|
|
516
|
+
- spec/models/enhance_transaction_response_spec.rb
|
|
517
|
+
- spec/models/managed_transaction_update_request_body_spec.rb
|
|
518
|
+
- spec/models/member_status_response_body_spec.rb
|
|
519
|
+
- spec/models/users_response_body_spec.rb
|
|
520
|
+
- spec/models/transaction_rule_response_spec.rb
|
|
521
|
+
- spec/models/tagging_update_request_body_spec.rb
|
|
522
|
+
- spec/models/category_response_body_spec.rb
|
|
523
|
+
- spec/models/image_option_response_spec.rb
|
|
524
|
+
- spec/models/transactions_response_body_spec.rb
|
|
525
|
+
- spec/models/spending_plan_iteration_item_response_spec.rb
|
|
526
|
+
- spec/models/tag_create_request_spec.rb
|
|
527
|
+
- spec/models/account_number_response_spec.rb
|
|
528
|
+
- spec/models/managed_account_update_request_spec.rb
|
|
522
529
|
- spec/models/merchant_response_spec.rb
|
|
523
|
-
- spec/models/spending_plan_accounts_response_spec.rb
|
|
524
|
-
- spec/models/category_update_request_spec.rb
|
|
525
|
-
- spec/models/credential_response_spec.rb
|
|
526
|
-
- spec/models/transaction_rule_create_request_spec.rb
|
|
527
|
-
- spec/models/merchants_response_body_spec.rb
|
|
528
|
-
- spec/models/category_update_request_body_spec.rb
|
|
529
|
-
- spec/models/merchant_location_response_spec.rb
|
|
530
|
-
- spec/models/tag_update_request_spec.rb
|
|
531
|
-
- spec/models/account_update_request_body_spec.rb
|
|
532
|
-
- spec/models/enhance_transactions_response_body_spec.rb
|
|
533
|
-
- spec/models/credentials_response_body_spec.rb
|
|
534
530
|
- spec/models/managed_member_create_request_body_spec.rb
|
|
535
|
-
- spec/models/
|
|
536
|
-
- spec/models/
|
|
537
|
-
- spec/models/
|
|
531
|
+
- spec/models/spending_plan_iterations_response_spec.rb
|
|
532
|
+
- spec/models/account_update_request_spec.rb
|
|
533
|
+
- spec/models/authorization_code_request_spec.rb
|
|
534
|
+
- spec/models/category_create_request_spec.rb
|
|
538
535
|
- spec/models/enhance_transactions_request_body_spec.rb
|
|
539
|
-
- spec/models/
|
|
540
|
-
- spec/models/
|
|
541
|
-
- spec/models/statements_response_body_spec.rb
|
|
542
|
-
- spec/models/credential_request_spec.rb
|
|
543
|
-
- spec/models/members_response_body_spec.rb
|
|
536
|
+
- spec/models/member_update_request_body_spec.rb
|
|
537
|
+
- spec/models/spending_plan_iteration_response_spec.rb
|
|
544
538
|
- spec/models/statement_response_spec.rb
|
|
545
|
-
- spec/models/
|
|
539
|
+
- spec/models/managed_account_update_request_body_spec.rb
|
|
540
|
+
- spec/models/member_resume_request_body_spec.rb
|
|
541
|
+
- spec/models/transaction_response_body_spec.rb
|
|
542
|
+
- spec/models/managed_account_create_request_body_spec.rb
|
|
543
|
+
- spec/models/account_numbers_response_body_spec.rb
|
|
544
|
+
- spec/models/tag_update_request_spec.rb
|
|
545
|
+
- spec/models/widget_request_body_spec.rb
|
|
546
|
+
- spec/models/spending_plans_response_body_spec.rb
|
|
547
|
+
- spec/models/payment_processor_authorization_code_request_spec.rb
|
|
548
|
+
- spec/models/merchant_response_body_spec.rb
|
|
549
|
+
- spec/models/payment_processor_authorization_code_request_body_spec.rb
|
|
550
|
+
- spec/models/transaction_response_spec.rb
|
|
551
|
+
- spec/models/member_status_response_spec.rb
|
|
552
|
+
- spec/models/institutions_response_body_spec.rb
|
|
553
|
+
- spec/models/institution_response_spec.rb
|
|
546
554
|
- spec/models/connect_widget_request_body_spec.rb
|
|
555
|
+
- spec/models/user_create_request_body_spec.rb
|
|
556
|
+
- spec/models/credential_response_spec.rb
|
|
557
|
+
- spec/models/tag_response_body_spec.rb
|
|
558
|
+
- spec/models/holding_response_body_spec.rb
|
|
547
559
|
- spec/models/account_create_request_body_spec.rb
|
|
548
|
-
- spec/models/
|
|
549
|
-
- spec/models/
|
|
550
|
-
- spec/models/user_response_body_spec.rb
|
|
560
|
+
- spec/models/tag_response_spec.rb
|
|
561
|
+
- spec/models/category_response_spec.rb
|
|
551
562
|
- spec/models/transaction_update_request_body_spec.rb
|
|
552
|
-
- spec/models/
|
|
553
|
-
- spec/models/
|
|
554
|
-
- spec/models/
|
|
563
|
+
- spec/models/account_response_spec.rb
|
|
564
|
+
- spec/models/member_response_body_spec.rb
|
|
565
|
+
- spec/models/user_response_body_spec.rb
|
|
566
|
+
- spec/models/user_response_spec.rb
|
|
567
|
+
- spec/models/tag_update_request_body_spec.rb
|
|
555
568
|
- spec/models/managed_account_create_request_spec.rb
|
|
556
|
-
- spec/models/
|
|
557
|
-
- spec/models/member_update_request_spec.rb
|
|
558
|
-
- spec/models/accounts_response_body_spec.rb
|
|
559
|
-
- spec/models/member_resume_request_body_spec.rb
|
|
560
|
-
- spec/models/account_create_request_spec.rb
|
|
561
|
-
- spec/models/account_number_response_spec.rb
|
|
562
|
-
- spec/models/managed_transaction_create_request_spec.rb
|
|
563
|
-
- spec/models/payment_processor_authorization_code_response_spec.rb
|
|
564
|
-
- spec/models/transactions_response_body_spec.rb
|
|
565
|
-
- spec/models/transaction_update_request_spec.rb
|
|
566
|
-
- spec/models/tag_response_body_spec.rb
|
|
567
|
-
- spec/models/member_create_request_spec.rb
|
|
568
|
-
- spec/models/tagging_create_request_body_spec.rb
|
|
569
|
-
- spec/models/tagging_response_spec.rb
|
|
570
|
-
- spec/models/managed_account_create_request_body_spec.rb
|
|
569
|
+
- spec/models/authorization_code_response_spec.rb
|
|
571
570
|
- spec/models/merchant_location_response_body_spec.rb
|
|
572
|
-
- spec/models/
|
|
573
|
-
- spec/models/
|
|
574
|
-
- spec/models/
|
|
575
|
-
- spec/models/
|
|
576
|
-
- spec/models/
|
|
571
|
+
- spec/models/holding_response_spec.rb
|
|
572
|
+
- spec/models/tagging_response_body_spec.rb
|
|
573
|
+
- spec/models/connect_widget_response_body_spec.rb
|
|
574
|
+
- spec/models/payment_processor_authorization_code_response_body_spec.rb
|
|
575
|
+
- spec/models/managed_member_update_request_body_spec.rb
|
|
576
|
+
- spec/models/challenges_response_body_spec.rb
|
|
577
|
+
- spec/models/merchants_response_body_spec.rb
|
|
578
|
+
- spec/models/transaction_rule_create_request_spec.rb
|
|
579
|
+
- spec/models/o_auth_window_response_spec.rb
|
|
580
|
+
- spec/models/tax_document_response_body_spec.rb
|
|
581
|
+
- spec/models/user_update_request_body_spec.rb
|
|
582
|
+
- spec/models/spending_plan_response_spec.rb
|
|
583
|
+
- spec/models/tags_response_body_spec.rb
|
|
584
|
+
- spec/models/account_owners_response_body_spec.rb
|
|
585
|
+
- spec/models/statement_response_body_spec.rb
|
|
586
|
+
- spec/models/o_auth_window_response_body_spec.rb
|
|
587
|
+
- spec/models/member_create_request_spec.rb
|
|
577
588
|
- spec/models/spending_plan_iteration_items_response_body_spec.rb
|
|
578
|
-
- spec/models/
|
|
579
|
-
- spec/models/
|
|
589
|
+
- spec/models/members_response_body_spec.rb
|
|
590
|
+
- spec/models/tagging_create_request_body_spec.rb
|
|
591
|
+
- spec/models/taggings_response_body_spec.rb
|
|
592
|
+
- spec/models/credential_request_spec.rb
|
|
593
|
+
- spec/models/account_create_request_spec.rb
|
|
594
|
+
- spec/models/holdings_response_body_spec.rb
|
|
595
|
+
- spec/models/spending_plan_iteration_item_create_request_body_spec.rb
|
|
596
|
+
- spec/models/transaction_rule_create_request_body_spec.rb
|
|
597
|
+
- spec/models/member_resume_request_spec.rb
|
|
598
|
+
- spec/models/tag_create_request_body_spec.rb
|
|
599
|
+
- spec/models/accounts_response_body_spec.rb
|
|
580
600
|
- spec/models/member_response_spec.rb
|
|
581
|
-
- spec/models/
|
|
582
|
-
- spec/models/
|
|
583
|
-
- spec/models/
|
|
584
|
-
- spec/models/
|
|
601
|
+
- spec/models/spending_plan_account_response_spec.rb
|
|
602
|
+
- spec/models/categories_response_body_spec.rb
|
|
603
|
+
- spec/models/transaction_rule_update_request_body_spec.rb
|
|
604
|
+
- spec/models/statements_response_body_spec.rb
|
|
605
|
+
- spec/models/authorization_code_response_body_spec.rb
|
|
606
|
+
- spec/models/option_response_spec.rb
|
|
607
|
+
- spec/models/tax_document_response_spec.rb
|
|
608
|
+
- spec/models/managed_member_update_request_spec.rb
|
|
609
|
+
- spec/models/user_update_request_spec.rb
|
|
610
|
+
- spec/models/tagging_response_spec.rb
|
|
611
|
+
- spec/models/category_create_request_body_spec.rb
|
|
612
|
+
- spec/models/widget_request_spec.rb
|
|
613
|
+
- spec/models/user_create_request_spec.rb
|
|
614
|
+
- spec/models/account_update_request_body_spec.rb
|
|
615
|
+
- spec/models/category_update_request_body_spec.rb
|
|
616
|
+
- spec/models/transaction_rule_response_body_spec.rb
|
|
585
617
|
- spec/models/tagging_create_request_spec.rb
|
|
586
|
-
- spec/models/
|
|
587
|
-
- spec/models/
|
|
588
|
-
- spec/models/authorization_code_request_body_spec.rb
|
|
589
|
-
- spec/models/institution_response_body_spec.rb
|
|
590
|
-
- spec/models/user_create_request_body_spec.rb
|
|
618
|
+
- spec/models/challenge_response_spec.rb
|
|
619
|
+
- spec/models/transaction_rules_response_body_spec.rb
|
|
591
620
|
- spec/models/pagination_response_spec.rb
|
|
592
|
-
- spec/models/
|
|
621
|
+
- spec/models/transaction_update_request_spec.rb
|
|
622
|
+
- spec/models/widget_response_body_spec.rb
|
|
623
|
+
- spec/models/managed_transaction_create_request_spec.rb
|
|
624
|
+
- spec/models/connect_widget_request_spec.rb
|
|
625
|
+
- spec/models/managed_transaction_create_request_body_spec.rb
|
|
626
|
+
- spec/models/account_owner_response_spec.rb
|
|
593
627
|
- spec/models/connect_widget_response_spec.rb
|
|
594
|
-
- spec/models/
|
|
595
|
-
- spec/models/
|
|
596
|
-
- spec/models/
|
|
597
|
-
- spec/models/
|
|
628
|
+
- spec/models/account_response_body_spec.rb
|
|
629
|
+
- spec/models/merchant_location_response_spec.rb
|
|
630
|
+
- spec/models/managed_transaction_update_request_spec.rb
|
|
631
|
+
- spec/models/enhance_transactions_response_body_spec.rb
|
|
632
|
+
- spec/models/institution_response_body_spec.rb
|
|
633
|
+
- spec/models/member_update_request_spec.rb
|
|
634
|
+
- spec/models/enhance_transactions_request_spec.rb
|
|
635
|
+
- spec/models/credentials_response_body_spec.rb
|
|
636
|
+
- spec/models/managed_member_create_request_spec.rb
|
|
637
|
+
- spec/models/category_update_request_spec.rb
|
|
638
|
+
- spec/models/widget_response_spec.rb
|
|
639
|
+
- spec/models/spending_plan_accounts_response_spec.rb
|
|
598
640
|
- spec/models/member_create_request_body_spec.rb
|
|
599
|
-
- spec/models/spending_plan_iterations_response_spec.rb
|
|
600
|
-
- spec/models/transaction_rules_response_body_spec.rb
|
|
601
|
-
- spec/models/member_update_request_body_spec.rb
|
|
602
|
-
- spec/models/authorization_code_response_spec.rb
|
|
603
|
-
- spec/models/managed_member_update_request_spec.rb
|
|
604
|
-
- spec/models/user_create_request_spec.rb
|
|
605
|
-
- spec/models/transaction_rule_response_spec.rb
|
|
606
|
-
- spec/models/tax_documents_response_body_spec.rb
|
|
607
|
-
- spec/models/connect_widget_request_spec.rb
|
|
608
|
-
- spec/models/user_update_request_spec.rb
|
|
609
|
-
- spec/models/category_response_spec.rb
|
|
610
|
-
- spec/models/account_response_spec.rb
|
|
611
|
-
- spec/models/tax_document_response_spec.rb
|
|
612
641
|
- spec/models/transaction_rule_update_request_spec.rb
|
|
613
|
-
- spec/models/
|
|
614
|
-
- spec/models/tag_response_spec.rb
|
|
615
|
-
- spec/models/widget_request_body_spec.rb
|
|
616
|
-
- spec/models/widget_response_spec.rb
|
|
617
|
-
- spec/models/transaction_rule_response_body_spec.rb
|
|
618
|
-
- spec/models/payment_processor_authorization_code_request_spec.rb
|
|
619
|
-
- spec/models/spending_plan_iteration_item_create_request_body_spec.rb
|
|
620
|
-
- spec/models/authorization_code_request_spec.rb
|
|
621
|
-
- spec/models/authorization_code_response_body_spec.rb
|
|
622
|
-
- spec/models/user_update_request_body_spec.rb
|
|
623
|
-
- spec/models/transaction_response_spec.rb
|
|
624
|
-
- spec/models/transaction_rule_create_request_body_spec.rb
|
|
625
|
-
- spec/models/spending_plans_response_body_spec.rb
|
|
626
|
-
- spec/models/enhance_transactions_request_spec.rb
|
|
627
|
-
- spec/models/account_numbers_response_body_spec.rb
|
|
628
|
-
- spec/models/challenge_response_spec.rb
|
|
629
|
-
- spec/models/account_owners_response_body_spec.rb
|
|
630
|
-
- spec/models/member_response_body_spec.rb
|
|
631
|
-
- spec/models/spending_plan_iteration_item_response_spec.rb
|
|
632
|
-
- spec/models/holdings_response_body_spec.rb
|
|
633
|
-
- spec/models/managed_transaction_update_request_body_spec.rb
|
|
634
|
-
- spec/models/tagging_update_request_body_spec.rb
|
|
635
|
-
- spec/models/image_option_response_spec.rb
|
|
636
|
-
- spec/models/statement_response_body_spec.rb
|
|
637
|
-
- spec/models/category_response_body_spec.rb
|
|
638
|
-
- spec/models/payment_processor_authorization_code_response_body_spec.rb
|
|
639
|
-
- spec/models/categories_response_body_spec.rb
|
|
640
|
-
- spec/models/payment_processor_authorization_code_request_body_spec.rb
|
|
641
|
-
- spec/models/tax_document_response_body_spec.rb
|
|
642
|
-
- spec/models/challenges_response_body_spec.rb
|
|
642
|
+
- spec/models/payment_processor_authorization_code_response_spec.rb
|
|
643
643
|
- spec/models/tagging_update_request_spec.rb
|
|
644
|
-
- spec/models/
|
|
644
|
+
- spec/models/tax_documents_response_body_spec.rb
|
|
645
645
|
- spec/spec_helper.rb
|