lockstep_rails 0.3.88 → 0.3.90

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 (68) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/lockstep/custom_field_value.rb +12 -0
  3. data/app/platform_api/schema/aging.rb +6 -9
  4. data/app/platform_api/schema/aging_bucket_result.rb +18 -0
  5. data/app/platform_api/schema/api_key.rb +1 -1
  6. data/app/platform_api/schema/app_enrollment.rb +3 -3
  7. data/app/platform_api/schema/app_enrollment_custom_field.rb +1 -1
  8. data/app/platform_api/schema/app_enrollment_reconnect_info.rb +0 -16
  9. data/app/platform_api/schema/application.rb +1 -1
  10. data/app/platform_api/schema/attachment.rb +8 -8
  11. data/app/platform_api/schema/attachment_link.rb +6 -6
  12. data/app/platform_api/schema/batch_sync.rb +1 -0
  13. data/app/platform_api/schema/code_definition.rb +2 -2
  14. data/app/platform_api/schema/company.rb +8 -17
  15. data/app/platform_api/schema/company_details.rb +1 -1
  16. data/app/platform_api/schema/company_details_payment.rb +1 -1
  17. data/app/platform_api/schema/company_identifier.rb +26 -0
  18. data/app/platform_api/schema/company_magic_link_summary.rb +5 -1
  19. data/app/platform_api/schema/company_sync.rb +5 -14
  20. data/app/platform_api/schema/connector_info.rb +0 -50
  21. data/app/platform_api/schema/contact.rb +2 -2
  22. data/app/platform_api/schema/contact_sync.rb +1 -1
  23. data/app/platform_api/schema/credit_memo_applied.rb +6 -6
  24. data/app/platform_api/schema/credit_memo_applied_sync.rb +1 -1
  25. data/app/platform_api/schema/credit_memo_invoice.rb +8 -2
  26. data/app/platform_api/schema/custom_field_definition.rb +2 -2
  27. data/app/platform_api/schema/custom_field_value.rb +2 -2
  28. data/app/platform_api/schema/customer_summary.rb +1 -1
  29. data/app/platform_api/schema/financial_account.rb +1 -1
  30. data/app/platform_api/schema/financial_account_balance_history.rb +2 -2
  31. data/app/platform_api/schema/financial_account_balance_history_sync.rb +1 -3
  32. data/app/platform_api/schema/financial_institution_account.rb +1 -1
  33. data/app/platform_api/schema/financial_year_setting.rb +2 -2
  34. data/app/platform_api/schema/group_account.rb +6 -1
  35. data/app/platform_api/schema/invoice.rb +61 -2
  36. data/app/platform_api/schema/invoice_address.rb +2 -2
  37. data/app/platform_api/schema/invoice_line.rb +29 -17
  38. data/app/platform_api/schema/invoice_line_sync.rb +28 -115
  39. data/app/platform_api/schema/invoice_payment_detail.rb +7 -1
  40. data/app/platform_api/schema/invoice_summary.rb +1 -1
  41. data/app/platform_api/schema/invoice_sync.rb +48 -1
  42. data/app/platform_api/schema/invoice_workflow_status_history.rb +22 -3
  43. data/app/platform_api/schema/invoice_workflow_status_sync.rb +39 -0
  44. data/app/platform_api/schema/journal_entry_line_sync.rb +5 -0
  45. data/app/platform_api/schema/magic_link.rb +2 -2
  46. data/app/platform_api/schema/note.rb +6 -6
  47. data/app/platform_api/schema/object_event.rb +69 -0
  48. data/app/platform_api/schema/payment.rb +19 -3
  49. data/app/platform_api/schema/payment_applied.rb +12 -4
  50. data/app/platform_api/schema/payment_applied_sync.rb +20 -4
  51. data/app/platform_api/schema/payment_detail.rb +2 -2
  52. data/app/platform_api/schema/payment_summary.rb +1 -1
  53. data/app/platform_api/schema/payment_sync.rb +9 -1
  54. data/app/platform_api/schema/status.rb +2 -2
  55. data/app/platform_api/schema/sync_request.rb +7 -3
  56. data/app/platform_api/schema/tax_summary.rb +29 -0
  57. data/app/platform_api/schema/user_account.rb +3 -7
  58. data/app/platform_api/schema/user_data_response.rb +1 -1
  59. data/app/platform_api/schema/user_group.rb +1 -1
  60. data/app/platform_api/schema/user_role.rb +3 -3
  61. data/app/platform_api/schema/vendor_summary.rb +1 -1
  62. data/app/platform_api/schema/webhook.rb +5 -5
  63. data/app/platform_api/schema/webhook_history_table_storage.rb +3 -3
  64. data/app/platform_api/schema/webhook_rule.rb +4 -4
  65. data/app/platform_api/schema/workflow_status.rb +7 -2
  66. data/app/platform_api/swagger.json +8636 -15489
  67. data/lib/lockstep_rails/version.rb +1 -1
  68. metadata +10 -5
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LockstepRails
4
- VERSION = '0.3.88'
4
+ VERSION = '0.3.90'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lockstep_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.88
4
+ version: 0.3.90
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vivek AG
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-25 00:00:00.000000000 Z
11
+ date: 2025-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -102,6 +102,7 @@ files:
102
102
  - app/platform_api/schema/activity_x_ref.rb
103
103
  - app/platform_api/schema/address.rb
104
104
  - app/platform_api/schema/aging.rb
105
+ - app/platform_api/schema/aging_bucket_result.rb
105
106
  - app/platform_api/schema/amount.rb
106
107
  - app/platform_api/schema/ap_aging_header_info.rb
107
108
  - app/platform_api/schema/ap_header_info.rb
@@ -136,6 +137,7 @@ files:
136
137
  - app/platform_api/schema/company_details.rb
137
138
  - app/platform_api/schema/company_details_payment.rb
138
139
  - app/platform_api/schema/company_fetch_result.rb
140
+ - app/platform_api/schema/company_identifier.rb
139
141
  - app/platform_api/schema/company_magic_link_summary.rb
140
142
  - app/platform_api/schema/company_magic_link_summary_fetch_result.rb
141
143
  - app/platform_api/schema/company_sync.rb
@@ -246,6 +248,7 @@ files:
246
248
  - app/platform_api/schema/invoice_summary_totals.rb
247
249
  - app/platform_api/schema/invoice_sync.rb
248
250
  - app/platform_api/schema/invoice_workflow_status_history.rb
251
+ - app/platform_api/schema/invoice_workflow_status_sync.rb
249
252
  - app/platform_api/schema/journal_entry.rb
250
253
  - app/platform_api/schema/journal_entry_fetch_result.rb
251
254
  - app/platform_api/schema/journal_entry_line.rb
@@ -269,6 +272,7 @@ files:
269
272
  - app/platform_api/schema/note.rb
270
273
  - app/platform_api/schema/note_fetch_result.rb
271
274
  - app/platform_api/schema/notification_data.rb
275
+ - app/platform_api/schema/object_event.rb
272
276
  - app/platform_api/schema/parameter_info.rb
273
277
  - app/platform_api/schema/payable_coming_due_report.rb
274
278
  - app/platform_api/schema/payable_coming_due_summary_report.rb
@@ -342,6 +346,7 @@ files:
342
346
  - app/platform_api/schema/sync_request.rb
343
347
  - app/platform_api/schema/sync_request_fetch_result.rb
344
348
  - app/platform_api/schema/sync_submit.rb
349
+ - app/platform_api/schema/tax_summary.rb
345
350
  - app/platform_api/schema/test_argument_exception.rb
346
351
  - app/platform_api/schema/test_timeout_exception.rb
347
352
  - app/platform_api/schema/transaction.rb
@@ -388,7 +393,7 @@ licenses:
388
393
  - MIT
389
394
  metadata:
390
395
  allowed_push_host: https://rubygems.org
391
- post_install_message:
396
+ post_install_message:
392
397
  rdoc_options: []
393
398
  require_paths:
394
399
  - lib
@@ -404,7 +409,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
404
409
  version: '0'
405
410
  requirements: []
406
411
  rubygems_version: 3.3.3
407
- signing_key:
412
+ signing_key:
408
413
  specification_version: 4
409
414
  summary: Rails interface for Lockstep Platform API
410
415
  test_files: []