moneykit 0.1.13 → 0.1.15
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 +1 -1
- data/README.md +1 -1
- data/docs/AccessTokenApi.md +14 -17
- data/docs/AccountIdentity.md +4 -0
- data/docs/AccountResponse.md +5 -1
- data/docs/AccountWithAccountNumbersLegacy20230218.md +4 -0
- data/docs/AccountsApi.md +2 -2
- data/docs/Address.md +1 -1
- data/docs/CreateAccessTokenResponse.md +1 -1
- data/docs/CustomerUserPhone.md +1 -1
- data/docs/Email.md +1 -1
- data/docs/ExchangeTokenResponse.md +1 -1
- data/docs/IdentityApi.md +1 -1
- data/docs/ImportLinkRequest.md +2 -2
- data/docs/InvestmentsApi.md +4 -4
- data/docs/LinkCommon.md +4 -0
- data/docs/LinksApi.md +20 -20
- data/docs/MoneyKitConnectFeatures.md +3 -1
- data/docs/PhoneNumber.md +3 -3
- data/docs/TransactionSyncResponse.md +2 -0
- data/docs/TransactionsApi.md +11 -11
- data/docs/UpdateLinkRequest.md +2 -0
- data/docs/UsersApi.md +10 -10
- data/lib/moneykit/api/access_token_api.rb +12 -9
- data/lib/moneykit/api/accounts_api.rb +2 -2
- data/lib/moneykit/api/identity_api.rb +2 -2
- data/lib/moneykit/api/investments_api.rb +4 -4
- data/lib/moneykit/api/links_api.rb +16 -16
- data/lib/moneykit/api/transactions_api.rb +12 -12
- data/lib/moneykit/api/users_api.rb +10 -10
- data/lib/moneykit/models/account_identity.rb +21 -1
- data/lib/moneykit/models/account_response.rb +24 -4
- data/lib/moneykit/models/account_with_account_numbers_legacy20230218.rb +21 -1
- data/lib/moneykit/models/address.rb +1 -1
- data/lib/moneykit/models/email.rb +1 -1
- data/lib/moneykit/models/exchange_token_response.rb +1 -1
- data/lib/moneykit/models/import_link_request.rb +1 -1
- data/lib/moneykit/models/link_common.rb +27 -1
- data/lib/moneykit/models/link_product_error.rb +2 -1
- data/lib/moneykit/models/link_response.rb +1 -1
- data/lib/moneykit/models/money_kit_connect_features.rb +16 -4
- data/lib/moneykit/models/phone_number.rb +2 -2
- data/lib/moneykit/models/public_link_error.rb +6 -1
- data/lib/moneykit/models/transaction_sync_response.rb +19 -1
- data/lib/moneykit/models/update_link_request.rb +12 -1
- data/lib/moneykit/version.rb +1 -1
- data/lib/moneykit.rb +0 -1
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +7 -7
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.1.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.1.1/mkmf.log +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.1.1/psych.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.7.3/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.7.3/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.0/stringio.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/ext/psych/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/psych-5.1.1.1/lib/psych.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/lib/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/lib/stringio.so +0 -0
- metadata +147 -147
@@ -1,7 +1,7 @@
|
|
1
1
|
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib pkg-config --exists yaml-0.1
|
2
2
|
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib pkg-config --libs yaml-0.1 |
|
3
3
|
=> "-lyaml \n"
|
4
|
-
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -
|
4
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lm -lpthread -lc"
|
5
5
|
checked program was:
|
6
6
|
/* begin */
|
7
7
|
1: #include "ruby.h"
|
@@ -12,7 +12,7 @@ checked program was:
|
|
12
12
|
6: }
|
13
13
|
/* end */
|
14
14
|
|
15
|
-
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -
|
15
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lyaml -lm -lpthread -lc"
|
16
16
|
checked program was:
|
17
17
|
/* begin */
|
18
18
|
1: #include "ruby.h"
|
@@ -37,7 +37,7 @@ libs: -lyaml
|
|
37
37
|
|
38
38
|
find_header: checking for yaml.h... -------------------- yes
|
39
39
|
|
40
|
-
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -
|
40
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC -c conftest.c"
|
41
41
|
checked program was:
|
42
42
|
/* begin */
|
43
43
|
1: #include "ruby.h"
|
@@ -49,13 +49,13 @@ checked program was:
|
|
49
49
|
|
50
50
|
find_library: checking for yaml_get_version() in -lyaml... -------------------- yes
|
51
51
|
|
52
|
-
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -
|
52
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lyaml -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lyaml -lyaml -lm -lpthread -lc"
|
53
53
|
conftest.c: In function ‘t’:
|
54
54
|
conftest.c:14:57: error: ‘yaml_get_version’ undeclared (first use in this function)
|
55
55
|
14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))yaml_get_version; return !p; }
|
56
56
|
| ^~~~~~~~~~~~~~~~
|
57
57
|
conftest.c:14:57: note: each undeclared identifier is reported only once for each function it appears in
|
58
|
-
|
58
|
+
At top level:
|
59
59
|
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
|
60
60
|
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
|
61
61
|
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
|
@@ -77,7 +77,7 @@ checked program was:
|
|
77
77
|
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))yaml_get_version; return !p; }
|
78
78
|
/* end */
|
79
79
|
|
80
|
-
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -
|
80
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.2.2/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.2.2/x64/include/ruby-3.2.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lyaml -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -L/opt/hostedtoolcache/Ruby/3.2.2/x64/lib -lruby -lyaml -lyaml -lm -lpthread -lc"
|
81
81
|
checked program was:
|
82
82
|
/* begin */
|
83
83
|
1: #include "ruby.h"
|
Binary file
|
@@ -3,16 +3,16 @@ current directory: /home/runner/work/moneykit-ruby/moneykit-ruby/vendor/bundle/r
|
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /home/runner/work/moneykit-ruby/moneykit-ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20241009-1949-3judgv sitelibdir\=./.gem.20241009-1949-3judgv clean
|
7
7
|
|
8
8
|
current directory: /home/runner/work/moneykit-ruby/moneykit-ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20241009-1949-3judgv sitelibdir\=./.gem.20241009-1949-3judgv
|
10
10
|
compiling cparse.c
|
11
11
|
linking shared-object racc/cparse.so
|
12
12
|
|
13
13
|
current directory: /home/runner/work/moneykit-ruby/moneykit-ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse
|
14
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
15
|
-
/usr/bin/install -c -m 0755 cparse.so ./.gem.
|
14
|
+
make DESTDIR\= sitearchdir\=./.gem.20241009-1949-3judgv sitelibdir\=./.gem.20241009-1949-3judgv install
|
15
|
+
/usr/bin/install -c -m 0755 cparse.so ./.gem.20241009-1949-3judgv/racc
|
16
16
|
|
17
17
|
current directory: /home/runner/work/moneykit-ruby/moneykit-ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse
|
18
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
18
|
+
make DESTDIR\= sitearchdir\=./.gem.20241009-1949-3judgv sitelibdir\=./.gem.20241009-1949-3judgv clean
|
Binary file
|
@@ -3,16 +3,16 @@ current directory: /home/runner/work/moneykit-ruby/moneykit-ruby/vendor/bundle/r
|
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /home/runner/work/moneykit-ruby/moneykit-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20241009-1949-cqmcmp sitelibdir\=./.gem.20241009-1949-cqmcmp clean
|
7
7
|
|
8
8
|
current directory: /home/runner/work/moneykit-ruby/moneykit-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20241009-1949-cqmcmp sitelibdir\=./.gem.20241009-1949-cqmcmp
|
10
10
|
compiling stringio.c
|
11
11
|
linking shared-object stringio.so
|
12
12
|
|
13
13
|
current directory: /home/runner/work/moneykit-ruby/moneykit-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
|
14
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
15
|
-
/usr/bin/install -c -m 0755 stringio.so ./.gem.
|
14
|
+
make DESTDIR\= sitearchdir\=./.gem.20241009-1949-cqmcmp sitelibdir\=./.gem.20241009-1949-cqmcmp install
|
15
|
+
/usr/bin/install -c -m 0755 stringio.so ./.gem.20241009-1949-cqmcmp
|
16
16
|
|
17
17
|
current directory: /home/runner/work/moneykit-ruby/moneykit-ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
|
18
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
18
|
+
make DESTDIR\= sitearchdir\=./.gem.20241009-1949-cqmcmp sitelibdir\=./.gem.20241009-1949-cqmcmp clean
|
Binary file
|
@@ -88,10 +88,10 @@ CCDLFLAGS = -fPIC
|
|
88
88
|
CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC $(ARCH_FLAG)
|
89
89
|
INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
|
90
90
|
DEFS =
|
91
|
-
CPPFLAGS = -
|
91
|
+
CPPFLAGS = -DENABLE_PATH_CHECK=0 $(DEFS) $(cppflags)
|
92
92
|
CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
|
93
|
-
ldflags = -L. -
|
94
|
-
dldflags = -
|
93
|
+
ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
|
94
|
+
dldflags = -Wl,--compress-debug-sections=zlib
|
95
95
|
ARCH_FLAG =
|
96
96
|
DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
|
97
97
|
LDSHARED = $(CC) -shared
|
Binary file
|
@@ -88,10 +88,10 @@ CCDLFLAGS = -fPIC
|
|
88
88
|
CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC -std=c99 $(ARCH_FLAG)
|
89
89
|
INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
|
90
90
|
DEFS =
|
91
|
-
CPPFLAGS = -
|
91
|
+
CPPFLAGS = -DENABLE_PATH_CHECK=0 $(DEFS) $(cppflags)
|
92
92
|
CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
|
93
|
-
ldflags = -L. -
|
94
|
-
dldflags = -
|
93
|
+
ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
|
94
|
+
dldflags = -Wl,--compress-debug-sections=zlib
|
95
95
|
ARCH_FLAG =
|
96
96
|
DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
|
97
97
|
LDSHARED = $(CC) -shared
|
Binary file
|
@@ -88,10 +88,10 @@ CCDLFLAGS = -fPIC
|
|
88
88
|
CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC $(ARCH_FLAG)
|
89
89
|
INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
|
90
90
|
DEFS =
|
91
|
-
CPPFLAGS = -
|
91
|
+
CPPFLAGS = -DENABLE_PATH_CHECK=0 $(DEFS) $(cppflags)
|
92
92
|
CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
|
93
|
-
ldflags = -L. -
|
94
|
-
dldflags = -
|
93
|
+
ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
|
94
|
+
dldflags = -Wl,--compress-debug-sections=zlib
|
95
95
|
ARCH_FLAG =
|
96
96
|
DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
|
97
97
|
LDSHARED = $(CC) -shared
|
Binary file
|
@@ -88,10 +88,10 @@ CCDLFLAGS = -fPIC
|
|
88
88
|
CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC $(ARCH_FLAG)
|
89
89
|
INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
|
90
90
|
DEFS =
|
91
|
-
CPPFLAGS = -DRACC_INFO_VERSION=1.7.3 -
|
91
|
+
CPPFLAGS = -DRACC_INFO_VERSION=1.7.3 -DENABLE_PATH_CHECK=0 $(DEFS) $(cppflags)
|
92
92
|
CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
|
93
|
-
ldflags = -L. -
|
94
|
-
dldflags = -
|
93
|
+
ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
|
94
|
+
dldflags = -Wl,--compress-debug-sections=zlib
|
95
95
|
ARCH_FLAG =
|
96
96
|
DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
|
97
97
|
LDSHARED = $(CC) -shared
|
Binary file
|
@@ -88,10 +88,10 @@ CCDLFLAGS = -fPIC
|
|
88
88
|
CFLAGS = $(CCDLFLAGS) $(cflags) -fPIC $(ARCH_FLAG)
|
89
89
|
INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
|
90
90
|
DEFS =
|
91
|
-
CPPFLAGS = -
|
91
|
+
CPPFLAGS = -DENABLE_PATH_CHECK=0 $(DEFS) $(cppflags)
|
92
92
|
CXXFLAGS = $(CCDLFLAGS) $(ARCH_FLAG)
|
93
|
-
ldflags = -L. -
|
94
|
-
dldflags = -
|
93
|
+
ldflags = -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed
|
94
|
+
dldflags = -Wl,--compress-debug-sections=zlib
|
95
95
|
ARCH_FLAG =
|
96
96
|
DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
|
97
97
|
LDSHARED = $(CC) -shared
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: moneykit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MoneyKit
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -2401,7 +2401,7 @@ homepage: https://github.com/moneykit/moneykit-ruby-sdk
|
|
2401
2401
|
licenses:
|
2402
2402
|
- Unlicense
|
2403
2403
|
metadata: {}
|
2404
|
-
post_install_message:
|
2404
|
+
post_install_message:
|
2405
2405
|
rdoc_options: []
|
2406
2406
|
require_paths:
|
2407
2407
|
- lib
|
@@ -2417,177 +2417,177 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2417
2417
|
version: '0'
|
2418
2418
|
requirements: []
|
2419
2419
|
rubygems_version: 3.4.10
|
2420
|
-
signing_key:
|
2420
|
+
signing_key:
|
2421
2421
|
specification_version: 4
|
2422
2422
|
summary: MoneyKit API Ruby Gem
|
2423
2423
|
test_files:
|
2424
|
-
- spec/api/
|
2425
|
-
- spec/api/
|
2424
|
+
- spec/api/investments_api_spec.rb
|
2425
|
+
- spec/api/transactions_api_spec.rb
|
2426
|
+
- spec/api/links_api_spec.rb
|
2426
2427
|
- spec/api/account_numbers_api_spec.rb
|
2427
2428
|
- spec/api/link_session_api_spec.rb
|
2428
2429
|
- spec/api/webhooks_api_spec.rb
|
2429
|
-
- spec/api/identity_api_spec.rb
|
2430
|
-
- spec/api/links_api_spec.rb
|
2431
|
-
- spec/api/investments_api_spec.rb
|
2432
|
-
- spec/api/users_api_spec.rb
|
2433
2430
|
- spec/api/accounts_api_spec.rb
|
2434
|
-
- spec/api/
|
2431
|
+
- spec/api/identity_api_spec.rb
|
2432
|
+
- spec/api/institutions_api_spec.rb
|
2435
2433
|
- spec/api/access_token_api_spec.rb
|
2434
|
+
- spec/api/products_api_spec.rb
|
2435
|
+
- spec/api/users_api_spec.rb
|
2436
2436
|
- spec/api_client_spec.rb
|
2437
2437
|
- spec/configuration_spec.rb
|
2438
|
-
- spec/models/
|
2439
|
-
- spec/models/
|
2440
|
-
- spec/models/
|
2441
|
-
- spec/models/
|
2442
|
-
- spec/models/link_product_state_spec.rb
|
2443
|
-
- spec/models/validation_error_location_inner_spec.rb
|
2444
|
-
- spec/models/response401_get_account_numbers_links_id_accounts_numbers_get_spec.rb
|
2445
|
-
- spec/models/link_session_customer_user_phone_spec.rb
|
2446
|
-
- spec/models/transactions_product_settings_spec.rb
|
2447
|
-
- spec/models/international_number_spec.rb
|
2448
|
-
- spec/models/eft_number_spec.rb
|
2449
|
-
- spec/models/link_error_forbidden_action_response_spec.rb
|
2450
|
-
- spec/models/response401_disconnect_links_id_delete_spec.rb
|
2451
|
-
- spec/models/identity_response_spec.rb
|
2452
|
-
- spec/models/identity_link_product_spec.rb
|
2453
|
-
- spec/models/validation_error_spec.rb
|
2454
|
-
- spec/models/response401_get_link_links_id_get_spec.rb
|
2455
|
-
- spec/models/response401_reset_login_links_id_reset_post_spec.rb
|
2456
|
-
- spec/models/link_error_bad_config_response_spec.rb
|
2457
|
-
- spec/models/investments_link_product_spec.rb
|
2458
|
-
- spec/models/link_permission_scope_spec.rb
|
2459
|
-
- spec/models/institution_error_not_found_response_spec.rb
|
2438
|
+
- spec/models/product_settings_spec.rb
|
2439
|
+
- spec/models/get_user_links_response_spec.rb
|
2440
|
+
- spec/models/response401_get_institutions_institutions_get_spec.rb
|
2441
|
+
- spec/models/webhook_test_link_request_spec.rb
|
2460
2442
|
- spec/models/response401_delete_link_links_id_delete_spec.rb
|
2461
|
-
- spec/models/
|
2462
|
-
- spec/models/
|
2463
|
-
- spec/models/
|
2464
|
-
- spec/models/
|
2443
|
+
- spec/models/account_spec.rb
|
2444
|
+
- spec/models/link_permission_scope_spec.rb
|
2445
|
+
- spec/models/phone_number_type_spec.rb
|
2446
|
+
- spec/models/identity_product_settings_spec.rb
|
2447
|
+
- spec/models/api_error_auth_expired_access_token_response_spec.rb
|
2465
2448
|
- spec/models/response401_get_user_transactions_spec.rb
|
2466
|
-
- spec/models/
|
2467
|
-
- spec/models/
|
2468
|
-
- spec/models/
|
2449
|
+
- spec/models/phone_number_spec.rb
|
2450
|
+
- spec/models/transactions_product_settings_spec.rb
|
2451
|
+
- spec/models/response401_get_transactions_sync_links_id_transactions_sync_get_spec.rb
|
2469
2452
|
- spec/models/link_response_spec.rb
|
2470
|
-
- spec/models/
|
2471
|
-
- spec/models/
|
2472
|
-
- spec/models/
|
2473
|
-
- spec/models/
|
2453
|
+
- spec/models/account_import_data_spec.rb
|
2454
|
+
- spec/models/api_error_rate_limit_exceeded_response_spec.rb
|
2455
|
+
- spec/models/response401_get_institution_institutions_institution_id_get_spec.rb
|
2456
|
+
- spec/models/transaction_sync_spec.rb
|
2457
|
+
- spec/models/link_product_spec.rb
|
2458
|
+
- spec/models/link_error_unauthorized_access_response_spec.rb
|
2474
2459
|
- spec/models/get_account_numbers_response_legacy20230218_spec.rb
|
2475
|
-
- spec/models/
|
2476
|
-
- spec/models/
|
2477
|
-
- spec/models/link_session_error_forbidden_config_response_spec.rb
|
2478
|
-
- spec/models/webhook_test_link_response_spec.rb
|
2479
|
-
- spec/models/response401_refresh_products_links_id_products_post_spec.rb
|
2460
|
+
- spec/models/response401_import_link_links_import_post_spec.rb
|
2461
|
+
- spec/models/transaction_subcategory_response_spec.rb
|
2480
2462
|
- spec/models/customer_user_phone_spec.rb
|
2481
|
-
- spec/models/
|
2482
|
-
- spec/models/
|
2483
|
-
- spec/models/
|
2484
|
-
- spec/models/
|
2485
|
-
- spec/models/
|
2486
|
-
- spec/models/
|
2487
|
-
- spec/models/customer_user_email_spec.rb
|
2463
|
+
- spec/models/transaction_updates_available_webhook_spec.rb
|
2464
|
+
- spec/models/jwk_set_spec.rb
|
2465
|
+
- spec/models/response401_get_account_numbers_spec.rb
|
2466
|
+
- spec/models/account_with_account_numbers_spec.rb
|
2467
|
+
- spec/models/institution_spec.rb
|
2468
|
+
- spec/models/update_link_request_spec.rb
|
2488
2469
|
- spec/models/get_account_numbers_response_spec.rb
|
2470
|
+
- spec/models/link_session_customer_user_phone_spec.rb
|
2471
|
+
- spec/models/identity_link_product_spec.rb
|
2472
|
+
- spec/models/link_error_bad_config_response_spec.rb
|
2473
|
+
- spec/models/account_balances_spec.rb
|
2489
2474
|
- spec/models/response401_get_investment_transactions_links_id_investments_transactions_get_spec.rb
|
2490
|
-
- spec/models/investment_transaction_response_spec.rb
|
2491
|
-
- spec/models/exchange_token_response_spec.rb
|
2492
|
-
- spec/models/response401_get_institution_institutions_institution_id_get_spec.rb
|
2493
|
-
- spec/models/link_permissions_spec.rb
|
2494
|
-
- spec/models/account_spec.rb
|
2495
|
-
- spec/models/response_handle_link_webhook_event_request_body_webhook_post_spec.rb
|
2496
|
-
- spec/models/money_kit_connect_features_spec.rb
|
2497
2475
|
- spec/models/get_investment_transactions_response_spec.rb
|
2498
|
-
- spec/models/
|
2499
|
-
- spec/models/
|
2500
|
-
- spec/models/
|
2501
|
-
- spec/models/
|
2502
|
-
- spec/models/
|
2503
|
-
- spec/models/
|
2504
|
-
- spec/models/
|
2505
|
-
- spec/models/
|
2506
|
-
- spec/models/
|
2476
|
+
- spec/models/response401_get_transactions_diff_links_id_transactions_sync_get_spec.rb
|
2477
|
+
- spec/models/international_number_spec.rb
|
2478
|
+
- spec/models/identity_response_spec.rb
|
2479
|
+
- spec/models/link_error_forbidden_action_response_spec.rb
|
2480
|
+
- spec/models/get_institutions_response_spec.rb
|
2481
|
+
- spec/models/body_spec.rb
|
2482
|
+
- spec/models/transaction_processor_response_spec.rb
|
2483
|
+
- spec/models/response401_get_account_links_id_accounts_account_id_get_spec.rb
|
2484
|
+
- spec/models/provider_spec.rb
|
2485
|
+
- spec/models/response401_exchange_token_link_session_exchange_token_post_spec.rb
|
2486
|
+
- spec/models/transaction_type_spec.rb
|
2507
2487
|
- spec/models/import_link_request_spec.rb
|
2508
|
-
- spec/models/
|
2509
|
-
- spec/models/
|
2488
|
+
- spec/models/bacs_number_spec.rb
|
2489
|
+
- spec/models/response401_get_link_links_id_get_spec.rb
|
2490
|
+
- spec/models/transaction_import_data_spec.rb
|
2491
|
+
- spec/models/accounts_link_product_spec.rb
|
2510
2492
|
- spec/models/owner_spec.rb
|
2511
|
-
- spec/models/
|
2512
|
-
- spec/models/
|
2513
|
-
- spec/models/
|
2514
|
-
- spec/models/
|
2515
|
-
- spec/models/account_group_spec.rb
|
2516
|
-
- spec/models/link_common_spec.rb
|
2517
|
-
- spec/models/transaction_merchant_response_spec.rb
|
2518
|
-
- spec/models/response401_trigger_test_link_webhook_event_webhooks_test_link_id_post_spec.rb
|
2493
|
+
- spec/models/link_state_spec.rb
|
2494
|
+
- spec/models/investments_product_settings_spec.rb
|
2495
|
+
- spec/models/transaction_type_filter_spec.rb
|
2496
|
+
- spec/models/exchange_token_response_spec.rb
|
2519
2497
|
- spec/models/api_error_auth_unauthorized_response_spec.rb
|
2520
|
-
- spec/models/
|
2521
|
-
- spec/models/
|
2522
|
-
- spec/models/
|
2498
|
+
- spec/models/introspect_client_response_spec.rb
|
2499
|
+
- spec/models/link_product_failure_reasons_spec.rb
|
2500
|
+
- spec/models/currency_spec.rb
|
2523
2501
|
- spec/models/transaction_recurrence_response_spec.rb
|
2524
|
-
- spec/models/
|
2525
|
-
- spec/models/
|
2526
|
-
- spec/models/
|
2527
|
-
- spec/models/
|
2528
|
-
- spec/models/transaction_import_data_spec.rb
|
2529
|
-
- spec/models/link_products_spec.rb
|
2530
|
-
- spec/models/body_spec.rb
|
2531
|
-
- spec/models/generate_access_token_response_spec.rb
|
2532
|
-
- spec/models/product_spec.rb
|
2533
|
-
- spec/models/account_import_data_spec.rb
|
2534
|
-
- spec/models/response401_get_institutions_institutions_get_spec.rb
|
2535
|
-
- spec/models/app_client_response_spec.rb
|
2536
|
-
- spec/models/link_product_error_spec.rb
|
2537
|
-
- spec/models/response401_import_link_links_import_post_spec.rb
|
2538
|
-
- spec/models/link_error_deleted_response_spec.rb
|
2502
|
+
- spec/models/exchange_token_request_spec.rb
|
2503
|
+
- spec/models/response401_trigger_test_link_webhook_event_webhooks_test_link_id_post_spec.rb
|
2504
|
+
- spec/models/create_access_token_response_spec.rb
|
2505
|
+
- spec/models/get_account_response_spec.rb
|
2539
2506
|
- spec/models/account_response_spec.rb
|
2507
|
+
- spec/models/http_validation_error_spec.rb
|
2508
|
+
- spec/models/create_link_session_response_spec.rb
|
2509
|
+
- spec/models/link_product_error_spec.rb
|
2510
|
+
- spec/models/link_error_not_found_response_spec.rb
|
2511
|
+
- spec/models/app_link_state_changed_webhook_spec.rb
|
2512
|
+
- spec/models/response401_get_identities_links_id_identity_get_spec.rb
|
2513
|
+
- spec/models/response401_get_holdings_links_id_investments_holdings_get_spec.rb
|
2514
|
+
- spec/models/get_holdings_response_spec.rb
|
2540
2515
|
- spec/models/account_numbers_legacy20230218_spec.rb
|
2541
|
-
- spec/models/
|
2542
|
-
- spec/models/
|
2543
|
-
- spec/models/
|
2544
|
-
- spec/models/
|
2545
|
-
- spec/models/
|
2546
|
-
- spec/models/
|
2547
|
-
- spec/models/
|
2548
|
-
- spec/models/
|
2549
|
-
- spec/models/
|
2550
|
-
- spec/models/
|
2551
|
-
- spec/models/
|
2552
|
-
- spec/models/
|
2553
|
-
- spec/models/
|
2554
|
-
- spec/models/transactions_link_product_spec.rb
|
2555
|
-
- spec/models/response401_get_account_numbers_legacy20230218_links_id_accounts_numbers_get_spec.rb
|
2556
|
-
- spec/models/basic_account_details_spec.rb
|
2557
|
-
- spec/models/transaction_type_spec.rb
|
2516
|
+
- spec/models/link_session_error_invalid_token_exchange_spec.rb
|
2517
|
+
- spec/models/app_response_spec.rb
|
2518
|
+
- spec/models/response401_reset_login_links_id_reset_post_spec.rb
|
2519
|
+
- spec/models/link_product_state_spec.rb
|
2520
|
+
- spec/models/get_user_accounts_response_spec.rb
|
2521
|
+
- spec/models/link_state_changed_webhook_spec.rb
|
2522
|
+
- spec/models/product_spec.rb
|
2523
|
+
- spec/models/link_product_refresh_webhook_spec.rb
|
2524
|
+
- spec/models/link_session_customer_user_spec.rb
|
2525
|
+
- spec/models/transaction_diff_spec.rb
|
2526
|
+
- spec/models/requested_link_permission_spec.rb
|
2527
|
+
- spec/models/email_spec.rb
|
2528
|
+
- spec/models/validation_error_location_inner_spec.rb
|
2558
2529
|
- spec/models/response401_get_well_known_jwks_well_known_jwks_json_get_spec.rb
|
2559
|
-
- spec/models/account_with_account_numbers_legacy20230218_spec.rb
|
2560
|
-
- spec/models/response401_get_account_links_id_accounts_account_id_get_spec.rb
|
2561
|
-
- spec/models/public_link_error_spec.rb
|
2562
|
-
- spec/models/get_user_links_response_spec.rb
|
2563
|
-
- spec/models/security_response_spec.rb
|
2564
|
-
- spec/models/http_validation_error_spec.rb
|
2565
|
-
- spec/models/link_error_unauthorized_access_response_spec.rb
|
2566
|
-
- spec/models/response401_get_user_links_users_id_links_get_spec.rb
|
2567
2530
|
- spec/models/response401_update_link_links_id_patch_spec.rb
|
2568
|
-
- spec/models/
|
2569
|
-
- spec/models/
|
2531
|
+
- spec/models/link_session_error_forbidden_config_response_spec.rb
|
2532
|
+
- spec/models/investment_transaction_response_spec.rb
|
2533
|
+
- spec/models/response401_get_user_links_users_id_links_get_spec.rb
|
2534
|
+
- spec/models/ach_number_spec.rb
|
2535
|
+
- spec/models/address_spec.rb
|
2570
2536
|
- spec/models/holding_response_spec.rb
|
2571
|
-
- spec/models/
|
2572
|
-
- spec/models/
|
2573
|
-
- spec/models/
|
2574
|
-
- spec/models/
|
2575
|
-
- spec/models/
|
2537
|
+
- spec/models/response401_get_account_numbers_links_id_accounts_numbers_get_spec.rb
|
2538
|
+
- spec/models/transaction_spec.rb
|
2539
|
+
- spec/models/get_user_transactions_response_spec.rb
|
2540
|
+
- spec/models/transaction_merchant_response_spec.rb
|
2541
|
+
- spec/models/eft_number_spec.rb
|
2542
|
+
- spec/models/link_common_spec.rb
|
2543
|
+
- spec/models/public_link_error_spec.rb
|
2576
2544
|
- spec/models/date_spec.rb
|
2545
|
+
- spec/models/basic_account_details_spec.rb
|
2546
|
+
- spec/models/customer_user_email_spec.rb
|
2547
|
+
- spec/models/account_numbers_spec.rb
|
2548
|
+
- spec/models/create_link_session_request_spec.rb
|
2549
|
+
- spec/models/generate_access_token_response_spec.rb
|
2550
|
+
- spec/models/response401_instrospect_client_auth_introspect_get_spec.rb
|
2551
|
+
- spec/models/link_product_response_spec.rb
|
2552
|
+
- spec/models/account_numbers_product_settings_spec.rb
|
2553
|
+
- spec/models/money_kit_connect_features_spec.rb
|
2554
|
+
- spec/models/transaction_category_response_spec.rb
|
2555
|
+
- spec/models/get_accounts_response_spec.rb
|
2556
|
+
- spec/models/account_with_account_numbers_legacy20230218_spec.rb
|
2557
|
+
- spec/models/link_session_setting_overrides_spec.rb
|
2558
|
+
- spec/models/response401_get_user_accounts_users_id_accounts_get_spec.rb
|
2559
|
+
- spec/models/account_numbers_link_product_spec.rb
|
2560
|
+
- spec/models/response401_get_account_numbers_legacy20230218_links_id_accounts_numbers_get_spec.rb
|
2561
|
+
- spec/models/link_error_deleted_response_spec.rb
|
2562
|
+
- spec/models/response401_get_transactions_spec.rb
|
2563
|
+
- spec/models/webhook_test_link_response_spec.rb
|
2564
|
+
- spec/models/security_response_spec.rb
|
2565
|
+
- spec/models/link_permissions_spec.rb
|
2566
|
+
- spec/models/transactions_link_product_spec.rb
|
2567
|
+
- spec/models/investments_link_product_spec.rb
|
2568
|
+
- spec/models/products_settings_spec.rb
|
2577
2569
|
- spec/models/transaction_enrichment_response_spec.rb
|
2578
|
-
- spec/models/
|
2579
|
-
- spec/models/
|
2580
|
-
- spec/models/
|
2581
|
-
- spec/models/
|
2570
|
+
- spec/models/link_products_spec.rb
|
2571
|
+
- spec/models/response401_get_accounts_links_id_accounts_get_spec.rb
|
2572
|
+
- spec/models/response401_refresh_products_links_id_products_post_spec.rb
|
2573
|
+
- spec/models/customer_app_spec.rb
|
2574
|
+
- spec/models/validation_error_spec.rb
|
2575
|
+
- spec/models/country_spec.rb
|
2582
2576
|
- spec/models/public_link_state_spec.rb
|
2583
|
-
- spec/models/
|
2584
|
-
- spec/models/
|
2585
|
-
- spec/models/
|
2586
|
-
- spec/models/
|
2587
|
-
- spec/models/
|
2588
|
-
- spec/models/
|
2589
|
-
- spec/models/
|
2590
|
-
- spec/models/
|
2591
|
-
- spec/models/
|
2592
|
-
- spec/models/
|
2577
|
+
- spec/models/webhook_link_test_event_spec.rb
|
2578
|
+
- spec/models/response401_disconnect_links_id_delete_spec.rb
|
2579
|
+
- spec/models/app_client_response_spec.rb
|
2580
|
+
- spec/models/get_transactions_response_spec.rb
|
2581
|
+
- spec/models/institution_error_not_found_response_spec.rb
|
2582
|
+
- spec/models/refresh_products_request_spec.rb
|
2583
|
+
- spec/models/cursor_pagination_spec.rb
|
2584
|
+
- spec/models/transaction_response_spec.rb
|
2585
|
+
- spec/models/transaction_sync_response_spec.rb
|
2586
|
+
- spec/models/response_handle_link_webhook_event_request_body_webhook_post_spec.rb
|
2587
|
+
- spec/models/link_error_spec.rb
|
2588
|
+
- spec/models/link_error_bad_state_response_spec.rb
|
2589
|
+
- spec/models/customer_user_spec.rb
|
2590
|
+
- spec/models/account_identity_spec.rb
|
2591
|
+
- spec/models/link_session_customer_user_email_spec.rb
|
2592
|
+
- spec/models/account_group_spec.rb
|
2593
2593
|
- spec/spec_helper.rb
|