lockstep_rails 0.3.87 → 0.3.89
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 +4 -4
- data/app/models/lockstep/status.rb +2 -2
- data/app/platform_api/schema/aging.rb +6 -9
- data/app/platform_api/schema/aging_bucket_result.rb +18 -0
- data/app/platform_api/schema/batch_sync.rb +1 -0
- data/app/platform_api/schema/company.rb +1 -4
- data/app/platform_api/schema/company_identifier.rb +26 -0
- data/app/platform_api/schema/company_magic_link_summary.rb +4 -0
- data/app/platform_api/schema/invoice.rb +44 -0
- data/app/platform_api/schema/invoice_line.rb +27 -0
- data/app/platform_api/schema/invoice_line_sync.rb +27 -0
- data/app/platform_api/schema/invoice_sync.rb +43 -0
- data/app/platform_api/schema/invoice_workflow_status_history.rb +11 -0
- data/app/platform_api/schema/invoice_workflow_status_sync.rb +39 -0
- data/app/platform_api/schema/journal_entry_line_sync.rb +5 -0
- data/app/platform_api/schema/payment.rb +4 -0
- data/app/platform_api/schema/payment_applied.rb +9 -1
- data/app/platform_api/schema/payment_applied_sync.rb +19 -3
- data/app/platform_api/schema/tax_summary.rb +29 -0
- data/app/platform_api/schema/user_account.rb +0 -4
- data/app/platform_api/schema/workflow_status.rb +5 -0
- data/app/platform_api/swagger.json +2194 -3444
- data/lib/lockstep_rails/version.rb +1 -1
- metadata +6 -2
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.
|
4
|
+
version: 0.3.89
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vivek AG
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-06 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
|
@@ -342,6 +345,7 @@ files:
|
|
342
345
|
- app/platform_api/schema/sync_request.rb
|
343
346
|
- app/platform_api/schema/sync_request_fetch_result.rb
|
344
347
|
- app/platform_api/schema/sync_submit.rb
|
348
|
+
- app/platform_api/schema/tax_summary.rb
|
345
349
|
- app/platform_api/schema/test_argument_exception.rb
|
346
350
|
- app/platform_api/schema/test_timeout_exception.rb
|
347
351
|
- app/platform_api/schema/transaction.rb
|