lockstep_rails 0.3.43 → 0.3.45

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -14
  3. data/app/models/lockstep/accounting_profile.rb +8 -0
  4. data/app/models/lockstep/magic_link.rb +7 -2
  5. data/app/models/lockstep/status.rb +13 -0
  6. data/app/platform_api/schema/accounting_profile.rb +108 -0
  7. data/app/platform_api/schema/accounting_profile_contact.rb +56 -0
  8. data/app/platform_api/schema/accounting_profile_contact_fetch_result.rb +26 -0
  9. data/app/platform_api/schema/accounting_profile_fetch_result.rb +26 -0
  10. data/app/platform_api/schema/app_enrollment_reconnect_info.rb +4 -0
  11. data/app/platform_api/schema/bulk_delete_request.rb +14 -0
  12. data/app/platform_api/schema/delete_result.rb +15 -0
  13. data/app/platform_api/schema/group_account.rb +4 -0
  14. data/app/platform_api/schema/invoice.rb +5 -0
  15. data/app/platform_api/schema/invoice_history.rb +5 -0
  16. data/app/platform_api/schema/invoice_sync.rb +5 -0
  17. data/app/platform_api/schema/magic_link.rb +16 -4
  18. data/app/platform_api/schema/magic_link_status.rb +27 -0
  19. data/app/platform_api/schema/payment.rb +5 -0
  20. data/app/platform_api/schema/payment_sync.rb +5 -0
  21. data/app/platform_api/schema/status.rb +16 -0
  22. data/app/platform_api/schema/sync_request.rb +9 -0
  23. data/app/platform_api/schema/transcription_request_submit.rb +30 -0
  24. data/app/platform_api/schema/transcription_validation_request.rb +53 -0
  25. data/app/platform_api/schema/transcription_validation_request_fetch_result.rb +26 -0
  26. data/app/platform_api/schema/transcription_validation_request_item.rb +101 -0
  27. data/app/platform_api/swagger.json +4385 -1991
  28. data/lib/lockstep_rails/version.rb +1 -1
  29. metadata +15 -2
@@ -1,3 +1,3 @@
1
1
  module LockstepRails
2
- VERSION = '0.3.43'
2
+ VERSION = '0.3.45'
3
3
  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.43
4
+ version: 0.3.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vivek AG
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-13 00:00:00.000000000 Z
11
+ date: 2022-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -46,6 +46,7 @@ files:
46
46
  - app/concepts/lockstep/relation_array.rb
47
47
  - app/helpers/types.rb
48
48
  - app/models/lockstep/account.rb
49
+ - app/models/lockstep/accounting_profile.rb
49
50
  - app/models/lockstep/api_key.rb
50
51
  - app/models/lockstep/app_enrollment.rb
51
52
  - app/models/lockstep/connection.rb
@@ -69,10 +70,15 @@ files:
69
70
  - app/models/lockstep/report_payable_coming_due_summary.rb
70
71
  - app/models/lockstep/report_payable_summary.rb
71
72
  - app/models/lockstep/report_risk_rate.rb
73
+ - app/models/lockstep/status.rb
72
74
  - app/models/lockstep/user.rb
73
75
  - app/models/lockstep/vendor_summary.rb
74
76
  - app/models/lockstep/webhook.rb
75
77
  - app/platform_api/model_template.rb.erb
78
+ - app/platform_api/schema/accounting_profile.rb
79
+ - app/platform_api/schema/accounting_profile_contact.rb
80
+ - app/platform_api/schema/accounting_profile_contact_fetch_result.rb
81
+ - app/platform_api/schema/accounting_profile_fetch_result.rb
76
82
  - app/platform_api/schema/action_result.rb
77
83
  - app/platform_api/schema/activity.rb
78
84
  - app/platform_api/schema/activity_fetch_result.rb
@@ -100,6 +106,7 @@ files:
100
106
  - app/platform_api/schema/attachment_header_info.rb
101
107
  - app/platform_api/schema/batch_sync.rb
102
108
  - app/platform_api/schema/bulk_currency_conversion.rb
109
+ - app/platform_api/schema/bulk_delete_request.rb
103
110
  - app/platform_api/schema/cashflow_report.rb
104
111
  - app/platform_api/schema/code_definition.rb
105
112
  - app/platform_api/schema/code_definition_fetch_result.rb
@@ -136,6 +143,7 @@ files:
136
143
  - app/platform_api/schema/customer_summary_fetch_result.rb
137
144
  - app/platform_api/schema/daily_payable_outstanding_report.rb
138
145
  - app/platform_api/schema/daily_sales_outstanding_report.rb
146
+ - app/platform_api/schema/delete_result.rb
139
147
  - app/platform_api/schema/developer_account_submit.rb
140
148
  - app/platform_api/schema/dpo_summary.rb
141
149
  - app/platform_api/schema/dpo_summary_fetch_result.rb
@@ -187,6 +195,7 @@ files:
187
195
  - app/platform_api/schema/lead.rb
188
196
  - app/platform_api/schema/magic_link.rb
189
197
  - app/platform_api/schema/magic_link_fetch_result.rb
198
+ - app/platform_api/schema/magic_link_status.rb
190
199
  - app/platform_api/schema/member_info.rb
191
200
  - app/platform_api/schema/method_base.rb
192
201
  - app/platform_api/schema/method_info.rb
@@ -242,6 +251,10 @@ files:
242
251
  - app/platform_api/schema/transaction_detail.rb
243
252
  - app/platform_api/schema/transaction_summary_total.rb
244
253
  - app/platform_api/schema/transaction_transaction_summary_total_summary_fetch_result.rb
254
+ - app/platform_api/schema/transcription_request_submit.rb
255
+ - app/platform_api/schema/transcription_validation_request.rb
256
+ - app/platform_api/schema/transcription_validation_request_fetch_result.rb
257
+ - app/platform_api/schema/transcription_validation_request_item.rb
245
258
  - app/platform_api/schema/transfer_owner.rb
246
259
  - app/platform_api/schema/transfer_owner_submit.rb
247
260
  - app/platform_api/schema/type.rb