lockstep_rails 0.3.89 → 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 (61) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/lockstep/custom_field_value.rb +12 -0
  3. data/app/platform_api/schema/api_key.rb +1 -1
  4. data/app/platform_api/schema/app_enrollment.rb +3 -3
  5. data/app/platform_api/schema/app_enrollment_custom_field.rb +1 -1
  6. data/app/platform_api/schema/app_enrollment_reconnect_info.rb +0 -16
  7. data/app/platform_api/schema/application.rb +1 -1
  8. data/app/platform_api/schema/attachment.rb +8 -8
  9. data/app/platform_api/schema/attachment_link.rb +6 -6
  10. data/app/platform_api/schema/code_definition.rb +2 -2
  11. data/app/platform_api/schema/company.rb +7 -13
  12. data/app/platform_api/schema/company_details.rb +1 -1
  13. data/app/platform_api/schema/company_details_payment.rb +1 -1
  14. data/app/platform_api/schema/company_magic_link_summary.rb +1 -1
  15. data/app/platform_api/schema/company_sync.rb +5 -14
  16. data/app/platform_api/schema/connector_info.rb +0 -50
  17. data/app/platform_api/schema/contact.rb +2 -2
  18. data/app/platform_api/schema/contact_sync.rb +1 -1
  19. data/app/platform_api/schema/credit_memo_applied.rb +6 -6
  20. data/app/platform_api/schema/credit_memo_applied_sync.rb +1 -1
  21. data/app/platform_api/schema/credit_memo_invoice.rb +8 -2
  22. data/app/platform_api/schema/custom_field_definition.rb +2 -2
  23. data/app/platform_api/schema/custom_field_value.rb +2 -2
  24. data/app/platform_api/schema/customer_summary.rb +1 -1
  25. data/app/platform_api/schema/financial_account.rb +1 -1
  26. data/app/platform_api/schema/financial_account_balance_history.rb +2 -2
  27. data/app/platform_api/schema/financial_account_balance_history_sync.rb +1 -3
  28. data/app/platform_api/schema/financial_institution_account.rb +1 -1
  29. data/app/platform_api/schema/financial_year_setting.rb +2 -2
  30. data/app/platform_api/schema/group_account.rb +6 -1
  31. data/app/platform_api/schema/invoice.rb +17 -2
  32. data/app/platform_api/schema/invoice_address.rb +2 -2
  33. data/app/platform_api/schema/invoice_line.rb +2 -17
  34. data/app/platform_api/schema/invoice_line_sync.rb +1 -115
  35. data/app/platform_api/schema/invoice_payment_detail.rb +7 -1
  36. data/app/platform_api/schema/invoice_summary.rb +1 -1
  37. data/app/platform_api/schema/invoice_sync.rb +5 -1
  38. data/app/platform_api/schema/invoice_workflow_status_history.rb +11 -3
  39. data/app/platform_api/schema/magic_link.rb +2 -2
  40. data/app/platform_api/schema/note.rb +6 -6
  41. data/app/platform_api/schema/object_event.rb +69 -0
  42. data/app/platform_api/schema/payment.rb +15 -3
  43. data/app/platform_api/schema/payment_applied.rb +3 -3
  44. data/app/platform_api/schema/payment_applied_sync.rb +1 -1
  45. data/app/platform_api/schema/payment_detail.rb +2 -2
  46. data/app/platform_api/schema/payment_summary.rb +1 -1
  47. data/app/platform_api/schema/payment_sync.rb +9 -1
  48. data/app/platform_api/schema/status.rb +2 -2
  49. data/app/platform_api/schema/sync_request.rb +7 -3
  50. data/app/platform_api/schema/user_account.rb +3 -3
  51. data/app/platform_api/schema/user_data_response.rb +1 -1
  52. data/app/platform_api/schema/user_group.rb +1 -1
  53. data/app/platform_api/schema/user_role.rb +3 -3
  54. data/app/platform_api/schema/vendor_summary.rb +1 -1
  55. data/app/platform_api/schema/webhook.rb +5 -5
  56. data/app/platform_api/schema/webhook_history_table_storage.rb +3 -3
  57. data/app/platform_api/schema/webhook_rule.rb +4 -4
  58. data/app/platform_api/schema/workflow_status.rb +2 -2
  59. data/app/platform_api/swagger.json +6561 -12164
  60. data/lib/lockstep_rails/version.rb +1 -1
  61. metadata +6 -5
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LockstepRails
4
- VERSION = '0.3.89'
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.89
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-11-06 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
@@ -272,6 +272,7 @@ files:
272
272
  - app/platform_api/schema/note.rb
273
273
  - app/platform_api/schema/note_fetch_result.rb
274
274
  - app/platform_api/schema/notification_data.rb
275
+ - app/platform_api/schema/object_event.rb
275
276
  - app/platform_api/schema/parameter_info.rb
276
277
  - app/platform_api/schema/payable_coming_due_report.rb
277
278
  - app/platform_api/schema/payable_coming_due_summary_report.rb
@@ -392,7 +393,7 @@ licenses:
392
393
  - MIT
393
394
  metadata:
394
395
  allowed_push_host: https://rubygems.org
395
- post_install_message:
396
+ post_install_message:
396
397
  rdoc_options: []
397
398
  require_paths:
398
399
  - lib
@@ -408,7 +409,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
408
409
  version: '0'
409
410
  requirements: []
410
411
  rubygems_version: 3.3.3
411
- signing_key:
412
+ signing_key:
412
413
  specification_version: 4
413
414
  summary: Rails interface for Lockstep Platform API
414
415
  test_files: []