lockstep_rails 0.3.65 → 0.3.66
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/platform_api/schema/financial_account_sync.rb +7 -6
- data/app/platform_api/schema/financial_institution_account.rb +77 -0
- data/app/platform_api/schema/financial_institution_account_fetch_result.rb +27 -0
- data/app/platform_api/schema/insert_payment_applied_request.rb +53 -0
- data/app/platform_api/schema/insert_payment_request.rb +135 -0
- data/app/platform_api/schema/insert_payment_request_erp_write_sync_submit.rb +17 -0
- data/app/platform_api/schema/payment_erp_write_result.rb +38 -0
- data/app/platform_api/schema/user_account.rb +6 -1
- data/app/platform_api/swagger.json +681 -63
- data/lib/lockstep_rails/version.rb +2 -1
- metadata +8 -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.66
|
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-06-
|
11
|
+
date: 2023-06-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -187,6 +187,8 @@ files:
|
|
187
187
|
- app/platform_api/schema/financial_account_balance_history_sync.rb
|
188
188
|
- app/platform_api/schema/financial_account_fetch_result.rb
|
189
189
|
- app/platform_api/schema/financial_account_sync.rb
|
190
|
+
- app/platform_api/schema/financial_institution_account.rb
|
191
|
+
- app/platform_api/schema/financial_institution_account_fetch_result.rb
|
190
192
|
- app/platform_api/schema/financial_report.rb
|
191
193
|
- app/platform_api/schema/financial_report_cell.rb
|
192
194
|
- app/platform_api/schema/financial_report_row.rb
|
@@ -194,6 +196,9 @@ files:
|
|
194
196
|
- app/platform_api/schema/financial_year_setting_fetch_result.rb
|
195
197
|
- app/platform_api/schema/financial_year_setting_sync.rb
|
196
198
|
- app/platform_api/schema/group_account.rb
|
199
|
+
- app/platform_api/schema/insert_payment_applied_request.rb
|
200
|
+
- app/platform_api/schema/insert_payment_request.rb
|
201
|
+
- app/platform_api/schema/insert_payment_request_erp_write_sync_submit.rb
|
197
202
|
- app/platform_api/schema/instructed_amount.rb
|
198
203
|
- app/platform_api/schema/invite.rb
|
199
204
|
- app/platform_api/schema/invite_data.rb
|
@@ -243,6 +248,7 @@ files:
|
|
243
248
|
- app/platform_api/schema/payment_detail.rb
|
244
249
|
- app/platform_api/schema/payment_detail_fetch_result.rb
|
245
250
|
- app/platform_api/schema/payment_detail_header.rb
|
251
|
+
- app/platform_api/schema/payment_erp_write_result.rb
|
246
252
|
- app/platform_api/schema/payment_fetch_result.rb
|
247
253
|
- app/platform_api/schema/payment_instrument.rb
|
248
254
|
- app/platform_api/schema/payment_response.rb
|