lockstep_rails 0.3.61 → 0.3.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/concepts/lockstep/api_record.rb +6 -2
- data/app/models/lockstep/connection.rb +1 -1
- data/app/models/lockstep/magic_link.rb +2 -1
- data/app/platform_api/schema/cashflow_report.rb +6 -2
- data/app/platform_api/schema/company_sync.rb +1 -1
- data/app/platform_api/schema/credit_memo_applied.rb +12 -0
- data/app/platform_api/schema/email_reply_generator_request.rb +23 -0
- data/app/platform_api/schema/email_reply_generator_response.rb +16 -0
- data/app/platform_api/schema/email_reply_generator_suggestions.rb +18 -0
- data/app/platform_api/schema/financial_account_balance_history.rb +7 -0
- data/app/platform_api/schema/financial_account_balance_history_sync.rb +4 -1
- data/app/platform_api/schema/invoice.rb +12 -0
- data/app/platform_api/schema/invoice_line.rb +12 -0
- data/app/platform_api/schema/notification_data.rb +36 -0
- data/app/platform_api/schema/payables_coming_due.rb +13 -13
- data/app/platform_api/schema/payment.rb +16 -0
- data/app/platform_api/schema/payment_applied.rb +12 -0
- data/app/platform_api/schema/payment_detail.rb +7 -0
- data/app/platform_api/schema/payment_sync.rb +4 -0
- data/app/platform_api/schema/sf_notification.rb +39 -0
- data/app/platform_api/schema/sync_entity_result.rb +4 -0
- data/app/platform_api/swagger.json +639 -90
- data/lib/lockstep_rails/version.rb +1 -1
- metadata +7 -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.63
|
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-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -168,6 +168,9 @@ files:
|
|
168
168
|
- app/platform_api/schema/dpo_summary_group_total.rb
|
169
169
|
- app/platform_api/schema/email.rb
|
170
170
|
- app/platform_api/schema/email_fetch_result.rb
|
171
|
+
- app/platform_api/schema/email_reply_generator_request.rb
|
172
|
+
- app/platform_api/schema/email_reply_generator_response.rb
|
173
|
+
- app/platform_api/schema/email_reply_generator_suggestions.rb
|
171
174
|
- app/platform_api/schema/erp.rb
|
172
175
|
- app/platform_api/schema/erp_fetch_result.rb
|
173
176
|
- app/platform_api/schema/erp_info.rb
|
@@ -223,6 +226,7 @@ files:
|
|
223
226
|
- app/platform_api/schema/module_handle.rb
|
224
227
|
- app/platform_api/schema/note.rb
|
225
228
|
- app/platform_api/schema/note_fetch_result.rb
|
229
|
+
- app/platform_api/schema/notification_data.rb
|
226
230
|
- app/platform_api/schema/parameter_info.rb
|
227
231
|
- app/platform_api/schema/payable_coming_due_report.rb
|
228
232
|
- app/platform_api/schema/payable_coming_due_summary_report.rb
|
@@ -270,6 +274,7 @@ files:
|
|
270
274
|
- app/platform_api/schema/sf_customer_response.rb
|
271
275
|
- app/platform_api/schema/sf_enroll_request.rb
|
272
276
|
- app/platform_api/schema/sf_enroll_response.rb
|
277
|
+
- app/platform_api/schema/sf_notification.rb
|
273
278
|
- app/platform_api/schema/sf_organisation_request.rb
|
274
279
|
- app/platform_api/schema/sf_organisation_response.rb
|
275
280
|
- app/platform_api/schema/sf_payment_query_response.rb
|