lockstep_rails 0.3.44 → 0.3.46
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/app/models/lockstep/accounting_profile.rb +8 -0
- data/app/models/lockstep/magic_link.rb +7 -2
- data/app/models/lockstep/transcription_validation_request.rb +5 -0
- data/app/platform_api/schema/accounting_profile.rb +108 -0
- data/app/platform_api/schema/accounting_profile_contact.rb +56 -0
- data/app/platform_api/schema/accounting_profile_contact_fetch_result.rb +26 -0
- data/app/platform_api/schema/accounting_profile_fetch_result.rb +26 -0
- data/app/platform_api/schema/app_enrollment_reconnect_info.rb +4 -0
- data/app/platform_api/schema/bulk_delete_request.rb +14 -0
- data/app/platform_api/schema/delete_result.rb +15 -0
- data/app/platform_api/schema/group_account.rb +4 -0
- data/app/platform_api/schema/invoice.rb +5 -0
- data/app/platform_api/schema/invoice_history.rb +5 -0
- data/app/platform_api/schema/invoice_sync.rb +5 -0
- data/app/platform_api/schema/magic_link.rb +16 -4
- data/app/platform_api/schema/magic_link_status.rb +27 -0
- data/app/platform_api/schema/payment.rb +5 -0
- data/app/platform_api/schema/payment_sync.rb +5 -0
- data/app/platform_api/schema/status.rb +16 -0
- data/app/platform_api/schema/sync_request.rb +9 -0
- data/app/platform_api/schema/transcription_request_submit.rb +30 -0
- data/app/platform_api/schema/transcription_validation_request.rb +53 -0
- data/app/platform_api/schema/transcription_validation_request_fetch_result.rb +26 -0
- data/app/platform_api/schema/transcription_validation_request_item.rb +101 -0
- data/app/platform_api/swagger.json +4385 -1991
- data/lib/lockstep_rails/version.rb +1 -1
- metadata +15 -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.46
|
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-
|
11
|
+
date: 2022-12-29 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
|
@@ -70,10 +71,15 @@ files:
|
|
70
71
|
- app/models/lockstep/report_payable_summary.rb
|
71
72
|
- app/models/lockstep/report_risk_rate.rb
|
72
73
|
- app/models/lockstep/status.rb
|
74
|
+
- app/models/lockstep/transcription_validation_request.rb
|
73
75
|
- app/models/lockstep/user.rb
|
74
76
|
- app/models/lockstep/vendor_summary.rb
|
75
77
|
- app/models/lockstep/webhook.rb
|
76
78
|
- app/platform_api/model_template.rb.erb
|
79
|
+
- app/platform_api/schema/accounting_profile.rb
|
80
|
+
- app/platform_api/schema/accounting_profile_contact.rb
|
81
|
+
- app/platform_api/schema/accounting_profile_contact_fetch_result.rb
|
82
|
+
- app/platform_api/schema/accounting_profile_fetch_result.rb
|
77
83
|
- app/platform_api/schema/action_result.rb
|
78
84
|
- app/platform_api/schema/activity.rb
|
79
85
|
- app/platform_api/schema/activity_fetch_result.rb
|
@@ -101,6 +107,7 @@ files:
|
|
101
107
|
- app/platform_api/schema/attachment_header_info.rb
|
102
108
|
- app/platform_api/schema/batch_sync.rb
|
103
109
|
- app/platform_api/schema/bulk_currency_conversion.rb
|
110
|
+
- app/platform_api/schema/bulk_delete_request.rb
|
104
111
|
- app/platform_api/schema/cashflow_report.rb
|
105
112
|
- app/platform_api/schema/code_definition.rb
|
106
113
|
- app/platform_api/schema/code_definition_fetch_result.rb
|
@@ -137,6 +144,7 @@ files:
|
|
137
144
|
- app/platform_api/schema/customer_summary_fetch_result.rb
|
138
145
|
- app/platform_api/schema/daily_payable_outstanding_report.rb
|
139
146
|
- app/platform_api/schema/daily_sales_outstanding_report.rb
|
147
|
+
- app/platform_api/schema/delete_result.rb
|
140
148
|
- app/platform_api/schema/developer_account_submit.rb
|
141
149
|
- app/platform_api/schema/dpo_summary.rb
|
142
150
|
- app/platform_api/schema/dpo_summary_fetch_result.rb
|
@@ -188,6 +196,7 @@ files:
|
|
188
196
|
- app/platform_api/schema/lead.rb
|
189
197
|
- app/platform_api/schema/magic_link.rb
|
190
198
|
- app/platform_api/schema/magic_link_fetch_result.rb
|
199
|
+
- app/platform_api/schema/magic_link_status.rb
|
191
200
|
- app/platform_api/schema/member_info.rb
|
192
201
|
- app/platform_api/schema/method_base.rb
|
193
202
|
- app/platform_api/schema/method_info.rb
|
@@ -243,6 +252,10 @@ files:
|
|
243
252
|
- app/platform_api/schema/transaction_detail.rb
|
244
253
|
- app/platform_api/schema/transaction_summary_total.rb
|
245
254
|
- app/platform_api/schema/transaction_transaction_summary_total_summary_fetch_result.rb
|
255
|
+
- app/platform_api/schema/transcription_request_submit.rb
|
256
|
+
- app/platform_api/schema/transcription_validation_request.rb
|
257
|
+
- app/platform_api/schema/transcription_validation_request_fetch_result.rb
|
258
|
+
- app/platform_api/schema/transcription_validation_request_item.rb
|
246
259
|
- app/platform_api/schema/transfer_owner.rb
|
247
260
|
- app/platform_api/schema/transfer_owner_submit.rb
|
248
261
|
- app/platform_api/schema/type.rb
|