budgea_client 5.2.0 → 5.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (129) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/budgea_openapi.json +8 -41
  4. data/docs/BanksApi.md +3 -13
  5. data/docs/ConnectionsApi.md +3 -13
  6. data/docs/ProvidersApi.md +3 -13
  7. data/lib/budgea_client/api/banks_api.rb +4 -20
  8. data/lib/budgea_client/api/connections_api.rb +4 -20
  9. data/lib/budgea_client/api/providers_api.rb +4 -20
  10. data/lib/budgea_client/version.rb +1 -1
  11. data/spec/api/administration_api_spec.rb +85 -15
  12. data/spec/api/authentication_api_spec.rb +4 -3
  13. data/spec/api/banks_api_spec.rb +298 -54
  14. data/spec/api/connections_api_spec.rb +219 -26
  15. data/spec/api/documents_api_spec.rb +14 -14
  16. data/spec/api/ocr_api_spec.rb +1 -1
  17. data/spec/api/oidc_api_spec.rb +1 -1
  18. data/spec/api/pfm_api_spec.rb +17 -6
  19. data/spec/api/providers_api_spec.rb +297 -40
  20. data/spec/api/recipients_api_spec.rb +1 -1
  21. data/spec/api/terms_api_spec.rb +20 -4
  22. data/spec/api/transfer_api_spec.rb +1 -1
  23. data/spec/api/transfers_api_spec.rb +13 -13
  24. data/spec/api/users_management_api_spec.rb +3 -3
  25. data/spec/api/wealth_api_spec.rb +27 -19
  26. data/spec/api_client_spec.rb +18 -1
  27. data/spec/configuration_spec.rb +1 -1
  28. data/spec/models/access_spec.rb +1 -1
  29. data/spec/models/account_log_spec.rb +7 -1
  30. data/spec/models/account_spec.rb +25 -1
  31. data/spec/models/account_type_spec.rb +1 -1
  32. data/spec/models/alert_spec.rb +1 -1
  33. data/spec/models/auth_provider_spec.rb +1 -1
  34. data/spec/models/category_spec.rb +1 -1
  35. data/spec/models/certificate_spec.rb +1 -1
  36. data/spec/models/client_spec.rb +2 -2
  37. data/spec/models/config_log_spec.rb +1 -1
  38. data/spec/models/connection_log_spec.rb +7 -1
  39. data/spec/models/connection_source_spec.rb +1 -1
  40. data/spec/models/connection_spec.rb +41 -1
  41. data/spec/models/connector_category_spec.rb +1 -1
  42. data/spec/models/connector_logo_spec.rb +1 -1
  43. data/spec/models/connector_source_spec.rb +1 -1
  44. data/spec/models/connector_spec.rb +7 -7
  45. data/spec/models/currency_spec.rb +1 -1
  46. data/spec/models/device_spec.rb +1 -1
  47. data/spec/models/document_spec.rb +1 -1
  48. data/spec/models/document_type_spec.rb +1 -1
  49. data/spec/models/field_spec.rb +7 -1
  50. data/spec/models/field_value_spec.rb +1 -1
  51. data/spec/models/file_spec.rb +1 -1
  52. data/spec/models/group_spec.rb +1 -1
  53. data/spec/models/hash_table_spec.rb +1 -1
  54. data/spec/models/inline_response_200_10_spec.rb +1 -1
  55. data/spec/models/inline_response_200_11_spec.rb +3 -3
  56. data/spec/models/inline_response_200_12_spec.rb +2 -2
  57. data/spec/models/inline_response_200_13_spec.rb +2 -2
  58. data/spec/models/inline_response_200_14_spec.rb +3 -3
  59. data/spec/models/inline_response_200_15_spec.rb +2 -2
  60. data/spec/models/inline_response_200_16_spec.rb +2 -2
  61. data/spec/models/inline_response_200_17_spec.rb +3 -3
  62. data/spec/models/inline_response_200_18_spec.rb +2 -2
  63. data/spec/models/inline_response_200_19_spec.rb +8 -2
  64. data/spec/models/inline_response_200_1_spec.rb +1 -1
  65. data/spec/models/inline_response_200_20_spec.rb +3 -3
  66. data/spec/models/inline_response_200_21_spec.rb +3 -3
  67. data/spec/models/inline_response_200_22_spec.rb +2 -2
  68. data/spec/models/inline_response_200_23_spec.rb +2 -2
  69. data/spec/models/inline_response_200_24_spec.rb +3 -3
  70. data/spec/models/inline_response_200_25_spec.rb +3 -3
  71. data/spec/models/inline_response_200_26_spec.rb +2 -2
  72. data/spec/models/inline_response_200_27_spec.rb +2 -2
  73. data/spec/models/inline_response_200_28_spec.rb +2 -2
  74. data/spec/models/inline_response_200_29_spec.rb +3 -3
  75. data/spec/models/inline_response_200_2_spec.rb +1 -1
  76. data/spec/models/inline_response_200_30_spec.rb +3 -3
  77. data/spec/models/inline_response_200_31_spec.rb +2 -2
  78. data/spec/models/inline_response_200_32_spec.rb +3 -3
  79. data/spec/models/inline_response_200_33_spec.rb +3 -3
  80. data/spec/models/inline_response_200_34_spec.rb +2 -2
  81. data/spec/models/inline_response_200_35_spec.rb +3 -3
  82. data/spec/models/inline_response_200_36_spec.rb +3 -3
  83. data/spec/models/inline_response_200_37_spec.rb +2 -2
  84. data/spec/models/inline_response_200_38_spec.rb +3 -3
  85. data/spec/models/inline_response_200_39_spec.rb +2 -2
  86. data/spec/models/inline_response_200_3_spec.rb +1 -1
  87. data/spec/models/inline_response_200_40_spec.rb +3 -3
  88. data/spec/models/inline_response_200_41_spec.rb +1 -1
  89. data/spec/models/inline_response_200_42_spec.rb +1 -1
  90. data/spec/models/inline_response_200_4_spec.rb +1 -1
  91. data/spec/models/inline_response_200_5_spec.rb +1 -1
  92. data/spec/models/inline_response_200_6_spec.rb +1 -1
  93. data/spec/models/inline_response_200_7_spec.rb +1 -1
  94. data/spec/models/inline_response_200_8_spec.rb +1 -1
  95. data/spec/models/inline_response_200_9_spec.rb +1 -1
  96. data/spec/models/inline_response_200_spec.rb +1 -1
  97. data/spec/models/investment_spec.rb +1 -1
  98. data/spec/models/investment_value_spec.rb +1 -1
  99. data/spec/models/keyword_spec.rb +1 -1
  100. data/spec/models/locked_user_spec.rb +1 -1
  101. data/spec/models/oidc_whitelist_spec.rb +1 -1
  102. data/spec/models/order_spec.rb +1 -1
  103. data/spec/models/pocket_spec.rb +1 -1
  104. data/spec/models/profile_spec.rb +1 -1
  105. data/spec/models/project_spec.rb +1 -1
  106. data/spec/models/project_type_spec.rb +1 -1
  107. data/spec/models/recipient_log_spec.rb +1 -1
  108. data/spec/models/recipient_spec.rb +1 -1
  109. data/spec/models/security_spec.rb +1 -1
  110. data/spec/models/subscription_log_spec.rb +1 -1
  111. data/spec/models/subscription_spec.rb +7 -1
  112. data/spec/models/terms_of_service_spec.rb +1 -1
  113. data/spec/models/transaction_information_spec.rb +1 -1
  114. data/spec/models/transaction_spec.rb +7 -1
  115. data/spec/models/transactions_cluster_spec.rb +1 -1
  116. data/spec/models/transfer_log_spec.rb +1 -1
  117. data/spec/models/transfer_spec.rb +25 -1
  118. data/spec/models/user_alert_spec.rb +1 -1
  119. data/spec/models/user_spec.rb +2 -2
  120. data/spec/models/webhook_data_spec.rb +1 -1
  121. data/spec/models/webhook_log_spec.rb +1 -1
  122. data/spec/models/webhook_spec.rb +1 -1
  123. data/spec/spec_helper.rb +1 -1
  124. metadata +2 -9
  125. data/docs/HUBApi.md +0 -62
  126. data/docs/Invite.md +0 -13
  127. data/pkg/budgea_client-5.0.3.gem +0 -0
  128. data/spec/api/hub_api_spec.rb +0 -47
  129. data/spec/models/invite_spec.rb +0 -71
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ describe 'InlineResponse20013' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "configlogs"' do
41
+ describe 'test attribute "clients"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -32,13 +32,13 @@ describe 'InlineResponse20014' do
32
32
  expect(@instance).to be_instance_of(BudgeaClient::InlineResponse20014)
33
33
  end
34
34
  end
35
- describe 'test attribute "connectors"' do
35
+ describe 'test attribute "total"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "total"' do
41
+ describe 'test attribute "configlogs"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ describe 'InlineResponse20015' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "documenttypes"' do
41
+ describe 'test attribute "connectionlogs"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -32,7 +32,7 @@ describe 'InlineResponse20016' do
32
32
  expect(@instance).to be_instance_of(BudgeaClient::InlineResponse20016)
33
33
  end
34
34
  end
35
- describe 'test attribute "securities"' do
35
+ describe 'test attribute "sources"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -32,13 +32,13 @@ describe 'InlineResponse20017' do
32
32
  expect(@instance).to be_instance_of(BudgeaClient::InlineResponse20017)
33
33
  end
34
34
  end
35
- describe 'test attribute "total"' do
35
+ describe 'test attribute "connectors"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "connectionlogs"' do
41
+ describe 'test attribute "total"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ describe 'InlineResponse20018' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "providers"' do
41
+ describe 'test attribute "documenttypes"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -32,7 +32,13 @@ describe 'InlineResponse20019' do
32
32
  expect(@instance).to be_instance_of(BudgeaClient::InlineResponse20019)
33
33
  end
34
34
  end
35
- describe 'test attribute "connectorlogos"' do
35
+ describe 'test attribute "securities"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "total"' do
36
42
  it 'should work' do
37
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -32,13 +32,13 @@ describe 'InlineResponse20020' do
32
32
  expect(@instance).to be_instance_of(BudgeaClient::InlineResponse20020)
33
33
  end
34
34
  end
35
- describe 'test attribute "termsofservices"' do
35
+ describe 'test attribute "total"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "total"' do
41
+ describe 'test attribute "providers"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -32,13 +32,13 @@ describe 'InlineResponse20021' do
32
32
  expect(@instance).to be_instance_of(BudgeaClient::InlineResponse20021)
33
33
  end
34
34
  end
35
- describe 'test attribute "total"' do
35
+ describe 'test attribute "termsofservices"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "users"' do
41
+ describe 'test attribute "total"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ describe 'InlineResponse20022' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "accounts"' do
41
+ describe 'test attribute "users"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ describe 'InlineResponse20023' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "investments"' do
41
+ describe 'test attribute "accounts"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -32,13 +32,13 @@ describe 'InlineResponse20024' do
32
32
  expect(@instance).to be_instance_of(BudgeaClient::InlineResponse20024)
33
33
  end
34
34
  end
35
- describe 'test attribute "investmentvalues"' do
35
+ describe 'test attribute "total"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "total"' do
41
+ describe 'test attribute "investments"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -32,13 +32,13 @@ describe 'InlineResponse20025' do
32
32
  expect(@instance).to be_instance_of(BudgeaClient::InlineResponse20025)
33
33
  end
34
34
  end
35
- describe 'test attribute "total"' do
35
+ describe 'test attribute "investmentvalues"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "pockets"' do
41
+ describe 'test attribute "total"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ describe 'InlineResponse20026' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "accountlogs"' do
41
+ describe 'test attribute "pockets"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ describe 'InlineResponse20027' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "useralerts"' do
41
+ describe 'test attribute "accountlogs"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ describe 'InlineResponse20028' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "recipients"' do
41
+ describe 'test attribute "useralerts"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -32,13 +32,13 @@ describe 'InlineResponse20029' do
32
32
  expect(@instance).to be_instance_of(BudgeaClient::InlineResponse20029)
33
33
  end
34
34
  end
35
- describe 'test attribute "transfers"' do
35
+ describe 'test attribute "total"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "total"' do
41
+ describe 'test attribute "recipients"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -32,13 +32,13 @@ describe 'InlineResponse20030' do
32
32
  expect(@instance).to be_instance_of(BudgeaClient::InlineResponse20030)
33
33
  end
34
34
  end
35
- describe 'test attribute "total"' do
35
+ describe 'test attribute "transfers"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "transactions"' do
41
+ describe 'test attribute "total"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ describe 'InlineResponse20031' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "documents"' do
41
+ describe 'test attribute "transactions"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -32,13 +32,13 @@ describe 'InlineResponse20032' do
32
32
  expect(@instance).to be_instance_of(BudgeaClient::InlineResponse20032)
33
33
  end
34
34
  end
35
- describe 'test attribute "transactioninformations"' do
35
+ describe 'test attribute "total"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "total"' do
41
+ describe 'test attribute "documents"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end