finapps 5.0.32 → 5.0.38

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.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/.github/release-drafter.yml +49 -0
  3. data/.github/workflows/main.yaml +37 -0
  4. data/.github/workflows/release-drafter.yml +14 -0
  5. data/.github/workflows/verify-pr-labeled.yml +14 -0
  6. data/.rubocop.yml +125 -59
  7. data/.rubocop_todo.yml +29 -0
  8. data/.tmuxinator.yml +1 -0
  9. data/.travis.yml +3 -1
  10. data/README.md +1 -0
  11. data/RELEASES.md +20 -0
  12. data/finapps.gemspec +4 -4
  13. data/lib/finapps.rb +2 -0
  14. data/lib/finapps/rest/alert_definitions.rb +1 -1
  15. data/lib/finapps/rest/alert_occurrences.rb +1 -1
  16. data/lib/finapps/rest/client.rb +8 -5
  17. data/lib/finapps/rest/consumers.rb +5 -5
  18. data/lib/finapps/rest/consumers_portfolios.rb +1 -1
  19. data/lib/finapps/rest/documents_orders.rb +26 -25
  20. data/lib/finapps/rest/documents_upload_types.rb +11 -0
  21. data/lib/finapps/rest/documents_uploads.rb +23 -0
  22. data/lib/finapps/rest/operators.rb +5 -5
  23. data/lib/finapps/rest/operators_password_resets.rb +1 -1
  24. data/lib/finapps/rest/order_assignments.rb +1 -1
  25. data/lib/finapps/rest/order_reports.rb +1 -1
  26. data/lib/finapps/rest/orders.rb +33 -22
  27. data/lib/finapps/rest/plaid/plaid_consumer_institutions.rb +1 -1
  28. data/lib/finapps/rest/portfolio_reports.rb +1 -1
  29. data/lib/finapps/rest/portfolios.rb +1 -1
  30. data/lib/finapps/rest/portfolios_available_consumers.rb +1 -1
  31. data/lib/finapps/rest/portfolios_consumers.rb +1 -1
  32. data/lib/finapps/rest/sessions.rb +11 -9
  33. data/lib/finapps/rest/signed_documents_downloads.rb +3 -1
  34. data/lib/finapps/utils/query_builder.rb +13 -4
  35. data/lib/finapps/version.rb +1 -1
  36. data/spec/rest/alert_definitions_spec.rb +10 -6
  37. data/spec/rest/alert_occurrences_spec.rb +6 -1
  38. data/spec/rest/api_request.rb +1 -0
  39. data/spec/rest/client_spec.rb +33 -41
  40. data/spec/rest/consumers_portfolios_spec.rb +7 -2
  41. data/spec/rest/consumers_spec.rb +236 -207
  42. data/spec/rest/documents_orders_notifications_spec.rb +4 -2
  43. data/spec/rest/documents_orders_spec.rb +85 -23
  44. data/spec/rest/documents_upload_types_spec.rb +21 -0
  45. data/spec/rest/documents_uploads_spec.rb +104 -0
  46. data/spec/rest/esign_templates_spec.rb +2 -1
  47. data/spec/rest/operators_password_resets_spec.rb +50 -52
  48. data/spec/rest/operators_spec.rb +181 -172
  49. data/spec/rest/order_assignments_spec.rb +6 -1
  50. data/spec/rest/order_notifications_spec.rb +4 -2
  51. data/spec/rest/order_refreshes_spec.rb +8 -5
  52. data/spec/rest/order_reports_spec.rb +21 -15
  53. data/spec/rest/order_statuses_spec.rb +14 -10
  54. data/spec/rest/order_tokens_spec.rb +37 -30
  55. data/spec/rest/orders_spec.rb +121 -73
  56. data/spec/rest/password_resets_spec.rb +46 -36
  57. data/spec/rest/plaid/plaid_account_permissions_spec.rb +5 -4
  58. data/spec/rest/plaid/plaid_accounts_spec.rb +9 -4
  59. data/spec/rest/plaid/plaid_consumer_institutions_spec.rb +11 -11
  60. data/spec/rest/plaid/plaid_institution_logos_spec.rb +1 -1
  61. data/spec/rest/plaid/plaid_webhooks_spec.rb +3 -1
  62. data/spec/rest/portfolio_reports_spec.rb +7 -2
  63. data/spec/rest/portfolios_alerts_spec.rb +9 -4
  64. data/spec/rest/portfolios_available_consumers_spec.rb +7 -2
  65. data/spec/rest/portfolios_consumers_spec.rb +15 -4
  66. data/spec/rest/portfolios_spec.rb +20 -17
  67. data/spec/rest/products_spec.rb +17 -14
  68. data/spec/rest/sessions_spec.rb +63 -58
  69. data/spec/rest/signed_documents_downloads_spec.rb +10 -6
  70. data/spec/rest/tenant_app_settings_spec.rb +9 -3
  71. data/spec/rest/tenant_settings_spec.rb +9 -3
  72. data/spec/rest/verix/verix_documents_spec.rb +15 -22
  73. data/spec/rest/verix/verix_metadata_spec.rb +1 -1
  74. data/spec/rest/verix/verix_pdf_documents_spec.rb +14 -19
  75. data/spec/rest/verix/verix_records_spec.rb +31 -10
  76. data/spec/rest/version_spec.rb +6 -4
  77. data/spec/spec_helper.rb +2 -2
  78. data/spec/support/fake_api.rb +25 -4
  79. data/spec/support/fixtures/documents_orders_none.json +6 -0
  80. data/spec/support/fixtures/upload_types.json +9 -0
  81. data/spec/utils/query_builder_spec.rb +40 -14
  82. metadata +83 -70
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05c3cbe0d36260925c0a4ca37018f711a959dc0607b4d379b9adb048ef76a0c9
4
- data.tar.gz: 1a519b374d9345074573372872fcc731f7b55111adc47be50ce549f7db5b913d
3
+ metadata.gz: f8702c60512ab408154ba0a647fa5a453874e7bcd498eabaf51ae6f871d045a7
4
+ data.tar.gz: bf2447e5c456b0b0c857bbf044ac59be2cc88b97e1cc7508550a85a8b8327c93
5
5
  SHA512:
6
- metadata.gz: 79b1294efebc55a4eb589511df152268a6afbd135b9d06c0d159d8beecdb3d5c968cd5f1978dfac92934d8f1e8464004f21f7327631f236ee53b084ac1ac1858
7
- data.tar.gz: b333304eae828c57e73751fa1a09f5d3da6582499eab129ff4421ac8726c204cef74a6a5d90591f41e5c9a82d9dfeb5e4422cbf738b685fcdc83cf70a38a2945
6
+ metadata.gz: b8940de3d2bd5b0c61c86d32a78568538f44aab51dba0f967a3d47cb3e4804c377842c4984838a8b2ec3bb52ecc3b8ac248b18f8654b6f8dcd74ce42003bbca8
7
+ data.tar.gz: 4ee4a515aa48474e52c5e485b7c31ad7d73541254ac294bc82d9f091cc1b69d94cf21bceb899d5ce98336dc13a7c9f1448e549c520ddddcb4df87fdc506cdb2a
@@ -0,0 +1,49 @@
1
+ name-template: 'version $RESOLVED_VERSION'
2
+ tag-template: 'v$RESOLVED_VERSION'
3
+ categories:
4
+ - title: 'Added'
5
+ labels: 'enhancement'
6
+ - title: 'Changed'
7
+ labels: 'change'
8
+ - title: 'Deprecated'
9
+ labels: 'deprecated'
10
+ - title: 'Removed'
11
+ labels: 'removed'
12
+ - title: 'Fixed'
13
+ labels: 'bug'
14
+ - title: 'Security'
15
+ label: 'dependencies'
16
+ - title: 'Documentation updates'
17
+ label: 'documentation'
18
+ - title: 'Maintenance'
19
+ labels: 'internal'
20
+
21
+ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
22
+
23
+ version-resolver:
24
+ major:
25
+ labels:
26
+ - 'major'
27
+ minor:
28
+ labels:
29
+ - 'minor'
30
+ patch:
31
+ labels:
32
+ - 'patch'
33
+ default: patch
34
+
35
+ exclude-labels:
36
+ - reverted
37
+ - no-changelog
38
+ - skip-changelog
39
+ - invalid
40
+
41
+ template: |
42
+ ## [$RESOLVED_VERSION](https://github.com/finapps/ruby-client/compare/$PREVIOUS_TAG...$RESOLVED_VERSION)
43
+ $CHANGES
44
+
45
+ replacers:
46
+ - search: '/CVE-(\d{4})-(\d+)/g'
47
+ replace: 'https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-$1-$2'
48
+ - search: '@dependabot-preview'
49
+ replace: '@dependabot'
@@ -0,0 +1,37 @@
1
+ name: Main
2
+
3
+ on: [push, pull_request]
4
+
5
+ jobs:
6
+ ci:
7
+ runs-on: ubuntu-latest
8
+
9
+ strategy:
10
+ fail-fast: true
11
+
12
+ steps:
13
+ - uses: actions/checkout@v1
14
+
15
+ - name: Use Ruby 2.6
16
+ uses: actions/setup-ruby@v1
17
+ with:
18
+ ruby-version: '2.6'
19
+
20
+ - uses: actions/cache@v1
21
+ with:
22
+ path: vendor/bundle
23
+ key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
24
+ restore-keys: |
25
+ ${{ runner.os }}-gems-
26
+
27
+ - name: Install gems
28
+ run: |
29
+ gem install bundler
30
+ bundle config path vendor/bundle
31
+ bundle install --jobs 4 --retry 3
32
+
33
+ - name: Run rubocop
34
+ run: bundle exec rubocop
35
+
36
+ - name: Run tests
37
+ run: bundle exec rspec
@@ -0,0 +1,14 @@
1
+ name: Release Drafter
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - master
7
+
8
+ jobs:
9
+ update_release_draft:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: release-drafter/release-drafter@v5
13
+ env:
14
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -0,0 +1,14 @@
1
+ name: "Require PR labels"
2
+
3
+ on:
4
+ pull_request:
5
+ types: [opened, labeled, unlabeled, synchronize]
6
+ jobs:
7
+ label:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: mheap/github-action-required-labels@v1
11
+ with:
12
+ mode: exactly
13
+ count: 1
14
+ labels: "bug, change, enhancement"
@@ -1,26 +1,60 @@
1
+ inherit_from: .rubocop_todo.yml
2
+
3
+ require:
4
+ - rubocop-rspec
5
+ - rubocop-performance
6
+
1
7
  AllCops:
2
- DisplayCopNames: true
8
+ TargetRubyVersion: 2.6
3
9
  Exclude:
4
- - "finapps.gemspec"
5
- UseCache: false
10
+ - "vendor/**/*"
11
+ - "bin/**/*"
12
+ CacheRootDirectory: tmp
13
+ NewCops: enable
6
14
 
7
- # Commonly used screens these days easily fit more than 80 characters.
15
+ Layout/SpaceAroundMethodCallOperator:
16
+ Enabled: true
17
+ Layout/EmptyLinesAroundAttributeAccessor:
18
+ Enabled: true
19
+ Layout/SpaceInsideBlockBraces:
20
+ # The space here provides no real gain in readability while consuming
21
+ # horizontal space that could be used for a better parameter name.
22
+ # Also {| differentiates better from a hash than { | does.
23
+ SpaceBeforeBlockParameters: false
24
+ Layout/SpaceInsideHashLiteralBraces:
25
+ EnforcedStyle: no_space
26
+ Layout/DotPosition:
27
+ Description: Checks the position of the dot in multi-line method calls.
28
+ StyleGuide: https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains
29
+ Enabled: true
30
+ EnforcedStyle: leading
31
+ SupportedStyles:
32
+ - leading
33
+ - trailing
8
34
  Layout/LineLength:
9
- Max: 120
35
+ Max: 110
10
36
 
11
- Style/CollectionMethods:
12
- Description: Preferred collection methods.
13
- StyleGuide: https://github.com/bbatsov/ruby-style-guide#map-find-select-reduce-size
37
+ Lint/DeprecatedOpenSSLConstant:
14
38
  Enabled: true
15
- PreferredMethods:
16
- collect: map
17
- collect!: map!
18
- find: detect
19
- find_all: select
20
- reduce: inject
21
- Style/OptionHash:
22
- Description: Don't use option hashes when you can use keyword arguments.
23
- Enabled: false
39
+ Lint/MixedRegexpCaptureTypes:
40
+ Enabled: true
41
+ Lint/RaiseException:
42
+ Enabled: true
43
+ Lint/StructNewOverride:
44
+ Enabled: true
45
+
46
+ Metrics/ClassLength:
47
+ Exclude:
48
+ - app/controllers/orders_controller.rb
49
+ - app/models/order.rb
50
+ Metrics/BlockLength:
51
+ ExcludedMethods: ['describe', 'context']
52
+ Exclude:
53
+ - config/environments/**/**
54
+ - Guardfile
55
+ - config/routes.rb
56
+ - config/Guardfile
57
+
24
58
  Naming/PredicateName:
25
59
  Description: Check the names of predicate methods.
26
60
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#bool-methods-qmark
@@ -33,54 +67,86 @@ Naming/PredicateName:
33
67
  - is_
34
68
  Exclude:
35
69
  - spec/**/*
36
- Metrics/AbcSize:
37
- Description: A calculated magnitude based on number of assignments, branches, and
38
- conditions.
39
- Enabled: false
40
- Max: 15
41
- Metrics/BlockLength:
42
- ExcludedMethods: ['describe', 'context']
43
- Metrics/ClassLength:
44
- Description: Avoid classes longer than 100 lines of code.
45
- Enabled: false
46
- CountComments: false
47
- Max: 100
48
- Metrics/ModuleLength:
49
- CountComments: false
50
- Max: 100
51
- Description: Avoid modules longer than 100 lines of code.
52
- Enabled: false
53
- Metrics/CyclomaticComplexity:
54
- Description: A complexity metric that is strongly correlated to the number of test
55
- cases needed to validate a method.
70
+
71
+ RSpec/FilePath:
56
72
  Enabled: false
57
- Max: 6
58
- Metrics/MethodLength:
59
- Description: Avoid methods longer than 10 lines of code.
60
- StyleGuide: https://github.com/bbatsov/ruby-style-guide#short-methods
73
+ Gemspec/RequiredRubyVersion:
61
74
  Enabled: false
62
- CountComments: false
63
- Max: 10
64
- Metrics/ParameterLists:
65
- Description: Avoid parameter lists longer than three or four parameters.
66
- StyleGuide: https://github.com/bbatsov/ruby-style-guide#too-many-params
75
+
76
+ Style/RedundantRegexpCharacterClass:
77
+ Enabled: true
78
+ Style/RedundantRegexpEscape:
79
+ Enabled: true
80
+ Style/CollectionMethods:
81
+ Description: Preferred collection methods.
82
+ StyleGuide: https://github.com/bbatsov/ruby-style-guide#map-find-select-reduce-size
83
+ Enabled: true
84
+ PreferredMethods:
85
+ collect: map
86
+ collect!: map!
87
+ find: detect
88
+ find_all: select
89
+ reduce: inject
90
+ Style/GuardClause:
91
+ Description: Check for conditionals that can be replaced with guard clauses
92
+ StyleGuide: https://github.com/bbatsov/ruby-style-guide#no-nested-conditionals
93
+ Enabled: true
94
+ MinBodyLength: 1
95
+ Style/OptionHash:
96
+ Description: Don't use option hashes when you can use keyword arguments.
67
97
  Enabled: false
68
- Max: 5
69
- CountKeywordArgs: true
70
- Metrics/PerceivedComplexity:
71
- Description: A complexity metric geared towards measuring complexity for a human
72
- reader.
98
+ Style/PercentLiteralDelimiters:
99
+ Description: Use `%`-literal delimiters consistently
100
+ StyleGuide: https://github.com/bbatsov/ruby-style-guide#percent-literal-braces
73
101
  Enabled: false
74
- Max: 7
102
+ PreferredDelimiters:
103
+ "%": "()"
104
+ "%i": "()"
105
+ "%q": "()"
106
+ "%Q": "()"
107
+ "%r": "{}"
108
+ "%s": "()"
109
+ "%w": "()"
110
+ "%W": "()"
111
+ "%x": "()"
112
+ Style/SignalException:
113
+ Description: Checks for proper usage of fail and raise.
114
+ StyleGuide: https://github.com/bbatsov/ruby-style-guide#fail-method
115
+ Enabled: true
116
+ EnforcedStyle: semantic
117
+ SupportedStyles:
118
+ - only_raise
119
+ - only_fail
120
+ - semantic
121
+ Style/StringLiterals:
122
+ Description: Checks if uses of quotes match the configured preference.
123
+ StyleGuide: https://github.com/bbatsov/ruby-style-guide#consistent-string-literals
124
+ Enabled: true
125
+ EnforcedStyle: single_quotes
126
+ SupportedStyles:
127
+ - single_quotes
128
+ - double_quotes
129
+ Style/StringLiteralsInInterpolation:
130
+ Description: Checks if uses of quotes inside expressions in interpolated strings
131
+ match the configured preference.
132
+ Enabled: true
133
+ EnforcedStyle: single_quotes
134
+ SupportedStyles:
135
+ - single_quotes
136
+ - double_quotes
75
137
  Style/Documentation:
76
138
  Description: Document classes and non-namespace modules.
77
139
  Enabled: false
78
- Style/EmptyLiteral:
79
- Description: Prefer literals to Array.new/Hash.new/String.new.
80
- StyleGuide: https://github.com/bbatsov/ruby-style-guide#literal-array-hash
140
+ Style/OneLineConditional:
141
+ Description: Favor the ternary operator(?:) over if/then/else/end constructs.
142
+ StyleGuide: https://github.com/bbatsov/ruby-style-guide#ternary-operator
81
143
  Enabled: false
82
- Style/VariableInterpolation:
83
- Description: Don't interpolate global, instance and class variables directly in
84
- strings.
85
- StyleGuide: https://github.com/bbatsov/ruby-style-guide#curlies-interpolate
144
+ Style/OptionalBooleanParameter:
86
145
  Enabled: false
146
+
147
+ RSpec/NestedGroups:
148
+ Max: 5
149
+ RSpec/DescribeClass:
150
+ Exclude:
151
+ - spec/system/*
152
+ - spec/factories_spec.rb
@@ -0,0 +1,29 @@
1
+ # This configuration was generated by
2
+ # `rubocop --auto-gen-config`
3
+ # on 2020-06-24 14:28:46 UTC using RuboCop version 0.86.0.
4
+ # The point is for the user to remove these configuration records
5
+ # one by one as the offenses are removed from the code base.
6
+ # Note that changes in the inspected code, or installation of new
7
+ # versions of RuboCop, may require this file to be generated again.
8
+
9
+ # Offense count: 1
10
+ # Configuration parameters: CountComments, ExcludedMethods.
11
+ # ExcludedMethods: refine
12
+ # finapps.gemspec - leaving as is intentionally
13
+ Metrics/BlockLength:
14
+ Max: 28
15
+
16
+ # Offense count: 1
17
+ # Configuration parameters: CountComments.
18
+ # fake_api.rb - leaving as is intentionally
19
+ Metrics/ClassLength:
20
+ Max: 442
21
+
22
+ # Offense count: 5
23
+ # Configuration parameters: Max.
24
+ # Leaving as is intentionally - url being tested takes up as many lines
25
+ RSpec/ExampleLength:
26
+ Exclude:
27
+ - 'spec/rest/consumers_spec.rb'
28
+ - 'spec/rest/documents_orders_spec.rb'
29
+ - 'spec/rest/orders_spec.rb'
@@ -11,6 +11,7 @@ windows:
11
11
  - git pull
12
12
  - git status
13
13
  - bundle
14
+ - bundle outdated
14
15
  -
15
16
  guard:
16
17
  layout: even-horizontal
@@ -1,5 +1,7 @@
1
- sudo: false
2
1
  language: ruby
2
+ os: ["linux"]
3
+ dist: "xenial"
4
+
3
5
  cache:
4
6
  bundler: true
5
7
 
data/README.md CHANGED
@@ -3,6 +3,7 @@ FinApps Ruby-Client
3
3
  ===================
4
4
 
5
5
  [![Gem Version](https://img.shields.io/gem/v/finapps.svg)](https://rubygems.org/gems/finapps)
6
+ ![Main](https://github.com/finapps/ruby-client/workflows/Main/badge.svg)
6
7
  [![Build Status](https://travis-ci.org/finapps/ruby-client.svg?branch=master)](https://travis-ci.org/finapps/ruby-client)
7
8
  [![Code Climate](https://codeclimate.com/github/finapps/ruby-client/badges/gpa.svg)](https://codeclimate.com/github/finapps/ruby-client)
8
9
  [![Test Coverage](https://codeclimate.com/github/finapps/ruby-client/badges/coverage.svg)](https://codeclimate.com/github/finapps/ruby-client/coverage)
@@ -1,3 +1,23 @@
1
+ ## [5.0.36] - 2020-08-05
2
+
3
+ ### Changed
4
+ * Add upload endpoints to support dashboard ([#309][i309])
5
+
6
+ [i309]: https://github.com/finapps/tenant-dashboard-react/issues/309
7
+
8
+ [5.0.36]: https://github.com/finapps/ruby-client/compare/5.0.35...5.0.36
9
+
10
+ ## [5.0.35] - 2020-07-09
11
+
12
+ ### Changed
13
+ * Change code to match rubocop suggestions ([#232][i232])
14
+ * Add support for first name order search with space ([#404][i404])
15
+
16
+ [i232]: https://github.com/finapps/ruby-client/issues/232
17
+ [i404]: https://github.com/finapps/tenant-dashboard-react/issues/404
18
+
19
+ [5.0.35]: https://github.com/finapps/ruby-client/compare/5.0.34...5.0.35
20
+
1
21
  ## [5.0.32] - 2020-06-11
2
22
 
3
23
  ### Fixed
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
  spec.test_files = Dir['spec/**/*.rb']
21
21
  spec.require_paths = ['lib']
22
22
 
23
- spec.add_runtime_dependency 'finapps_core', '~> 5.0', '>= 5.0.7'
23
+ spec.add_runtime_dependency 'finapps_core', '~> 5.0', '>= 5.0.10'
24
24
 
25
25
  spec.add_development_dependency 'bundler', '~> 2.0', '>= 2.0.2'
26
26
  spec.add_development_dependency 'codeclimate-test-reporter', '~> 1.0', '>= 1.0.9'
@@ -29,9 +29,9 @@ Gem::Specification.new do |spec|
29
29
  spec.add_development_dependency 'guard-rspec', '~> 4.7', '>= 4.7.3'
30
30
  spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.1'
31
31
  spec.add_development_dependency 'rspec', '~> 3.9', '>= 3.9.0'
32
- spec.add_development_dependency 'rubocop', '~> 0.79', '>= 0.79.0'
33
- spec.add_development_dependency 'rubocop-performance', '~> 1.5', '>= 1.5.2'
34
- spec.add_development_dependency 'rubocop-rspec', '~> 1.37', '>= 1.37.1'
32
+ spec.add_development_dependency 'rubocop', '~> 0.86', '>= 0.86.0'
33
+ spec.add_development_dependency 'rubocop-performance', '~> 1.6', '>= 1.6.1'
34
+ spec.add_development_dependency 'rubocop-rspec', '~> 1.40', '>= 1.40.0'
35
35
  spec.add_development_dependency 'sinatra', '~> 2.0', '>= 2.0.8'
36
36
  spec.add_development_dependency 'webmock', '~> 3.8', '>= 3.8.0'
37
37
 
@@ -30,7 +30,9 @@ require 'finapps/rest/portfolios_consumers'
30
30
  require 'finapps/rest/consumers_portfolios'
31
31
  require 'finapps/rest/portfolio_reports'
32
32
  require 'finapps/rest/documents_orders'
33
+ require 'finapps/rest/documents_uploads'
33
34
  require 'finapps/rest/esign_templates'
35
+ require 'finapps/rest/documents_upload_types'
34
36
  require 'finapps/rest/signed_documents_downloads'
35
37
  require 'finapps/rest/documents_orders_notifications'
36
38