lockstep_rails 0.3.72 → 0.3.74
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/lockstep/connection.rb +2 -1
- data/app/models/lockstep/invoice.rb +1 -1
- data/app/platform_api/schema/company_magic_link_summary.rb +2 -2
- data/app/platform_api/schema/credit_memo_applied.rb +4 -0
- data/app/platform_api/schema/credit_memo_applied_sync.rb +10 -0
- data/app/platform_api/schema/e_invoice_attachment.rb +26 -0
- data/app/platform_api/schema/error.rb +33 -0
- data/app/platform_api/schema/financial_account.rb +4 -0
- data/app/platform_api/schema/financial_account_sync.rb +4 -0
- data/app/platform_api/schema/inbound_company_sync.rb +151 -0
- data/app/platform_api/schema/inbound_invoice_sync.rb +147 -0
- data/app/platform_api/schema/inbound_payment_application.rb +50 -0
- data/app/platform_api/schema/inbound_payment_sync.rb +109 -0
- data/app/platform_api/schema/inbound_sync_invoice_lines.rb +67 -0
- data/app/platform_api/schema/inbound_sync_primary_contact.rb +123 -0
- data/app/platform_api/schema/inbound_sync_report_data.rb +25 -0
- data/app/platform_api/schema/inbound_sync_report_data_json_api_data.rb +13 -0
- data/app/platform_api/schema/inbound_sync_report_summary.rb +25 -0
- data/app/platform_api/schema/invoice.rb +4 -0
- data/app/platform_api/schema/invoice_line.rb +4 -0
- data/app/platform_api/schema/invoice_workflow_status_history.rb +4 -0
- data/app/platform_api/schema/journal_entry_line.rb +7 -0
- data/app/platform_api/schema/journal_entry_line_sync.rb +7 -0
- data/app/platform_api/schema/json_api_resource_head.rb +18 -0
- data/app/platform_api/schema/manifest_response.rb +19 -0
- data/app/platform_api/schema/meta.rb +18 -0
- data/app/platform_api/schema/payment.rb +4 -0
- data/app/platform_api/schema/payment_applied.rb +4 -0
- data/app/platform_api/schema/relationship.rb +19 -0
- data/app/platform_api/schema/relationship_detail.rb +11 -0
- data/app/platform_api/schema/source.rb +14 -0
- data/app/platform_api/schema/sync_payload.rb +13 -0
- data/app/platform_api/schema/sync_request.rb +3 -0
- data/app/platform_api/schema/workflow_status.rb +3 -0
- data/app/platform_api/swagger.json +9730 -12095
- data/lib/lockstep_rails/version.rb +1 -1
- metadata +20 -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.74
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vivek AG
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -172,6 +172,7 @@ files:
|
|
172
172
|
- app/platform_api/schema/dpo_summary.rb
|
173
173
|
- app/platform_api/schema/dpo_summary_fetch_result.rb
|
174
174
|
- app/platform_api/schema/dpo_summary_group_total.rb
|
175
|
+
- app/platform_api/schema/e_invoice_attachment.rb
|
175
176
|
- app/platform_api/schema/email.rb
|
176
177
|
- app/platform_api/schema/email_fetch_result.rb
|
177
178
|
- app/platform_api/schema/email_reply_generator_request.rb
|
@@ -181,6 +182,7 @@ files:
|
|
181
182
|
- app/platform_api/schema/erp_fetch_result.rb
|
182
183
|
- app/platform_api/schema/erp_info.rb
|
183
184
|
- app/platform_api/schema/erp_info_data.rb
|
185
|
+
- app/platform_api/schema/error.rb
|
184
186
|
- app/platform_api/schema/event_info.rb
|
185
187
|
- app/platform_api/schema/exception.rb
|
186
188
|
- app/platform_api/schema/external_connector.rb
|
@@ -206,6 +208,15 @@ files:
|
|
206
208
|
- app/platform_api/schema/financial_year_setting_fetch_result.rb
|
207
209
|
- app/platform_api/schema/financial_year_setting_sync.rb
|
208
210
|
- app/platform_api/schema/group_account.rb
|
211
|
+
- app/platform_api/schema/inbound_company_sync.rb
|
212
|
+
- app/platform_api/schema/inbound_invoice_sync.rb
|
213
|
+
- app/platform_api/schema/inbound_payment_application.rb
|
214
|
+
- app/platform_api/schema/inbound_payment_sync.rb
|
215
|
+
- app/platform_api/schema/inbound_sync_invoice_lines.rb
|
216
|
+
- app/platform_api/schema/inbound_sync_primary_contact.rb
|
217
|
+
- app/platform_api/schema/inbound_sync_report_data.rb
|
218
|
+
- app/platform_api/schema/inbound_sync_report_data_json_api_data.rb
|
219
|
+
- app/platform_api/schema/inbound_sync_report_summary.rb
|
209
220
|
- app/platform_api/schema/insert_payment_applied_request.rb
|
210
221
|
- app/platform_api/schema/insert_payment_request.rb
|
211
222
|
- app/platform_api/schema/insert_payment_request_erp_write_sync_submit.rb
|
@@ -236,12 +247,15 @@ files:
|
|
236
247
|
- app/platform_api/schema/journal_entry_line_fetch_result.rb
|
237
248
|
- app/platform_api/schema/journal_entry_line_sync.rb
|
238
249
|
- app/platform_api/schema/journal_entry_sync.rb
|
250
|
+
- app/platform_api/schema/json_api_resource_head.rb
|
239
251
|
- app/platform_api/schema/lead.rb
|
240
252
|
- app/platform_api/schema/magic_link.rb
|
241
253
|
- app/platform_api/schema/magic_link_fetch_result.rb
|
242
254
|
- app/platform_api/schema/magic_link_status.rb
|
243
255
|
- app/platform_api/schema/magic_link_summary.rb
|
256
|
+
- app/platform_api/schema/manifest_response.rb
|
244
257
|
- app/platform_api/schema/member_info.rb
|
258
|
+
- app/platform_api/schema/meta.rb
|
245
259
|
- app/platform_api/schema/metadata.rb
|
246
260
|
- app/platform_api/schema/method_base.rb
|
247
261
|
- app/platform_api/schema/method_info.rb
|
@@ -282,6 +296,8 @@ files:
|
|
282
296
|
- app/platform_api/schema/provisioning_response.rb
|
283
297
|
- app/platform_api/schema/public_company_profile.rb
|
284
298
|
- app/platform_api/schema/public_company_profile_fetch_result.rb
|
299
|
+
- app/platform_api/schema/relationship.rb
|
300
|
+
- app/platform_api/schema/relationship_detail.rb
|
285
301
|
- app/platform_api/schema/remittance_information.rb
|
286
302
|
- app/platform_api/schema/reporting_amount.rb
|
287
303
|
- app/platform_api/schema/risk_information.rb
|
@@ -308,6 +324,7 @@ files:
|
|
308
324
|
- app/platform_api/schema/sf_servicers_auth_request.rb
|
309
325
|
- app/platform_api/schema/sf_servicers_auth_response.rb
|
310
326
|
- app/platform_api/schema/sf_submit_payment_info.rb
|
327
|
+
- app/platform_api/schema/source.rb
|
311
328
|
- app/platform_api/schema/state.rb
|
312
329
|
- app/platform_api/schema/state_fetch_result.rb
|
313
330
|
- app/platform_api/schema/status.rb
|
@@ -316,6 +333,7 @@ files:
|
|
316
333
|
- app/platform_api/schema/support_access.rb
|
317
334
|
- app/platform_api/schema/support_access_request.rb
|
318
335
|
- app/platform_api/schema/sync_entity_result.rb
|
336
|
+
- app/platform_api/schema/sync_payload.rb
|
319
337
|
- app/platform_api/schema/sync_request.rb
|
320
338
|
- app/platform_api/schema/sync_request_fetch_result.rb
|
321
339
|
- app/platform_api/schema/sync_submit.rb
|