budgea_client 1.3.4 → 1.3.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9f4ebf2ab0a8c4f8380adb861bf98c2d4294c900b00eb5c6c31058dcd85eb6c
4
- data.tar.gz: 8ba69cbb765d1d792cf7f4e288ef6c32b2118b0b56a9f99c8780d5a2a51a4739
3
+ metadata.gz: a59c8fbe65f732dde17a1e1562d4e470a9d90c0ae7d827dd88e3d4ac9a8f9392
4
+ data.tar.gz: 7df0f5328314ec7b59df264d60dbe7ddda6624db06075bd0df4d5e78a895ed1f
5
5
  SHA512:
6
- metadata.gz: 82ccb379eedb5e2ca482f920dba7545265ccaf3d7dd2780736e4aa0c51fff50d2f1bf16bca1530ebacd2655f2a02716c5e70c62addb67d507a8057afd02b8f01
7
- data.tar.gz: ae5b3524ca38e665d112ff56cbcf08ae3267d35010804940f35bd016cdd5999f8bdcba28a180f817619c3b280f87fc70fd7bee95ad092442c96509742f1997cd
6
+ metadata.gz: a77531a49ade0a4478e6c3e57df3a65eac6d389a0885c725e98e008c6bec781fb8fa1c2124f4d7b475ab2b98743a3283ac93624fa80886dba845da99b8954d23
7
+ data.tar.gz: f43a1b63757176c61353a4c1e313b8455a9056c49e098098c63362c17e79d2b0eac15663020743d05c09c84b99878f635cfc6a7c0a3c0fab76e22ed02466d3f5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- budgea_client (1.3.4)
4
+ budgea_client (1.3.5)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
data/budgea_openapi.json CHANGED
@@ -1476,7 +1476,10 @@
1476
1476
  "in": "query"
1477
1477
  }
1478
1478
  ],
1479
- "summary": "Request a new connector"
1479
+ "summary": "Request a new connector",
1480
+ "consumes": [
1481
+ "multipart/form-data"
1482
+ ]
1480
1483
  }
1481
1484
  },
1482
1485
  "/connectors/{id_bank}/logos": {
data/docs/BanksApi.md CHANGED
@@ -1310,7 +1310,7 @@ No authorization required
1310
1310
 
1311
1311
  ### HTTP request headers
1312
1312
 
1313
- - **Content-Type**: application/json, multipart/form-data
1313
+ - **Content-Type**: multipart/form-data
1314
1314
  - **Accept**: application/json
1315
1315
 
1316
1316
 
@@ -285,7 +285,7 @@ No authorization required
285
285
 
286
286
  ### HTTP request headers
287
287
 
288
- - **Content-Type**: application/json, multipart/form-data
288
+ - **Content-Type**: multipart/form-data
289
289
  - **Accept**: application/json
290
290
 
291
291
 
data/docs/ProvidersApi.md CHANGED
@@ -838,7 +838,7 @@ No authorization required
838
838
 
839
839
  ### HTTP request headers
840
840
 
841
- - **Content-Type**: application/json, multipart/form-data
841
+ - **Content-Type**: multipart/form-data
842
842
  - **Accept**: application/json
843
843
 
844
844
 
@@ -1364,7 +1364,7 @@ module BudgeaClient
1364
1364
  # HTTP header 'Accept' (if needed)
1365
1365
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1366
1366
  # HTTP header 'Content-Type'
1367
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1367
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
1368
1368
 
1369
1369
  # form parameters
1370
1370
  form_params = {}
@@ -291,7 +291,7 @@ module BudgeaClient
291
291
  # HTTP header 'Accept' (if needed)
292
292
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
293
293
  # HTTP header 'Content-Type'
294
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
294
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
295
295
 
296
296
  # form parameters
297
297
  form_params = {}
@@ -819,7 +819,7 @@ module BudgeaClient
819
819
  # HTTP header 'Accept' (if needed)
820
820
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
821
821
  # HTTP header 'Content-Type'
822
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
822
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
823
823
 
824
824
  # form parameters
825
825
  form_params = {}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BudgeaClient
4
- VERSION = '1.3.4'
4
+ VERSION = '1.3.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: budgea_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.4
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chaker Nakhli
@@ -390,8 +390,6 @@ files:
390
390
  - lib/budgea_client/models/user_alert.rb
391
391
  - lib/budgea_client/models/webhook.rb
392
392
  - lib/budgea_client/version.rb
393
- - pkg/budgea_client-1.3.2.gem
394
- - pkg/budgea_client-1.3.3.gem
395
393
  - spec/api/administration_api_spec.rb
396
394
  - spec/api/authentication_api_spec.rb
397
395
  - spec/api/banks_api_spec.rb
Binary file
Binary file