budgea_client 1.3.3 → 1.3.4

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: 0e5192f2e2b1046f6932f04eb5c247f5b8056e5ede6fee74f3fb36af391ce6b9
4
- data.tar.gz: f05ca954ee756f8e4e2c9f187403f3ee86a706041a69e12dbf18d3329275a1cf
3
+ metadata.gz: a9f4ebf2ab0a8c4f8380adb861bf98c2d4294c900b00eb5c6c31058dcd85eb6c
4
+ data.tar.gz: 8ba69cbb765d1d792cf7f4e288ef6c32b2118b0b56a9f99c8780d5a2a51a4739
5
5
  SHA512:
6
- metadata.gz: d3e19f9aaeb90560a96c838d6178c6601a8ed5a287072af5ad6d6db8532afc020f4eda43c3a1dd7425a4723c40f7b0c0139100cfb2bac94690f58a5906e96dbe
7
- data.tar.gz: a798b5c76687622da6cbe1380069ff0615aa12d888b597c3408a8623e098911047c5c8c3d28968a007de4eb7d23742114348c7b537b09ea1f2fb358f5613e954
6
+ metadata.gz: 82ccb379eedb5e2ca482f920dba7545265ccaf3d7dd2780736e4aa0c51fff50d2f1bf16bca1530ebacd2655f2a02716c5e70c62addb67d507a8057afd02b8f01
7
+ data.tar.gz: ae5b3524ca38e665d112ff56cbcf08ae3267d35010804940f35bd016cdd5999f8bdcba28a180f817619c3b280f87fc70fd7bee95ad092442c96509742f1997cd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- budgea_client (1.3.3)
4
+ budgea_client (1.3.4)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
data/budgea_openapi.json CHANGED
@@ -122,7 +122,9 @@
122
122
  }
123
123
  ],
124
124
  "summary": "Confirm email address",
125
- "consumes": ["application/x-www-form-urlencoded"]
125
+ "consumes": [
126
+ "multipart/form-data"
127
+ ]
126
128
  }
127
129
  },
128
130
  "/auth/confirmNewEmail": {
@@ -146,7 +148,9 @@
146
148
  }
147
149
  ],
148
150
  "summary": "Confirm new email address",
149
- "consumes": ["application/x-www-form-urlencoded"]
151
+ "consumes": [
152
+ "application/x-www-form-urlencoded"
153
+ ]
150
154
  }
151
155
  },
152
156
  "/auth/cookie": {
@@ -191,7 +195,9 @@
191
195
  }
192
196
  ],
193
197
  "summary": "Login with credentials and set as cookie",
194
- "consumes": ["application/x-www-form-urlencoded"]
198
+ "consumes": [
199
+ "application/x-www-form-urlencoded"
200
+ ]
195
201
  }
196
202
  },
197
203
  "/auth/init": {
@@ -248,7 +254,9 @@
248
254
  }
249
255
  ],
250
256
  "summary": "Create a new anonymous user",
251
- "consumes": ["application/x-www-form-urlencoded"]
257
+ "consumes": [
258
+ "application/x-www-form-urlencoded"
259
+ ]
252
260
  }
253
261
  },
254
262
  "/auth/register": {
@@ -327,7 +335,9 @@
327
335
  }
328
336
  ],
329
337
  "summary": "Register to API",
330
- "consumes": ["application/x-www-form-urlencoded"]
338
+ "consumes": [
339
+ "application/x-www-form-urlencoded"
340
+ ]
331
341
  }
332
342
  },
333
343
  "/auth/token": {
@@ -409,7 +419,9 @@
409
419
  }
410
420
  ],
411
421
  "summary": "Login to API with credentials",
412
- "consumes": ["application/x-www-form-urlencoded"]
422
+ "consumes": [
423
+ "application/x-www-form-urlencoded"
424
+ ]
413
425
  },
414
426
  "delete": {
415
427
  "responses": {
@@ -496,7 +508,9 @@
496
508
  }
497
509
  ],
498
510
  "summary": "Transform a temporary code to a access_token",
499
- "consumes": ["application/x-www-form-urlencoded"]
511
+ "consumes": [
512
+ "application/x-www-form-urlencoded"
513
+ ]
500
514
  }
501
515
  },
502
516
  "/auth/token/code": {
@@ -16720,7 +16734,10 @@
16720
16734
  "in": "query"
16721
16735
  }
16722
16736
  ],
16723
- "summary": "Update a subscription"
16737
+ "summary": "Update a subscription",
16738
+ "consumes": [
16739
+ "multipart/form-data"
16740
+ ]
16724
16741
  },
16725
16742
  "delete": {
16726
16743
  "responses": {
@@ -17052,7 +17069,10 @@
17052
17069
  "in": "query"
17053
17070
  }
17054
17071
  ],
17055
- "summary": "Attach an existing document to a transaction or a transactions_cluster"
17072
+ "summary": "Attach an existing document to a transaction or a transactions_cluster",
17073
+ "consumes": [
17074
+ "multipart/form-data"
17075
+ ]
17056
17076
  },
17057
17077
  "delete": {
17058
17078
  "responses": {
@@ -17354,7 +17374,10 @@
17354
17374
  "in": "query"
17355
17375
  }
17356
17376
  ],
17357
- "summary": "Register user's consent for a specific terms id"
17377
+ "summary": "Register user's consent for a specific terms id",
17378
+ "consumes": [
17379
+ "multipart/form-data"
17380
+ ]
17358
17381
  }
17359
17382
  },
17360
17383
  "/users/{id_user}/token": {
@@ -17394,7 +17417,10 @@
17394
17417
  "description": "application name"
17395
17418
  }
17396
17419
  ],
17397
- "summary": "Create a token"
17420
+ "summary": "Create a token",
17421
+ "consumes": [
17422
+ "multipart/form-data"
17423
+ ]
17398
17424
  }
17399
17425
  },
17400
17426
  "/users/{id_user}/transactions": {
@@ -17636,7 +17662,10 @@
17636
17662
  "in": "query"
17637
17663
  }
17638
17664
  ],
17639
- "summary": "Create transactions"
17665
+ "summary": "Create transactions",
17666
+ "consumes": [
17667
+ "multipart/form-data"
17668
+ ]
17640
17669
  },
17641
17670
  "delete": {
17642
17671
  "responses": {
@@ -17741,7 +17770,10 @@
17741
17770
  "in": "query"
17742
17771
  }
17743
17772
  ],
17744
- "summary": "Edit a transaction meta-data"
17773
+ "summary": "Edit a transaction meta-data",
17774
+ "consumes": [
17775
+ "multipart/form-data"
17776
+ ]
17745
17777
  }
17746
17778
  },
17747
17779
  "/users/{id_user}/transactions/{id_transaction}/documents": {
@@ -18036,7 +18068,10 @@
18036
18068
  "in": "query"
18037
18069
  }
18038
18070
  ],
18039
- "summary": "Attach an existing document to a transaction or a transactions_cluster"
18071
+ "summary": "Attach an existing document to a transaction or a transactions_cluster",
18072
+ "consumes": [
18073
+ "multipart/form-data"
18074
+ ]
18040
18075
  },
18041
18076
  "delete": {
18042
18077
  "responses": {
@@ -18833,7 +18868,10 @@
18833
18868
  "in": "query"
18834
18869
  }
18835
18870
  ],
18836
- "summary": "Attach an existing document to a transaction or a transactions_cluster"
18871
+ "summary": "Attach an existing document to a transaction or a transactions_cluster",
18872
+ "consumes": [
18873
+ "multipart/form-data"
18874
+ ]
18837
18875
  },
18838
18876
  "delete": {
18839
18877
  "responses": {
@@ -19227,7 +19265,10 @@
19227
19265
  "in": "query"
19228
19266
  }
19229
19267
  ],
19230
- "summary": "Create a transfer object."
19268
+ "summary": "Create a transfer object.",
19269
+ "consumes": [
19270
+ "multipart/form-data"
19271
+ ]
19231
19272
  }
19232
19273
  },
19233
19274
  "/users/{id_user}/transfers/{id_transfer}": {
@@ -391,7 +391,7 @@ No authorization required
391
391
 
392
392
  ### HTTP request headers
393
393
 
394
- - **Content-Type**: application/json, multipart/form-data
394
+ - **Content-Type**: multipart/form-data
395
395
  - **Accept**: application/json
396
396
 
397
397
 
data/docs/BanksApi.md CHANGED
@@ -6267,7 +6267,7 @@ No authorization required
6267
6267
 
6268
6268
  ### HTTP request headers
6269
6269
 
6270
- - **Content-Type**: application/json, multipart/form-data
6270
+ - **Content-Type**: multipart/form-data
6271
6271
  - **Accept**: application/json
6272
6272
 
6273
6273
 
@@ -6341,7 +6341,7 @@ No authorization required
6341
6341
 
6342
6342
  ### HTTP request headers
6343
6343
 
6344
- - **Content-Type**: application/json, multipart/form-data
6344
+ - **Content-Type**: multipart/form-data
6345
6345
  - **Accept**: application/json
6346
6346
 
6347
6347
 
data/docs/DocumentsApi.md CHANGED
@@ -1938,7 +1938,7 @@ No authorization required
1938
1938
 
1939
1939
  ### HTTP request headers
1940
1940
 
1941
- - **Content-Type**: application/json, multipart/form-data
1941
+ - **Content-Type**: multipart/form-data
1942
1942
  - **Accept**: application/json
1943
1943
 
1944
1944
 
@@ -4423,7 +4423,7 @@ No authorization required
4423
4423
 
4424
4424
  ### HTTP request headers
4425
4425
 
4426
- - **Content-Type**: application/json, multipart/form-data
4426
+ - **Content-Type**: multipart/form-data
4427
4427
  - **Accept**: application/json
4428
4428
 
4429
4429
 
@@ -4822,7 +4822,7 @@ No authorization required
4822
4822
 
4823
4823
  ### HTTP request headers
4824
4824
 
4825
- - **Content-Type**: application/json, multipart/form-data
4825
+ - **Content-Type**: multipart/form-data
4826
4826
  - **Accept**: application/json
4827
4827
 
4828
4828
 
@@ -5221,7 +5221,7 @@ No authorization required
5221
5221
 
5222
5222
  ### HTTP request headers
5223
5223
 
5224
- - **Content-Type**: application/json, multipart/form-data
5224
+ - **Content-Type**: multipart/form-data
5225
5225
  - **Accept**: application/json
5226
5226
 
5227
5227
 
data/docs/PFMApi.md CHANGED
@@ -136,7 +136,7 @@ No authorization required
136
136
 
137
137
  ### HTTP request headers
138
138
 
139
- - **Content-Type**: application/x-www-form-urlencoded
139
+ - **Content-Type**: multipart/form-data
140
140
  - **Accept**: application/json
141
141
 
142
142
 
data/docs/ProvidersApi.md CHANGED
@@ -3070,7 +3070,7 @@ No authorization required
3070
3070
 
3071
3071
  ### HTTP request headers
3072
3072
 
3073
- - **Content-Type**: application/json, multipart/form-data
3073
+ - **Content-Type**: multipart/form-data
3074
3074
  - **Accept**: application/json
3075
3075
 
3076
3076
 
@@ -6151,7 +6151,7 @@ No authorization required
6151
6151
 
6152
6152
  ### HTTP request headers
6153
6153
 
6154
- - **Content-Type**: application/json, multipart/form-data
6154
+ - **Content-Type**: multipart/form-data
6155
6155
  - **Accept**: application/json
6156
6156
 
6157
6157
 
@@ -6209,7 +6209,7 @@ No authorization required
6209
6209
 
6210
6210
  ### HTTP request headers
6211
6211
 
6212
- - **Content-Type**: application/json, multipart/form-data
6212
+ - **Content-Type**: multipart/form-data
6213
6213
  - **Accept**: application/json
6214
6214
 
6215
6215
 
@@ -6608,7 +6608,7 @@ No authorization required
6608
6608
 
6609
6609
  ### HTTP request headers
6610
6610
 
6611
- - **Content-Type**: application/json, multipart/form-data
6611
+ - **Content-Type**: multipart/form-data
6612
6612
  - **Accept**: application/json
6613
6613
 
6614
6614
 
@@ -7007,7 +7007,7 @@ No authorization required
7007
7007
 
7008
7008
  ### HTTP request headers
7009
7009
 
7010
- - **Content-Type**: application/json, multipart/form-data
7010
+ - **Content-Type**: multipart/form-data
7011
7011
  - **Accept**: application/json
7012
7012
 
7013
7013
 
data/docs/TermsApi.md CHANGED
@@ -211,7 +211,7 @@ No authorization required
211
211
 
212
212
  ### HTTP request headers
213
213
 
214
- - **Content-Type**: application/json, multipart/form-data
214
+ - **Content-Type**: multipart/form-data
215
215
  - **Accept**: application/json
216
216
 
217
217
 
data/docs/TransfersApi.md CHANGED
@@ -2397,7 +2397,7 @@ No authorization required
2397
2397
 
2398
2398
  ### HTTP request headers
2399
2399
 
2400
- - **Content-Type**: application/json, multipart/form-data
2400
+ - **Content-Type**: multipart/form-data
2401
2401
  - **Accept**: application/json
2402
2402
 
2403
2403
 
@@ -601,7 +601,7 @@ No authorization required
601
601
 
602
602
  ### HTTP request headers
603
603
 
604
- - **Content-Type**: application/json, multipart/form-data
604
+ - **Content-Type**: multipart/form-data
605
605
  - **Accept**: application/json
606
606
 
607
607
 
@@ -442,7 +442,7 @@ module BudgeaClient
442
442
  # HTTP header 'Accept' (if needed)
443
443
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
444
444
  # HTTP header 'Content-Type'
445
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
445
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
446
446
 
447
447
  # form parameters
448
448
  form_params = {}
@@ -7464,7 +7464,7 @@ module BudgeaClient
7464
7464
  # HTTP header 'Accept' (if needed)
7465
7465
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7466
7466
  # HTTP header 'Content-Type'
7467
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7467
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
7468
7468
 
7469
7469
  # form parameters
7470
7470
  form_params = {}
@@ -7559,7 +7559,7 @@ module BudgeaClient
7559
7559
  # HTTP header 'Accept' (if needed)
7560
7560
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7561
7561
  # HTTP header 'Content-Type'
7562
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7562
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
7563
7563
 
7564
7564
  # form parameters
7565
7565
  form_params = {}
@@ -2417,7 +2417,7 @@ module BudgeaClient
2417
2417
  # HTTP header 'Accept' (if needed)
2418
2418
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2419
2419
  # HTTP header 'Content-Type'
2420
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2420
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
2421
2421
 
2422
2422
  # form parameters
2423
2423
  form_params = {}
@@ -5598,7 +5598,7 @@ module BudgeaClient
5598
5598
  # HTTP header 'Accept' (if needed)
5599
5599
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5600
5600
  # HTTP header 'Content-Type'
5601
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5601
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
5602
5602
 
5603
5603
  # form parameters
5604
5604
  form_params = {}
@@ -6105,7 +6105,7 @@ module BudgeaClient
6105
6105
  # HTTP header 'Accept' (if needed)
6106
6106
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6107
6107
  # HTTP header 'Content-Type'
6108
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6108
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
6109
6109
 
6110
6110
  # form parameters
6111
6111
  form_params = {}
@@ -6612,7 +6612,7 @@ module BudgeaClient
6612
6612
  # HTTP header 'Accept' (if needed)
6613
6613
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6614
6614
  # HTTP header 'Content-Type'
6615
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6615
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
6616
6616
 
6617
6617
  # form parameters
6618
6618
  form_params = {}
@@ -105,7 +105,7 @@ module BudgeaClient
105
105
  # HTTP header 'Accept' (if needed)
106
106
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
107
107
  # HTTP header 'Content-Type'
108
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
108
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
109
109
 
110
110
  # form parameters
111
111
  form_params = {}
@@ -3680,7 +3680,7 @@ module BudgeaClient
3680
3680
  # HTTP header 'Accept' (if needed)
3681
3681
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3682
3682
  # HTTP header 'Content-Type'
3683
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3683
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
3684
3684
 
3685
3685
  # form parameters
3686
3686
  form_params = {}
@@ -7585,7 +7585,7 @@ module BudgeaClient
7585
7585
  # HTTP header 'Accept' (if needed)
7586
7586
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7587
7587
  # HTTP header 'Content-Type'
7588
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7588
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
7589
7589
 
7590
7590
  # form parameters
7591
7591
  form_params = {}
@@ -7654,7 +7654,7 @@ module BudgeaClient
7654
7654
  # HTTP header 'Accept' (if needed)
7655
7655
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7656
7656
  # HTTP header 'Content-Type'
7657
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7657
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
7658
7658
 
7659
7659
  # form parameters
7660
7660
  form_params = {}
@@ -8162,7 +8162,7 @@ module BudgeaClient
8162
8162
  # HTTP header 'Accept' (if needed)
8163
8163
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8164
8164
  # HTTP header 'Content-Type'
8165
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8165
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
8166
8166
 
8167
8167
  # form parameters
8168
8168
  form_params = {}
@@ -8669,7 +8669,7 @@ module BudgeaClient
8669
8669
  # HTTP header 'Accept' (if needed)
8670
8670
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8671
8671
  # HTTP header 'Content-Type'
8672
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8672
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
8673
8673
 
8674
8674
  # form parameters
8675
8675
  form_params = {}
@@ -219,7 +219,7 @@ module BudgeaClient
219
219
  # HTTP header 'Accept' (if needed)
220
220
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
221
221
  # HTTP header 'Content-Type'
222
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
222
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
223
223
 
224
224
  # form parameters
225
225
  form_params = {}
@@ -2914,7 +2914,7 @@ module BudgeaClient
2914
2914
  # HTTP header 'Accept' (if needed)
2915
2915
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2916
2916
  # HTTP header 'Content-Type'
2917
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2917
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
2918
2918
 
2919
2919
  # form parameters
2920
2920
  form_params = {}
@@ -670,7 +670,7 @@ module BudgeaClient
670
670
  # HTTP header 'Accept' (if needed)
671
671
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
672
672
  # HTTP header 'Content-Type'
673
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
673
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
674
674
 
675
675
  # form parameters
676
676
  form_params = {}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BudgeaClient
4
- VERSION = '1.3.3'
4
+ VERSION = '1.3.4'
5
5
  end
Binary file
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.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chaker Nakhli
@@ -391,6 +391,7 @@ files:
391
391
  - lib/budgea_client/models/webhook.rb
392
392
  - lib/budgea_client/version.rb
393
393
  - pkg/budgea_client-1.3.2.gem
394
+ - pkg/budgea_client-1.3.3.gem
394
395
  - spec/api/administration_api_spec.rb
395
396
  - spec/api/authentication_api_spec.rb
396
397
  - spec/api/banks_api_spec.rb