lockstep_rails 0.3.37 → 0.3.38

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/app/platform_api/schema/ap_aging_header_info.rb +15 -12
  3. data/app/platform_api/schema/ap_header_info.rb +148 -0
  4. data/app/platform_api/schema/app_enrollment.rb +0 -3
  5. data/app/platform_api/schema/app_enrollment_reconnect_info.rb +30 -0
  6. data/app/platform_api/schema/application.rb +5 -0
  7. data/app/platform_api/schema/ar_aging_header_info.rb +16 -1
  8. data/app/platform_api/schema/ar_header_info.rb +41 -7
  9. data/app/platform_api/schema/at_risk_invoice_summary.rb +1 -1
  10. data/app/platform_api/schema/attachment.rb +34 -9
  11. data/app/platform_api/schema/batch_sync.rb +3 -0
  12. data/app/platform_api/schema/bulk_currency_conversion.rb +1 -1
  13. data/app/platform_api/schema/company.rb +17 -24
  14. data/app/platform_api/schema/company_details.rb +98 -0
  15. data/app/platform_api/schema/company_details_payment.rb +60 -0
  16. data/app/platform_api/schema/company_sync.rb +17 -2
  17. data/app/platform_api/schema/connector_info.rb +29 -0
  18. data/app/platform_api/schema/contact.rb +1 -1
  19. data/app/platform_api/schema/contact_sync.rb +7 -1
  20. data/app/platform_api/schema/credit_memo_applied.rb +6 -0
  21. data/app/platform_api/schema/credit_memo_invoice.rb +1 -1
  22. data/app/platform_api/schema/custom_field_sync.rb +4 -4
  23. data/app/platform_api/schema/custom_field_value.rb +12 -0
  24. data/app/platform_api/schema/customer_summary.rb +36 -1
  25. data/app/platform_api/schema/daily_payable_outstanding_report.rb +7 -4
  26. data/app/platform_api/schema/daily_sales_outstanding_report.rb +0 -5
  27. data/app/platform_api/schema/developer_account_submit.rb +8 -0
  28. data/app/platform_api/schema/dpo_summary.rb +46 -0
  29. data/app/platform_api/schema/dpo_summary_group_total.rb +38 -0
  30. data/app/platform_api/schema/feature_flags_request.rb +14 -0
  31. data/app/platform_api/schema/feature_flags_response.rb +14 -0
  32. data/app/platform_api/schema/financial_account.rb +1 -1
  33. data/app/platform_api/schema/financial_account_balance_history_sync.rb +56 -0
  34. data/app/platform_api/schema/financial_account_sync.rb +50 -0
  35. data/app/platform_api/schema/financial_report.rb +38 -0
  36. data/app/platform_api/schema/financial_report_cell.rb +14 -0
  37. data/app/platform_api/schema/financial_report_row.rb +20 -0
  38. data/app/platform_api/schema/financial_year_setting_sync.rb +28 -0
  39. data/app/platform_api/schema/group_account.rb +62 -0
  40. data/app/platform_api/schema/invoice.rb +8 -3
  41. data/app/platform_api/schema/invoice_fetch_result.rb +4 -4
  42. data/app/platform_api/schema/invoice_history.rb +1 -1
  43. data/app/platform_api/schema/invoice_line_sync.rb +3 -3
  44. data/app/platform_api/schema/invoice_payment_detail.rb +1 -1
  45. data/app/platform_api/schema/invoice_summary.rb +7 -1
  46. data/app/platform_api/schema/invoice_summary_invoice_summary_totals_summary_fetch_result.rb +30 -0
  47. data/app/platform_api/schema/invoice_summary_totals.rb +20 -0
  48. data/app/platform_api/schema/invoice_sync.rb +12 -7
  49. data/app/platform_api/schema/lead.rb +1 -0
  50. data/app/platform_api/schema/magic_link.rb +78 -0
  51. data/app/platform_api/schema/magic_link_fetch_result.rb +26 -0
  52. data/app/platform_api/schema/note.rb +24 -5
  53. data/app/platform_api/schema/payables_coming_due.rb +52 -0
  54. data/app/platform_api/schema/payables_coming_due_fetch_result.rb +26 -0
  55. data/app/platform_api/schema/payables_coming_due_header.rb +44 -0
  56. data/app/platform_api/schema/payables_coming_due_widget.rb +29 -0
  57. data/app/platform_api/schema/payables_summary_report.rb +43 -0
  58. data/app/platform_api/schema/payment.rb +6 -5
  59. data/app/platform_api/schema/payment_applied.rb +3 -0
  60. data/app/platform_api/schema/payment_detail.rb +17 -2
  61. data/app/platform_api/schema/payment_detail_header.rb +1 -1
  62. data/app/platform_api/schema/payment_summary.rb +32 -9
  63. data/app/platform_api/schema/payment_summary_payment_summary_totals_summary_fetch_result.rb +30 -0
  64. data/app/platform_api/schema/payment_summary_totals.rb +20 -0
  65. data/app/platform_api/schema/payment_sync.rb +6 -5
  66. data/app/platform_api/schema/public_company_profile.rb +37 -0
  67. data/app/platform_api/schema/public_company_profile_fetch_result.rb +26 -0
  68. data/app/platform_api/schema/risk_rate.rb +6 -1
  69. data/app/platform_api/schema/status.rb +10 -0
  70. data/app/platform_api/schema/summary_aging_totals.rb +19 -0
  71. data/app/platform_api/schema/sync_entity_result.rb +5 -0
  72. data/app/platform_api/schema/sync_request.rb +5 -0
  73. data/app/platform_api/schema/sync_submit.rb +6 -0
  74. data/app/platform_api/schema/transaction.rb +94 -0
  75. data/app/platform_api/schema/transaction_detail.rb +73 -0
  76. data/app/platform_api/schema/transaction_summary_total.rb +35 -0
  77. data/app/platform_api/schema/transaction_transaction_summary_total_summary_fetch_result.rb +30 -0
  78. data/app/platform_api/schema/user_account.rb +6 -2
  79. data/app/platform_api/schema/user_group.rb +30 -0
  80. data/app/platform_api/schema/user_role.rb +1 -1
  81. data/app/platform_api/schema/vendor_summary.rb +63 -10
  82. data/app/platform_api/schema/vendor_summary_fetch_result.rb +26 -0
  83. data/app/platform_api/schema/webhook.rb +6 -2
  84. data/app/platform_api/schema/webhook_history_table_storage.rb +12 -0
  85. data/app/platform_api/schema/webhook_rule.rb +79 -0
  86. data/app/platform_api/schema/webhook_rule_fetch_result.rb +26 -0
  87. data/app/platform_api/swagger.json +11440 -8523
  88. data/lib/lockstep_rails/version.rb +1 -1
  89. metadata +39 -2
@@ -1,3 +1,3 @@
1
1
  module LockstepRails
2
- VERSION = "0.3.37"
2
+ VERSION = "0.3.38"
3
3
  end
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.37
4
+ version: 0.3.38
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-10-18 00:00:00.000000000 Z
11
+ date: 2022-11-01 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,8 @@ 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_group_total.rb
135
141
  - app/platform_api/schema/email.rb
136
142
  - app/platform_api/schema/email_fetch_result.rb
137
143
  - app/platform_api/schema/erp.rb
@@ -140,13 +146,22 @@ files:
140
146
  - app/platform_api/schema/erp_info_data.rb
141
147
  - app/platform_api/schema/event_info.rb
142
148
  - app/platform_api/schema/exception.rb
149
+ - app/platform_api/schema/feature_flags_request.rb
150
+ - app/platform_api/schema/feature_flags_response.rb
143
151
  - app/platform_api/schema/field_info.rb
144
152
  - app/platform_api/schema/financial_account.rb
145
153
  - app/platform_api/schema/financial_account_balance_history.rb
146
154
  - app/platform_api/schema/financial_account_balance_history_fetch_result.rb
155
+ - app/platform_api/schema/financial_account_balance_history_sync.rb
147
156
  - app/platform_api/schema/financial_account_fetch_result.rb
157
+ - app/platform_api/schema/financial_account_sync.rb
158
+ - app/platform_api/schema/financial_report.rb
159
+ - app/platform_api/schema/financial_report_cell.rb
160
+ - app/platform_api/schema/financial_report_row.rb
148
161
  - app/platform_api/schema/financial_year_setting.rb
149
162
  - app/platform_api/schema/financial_year_setting_fetch_result.rb
163
+ - app/platform_api/schema/financial_year_setting_sync.rb
164
+ - app/platform_api/schema/group_account.rb
150
165
  - app/platform_api/schema/invite.rb
151
166
  - app/platform_api/schema/invite_data.rb
152
167
  - app/platform_api/schema/invite_submit.rb
@@ -161,8 +176,12 @@ files:
161
176
  - app/platform_api/schema/invoice_payment_detail.rb
162
177
  - app/platform_api/schema/invoice_summary.rb
163
178
  - app/platform_api/schema/invoice_summary_fetch_result.rb
179
+ - app/platform_api/schema/invoice_summary_invoice_summary_totals_summary_fetch_result.rb
180
+ - app/platform_api/schema/invoice_summary_totals.rb
164
181
  - app/platform_api/schema/invoice_sync.rb
165
182
  - app/platform_api/schema/lead.rb
183
+ - app/platform_api/schema/magic_link.rb
184
+ - app/platform_api/schema/magic_link_fetch_result.rb
166
185
  - app/platform_api/schema/member_info.rb
167
186
  - app/platform_api/schema/method_base.rb
168
187
  - app/platform_api/schema/method_info.rb
@@ -174,6 +193,11 @@ files:
174
193
  - app/platform_api/schema/payable_coming_due_report.rb
175
194
  - app/platform_api/schema/payable_coming_due_summary_report.rb
176
195
  - app/platform_api/schema/payable_summary_report.rb
196
+ - app/platform_api/schema/payables_coming_due.rb
197
+ - app/platform_api/schema/payables_coming_due_fetch_result.rb
198
+ - app/platform_api/schema/payables_coming_due_header.rb
199
+ - app/platform_api/schema/payables_coming_due_widget.rb
200
+ - app/platform_api/schema/payables_summary_report.rb
177
201
  - app/platform_api/schema/payment.rb
178
202
  - app/platform_api/schema/payment_applied.rb
179
203
  - app/platform_api/schema/payment_applied_fetch_result.rb
@@ -184,12 +208,16 @@ files:
184
208
  - app/platform_api/schema/payment_fetch_result.rb
185
209
  - app/platform_api/schema/payment_summary.rb
186
210
  - app/platform_api/schema/payment_summary_fetch_result.rb
211
+ - app/platform_api/schema/payment_summary_payment_summary_totals_summary_fetch_result.rb
212
+ - app/platform_api/schema/payment_summary_totals.rb
187
213
  - app/platform_api/schema/payment_sync.rb
188
214
  - app/platform_api/schema/problem_details.rb
189
215
  - app/platform_api/schema/property_info.rb
190
216
  - app/platform_api/schema/provisioning.rb
191
217
  - app/platform_api/schema/provisioning_finalize_request.rb
192
218
  - app/platform_api/schema/provisioning_response.rb
219
+ - app/platform_api/schema/public_company_profile.rb
220
+ - app/platform_api/schema/public_company_profile_fetch_result.rb
193
221
  - app/platform_api/schema/risk_rate.rb
194
222
  - app/platform_api/schema/runtime_field_handle.rb
195
223
  - app/platform_api/schema/runtime_method_handle.rb
@@ -198,12 +226,17 @@ files:
198
226
  - app/platform_api/schema/state_fetch_result.rb
199
227
  - app/platform_api/schema/status.rb
200
228
  - app/platform_api/schema/struct_layout_attribute.rb
229
+ - app/platform_api/schema/summary_aging_totals.rb
201
230
  - app/platform_api/schema/sync_entity_result.rb
202
231
  - app/platform_api/schema/sync_request.rb
203
232
  - app/platform_api/schema/sync_request_fetch_result.rb
204
233
  - app/platform_api/schema/sync_submit.rb
205
234
  - app/platform_api/schema/test_argument_exception.rb
206
235
  - app/platform_api/schema/test_timeout_exception.rb
236
+ - app/platform_api/schema/transaction.rb
237
+ - app/platform_api/schema/transaction_detail.rb
238
+ - app/platform_api/schema/transaction_summary_total.rb
239
+ - app/platform_api/schema/transaction_transaction_summary_total_summary_fetch_result.rb
207
240
  - app/platform_api/schema/transfer_owner.rb
208
241
  - app/platform_api/schema/transfer_owner_submit.rb
209
242
  - app/platform_api/schema/type.rb
@@ -211,13 +244,17 @@ files:
211
244
  - app/platform_api/schema/uri.rb
212
245
  - app/platform_api/schema/user_account.rb
213
246
  - app/platform_api/schema/user_account_fetch_result.rb
247
+ - app/platform_api/schema/user_group.rb
214
248
  - app/platform_api/schema/user_role.rb
215
249
  - app/platform_api/schema/user_role_fetch_result.rb
216
250
  - app/platform_api/schema/vendor_summary.rb
251
+ - app/platform_api/schema/vendor_summary_fetch_result.rb
217
252
  - app/platform_api/schema/webhook.rb
218
253
  - app/platform_api/schema/webhook_fetch_result.rb
219
254
  - app/platform_api/schema/webhook_history_table_storage.rb
220
255
  - app/platform_api/schema/webhook_history_table_storage_fetch_result.rb
256
+ - app/platform_api/schema/webhook_rule.rb
257
+ - app/platform_api/schema/webhook_rule_fetch_result.rb
221
258
  - app/platform_api/swagger.json
222
259
  - config/routes.rb
223
260
  - lib/lockstep_rails.rb