budgea_client 4.0.3 → 5.0.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.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +50 -5
  4. data/budgea_openapi.json +1888 -383
  5. data/docs/Account.md +2 -0
  6. data/docs/AccountLog.md +1 -0
  7. data/docs/AdministrationApi.md +366 -55
  8. data/docs/AuthenticationApi.md +15 -13
  9. data/docs/BanksApi.md +988 -194
  10. data/docs/Client.md +1 -1
  11. data/docs/Connection.md +2 -0
  12. data/docs/ConnectionLog.md +1 -0
  13. data/docs/ConnectionSource.md +18 -0
  14. data/docs/ConnectionsApi.md +618 -25
  15. data/docs/Connector.md +1 -1
  16. data/docs/ConnectorSource.md +15 -0
  17. data/docs/DocumentsApi.md +72 -72
  18. data/docs/Field.md +1 -0
  19. data/docs/InlineResponse20011.md +1 -1
  20. data/docs/InlineResponse20012.md +1 -1
  21. data/docs/InlineResponse20013.md +1 -1
  22. data/docs/InlineResponse20014.md +1 -1
  23. data/docs/InlineResponse20015.md +1 -1
  24. data/docs/InlineResponse20016.md +1 -1
  25. data/docs/InlineResponse20017.md +1 -1
  26. data/docs/InlineResponse20018.md +1 -1
  27. data/docs/InlineResponse20019.md +2 -1
  28. data/docs/InlineResponse20030.md +1 -1
  29. data/docs/InlineResponse20031.md +1 -1
  30. data/docs/InlineResponse20032.md +1 -1
  31. data/docs/InlineResponse20033.md +1 -1
  32. data/docs/InlineResponse20034.md +1 -1
  33. data/docs/InlineResponse20035.md +1 -1
  34. data/docs/InlineResponse20036.md +1 -1
  35. data/docs/InlineResponse20037.md +1 -1
  36. data/docs/InlineResponse20038.md +1 -1
  37. data/docs/InlineResponse20039.md +1 -1
  38. data/docs/InlineResponse20040.md +1 -1
  39. data/docs/InlineResponse20041.md +9 -0
  40. data/docs/InlineResponse20042.md +9 -0
  41. data/docs/OIDCApi.md +3 -3
  42. data/docs/Order.md +14 -0
  43. data/docs/PFMApi.md +87 -39
  44. data/docs/ProvidersApi.md +979 -122
  45. data/docs/RecipientsApi.md +4 -4
  46. data/docs/Subscription.md +1 -0
  47. data/docs/SubscriptionLog.md +15 -0
  48. data/docs/TermsApi.md +3 -3
  49. data/docs/Transaction.md +1 -0
  50. data/docs/Transfer.md +5 -1
  51. data/docs/TransferApi.md +77 -0
  52. data/docs/TransfersApi.md +39 -39
  53. data/docs/UsersManagementApi.md +13 -13
  54. data/docs/WealthApi.md +24 -24
  55. data/lib/budgea_client.rb +7 -2
  56. data/lib/budgea_client/api/administration_api.rb +381 -71
  57. data/lib/budgea_client/api/authentication_api.rb +16 -13
  58. data/lib/budgea_client/api/banks_api.rb +1034 -211
  59. data/lib/budgea_client/api/connections_api.rb +648 -30
  60. data/lib/budgea_client/api/documents_api.rb +85 -85
  61. data/lib/budgea_client/api/oidc_api.rb +3 -3
  62. data/lib/budgea_client/api/pfm_api.rb +87 -40
  63. data/lib/budgea_client/api/providers_api.rb +1045 -151
  64. data/lib/budgea_client/api/recipients_api.rb +4 -4
  65. data/lib/budgea_client/api/terms_api.rb +3 -3
  66. data/lib/budgea_client/api/transfer_api.rb +94 -0
  67. data/lib/budgea_client/api/transfers_api.rb +39 -39
  68. data/lib/budgea_client/api/users_management_api.rb +14 -14
  69. data/lib/budgea_client/api/wealth_api.rb +25 -25
  70. data/lib/budgea_client/models/account.rb +24 -4
  71. data/lib/budgea_client/models/account_log.rb +16 -1
  72. data/lib/budgea_client/models/client.rb +11 -11
  73. data/lib/budgea_client/models/connection.rb +23 -4
  74. data/lib/budgea_client/models/connection_log.rb +11 -1
  75. data/lib/budgea_client/models/connection_source.rb +309 -0
  76. data/lib/budgea_client/models/connector.rb +18 -15
  77. data/lib/budgea_client/models/connector_source.rb +273 -0
  78. data/lib/budgea_client/models/field.rb +14 -4
  79. data/lib/budgea_client/models/inline_response_200_11.rb +18 -18
  80. data/lib/budgea_client/models/inline_response_200_12.rb +11 -11
  81. data/lib/budgea_client/models/inline_response_200_13.rb +11 -11
  82. data/lib/budgea_client/models/inline_response_200_14.rb +18 -18
  83. data/lib/budgea_client/models/inline_response_200_15.rb +11 -11
  84. data/lib/budgea_client/models/inline_response_200_16.rb +11 -11
  85. data/lib/budgea_client/models/inline_response_200_17.rb +11 -11
  86. data/lib/budgea_client/models/inline_response_200_18.rb +18 -18
  87. data/lib/budgea_client/models/inline_response_200_19.rb +21 -11
  88. data/lib/budgea_client/models/inline_response_200_30.rb +18 -18
  89. data/lib/budgea_client/models/inline_response_200_31.rb +11 -11
  90. data/lib/budgea_client/models/inline_response_200_32.rb +18 -18
  91. data/lib/budgea_client/models/inline_response_200_33.rb +18 -18
  92. data/lib/budgea_client/models/inline_response_200_34.rb +11 -11
  93. data/lib/budgea_client/models/inline_response_200_35.rb +18 -18
  94. data/lib/budgea_client/models/inline_response_200_36.rb +18 -18
  95. data/lib/budgea_client/models/inline_response_200_37.rb +11 -11
  96. data/lib/budgea_client/models/inline_response_200_38.rb +18 -18
  97. data/lib/budgea_client/models/inline_response_200_39.rb +11 -11
  98. data/lib/budgea_client/models/inline_response_200_40.rb +18 -18
  99. data/lib/budgea_client/models/inline_response_200_41.rb +200 -0
  100. data/lib/budgea_client/models/inline_response_200_42.rb +200 -0
  101. data/lib/budgea_client/models/order.rb +259 -0
  102. data/lib/budgea_client/models/subscription.rb +11 -1
  103. data/lib/budgea_client/models/subscription_log.rb +269 -0
  104. data/lib/budgea_client/models/transaction.rb +11 -1
  105. data/lib/budgea_client/models/transfer.rb +49 -2
  106. data/lib/budgea_client/models/user.rb +2 -2
  107. data/lib/budgea_client/version.rb +1 -1
  108. data/original_budgea_openapi.json +1980 -351
  109. data/pkg/budgea_client-2.0.0.gem +0 -0
  110. data/pkg/budgea_client-3.0.1.gem +0 -0
  111. data/pkg/budgea_client-4.0.0.gem +0 -0
  112. data/spec/api/transfer_api_spec.rb +54 -0
  113. data/spec/models/connection_source_spec.rb +101 -0
  114. data/spec/models/connector_source_spec.rb +83 -0
  115. data/spec/models/inline_response_200_41_spec.rb +47 -0
  116. data/spec/models/inline_response_200_42_spec.rb +47 -0
  117. data/spec/models/order_spec.rb +77 -0
  118. data/spec/models/subscription_log_spec.rb +83 -0
  119. metadata +34 -9
  120. data/config.yaml +0 -15
  121. data/pkg/budgea_client-2.0.1.gem +0 -0
  122. data/pkg/budgea_client-2.0.2.gem +0 -0
  123. data/pkg/budgea_client-3.0.0.gem +0 -0
  124. data/pkg/budgea_client-4.0.1.gem +0 -0
  125. data/pkg/budgea_client-4.0.2.gem +0 -0
@@ -5,7 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **id** | **Integer** | ID of the connector |
7
7
  **name** | **String** | Name of the bank or provider |
8
- **id_weboob** | **String** | |
9
8
  **hidden** | **BOOLEAN** | This connector is hidden from your users | [optional] [default to false]
10
9
  **charged** | **BOOLEAN** | Usage of this connector is charged | [default to true]
11
10
  **code** | **String** | Bank code | [optional]
@@ -18,6 +17,7 @@ Name | Type | Description | Notes
18
17
  **auth_mechanism** | **String** | Authentication mechanism to use | [optional]
19
18
  **siret** | **String** | SIRET code for Bill modules | [optional]
20
19
  **uuid** | **String** | Unique connector identifier |
20
+ **restricted** | **BOOLEAN** | If true, new connections cannot be added with this connector | [default to false]
21
21
  **fields** | [**Array<Field>**](Field.md) | | [optional]
22
22
  **capabilities** | **Array<String>** | | [optional]
23
23
 
@@ -0,0 +1,15 @@
1
+ # BudgeaClient::ConnectorSource
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **id** | **Integer** | ID of the connector source |
7
+ **id_connector** | **Integer** | ID of the connector |
8
+ **name** | **String** | Name of the source |
9
+ **id_weboob** | **String** | |
10
+ **auth_mechanism** | **String** | Authentication mechanism to use | [optional]
11
+ **fallback** | **String** | Name of the source this fallback is for | [optional]
12
+ **disabled** | **DateTime** | This source is not used to synchronize the connection | [optional]
13
+ **priority** | **Integer** | The source priority order for the synchronization | [optional]
14
+
15
+
@@ -83,7 +83,7 @@ Method | HTTP request | Description
83
83
 
84
84
 
85
85
  # **documenttypes_get**
86
- > InlineResponse20015 documenttypes_get(opts)
86
+ > InlineResponse20017 documenttypes_get(opts)
87
87
 
88
88
  Get document types
89
89
 
@@ -124,7 +124,7 @@ Name | Type | Description | Notes
124
124
 
125
125
  ### Return type
126
126
 
127
- [**InlineResponse20015**](InlineResponse20015.md)
127
+ [**InlineResponse20017**](InlineResponse20017.md)
128
128
 
129
129
  ### Authorization
130
130
 
@@ -132,7 +132,7 @@ Name | Type | Description | Notes
132
132
 
133
133
  ### HTTP request headers
134
134
 
135
- - **Content-Type**: application/x-www-form-urlencoded
135
+ - **Content-Type**: application/json, multipart/form-data
136
136
  - **Accept**: application/json
137
137
 
138
138
 
@@ -196,7 +196,7 @@ Name | Type | Description | Notes
196
196
 
197
197
  ### HTTP request headers
198
198
 
199
- - **Content-Type**: application/x-www-form-urlencoded
199
+ - **Content-Type**: application/json, multipart/form-data
200
200
  - **Accept**: application/json
201
201
 
202
202
 
@@ -319,13 +319,13 @@ Name | Type | Description | Notes
319
319
 
320
320
  ### HTTP request headers
321
321
 
322
- - **Content-Type**: application/x-www-form-urlencoded
322
+ - **Content-Type**: application/json, multipart/form-data
323
323
  - **Accept**: application/json
324
324
 
325
325
 
326
326
 
327
327
  # **users_id_user_accounts_id_account_transactions_id_transaction_documents_get**
328
- > InlineResponse20031 users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts)
328
+ > InlineResponse20032 users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts)
329
329
 
330
330
  Get documents
331
331
 
@@ -393,7 +393,7 @@ Name | Type | Description | Notes
393
393
 
394
394
  ### Return type
395
395
 
396
- [**InlineResponse20031**](InlineResponse20031.md)
396
+ [**InlineResponse20032**](InlineResponse20032.md)
397
397
 
398
398
  ### Authorization
399
399
 
@@ -401,7 +401,7 @@ Name | Type | Description | Notes
401
401
 
402
402
  ### HTTP request headers
403
403
 
404
- - **Content-Type**: application/x-www-form-urlencoded
404
+ - **Content-Type**: application/json, multipart/form-data
405
405
  - **Accept**: application/json
406
406
 
407
407
 
@@ -468,7 +468,7 @@ Name | Type | Description | Notes
468
468
 
469
469
  ### HTTP request headers
470
470
 
471
- - **Content-Type**: application/x-www-form-urlencoded
471
+ - **Content-Type**: application/json, multipart/form-data
472
472
  - **Accept**: application/json
473
473
 
474
474
 
@@ -714,7 +714,7 @@ Name | Type | Description | Notes
714
714
 
715
715
  ### HTTP request headers
716
716
 
717
- - **Content-Type**: application/x-www-form-urlencoded
717
+ - **Content-Type**: application/json, multipart/form-data
718
718
  - **Accept**: application/json
719
719
 
720
720
 
@@ -778,13 +778,13 @@ Name | Type | Description | Notes
778
778
 
779
779
  ### HTTP request headers
780
780
 
781
- - **Content-Type**: application/x-www-form-urlencoded
781
+ - **Content-Type**: application/json, multipart/form-data
782
782
  - **Accept**: application/json
783
783
 
784
784
 
785
785
 
786
786
  # **users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get**
787
- > InlineResponse20031 users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts)
787
+ > InlineResponse20032 users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts)
788
788
 
789
789
  Get documents
790
790
 
@@ -852,7 +852,7 @@ Name | Type | Description | Notes
852
852
 
853
853
  ### Return type
854
854
 
855
- [**InlineResponse20031**](InlineResponse20031.md)
855
+ [**InlineResponse20032**](InlineResponse20032.md)
856
856
 
857
857
  ### Authorization
858
858
 
@@ -860,7 +860,7 @@ Name | Type | Description | Notes
860
860
 
861
861
  ### HTTP request headers
862
862
 
863
- - **Content-Type**: application/x-www-form-urlencoded
863
+ - **Content-Type**: application/json, multipart/form-data
864
864
  - **Accept**: application/json
865
865
 
866
866
 
@@ -927,7 +927,7 @@ Name | Type | Description | Notes
927
927
 
928
928
  ### HTTP request headers
929
929
 
930
- - **Content-Type**: application/x-www-form-urlencoded
930
+ - **Content-Type**: application/json, multipart/form-data
931
931
  - **Accept**: application/json
932
932
 
933
933
 
@@ -1173,7 +1173,7 @@ Name | Type | Description | Notes
1173
1173
 
1174
1174
  ### HTTP request headers
1175
1175
 
1176
- - **Content-Type**: application/x-www-form-urlencoded
1176
+ - **Content-Type**: application/json, multipart/form-data
1177
1177
  - **Accept**: application/json
1178
1178
 
1179
1179
 
@@ -1240,13 +1240,13 @@ Name | Type | Description | Notes
1240
1240
 
1241
1241
  ### HTTP request headers
1242
1242
 
1243
- - **Content-Type**: application/x-www-form-urlencoded
1243
+ - **Content-Type**: application/json, multipart/form-data
1244
1244
  - **Accept**: application/json
1245
1245
 
1246
1246
 
1247
1247
 
1248
1248
  # **users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get**
1249
- > InlineResponse20031 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_connection, id_account, id_transaction, opts)
1249
+ > InlineResponse20032 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_connection, id_account, id_transaction, opts)
1250
1250
 
1251
1251
  Get documents
1252
1252
 
@@ -1317,7 +1317,7 @@ Name | Type | Description | Notes
1317
1317
 
1318
1318
  ### Return type
1319
1319
 
1320
- [**InlineResponse20031**](InlineResponse20031.md)
1320
+ [**InlineResponse20032**](InlineResponse20032.md)
1321
1321
 
1322
1322
  ### Authorization
1323
1323
 
@@ -1325,7 +1325,7 @@ Name | Type | Description | Notes
1325
1325
 
1326
1326
  ### HTTP request headers
1327
1327
 
1328
- - **Content-Type**: application/x-www-form-urlencoded
1328
+ - **Content-Type**: application/json, multipart/form-data
1329
1329
  - **Accept**: application/json
1330
1330
 
1331
1331
 
@@ -1395,7 +1395,7 @@ Name | Type | Description | Notes
1395
1395
 
1396
1396
  ### HTTP request headers
1397
1397
 
1398
- - **Content-Type**: application/x-www-form-urlencoded
1398
+ - **Content-Type**: application/json, multipart/form-data
1399
1399
  - **Accept**: application/json
1400
1400
 
1401
1401
 
@@ -1650,7 +1650,7 @@ Name | Type | Description | Notes
1650
1650
 
1651
1651
  ### HTTP request headers
1652
1652
 
1653
- - **Content-Type**: application/x-www-form-urlencoded
1653
+ - **Content-Type**: application/json, multipart/form-data
1654
1654
  - **Accept**: application/json
1655
1655
 
1656
1656
 
@@ -1717,13 +1717,13 @@ Name | Type | Description | Notes
1717
1717
 
1718
1718
  ### HTTP request headers
1719
1719
 
1720
- - **Content-Type**: application/x-www-form-urlencoded
1720
+ - **Content-Type**: application/json, multipart/form-data
1721
1721
  - **Accept**: application/json
1722
1722
 
1723
1723
 
1724
1724
 
1725
1725
  # **users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get**
1726
- > InlineResponse20031 users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_account, id_transactions_cluster, opts)
1726
+ > InlineResponse20032 users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_account, id_transactions_cluster, opts)
1727
1727
 
1728
1728
  Get documents
1729
1729
 
@@ -1794,7 +1794,7 @@ Name | Type | Description | Notes
1794
1794
 
1795
1795
  ### Return type
1796
1796
 
1797
- [**InlineResponse20031**](InlineResponse20031.md)
1797
+ [**InlineResponse20032**](InlineResponse20032.md)
1798
1798
 
1799
1799
  ### Authorization
1800
1800
 
@@ -1802,7 +1802,7 @@ Name | Type | Description | Notes
1802
1802
 
1803
1803
  ### HTTP request headers
1804
1804
 
1805
- - **Content-Type**: application/x-www-form-urlencoded
1805
+ - **Content-Type**: application/json, multipart/form-data
1806
1806
  - **Accept**: application/json
1807
1807
 
1808
1808
 
@@ -1872,7 +1872,7 @@ Name | Type | Description | Notes
1872
1872
 
1873
1873
  ### HTTP request headers
1874
1874
 
1875
- - **Content-Type**: application/x-www-form-urlencoded
1875
+ - **Content-Type**: application/json, multipart/form-data
1876
1876
  - **Accept**: application/json
1877
1877
 
1878
1878
 
@@ -2188,13 +2188,13 @@ Name | Type | Description | Notes
2188
2188
 
2189
2189
  ### HTTP request headers
2190
2190
 
2191
- - **Content-Type**: application/x-www-form-urlencoded
2191
+ - **Content-Type**: application/json, multipart/form-data
2192
2192
  - **Accept**: application/json
2193
2193
 
2194
2194
 
2195
2195
 
2196
2196
  # **users_id_user_connections_id_connection_documents_get**
2197
- > InlineResponse20031 users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts)
2197
+ > InlineResponse20032 users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts)
2198
2198
 
2199
2199
  Get documents
2200
2200
 
@@ -2259,7 +2259,7 @@ Name | Type | Description | Notes
2259
2259
 
2260
2260
  ### Return type
2261
2261
 
2262
- [**InlineResponse20031**](InlineResponse20031.md)
2262
+ [**InlineResponse20032**](InlineResponse20032.md)
2263
2263
 
2264
2264
  ### Authorization
2265
2265
 
@@ -2267,7 +2267,7 @@ Name | Type | Description | Notes
2267
2267
 
2268
2268
  ### HTTP request headers
2269
2269
 
2270
- - **Content-Type**: application/x-www-form-urlencoded
2270
+ - **Content-Type**: application/json, multipart/form-data
2271
2271
  - **Accept**: application/json
2272
2272
 
2273
2273
 
@@ -2331,7 +2331,7 @@ Name | Type | Description | Notes
2331
2331
 
2332
2332
  ### HTTP request headers
2333
2333
 
2334
- - **Content-Type**: application/x-www-form-urlencoded
2334
+ - **Content-Type**: application/json, multipart/form-data
2335
2335
  - **Accept**: application/json
2336
2336
 
2337
2337
 
@@ -2568,7 +2568,7 @@ Name | Type | Description | Notes
2568
2568
 
2569
2569
  ### HTTP request headers
2570
2570
 
2571
- - **Content-Type**: application/x-www-form-urlencoded
2571
+ - **Content-Type**: application/json, multipart/form-data
2572
2572
  - **Accept**: application/json
2573
2573
 
2574
2574
 
@@ -2632,13 +2632,13 @@ Name | Type | Description | Notes
2632
2632
 
2633
2633
  ### HTTP request headers
2634
2634
 
2635
- - **Content-Type**: application/x-www-form-urlencoded
2635
+ - **Content-Type**: application/json, multipart/form-data
2636
2636
  - **Accept**: application/json
2637
2637
 
2638
2638
 
2639
2639
 
2640
2640
  # **users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get**
2641
- > InlineResponse20031 users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts)
2641
+ > InlineResponse20032 users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts)
2642
2642
 
2643
2643
  Get documents
2644
2644
 
@@ -2706,7 +2706,7 @@ Name | Type | Description | Notes
2706
2706
 
2707
2707
  ### Return type
2708
2708
 
2709
- [**InlineResponse20031**](InlineResponse20031.md)
2709
+ [**InlineResponse20032**](InlineResponse20032.md)
2710
2710
 
2711
2711
  ### Authorization
2712
2712
 
@@ -2714,7 +2714,7 @@ Name | Type | Description | Notes
2714
2714
 
2715
2715
  ### HTTP request headers
2716
2716
 
2717
- - **Content-Type**: application/x-www-form-urlencoded
2717
+ - **Content-Type**: application/json, multipart/form-data
2718
2718
  - **Accept**: application/json
2719
2719
 
2720
2720
 
@@ -2781,7 +2781,7 @@ Name | Type | Description | Notes
2781
2781
 
2782
2782
  ### HTTP request headers
2783
2783
 
2784
- - **Content-Type**: application/x-www-form-urlencoded
2784
+ - **Content-Type**: application/json, multipart/form-data
2785
2785
  - **Accept**: application/json
2786
2786
 
2787
2787
 
@@ -3027,7 +3027,7 @@ Name | Type | Description | Notes
3027
3027
 
3028
3028
  ### HTTP request headers
3029
3029
 
3030
- - **Content-Type**: application/x-www-form-urlencoded
3030
+ - **Content-Type**: application/json, multipart/form-data
3031
3031
  - **Accept**: application/json
3032
3032
 
3033
3033
 
@@ -3091,13 +3091,13 @@ Name | Type | Description | Notes
3091
3091
 
3092
3092
  ### HTTP request headers
3093
3093
 
3094
- - **Content-Type**: application/x-www-form-urlencoded
3094
+ - **Content-Type**: application/json, multipart/form-data
3095
3095
  - **Accept**: application/json
3096
3096
 
3097
3097
 
3098
3098
 
3099
3099
  # **users_id_user_connections_id_connection_transactions_id_transaction_documents_get**
3100
- > InlineResponse20031 users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts)
3100
+ > InlineResponse20032 users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts)
3101
3101
 
3102
3102
  Get documents
3103
3103
 
@@ -3165,7 +3165,7 @@ Name | Type | Description | Notes
3165
3165
 
3166
3166
  ### Return type
3167
3167
 
3168
- [**InlineResponse20031**](InlineResponse20031.md)
3168
+ [**InlineResponse20032**](InlineResponse20032.md)
3169
3169
 
3170
3170
  ### Authorization
3171
3171
 
@@ -3173,7 +3173,7 @@ Name | Type | Description | Notes
3173
3173
 
3174
3174
  ### HTTP request headers
3175
3175
 
3176
- - **Content-Type**: application/x-www-form-urlencoded
3176
+ - **Content-Type**: application/json, multipart/form-data
3177
3177
  - **Accept**: application/json
3178
3178
 
3179
3179
 
@@ -3240,7 +3240,7 @@ Name | Type | Description | Notes
3240
3240
 
3241
3241
  ### HTTP request headers
3242
3242
 
3243
- - **Content-Type**: application/x-www-form-urlencoded
3243
+ - **Content-Type**: application/json, multipart/form-data
3244
3244
  - **Accept**: application/json
3245
3245
 
3246
3246
 
@@ -3486,7 +3486,7 @@ Name | Type | Description | Notes
3486
3486
 
3487
3487
  ### HTTP request headers
3488
3488
 
3489
- - **Content-Type**: application/x-www-form-urlencoded
3489
+ - **Content-Type**: application/json, multipart/form-data
3490
3490
  - **Accept**: application/json
3491
3491
 
3492
3492
 
@@ -3550,13 +3550,13 @@ Name | Type | Description | Notes
3550
3550
 
3551
3551
  ### HTTP request headers
3552
3552
 
3553
- - **Content-Type**: application/x-www-form-urlencoded
3553
+ - **Content-Type**: application/json, multipart/form-data
3554
3554
  - **Accept**: application/json
3555
3555
 
3556
3556
 
3557
3557
 
3558
3558
  # **users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get**
3559
- > InlineResponse20031 users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts)
3559
+ > InlineResponse20032 users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts)
3560
3560
 
3561
3561
  Get documents
3562
3562
 
@@ -3624,7 +3624,7 @@ Name | Type | Description | Notes
3624
3624
 
3625
3625
  ### Return type
3626
3626
 
3627
- [**InlineResponse20031**](InlineResponse20031.md)
3627
+ [**InlineResponse20032**](InlineResponse20032.md)
3628
3628
 
3629
3629
  ### Authorization
3630
3630
 
@@ -3632,7 +3632,7 @@ Name | Type | Description | Notes
3632
3632
 
3633
3633
  ### HTTP request headers
3634
3634
 
3635
- - **Content-Type**: application/x-www-form-urlencoded
3635
+ - **Content-Type**: application/json, multipart/form-data
3636
3636
  - **Accept**: application/json
3637
3637
 
3638
3638
 
@@ -3699,7 +3699,7 @@ Name | Type | Description | Notes
3699
3699
 
3700
3700
  ### HTTP request headers
3701
3701
 
3702
- - **Content-Type**: application/x-www-form-urlencoded
3702
+ - **Content-Type**: application/json, multipart/form-data
3703
3703
  - **Accept**: application/json
3704
3704
 
3705
3705
 
@@ -3945,7 +3945,7 @@ Name | Type | Description | Notes
3945
3945
 
3946
3946
  ### HTTP request headers
3947
3947
 
3948
- - **Content-Type**: application/x-www-form-urlencoded
3948
+ - **Content-Type**: application/json, multipart/form-data
3949
3949
  - **Accept**: application/json
3950
3950
 
3951
3951
 
@@ -4003,13 +4003,13 @@ Name | Type | Description | Notes
4003
4003
 
4004
4004
  ### HTTP request headers
4005
4005
 
4006
- - **Content-Type**: application/x-www-form-urlencoded
4006
+ - **Content-Type**: application/json, multipart/form-data
4007
4007
  - **Accept**: application/json
4008
4008
 
4009
4009
 
4010
4010
 
4011
4011
  # **users_id_user_documents_get**
4012
- > InlineResponse20031 users_id_user_documents_get(id_user, opts)
4012
+ > InlineResponse20032 users_id_user_documents_get(id_user, opts)
4013
4013
 
4014
4014
  Get documents
4015
4015
 
@@ -4071,7 +4071,7 @@ Name | Type | Description | Notes
4071
4071
 
4072
4072
  ### Return type
4073
4073
 
4074
- [**InlineResponse20031**](InlineResponse20031.md)
4074
+ [**InlineResponse20032**](InlineResponse20032.md)
4075
4075
 
4076
4076
  ### Authorization
4077
4077
 
@@ -4079,7 +4079,7 @@ Name | Type | Description | Notes
4079
4079
 
4080
4080
  ### HTTP request headers
4081
4081
 
4082
- - **Content-Type**: application/x-www-form-urlencoded
4082
+ - **Content-Type**: application/json, multipart/form-data
4083
4083
  - **Accept**: application/json
4084
4084
 
4085
4085
 
@@ -4140,7 +4140,7 @@ Name | Type | Description | Notes
4140
4140
 
4141
4141
  ### HTTP request headers
4142
4142
 
4143
- - **Content-Type**: application/x-www-form-urlencoded
4143
+ - **Content-Type**: application/json, multipart/form-data
4144
4144
  - **Accept**: application/json
4145
4145
 
4146
4146
 
@@ -4368,7 +4368,7 @@ Name | Type | Description | Notes
4368
4368
 
4369
4369
  ### HTTP request headers
4370
4370
 
4371
- - **Content-Type**: application/x-www-form-urlencoded
4371
+ - **Content-Type**: application/json, multipart/form-data
4372
4372
  - **Accept**: application/json
4373
4373
 
4374
4374
 
@@ -4491,13 +4491,13 @@ Name | Type | Description | Notes
4491
4491
 
4492
4492
  ### HTTP request headers
4493
4493
 
4494
- - **Content-Type**: application/x-www-form-urlencoded
4494
+ - **Content-Type**: application/json, multipart/form-data
4495
4495
  - **Accept**: application/json
4496
4496
 
4497
4497
 
4498
4498
 
4499
4499
  # **users_id_user_subscriptions_id_subscription_documents_get**
4500
- > InlineResponse20031 users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts)
4500
+ > InlineResponse20032 users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts)
4501
4501
 
4502
4502
  Get documents
4503
4503
 
@@ -4562,7 +4562,7 @@ Name | Type | Description | Notes
4562
4562
 
4563
4563
  ### Return type
4564
4564
 
4565
- [**InlineResponse20031**](InlineResponse20031.md)
4565
+ [**InlineResponse20032**](InlineResponse20032.md)
4566
4566
 
4567
4567
  ### Authorization
4568
4568
 
@@ -4570,7 +4570,7 @@ Name | Type | Description | Notes
4570
4570
 
4571
4571
  ### HTTP request headers
4572
4572
 
4573
- - **Content-Type**: application/x-www-form-urlencoded
4573
+ - **Content-Type**: application/json, multipart/form-data
4574
4574
  - **Accept**: application/json
4575
4575
 
4576
4576
 
@@ -4634,7 +4634,7 @@ Name | Type | Description | Notes
4634
4634
 
4635
4635
  ### HTTP request headers
4636
4636
 
4637
- - **Content-Type**: application/x-www-form-urlencoded
4637
+ - **Content-Type**: application/json, multipart/form-data
4638
4638
  - **Accept**: application/json
4639
4639
 
4640
4640
 
@@ -4932,13 +4932,13 @@ Name | Type | Description | Notes
4932
4932
 
4933
4933
  ### HTTP request headers
4934
4934
 
4935
- - **Content-Type**: application/x-www-form-urlencoded
4935
+ - **Content-Type**: application/json, multipart/form-data
4936
4936
  - **Accept**: application/json
4937
4937
 
4938
4938
 
4939
4939
 
4940
4940
  # **users_id_user_transactions_id_transaction_documents_get**
4941
- > InlineResponse20031 users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts)
4941
+ > InlineResponse20032 users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts)
4942
4942
 
4943
4943
  Get documents
4944
4944
 
@@ -5003,7 +5003,7 @@ Name | Type | Description | Notes
5003
5003
 
5004
5004
  ### Return type
5005
5005
 
5006
- [**InlineResponse20031**](InlineResponse20031.md)
5006
+ [**InlineResponse20032**](InlineResponse20032.md)
5007
5007
 
5008
5008
  ### Authorization
5009
5009
 
@@ -5011,7 +5011,7 @@ Name | Type | Description | Notes
5011
5011
 
5012
5012
  ### HTTP request headers
5013
5013
 
5014
- - **Content-Type**: application/x-www-form-urlencoded
5014
+ - **Content-Type**: application/json, multipart/form-data
5015
5015
  - **Accept**: application/json
5016
5016
 
5017
5017
 
@@ -5075,7 +5075,7 @@ Name | Type | Description | Notes
5075
5075
 
5076
5076
  ### HTTP request headers
5077
5077
 
5078
- - **Content-Type**: application/x-www-form-urlencoded
5078
+ - **Content-Type**: application/json, multipart/form-data
5079
5079
  - **Accept**: application/json
5080
5080
 
5081
5081
 
@@ -5373,13 +5373,13 @@ Name | Type | Description | Notes
5373
5373
 
5374
5374
  ### HTTP request headers
5375
5375
 
5376
- - **Content-Type**: application/x-www-form-urlencoded
5376
+ - **Content-Type**: application/json, multipart/form-data
5377
5377
  - **Accept**: application/json
5378
5378
 
5379
5379
 
5380
5380
 
5381
5381
  # **users_id_user_transactionsclusters_id_transactions_cluster_documents_get**
5382
- > InlineResponse20031 users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts)
5382
+ > InlineResponse20032 users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts)
5383
5383
 
5384
5384
  Get documents
5385
5385
 
@@ -5444,7 +5444,7 @@ Name | Type | Description | Notes
5444
5444
 
5445
5445
  ### Return type
5446
5446
 
5447
- [**InlineResponse20031**](InlineResponse20031.md)
5447
+ [**InlineResponse20032**](InlineResponse20032.md)
5448
5448
 
5449
5449
  ### Authorization
5450
5450
 
@@ -5452,7 +5452,7 @@ Name | Type | Description | Notes
5452
5452
 
5453
5453
  ### HTTP request headers
5454
5454
 
5455
- - **Content-Type**: application/x-www-form-urlencoded
5455
+ - **Content-Type**: application/json, multipart/form-data
5456
5456
  - **Accept**: application/json
5457
5457
 
5458
5458
 
@@ -5516,7 +5516,7 @@ Name | Type | Description | Notes
5516
5516
 
5517
5517
  ### HTTP request headers
5518
5518
 
5519
- - **Content-Type**: application/x-www-form-urlencoded
5519
+ - **Content-Type**: application/json, multipart/form-data
5520
5520
  - **Accept**: application/json
5521
5521
 
5522
5522