lockstep_rails 0.3.37 → 0.3.39
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/platform_api/schema/ap_aging_header_info.rb +15 -12
- data/app/platform_api/schema/ap_header_info.rb +148 -0
- data/app/platform_api/schema/app_enrollment.rb +0 -3
- data/app/platform_api/schema/app_enrollment_reconnect_info.rb +30 -0
- data/app/platform_api/schema/application.rb +5 -0
- data/app/platform_api/schema/ar_aging_header_info.rb +16 -1
- data/app/platform_api/schema/ar_header_info.rb +41 -7
- data/app/platform_api/schema/at_risk_invoice_summary.rb +1 -1
- data/app/platform_api/schema/attachment.rb +34 -9
- data/app/platform_api/schema/batch_sync.rb +3 -0
- data/app/platform_api/schema/bulk_currency_conversion.rb +1 -1
- data/app/platform_api/schema/company.rb +20 -30
- data/app/platform_api/schema/company_details.rb +98 -0
- data/app/platform_api/schema/company_details_payment.rb +60 -0
- data/app/platform_api/schema/company_sync.rb +17 -6
- data/app/platform_api/schema/connector_info.rb +29 -0
- data/app/platform_api/schema/contact.rb +1 -1
- data/app/platform_api/schema/contact_sync.rb +7 -1
- data/app/platform_api/schema/credit_memo_applied.rb +6 -0
- data/app/platform_api/schema/credit_memo_invoice.rb +1 -1
- data/app/platform_api/schema/custom_field_sync.rb +4 -4
- data/app/platform_api/schema/custom_field_value.rb +12 -0
- data/app/platform_api/schema/customer_summary.rb +41 -1
- data/app/platform_api/schema/daily_payable_outstanding_report.rb +7 -4
- data/app/platform_api/schema/daily_sales_outstanding_report.rb +0 -5
- data/app/platform_api/schema/developer_account_submit.rb +8 -0
- data/app/platform_api/schema/dpo_summary.rb +46 -0
- data/app/platform_api/schema/dpo_summary_fetch_result.rb +26 -0
- data/app/platform_api/schema/dpo_summary_group_total.rb +38 -0
- data/app/platform_api/schema/feature_flags_request.rb +14 -0
- data/app/platform_api/schema/feature_flags_response.rb +14 -0
- data/app/platform_api/schema/financial_account.rb +1 -1
- data/app/platform_api/schema/financial_account_balance_history_sync.rb +56 -0
- data/app/platform_api/schema/financial_account_sync.rb +50 -0
- data/app/platform_api/schema/financial_report.rb +38 -0
- data/app/platform_api/schema/financial_report_cell.rb +14 -0
- data/app/platform_api/schema/financial_report_row.rb +20 -0
- data/app/platform_api/schema/financial_year_setting_sync.rb +28 -0
- data/app/platform_api/schema/group_account.rb +62 -0
- data/app/platform_api/schema/invoice.rb +8 -3
- data/app/platform_api/schema/invoice_address_fetch_result.rb +26 -0
- data/app/platform_api/schema/invoice_fetch_result.rb +4 -4
- data/app/platform_api/schema/invoice_history.rb +1 -1
- data/app/platform_api/schema/invoice_line_fetch_result.rb +26 -0
- data/app/platform_api/schema/invoice_line_sync.rb +3 -3
- data/app/platform_api/schema/invoice_payment_detail.rb +1 -1
- data/app/platform_api/schema/invoice_summary.rb +22 -1
- data/app/platform_api/schema/invoice_summary_invoice_summary_totals_summary_fetch_result.rb +30 -0
- data/app/platform_api/schema/invoice_summary_totals.rb +20 -0
- data/app/platform_api/schema/invoice_sync.rb +12 -7
- data/app/platform_api/schema/lead.rb +1 -0
- data/app/platform_api/schema/magic_link.rb +78 -0
- data/app/platform_api/schema/magic_link_fetch_result.rb +26 -0
- data/app/platform_api/schema/note.rb +24 -5
- data/app/platform_api/schema/payables_coming_due.rb +52 -0
- data/app/platform_api/schema/payables_coming_due_fetch_result.rb +26 -0
- data/app/platform_api/schema/payables_coming_due_header.rb +44 -0
- data/app/platform_api/schema/payables_coming_due_widget.rb +29 -0
- data/app/platform_api/schema/payables_summary_report.rb +43 -0
- data/app/platform_api/schema/payment.rb +6 -5
- data/app/platform_api/schema/payment_applied.rb +3 -0
- data/app/platform_api/schema/payment_detail.rb +17 -2
- data/app/platform_api/schema/payment_detail_header.rb +1 -1
- data/app/platform_api/schema/payment_summary.rb +42 -9
- data/app/platform_api/schema/payment_summary_payment_summary_totals_summary_fetch_result.rb +30 -0
- data/app/platform_api/schema/payment_summary_totals.rb +20 -0
- data/app/platform_api/schema/payment_sync.rb +6 -5
- data/app/platform_api/schema/public_company_profile.rb +37 -0
- data/app/platform_api/schema/public_company_profile_fetch_result.rb +26 -0
- data/app/platform_api/schema/risk_rate.rb +6 -1
- data/app/platform_api/schema/status.rb +10 -0
- data/app/platform_api/schema/summary_aging_totals.rb +19 -0
- data/app/platform_api/schema/sync_entity_result.rb +5 -0
- data/app/platform_api/schema/sync_request.rb +5 -0
- data/app/platform_api/schema/sync_submit.rb +6 -0
- data/app/platform_api/schema/transaction.rb +94 -0
- data/app/platform_api/schema/transaction_detail.rb +78 -0
- data/app/platform_api/schema/transaction_summary_total.rb +35 -0
- data/app/platform_api/schema/transaction_transaction_summary_total_summary_fetch_result.rb +30 -0
- data/app/platform_api/schema/user_account.rb +6 -2
- data/app/platform_api/schema/user_data_response.rb +19 -0
- data/app/platform_api/schema/user_group.rb +30 -0
- data/app/platform_api/schema/user_role.rb +1 -1
- data/app/platform_api/schema/vendor_summary.rb +68 -10
- data/app/platform_api/schema/vendor_summary_fetch_result.rb +26 -0
- data/app/platform_api/schema/view_box_settings.rb +30 -0
- data/app/platform_api/schema/webhook.rb +6 -2
- data/app/platform_api/schema/webhook_history_table_storage.rb +12 -0
- data/app/platform_api/schema/webhook_rule.rb +79 -0
- data/app/platform_api/schema/webhook_rule_fetch_result.rb +26 -0
- data/app/platform_api/swagger.json +14477 -11057
- data/lib/lockstep_rails/version.rb +1 -1
- metadata +44 -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.39
|
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-
|
11
|
+
date: 2022-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -79,12 +79,14 @@ files:
|
|
79
79
|
- app/platform_api/schema/activity_x_ref.rb
|
80
80
|
- app/platform_api/schema/aging.rb
|
81
81
|
- app/platform_api/schema/ap_aging_header_info.rb
|
82
|
+
- app/platform_api/schema/ap_header_info.rb
|
82
83
|
- app/platform_api/schema/api_key.rb
|
83
84
|
- app/platform_api/schema/api_key_fetch_result.rb
|
84
85
|
- app/platform_api/schema/app_enrollment.rb
|
85
86
|
- app/platform_api/schema/app_enrollment_custom_field.rb
|
86
87
|
- app/platform_api/schema/app_enrollment_custom_field_fetch_result.rb
|
87
88
|
- app/platform_api/schema/app_enrollment_fetch_result.rb
|
89
|
+
- app/platform_api/schema/app_enrollment_reconnect_info.rb
|
88
90
|
- app/platform_api/schema/application.rb
|
89
91
|
- app/platform_api/schema/application_fetch_result.rb
|
90
92
|
- app/platform_api/schema/ar_aging_header_info.rb
|
@@ -101,6 +103,8 @@ files:
|
|
101
103
|
- app/platform_api/schema/code_definition.rb
|
102
104
|
- app/platform_api/schema/code_definition_fetch_result.rb
|
103
105
|
- app/platform_api/schema/company.rb
|
106
|
+
- app/platform_api/schema/company_details.rb
|
107
|
+
- app/platform_api/schema/company_details_payment.rb
|
104
108
|
- app/platform_api/schema/company_fetch_result.rb
|
105
109
|
- app/platform_api/schema/company_sync.rb
|
106
110
|
- app/platform_api/schema/connector_info.rb
|
@@ -132,6 +136,9 @@ files:
|
|
132
136
|
- app/platform_api/schema/daily_payable_outstanding_report.rb
|
133
137
|
- app/platform_api/schema/daily_sales_outstanding_report.rb
|
134
138
|
- app/platform_api/schema/developer_account_submit.rb
|
139
|
+
- app/platform_api/schema/dpo_summary.rb
|
140
|
+
- app/platform_api/schema/dpo_summary_fetch_result.rb
|
141
|
+
- app/platform_api/schema/dpo_summary_group_total.rb
|
135
142
|
- app/platform_api/schema/email.rb
|
136
143
|
- app/platform_api/schema/email_fetch_result.rb
|
137
144
|
- app/platform_api/schema/erp.rb
|
@@ -140,29 +147,44 @@ files:
|
|
140
147
|
- app/platform_api/schema/erp_info_data.rb
|
141
148
|
- app/platform_api/schema/event_info.rb
|
142
149
|
- app/platform_api/schema/exception.rb
|
150
|
+
- app/platform_api/schema/feature_flags_request.rb
|
151
|
+
- app/platform_api/schema/feature_flags_response.rb
|
143
152
|
- app/platform_api/schema/field_info.rb
|
144
153
|
- app/platform_api/schema/financial_account.rb
|
145
154
|
- app/platform_api/schema/financial_account_balance_history.rb
|
146
155
|
- app/platform_api/schema/financial_account_balance_history_fetch_result.rb
|
156
|
+
- app/platform_api/schema/financial_account_balance_history_sync.rb
|
147
157
|
- app/platform_api/schema/financial_account_fetch_result.rb
|
158
|
+
- app/platform_api/schema/financial_account_sync.rb
|
159
|
+
- app/platform_api/schema/financial_report.rb
|
160
|
+
- app/platform_api/schema/financial_report_cell.rb
|
161
|
+
- app/platform_api/schema/financial_report_row.rb
|
148
162
|
- app/platform_api/schema/financial_year_setting.rb
|
149
163
|
- app/platform_api/schema/financial_year_setting_fetch_result.rb
|
164
|
+
- app/platform_api/schema/financial_year_setting_sync.rb
|
165
|
+
- app/platform_api/schema/group_account.rb
|
150
166
|
- app/platform_api/schema/invite.rb
|
151
167
|
- app/platform_api/schema/invite_data.rb
|
152
168
|
- app/platform_api/schema/invite_submit.rb
|
153
169
|
- app/platform_api/schema/invoice.rb
|
154
170
|
- app/platform_api/schema/invoice_address.rb
|
171
|
+
- app/platform_api/schema/invoice_address_fetch_result.rb
|
155
172
|
- app/platform_api/schema/invoice_at_risk_summary.rb
|
156
173
|
- app/platform_api/schema/invoice_fetch_result.rb
|
157
174
|
- app/platform_api/schema/invoice_history.rb
|
158
175
|
- app/platform_api/schema/invoice_history_fetch_result.rb
|
159
176
|
- app/platform_api/schema/invoice_line.rb
|
177
|
+
- app/platform_api/schema/invoice_line_fetch_result.rb
|
160
178
|
- app/platform_api/schema/invoice_line_sync.rb
|
161
179
|
- app/platform_api/schema/invoice_payment_detail.rb
|
162
180
|
- app/platform_api/schema/invoice_summary.rb
|
163
181
|
- app/platform_api/schema/invoice_summary_fetch_result.rb
|
182
|
+
- app/platform_api/schema/invoice_summary_invoice_summary_totals_summary_fetch_result.rb
|
183
|
+
- app/platform_api/schema/invoice_summary_totals.rb
|
164
184
|
- app/platform_api/schema/invoice_sync.rb
|
165
185
|
- app/platform_api/schema/lead.rb
|
186
|
+
- app/platform_api/schema/magic_link.rb
|
187
|
+
- app/platform_api/schema/magic_link_fetch_result.rb
|
166
188
|
- app/platform_api/schema/member_info.rb
|
167
189
|
- app/platform_api/schema/method_base.rb
|
168
190
|
- app/platform_api/schema/method_info.rb
|
@@ -174,6 +196,11 @@ files:
|
|
174
196
|
- app/platform_api/schema/payable_coming_due_report.rb
|
175
197
|
- app/platform_api/schema/payable_coming_due_summary_report.rb
|
176
198
|
- app/platform_api/schema/payable_summary_report.rb
|
199
|
+
- app/platform_api/schema/payables_coming_due.rb
|
200
|
+
- app/platform_api/schema/payables_coming_due_fetch_result.rb
|
201
|
+
- app/platform_api/schema/payables_coming_due_header.rb
|
202
|
+
- app/platform_api/schema/payables_coming_due_widget.rb
|
203
|
+
- app/platform_api/schema/payables_summary_report.rb
|
177
204
|
- app/platform_api/schema/payment.rb
|
178
205
|
- app/platform_api/schema/payment_applied.rb
|
179
206
|
- app/platform_api/schema/payment_applied_fetch_result.rb
|
@@ -184,12 +211,16 @@ files:
|
|
184
211
|
- app/platform_api/schema/payment_fetch_result.rb
|
185
212
|
- app/platform_api/schema/payment_summary.rb
|
186
213
|
- app/platform_api/schema/payment_summary_fetch_result.rb
|
214
|
+
- app/platform_api/schema/payment_summary_payment_summary_totals_summary_fetch_result.rb
|
215
|
+
- app/platform_api/schema/payment_summary_totals.rb
|
187
216
|
- app/platform_api/schema/payment_sync.rb
|
188
217
|
- app/platform_api/schema/problem_details.rb
|
189
218
|
- app/platform_api/schema/property_info.rb
|
190
219
|
- app/platform_api/schema/provisioning.rb
|
191
220
|
- app/platform_api/schema/provisioning_finalize_request.rb
|
192
221
|
- app/platform_api/schema/provisioning_response.rb
|
222
|
+
- app/platform_api/schema/public_company_profile.rb
|
223
|
+
- app/platform_api/schema/public_company_profile_fetch_result.rb
|
193
224
|
- app/platform_api/schema/risk_rate.rb
|
194
225
|
- app/platform_api/schema/runtime_field_handle.rb
|
195
226
|
- app/platform_api/schema/runtime_method_handle.rb
|
@@ -198,12 +229,17 @@ files:
|
|
198
229
|
- app/platform_api/schema/state_fetch_result.rb
|
199
230
|
- app/platform_api/schema/status.rb
|
200
231
|
- app/platform_api/schema/struct_layout_attribute.rb
|
232
|
+
- app/platform_api/schema/summary_aging_totals.rb
|
201
233
|
- app/platform_api/schema/sync_entity_result.rb
|
202
234
|
- app/platform_api/schema/sync_request.rb
|
203
235
|
- app/platform_api/schema/sync_request_fetch_result.rb
|
204
236
|
- app/platform_api/schema/sync_submit.rb
|
205
237
|
- app/platform_api/schema/test_argument_exception.rb
|
206
238
|
- app/platform_api/schema/test_timeout_exception.rb
|
239
|
+
- app/platform_api/schema/transaction.rb
|
240
|
+
- app/platform_api/schema/transaction_detail.rb
|
241
|
+
- app/platform_api/schema/transaction_summary_total.rb
|
242
|
+
- app/platform_api/schema/transaction_transaction_summary_total_summary_fetch_result.rb
|
207
243
|
- app/platform_api/schema/transfer_owner.rb
|
208
244
|
- app/platform_api/schema/transfer_owner_submit.rb
|
209
245
|
- app/platform_api/schema/type.rb
|
@@ -211,13 +247,19 @@ files:
|
|
211
247
|
- app/platform_api/schema/uri.rb
|
212
248
|
- app/platform_api/schema/user_account.rb
|
213
249
|
- app/platform_api/schema/user_account_fetch_result.rb
|
250
|
+
- app/platform_api/schema/user_data_response.rb
|
251
|
+
- app/platform_api/schema/user_group.rb
|
214
252
|
- app/platform_api/schema/user_role.rb
|
215
253
|
- app/platform_api/schema/user_role_fetch_result.rb
|
216
254
|
- app/platform_api/schema/vendor_summary.rb
|
255
|
+
- app/platform_api/schema/vendor_summary_fetch_result.rb
|
256
|
+
- app/platform_api/schema/view_box_settings.rb
|
217
257
|
- app/platform_api/schema/webhook.rb
|
218
258
|
- app/platform_api/schema/webhook_fetch_result.rb
|
219
259
|
- app/platform_api/schema/webhook_history_table_storage.rb
|
220
260
|
- app/platform_api/schema/webhook_history_table_storage_fetch_result.rb
|
261
|
+
- app/platform_api/schema/webhook_rule.rb
|
262
|
+
- app/platform_api/schema/webhook_rule_fetch_result.rb
|
221
263
|
- app/platform_api/swagger.json
|
222
264
|
- config/routes.rb
|
223
265
|
- lib/lockstep_rails.rb
|