ynab 1.23.0 → 1.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -6
- data/lib/ynab/api/transactions_api.rb +58 -0
- data/lib/ynab/models/hybrid_transaction.rb +52 -2
- data/lib/ynab/models/patch_month_category_wrapper.rb +189 -0
- data/lib/ynab/models/patch_transactions_wrapper.rb +191 -0
- data/lib/ynab/models/post_account_wrapper.rb +189 -0
- data/lib/ynab/models/post_transactions_wrapper.rb +195 -0
- data/lib/ynab/models/put_transaction_wrapper.rb +189 -0
- data/lib/ynab/models/save_transaction.rb +0 -15
- data/lib/ynab/models/save_transaction_with_id.rb +387 -0
- data/lib/ynab/models/save_transaction_with_optional_fields.rb +378 -0
- data/lib/ynab/models/transaction_detail.rb +52 -2
- data/lib/ynab/models/transaction_summary.rb +52 -2
- data/lib/ynab/version.rb +1 -1
- data/lib/ynab.rb +8 -7
- metadata +40 -33
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ynab
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- You Need A Budget, LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-01-
|
11
|
+
date: 2023-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -152,6 +152,8 @@ files:
|
|
152
152
|
- lib/ynab/models/month_summaries_response.rb
|
153
153
|
- lib/ynab/models/month_summaries_response_data.rb
|
154
154
|
- lib/ynab/models/month_summary.rb
|
155
|
+
- lib/ynab/models/patch_month_category_wrapper.rb
|
156
|
+
- lib/ynab/models/patch_transactions_wrapper.rb
|
155
157
|
- lib/ynab/models/payee.rb
|
156
158
|
- lib/ynab/models/payee_location.rb
|
157
159
|
- lib/ynab/models/payee_location_response.rb
|
@@ -162,6 +164,9 @@ files:
|
|
162
164
|
- lib/ynab/models/payee_response_data.rb
|
163
165
|
- lib/ynab/models/payees_response.rb
|
164
166
|
- lib/ynab/models/payees_response_data.rb
|
167
|
+
- lib/ynab/models/post_account_wrapper.rb
|
168
|
+
- lib/ynab/models/post_transactions_wrapper.rb
|
169
|
+
- lib/ynab/models/put_transaction_wrapper.rb
|
165
170
|
- lib/ynab/models/save_account.rb
|
166
171
|
- lib/ynab/models/save_account_wrapper.rb
|
167
172
|
- lib/ynab/models/save_category_response.rb
|
@@ -170,6 +175,8 @@ files:
|
|
170
175
|
- lib/ynab/models/save_month_category_wrapper.rb
|
171
176
|
- lib/ynab/models/save_sub_transaction.rb
|
172
177
|
- lib/ynab/models/save_transaction.rb
|
178
|
+
- lib/ynab/models/save_transaction_with_id.rb
|
179
|
+
- lib/ynab/models/save_transaction_with_optional_fields.rb
|
173
180
|
- lib/ynab/models/save_transaction_wrapper.rb
|
174
181
|
- lib/ynab/models/save_transactions_response.rb
|
175
182
|
- lib/ynab/models/save_transactions_response_data.rb
|
@@ -262,54 +269,54 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
262
269
|
- !ruby/object:Gem::Version
|
263
270
|
version: '0'
|
264
271
|
requirements: []
|
265
|
-
rubygems_version: 3.
|
272
|
+
rubygems_version: 3.4.4
|
266
273
|
signing_key:
|
267
274
|
specification_version: 4
|
268
275
|
summary: YNAB API Endpoints Ruby Gem
|
269
276
|
test_files:
|
270
277
|
- spec/api/scheduled_transactions_spec.rb
|
271
|
-
- spec/api/accounts_spec.rb
|
272
|
-
- spec/api/categories_spec.rb
|
273
|
-
- spec/api/payee_locations_spec.rb
|
274
278
|
- spec/api/payees_spec.rb
|
279
|
+
- spec/api/categories_spec.rb
|
275
280
|
- spec/api/budgets_spec.rb
|
276
|
-
- spec/api/
|
281
|
+
- spec/api/accounts_spec.rb
|
277
282
|
- spec/api/transactions_spec.rb
|
283
|
+
- spec/api/months_spec.rb
|
284
|
+
- spec/api/payee_locations_spec.rb
|
278
285
|
- spec/api_error_spec.rb
|
286
|
+
- spec/fixtures/vcr_cassettes/scheduled_transactions_unauthorized.yml
|
279
287
|
- spec/fixtures/vcr_cassettes/multiple_transactions.yml
|
280
|
-
- spec/fixtures/vcr_cassettes/
|
288
|
+
- spec/fixtures/vcr_cassettes/bulk_transactions.yml
|
281
289
|
- spec/fixtures/vcr_cassettes/categories.yml
|
282
|
-
- spec/fixtures/vcr_cassettes/
|
283
|
-
- spec/fixtures/vcr_cassettes/
|
290
|
+
- spec/fixtures/vcr_cassettes/categories_unauthorized.yml
|
291
|
+
- spec/fixtures/vcr_cassettes/payees.yml
|
292
|
+
- spec/fixtures/vcr_cassettes/update_transactions.yml
|
293
|
+
- spec/fixtures/vcr_cassettes/create_account.yml
|
284
294
|
- spec/fixtures/vcr_cassettes/budget.yml
|
285
|
-
- spec/fixtures/vcr_cassettes/
|
286
|
-
- spec/fixtures/vcr_cassettes/
|
287
|
-
- spec/fixtures/vcr_cassettes/
|
288
|
-
- spec/fixtures/vcr_cassettes/payees_unauthorized.yml
|
295
|
+
- spec/fixtures/vcr_cassettes/transactions_unauthorized.yml
|
296
|
+
- spec/fixtures/vcr_cassettes/payee_location.yml
|
297
|
+
- spec/fixtures/vcr_cassettes/scheduled_transactions.yml
|
289
298
|
- spec/fixtures/vcr_cassettes/create_transaction.yml
|
290
|
-
- spec/fixtures/vcr_cassettes/
|
299
|
+
- spec/fixtures/vcr_cassettes/patch_month_category.yml
|
300
|
+
- spec/fixtures/vcr_cassettes/create_transactions.yml
|
301
|
+
- spec/fixtures/vcr_cassettes/budgets_unauthorized.yml
|
302
|
+
- spec/fixtures/vcr_cassettes/month.yml
|
303
|
+
- spec/fixtures/vcr_cassettes/months.yml
|
291
304
|
- spec/fixtures/vcr_cassettes/category_transactions.yml
|
305
|
+
- spec/fixtures/vcr_cassettes/update_transaction.yml
|
306
|
+
- spec/fixtures/vcr_cassettes/transaction.yml
|
307
|
+
- spec/fixtures/vcr_cassettes/scheduled_transaction.yml
|
308
|
+
- spec/fixtures/vcr_cassettes/payee_locations.yml
|
309
|
+
- spec/fixtures/vcr_cassettes/months_unauthorized.yml
|
310
|
+
- spec/fixtures/vcr_cassettes/accounts_unauthorized.yml
|
311
|
+
- spec/fixtures/vcr_cassettes/transactions.yml
|
312
|
+
- spec/fixtures/vcr_cassettes/account.yml
|
292
313
|
- spec/fixtures/vcr_cassettes/accounts.yml
|
293
|
-
- spec/fixtures/vcr_cassettes/
|
314
|
+
- spec/fixtures/vcr_cassettes/payees_unauthorized.yml
|
294
315
|
- spec/fixtures/vcr_cassettes/payee.yml
|
295
|
-
- spec/fixtures/vcr_cassettes/payee_location.yml
|
296
|
-
- spec/fixtures/vcr_cassettes/update_transactions.yml
|
297
|
-
- spec/fixtures/vcr_cassettes/import_transactions.yml
|
298
|
-
- spec/fixtures/vcr_cassettes/bulk_transactions.yml
|
299
316
|
- spec/fixtures/vcr_cassettes/payee_locations_unauthorized.yml
|
300
|
-
- spec/fixtures/vcr_cassettes/
|
301
|
-
- spec/fixtures/vcr_cassettes/
|
302
|
-
- spec/fixtures/vcr_cassettes/account.yml
|
303
|
-
- spec/fixtures/vcr_cassettes/payee_locations.yml
|
304
|
-
- spec/fixtures/vcr_cassettes/months_unauthorized.yml
|
305
|
-
- spec/fixtures/vcr_cassettes/months.yml
|
317
|
+
- spec/fixtures/vcr_cassettes/payee_transactions.yml
|
318
|
+
- spec/fixtures/vcr_cassettes/import_transactions.yml
|
306
319
|
- spec/fixtures/vcr_cassettes/category.yml
|
307
|
-
- spec/fixtures/vcr_cassettes/
|
308
|
-
- spec/fixtures/vcr_cassettes/transaction.yml
|
309
|
-
- spec/fixtures/vcr_cassettes/transactions.yml
|
310
|
-
- spec/fixtures/vcr_cassettes/month.yml
|
311
|
-
- spec/fixtures/vcr_cassettes/categories_unauthorized.yml
|
312
|
-
- spec/fixtures/vcr_cassettes/transactions_unauthorized.yml
|
313
|
-
- spec/fixtures/vcr_cassettes/create_account.yml
|
320
|
+
- spec/fixtures/vcr_cassettes/budgets.yml
|
314
321
|
- spec/models/transaction_detail_spec.rb
|
315
322
|
- spec/spec_helper.rb
|