lockstep_rails 0.3.52 → 0.3.54
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/service_fabric_payment.rb +7 -0
- data/app/platform_api/schema/account_authorisation.rb +14 -0
- data/app/platform_api/schema/accounting_profile.rb +6 -11
- data/app/platform_api/schema/accounting_profile_contact.rb +4 -0
- data/app/platform_api/schema/accounting_profile_contact_result.rb +166 -0
- data/app/platform_api/schema/accounting_profile_contact_result_fetch_result.rb +26 -0
- data/app/platform_api/schema/accounting_profile_request.rb +108 -0
- data/app/platform_api/schema/address.rb +38 -0
- data/app/platform_api/schema/amount.rb +20 -0
- data/app/platform_api/schema/ap_header_info.rb +4 -0
- data/app/platform_api/schema/app_enrollment.rb +4 -0
- data/app/platform_api/schema/app_enrollment_reconnect_info.rb +5 -1
- data/app/platform_api/schema/application.rb +0 -11
- data/app/platform_api/schema/ar_header_info.rb +4 -0
- data/app/platform_api/schema/at_risk_invoice_summary.rb +18 -0
- data/app/platform_api/schema/attachment.rb +0 -18
- data/app/platform_api/schema/attachment_link.rb +59 -0
- data/app/platform_api/schema/attachment_link_fetch_result.rb +26 -0
- data/app/platform_api/schema/base_currency_sync.rb +16 -0
- data/app/platform_api/schema/batch_sync.rb +10 -0
- data/app/platform_api/schema/company.rb +35 -0
- data/app/platform_api/schema/company_details.rb +6 -2
- data/app/platform_api/schema/company_details_payment.rb +8 -0
- data/app/platform_api/schema/company_sync.rb +5 -1
- data/app/platform_api/schema/contact_sync.rb +3 -0
- data/app/platform_api/schema/credit_memo_applied_sync.rb +3 -0
- data/app/platform_api/schema/credit_memo_invoice.rb +23 -0
- data/app/platform_api/schema/creditor_account.rb +32 -0
- data/app/platform_api/schema/custom_field_sync.rb +3 -0
- data/app/platform_api/schema/debtor_account.rb +33 -0
- data/app/platform_api/schema/debtor_agent_account.rb +26 -0
- data/app/platform_api/schema/developer_account_submit.rb +0 -4
- data/app/platform_api/schema/dpo_summary.rb +5 -1
- data/app/platform_api/schema/dpo_summary_group_total.rb +5 -1
- data/app/platform_api/schema/financial_account_sync.rb +3 -0
- data/app/platform_api/schema/group_account.rb +4 -0
- data/app/platform_api/schema/instructed_amount.rb +19 -0
- data/app/platform_api/schema/invoice.rb +41 -41
- data/app/platform_api/schema/invoice_line_sync.rb +3 -0
- data/app/platform_api/schema/invoice_payment_detail.rb +23 -0
- data/app/platform_api/schema/invoice_summary.rb +24 -24
- data/app/platform_api/schema/invoice_sync.rb +27 -4
- data/app/platform_api/schema/magic_link.rb +5 -5
- data/app/platform_api/schema/magic_link_status.rb +10 -0
- data/app/platform_api/schema/metadata.rb +14 -0
- data/app/platform_api/schema/payables_coming_due.rb +18 -14
- data/app/platform_api/schema/payables_coming_due_header.rb +5 -1
- data/app/platform_api/schema/payables_coming_due_widget.rb +5 -1
- data/app/platform_api/schema/payables_summary_report.rb +6 -2
- data/app/platform_api/schema/payment.rb +41 -37
- data/app/platform_api/schema/payment_applied_sync.rb +3 -0
- data/app/platform_api/schema/payment_detail.rb +18 -0
- data/app/platform_api/schema/payment_detail_header.rb +6 -2
- data/app/platform_api/schema/payment_instrument.rb +37 -0
- data/app/platform_api/schema/payment_response.rb +118 -0
- data/app/platform_api/schema/payment_summary.rb +23 -23
- data/app/platform_api/schema/payment_sync.rb +15 -2
- data/app/platform_api/schema/remittance_information.rb +18 -0
- data/app/platform_api/schema/reporting_amount.rb +30 -0
- data/app/platform_api/schema/risk_information.rb +22 -0
- data/app/platform_api/schema/risk_rate.rb +6 -2
- data/app/platform_api/schema/settlement_discount.rb +25 -0
- data/app/platform_api/schema/settlement_discounts_info.rb +21 -0
- data/app/platform_api/schema/sf_account_response.rb +66 -0
- data/app/platform_api/schema/sf_company_request.rb +38 -0
- data/app/platform_api/schema/sf_company_response.rb +51 -0
- data/app/platform_api/schema/sf_customer_request.rb +52 -0
- data/app/platform_api/schema/sf_customer_response.rb +84 -0
- data/app/platform_api/schema/sf_enroll_request.rb +16 -0
- data/app/platform_api/schema/sf_enroll_response.rb +16 -0
- data/app/platform_api/schema/sf_organisation_request.rb +38 -0
- data/app/platform_api/schema/sf_organisation_response.rb +44 -0
- data/app/platform_api/schema/sf_payment_query_response.rb +31 -0
- data/app/platform_api/schema/sf_payment_request.rb +67 -0
- data/app/platform_api/schema/sf_payment_response.rb +132 -0
- data/app/platform_api/schema/sf_servicer_response.rb +58 -0
- data/app/platform_api/schema/sf_servicers_auth_request.rb +32 -0
- data/app/platform_api/schema/sf_servicers_auth_response.rb +14 -0
- data/app/platform_api/schema/sf_submit_payment_info.rb +55 -0
- data/app/platform_api/schema/status.rb +15 -4
- data/app/platform_api/schema/support_access.rb +19 -0
- data/app/platform_api/schema/support_access_request.rb +15 -0
- data/app/platform_api/schema/sync_request.rb +7 -4
- data/app/platform_api/schema/transaction.rb +18 -0
- data/app/platform_api/schema/transaction_detail.rb +18 -0
- data/app/platform_api/schema/transcription_request_submit.rb +6 -1
- data/app/platform_api/schema/transcription_validation_request_item_fetch_result.rb +26 -0
- data/app/platform_api/schema/webhook.rb +1 -2
- data/app/platform_api/swagger.json +12909 -7941
- data/lib/lockstep_rails/version.rb +1 -1
- metadata +43 -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.54
|
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-03-
|
11
|
+
date: 2023-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -71,22 +71,29 @@ files:
|
|
71
71
|
- app/models/lockstep/report_payable_coming_due_summary.rb
|
72
72
|
- app/models/lockstep/report_payable_summary.rb
|
73
73
|
- app/models/lockstep/report_risk_rate.rb
|
74
|
+
- app/models/lockstep/service_fabric_payment.rb
|
74
75
|
- app/models/lockstep/status.rb
|
75
76
|
- app/models/lockstep/transcription_validation_request.rb
|
76
77
|
- app/models/lockstep/user.rb
|
77
78
|
- app/models/lockstep/vendor_summary.rb
|
78
79
|
- app/models/lockstep/webhook.rb
|
79
80
|
- app/platform_api/model_template.rb.erb
|
81
|
+
- app/platform_api/schema/account_authorisation.rb
|
80
82
|
- app/platform_api/schema/accounting_profile.rb
|
81
83
|
- app/platform_api/schema/accounting_profile_contact.rb
|
82
84
|
- app/platform_api/schema/accounting_profile_contact_fetch_result.rb
|
85
|
+
- app/platform_api/schema/accounting_profile_contact_result.rb
|
86
|
+
- app/platform_api/schema/accounting_profile_contact_result_fetch_result.rb
|
83
87
|
- app/platform_api/schema/accounting_profile_fetch_result.rb
|
88
|
+
- app/platform_api/schema/accounting_profile_request.rb
|
84
89
|
- app/platform_api/schema/action_result.rb
|
85
90
|
- app/platform_api/schema/activity.rb
|
86
91
|
- app/platform_api/schema/activity_fetch_result.rb
|
87
92
|
- app/platform_api/schema/activity_stream_item.rb
|
88
93
|
- app/platform_api/schema/activity_x_ref.rb
|
94
|
+
- app/platform_api/schema/address.rb
|
89
95
|
- app/platform_api/schema/aging.rb
|
96
|
+
- app/platform_api/schema/amount.rb
|
90
97
|
- app/platform_api/schema/ap_aging_header_info.rb
|
91
98
|
- app/platform_api/schema/ap_header_info.rb
|
92
99
|
- app/platform_api/schema/api_key.rb
|
@@ -106,6 +113,9 @@ files:
|
|
106
113
|
- app/platform_api/schema/attachment.rb
|
107
114
|
- app/platform_api/schema/attachment_fetch_result.rb
|
108
115
|
- app/platform_api/schema/attachment_header_info.rb
|
116
|
+
- app/platform_api/schema/attachment_link.rb
|
117
|
+
- app/platform_api/schema/attachment_link_fetch_result.rb
|
118
|
+
- app/platform_api/schema/base_currency_sync.rb
|
109
119
|
- app/platform_api/schema/batch_sync.rb
|
110
120
|
- app/platform_api/schema/bulk_currency_conversion.rb
|
111
121
|
- app/platform_api/schema/bulk_delete_request.rb
|
@@ -128,6 +138,7 @@ files:
|
|
128
138
|
- app/platform_api/schema/credit_memo_applied_fetch_result.rb
|
129
139
|
- app/platform_api/schema/credit_memo_applied_sync.rb
|
130
140
|
- app/platform_api/schema/credit_memo_invoice.rb
|
141
|
+
- app/platform_api/schema/creditor_account.rb
|
131
142
|
- app/platform_api/schema/currency.rb
|
132
143
|
- app/platform_api/schema/currency_fetch_result.rb
|
133
144
|
- app/platform_api/schema/currency_rate.rb
|
@@ -146,6 +157,8 @@ files:
|
|
146
157
|
- app/platform_api/schema/daily_payable_outstanding_report.rb
|
147
158
|
- app/platform_api/schema/daily_payable_outstanding_summary_report.rb
|
148
159
|
- app/platform_api/schema/daily_sales_outstanding_report.rb
|
160
|
+
- app/platform_api/schema/debtor_account.rb
|
161
|
+
- app/platform_api/schema/debtor_agent_account.rb
|
149
162
|
- app/platform_api/schema/delete_result.rb
|
150
163
|
- app/platform_api/schema/developer_account_submit.rb
|
151
164
|
- app/platform_api/schema/dpo_summary.rb
|
@@ -176,6 +189,7 @@ files:
|
|
176
189
|
- app/platform_api/schema/financial_year_setting_fetch_result.rb
|
177
190
|
- app/platform_api/schema/financial_year_setting_sync.rb
|
178
191
|
- app/platform_api/schema/group_account.rb
|
192
|
+
- app/platform_api/schema/instructed_amount.rb
|
179
193
|
- app/platform_api/schema/invite.rb
|
180
194
|
- app/platform_api/schema/invite_data.rb
|
181
195
|
- app/platform_api/schema/invite_submit.rb
|
@@ -200,6 +214,7 @@ files:
|
|
200
214
|
- app/platform_api/schema/magic_link_fetch_result.rb
|
201
215
|
- app/platform_api/schema/magic_link_status.rb
|
202
216
|
- app/platform_api/schema/member_info.rb
|
217
|
+
- app/platform_api/schema/metadata.rb
|
203
218
|
- app/platform_api/schema/method_base.rb
|
204
219
|
- app/platform_api/schema/method_info.rb
|
205
220
|
- app/platform_api/schema/module.rb
|
@@ -223,6 +238,8 @@ files:
|
|
223
238
|
- app/platform_api/schema/payment_detail_fetch_result.rb
|
224
239
|
- app/platform_api/schema/payment_detail_header.rb
|
225
240
|
- app/platform_api/schema/payment_fetch_result.rb
|
241
|
+
- app/platform_api/schema/payment_instrument.rb
|
242
|
+
- app/platform_api/schema/payment_response.rb
|
226
243
|
- app/platform_api/schema/payment_summary.rb
|
227
244
|
- app/platform_api/schema/payment_summary_fetch_result.rb
|
228
245
|
- app/platform_api/schema/payment_summary_payment_summary_totals_summary_fetch_result.rb
|
@@ -235,15 +252,38 @@ files:
|
|
235
252
|
- app/platform_api/schema/provisioning_response.rb
|
236
253
|
- app/platform_api/schema/public_company_profile.rb
|
237
254
|
- app/platform_api/schema/public_company_profile_fetch_result.rb
|
255
|
+
- app/platform_api/schema/remittance_information.rb
|
256
|
+
- app/platform_api/schema/reporting_amount.rb
|
257
|
+
- app/platform_api/schema/risk_information.rb
|
238
258
|
- app/platform_api/schema/risk_rate.rb
|
239
259
|
- app/platform_api/schema/runtime_field_handle.rb
|
240
260
|
- app/platform_api/schema/runtime_method_handle.rb
|
241
261
|
- app/platform_api/schema/runtime_type_handle.rb
|
262
|
+
- app/platform_api/schema/settlement_discount.rb
|
263
|
+
- app/platform_api/schema/settlement_discounts_info.rb
|
264
|
+
- app/platform_api/schema/sf_account_response.rb
|
265
|
+
- app/platform_api/schema/sf_company_request.rb
|
266
|
+
- app/platform_api/schema/sf_company_response.rb
|
267
|
+
- app/platform_api/schema/sf_customer_request.rb
|
268
|
+
- app/platform_api/schema/sf_customer_response.rb
|
269
|
+
- app/platform_api/schema/sf_enroll_request.rb
|
270
|
+
- app/platform_api/schema/sf_enroll_response.rb
|
271
|
+
- app/platform_api/schema/sf_organisation_request.rb
|
272
|
+
- app/platform_api/schema/sf_organisation_response.rb
|
273
|
+
- app/platform_api/schema/sf_payment_query_response.rb
|
274
|
+
- app/platform_api/schema/sf_payment_request.rb
|
275
|
+
- app/platform_api/schema/sf_payment_response.rb
|
276
|
+
- app/platform_api/schema/sf_servicer_response.rb
|
277
|
+
- app/platform_api/schema/sf_servicers_auth_request.rb
|
278
|
+
- app/platform_api/schema/sf_servicers_auth_response.rb
|
279
|
+
- app/platform_api/schema/sf_submit_payment_info.rb
|
242
280
|
- app/platform_api/schema/state.rb
|
243
281
|
- app/platform_api/schema/state_fetch_result.rb
|
244
282
|
- app/platform_api/schema/status.rb
|
245
283
|
- app/platform_api/schema/struct_layout_attribute.rb
|
246
284
|
- app/platform_api/schema/summary_aging_totals.rb
|
285
|
+
- app/platform_api/schema/support_access.rb
|
286
|
+
- app/platform_api/schema/support_access_request.rb
|
247
287
|
- app/platform_api/schema/sync_entity_result.rb
|
248
288
|
- app/platform_api/schema/sync_request.rb
|
249
289
|
- app/platform_api/schema/sync_request_fetch_result.rb
|
@@ -258,6 +298,7 @@ files:
|
|
258
298
|
- app/platform_api/schema/transcription_validation_request.rb
|
259
299
|
- app/platform_api/schema/transcription_validation_request_fetch_result.rb
|
260
300
|
- app/platform_api/schema/transcription_validation_request_item.rb
|
301
|
+
- app/platform_api/schema/transcription_validation_request_item_fetch_result.rb
|
261
302
|
- app/platform_api/schema/transfer_owner.rb
|
262
303
|
- app/platform_api/schema/transfer_owner_submit.rb
|
263
304
|
- app/platform_api/schema/type.rb
|